AzureSqlProtectedItemArgs

data class AzureSqlProtectedItemArgs(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 isArchiveEnabled: Output<Boolean>? = 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 policyName: Output<String>? = null, val protectedItemDataId: Output<String>? = null, val protectedItemType: Output<String>, val protectionState: Output<Either<String, ProtectedItemState>>? = null, val resourceGuardOperationRequests: Output<List<String>>? = null, val softDeleteRetentionPeriodInDays: Output<Int>? = null, val sourceResourceId: Output<String>? = null) : ConvertibleToJava<AzureSqlProtectedItemArgs>

Azure SQL workload-specific backup item.

Constructors

Link copied to clipboard
constructor(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, isArchiveEnabled: Output<Boolean>? = null, isDeferredDeleteScheduleUpcoming: Output<Boolean>? = null, isRehydrate: Output<Boolean>? = null, isScheduledForDeferredDelete: Output<Boolean>? = null, lastRecoveryPoint: Output<String>? = null, policyId: Output<String>? = null, policyName: Output<String>? = null, protectedItemDataId: Output<String>? = null, protectedItemType: Output<String>, protectionState: Output<Either<String, ProtectedItemState>>? = null, resourceGuardOperationRequests: Output<List<String>>? = null, softDeleteRetentionPeriodInDays: Output<Int>? = null, sourceResourceId: Output<String>? = null)

Properties

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
val isArchiveEnabled: Output<Boolean>? = null

Flag to identify whether datasource is protected in archive

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 policyName: Output<String>? = null

Name of the policy used for protection

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

ResourceGuardOperationRequests on which LAC check will be performed

Link copied to clipboard

Soft delete retention period in days

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

ARM ID of the resource to be backed up.

Functions

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