AzureSqlProtectedItemArgs

data class AzureSqlProtectedItemArgs(val backupManagementType: Output<Either<String, BackupManagementType>>? = null, val backupSetName: Output<String>? = null, val containerName: Output<String>? = null, val createMode: Output<Either<String, CreateMode>>? = null, val deferredDeleteTimeInUTC: Output<String>? = null, val deferredDeleteTimeRemaining: Output<String>? = null, val extendedInfo: Output<AzureSqlProtectedItemExtendedInfoArgs>? = null, val isDeferredDeleteScheduleUpcoming: Output<Boolean>? = null, val isRehydrate: Output<Boolean>? = null, val isScheduledForDeferredDelete: Output<Boolean>? = null, val lastRecoveryPoint: Output<String>? = null, val policyId: Output<String>? = null, val protectedItemDataId: Output<String>? = null, val protectedItemType: Output<String>, val protectionState: Output<Either<String, ProtectedItemState>>? = null, val sourceResourceId: Output<String>? = null, val workloadType: Output<Either<String, DataSourceType>>? = null) : ConvertibleToJava<AzureSqlProtectedItemArgs>

Azure SQL workload-specific backup item.

Constructors

Link copied to clipboard
constructor(backupManagementType: Output<Either<String, BackupManagementType>>? = null, backupSetName: Output<String>? = null, containerName: Output<String>? = null, createMode: Output<Either<String, CreateMode>>? = null, deferredDeleteTimeInUTC: Output<String>? = null, deferredDeleteTimeRemaining: Output<String>? = null, extendedInfo: Output<AzureSqlProtectedItemExtendedInfoArgs>? = null, isDeferredDeleteScheduleUpcoming: Output<Boolean>? = null, isRehydrate: Output<Boolean>? = null, isScheduledForDeferredDelete: Output<Boolean>? = null, lastRecoveryPoint: Output<String>? = null, policyId: Output<String>? = null, protectedItemDataId: Output<String>? = null, protectedItemType: Output<String>, protectionState: Output<Either<String, ProtectedItemState>>? = null, sourceResourceId: Output<String>? = null, workloadType: Output<Either<String, DataSourceType>>? = null)

Properties

Link copied to clipboard
val backupManagementType: Output<Either<String, BackupManagementType>>? = null

Type of backup management for the backed up item.

Link copied to clipboard
val backupSetName: Output<String>? = null

Name of the backup set the backup item belongs to

Link copied to clipboard
val containerName: Output<String>? = null

Unique name of container

Link copied to clipboard
val createMode: Output<Either<String, CreateMode>>? = null

Create mode to indicate recovery of existing soft deleted data source or creation of new data source.

Link copied to clipboard
val deferredDeleteTimeInUTC: Output<String>? = null

Time for deferred deletion in UTC

Link copied to clipboard
val deferredDeleteTimeRemaining: Output<String>? = null

Time remaining before the DS marked for deferred delete is permanently deleted

Link copied to clipboard

Additional information for this backup item.

Link copied to clipboard

Flag to identify whether the deferred deleted DS is to be purged soon

Link copied to clipboard
val isRehydrate: Output<Boolean>? = null

Flag to identify that deferred deleted DS is to be moved into Pause state

Link copied to clipboard

Flag to identify whether the DS is scheduled for deferred delete

Link copied to clipboard
val lastRecoveryPoint: Output<String>? = null

Timestamp when the last (latest) backup copy was created for this backup item.

Link copied to clipboard
val policyId: Output<String>? = null

ID of the backup policy with which this item is backed up.

Link copied to clipboard
val protectedItemDataId: Output<String>? = null

Internal ID of a backup item. Used by Azure SQL Backup engine to contact Recovery Services.

Link copied to clipboard

backup item type. Expected value is 'Microsoft.Sql/servers/databases'.

Link copied to clipboard
val protectionState: Output<Either<String, ProtectedItemState>>? = null

Backup state of the backed up item.

Link copied to clipboard
val sourceResourceId: Output<String>? = null

ARM ID of the resource to be backed up.

Link copied to clipboard
val workloadType: Output<Either<String, DataSourceType>>? = null

Type of workload this item represents.

Functions

Link copied to clipboard
open override fun toJava(): AzureSqlProtectedItemArgs