Generic Protected Item Args
data class GenericProtectedItemArgs(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 fabricName: Output<String>? = null, val friendlyName: Output<String>? = 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 policyState: Output<String>? = null, val protectedItemId: Output<Double>? = null, val protectedItemType: Output<String>, val protectionState: Output<Either<String, ProtectionState>>? = null, val sourceAssociations: Output<Map<String, String>>? = null, val sourceResourceId: Output<String>? = null, val workloadType: Output<Either<String, DataSourceType>>? = null) : ConvertibleToJava<GenericProtectedItemArgs>
Base class for backup items.
Constructors
Link copied to clipboard
fun GenericProtectedItemArgs(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, fabricName: Output<String>? = null, friendlyName: Output<String>? = null, isDeferredDeleteScheduleUpcoming: Output<Boolean>? = null, isRehydrate: Output<Boolean>? = null, isScheduledForDeferredDelete: Output<Boolean>? = null, lastRecoveryPoint: Output<String>? = null, policyId: Output<String>? = null, policyState: Output<String>? = null, protectedItemId: Output<Double>? = null, protectedItemType: Output<String>, protectionState: Output<Either<String, ProtectionState>>? = null, sourceAssociations: Output<Map<String, String>>? = null, sourceResourceId: Output<String>? = null, workloadType: Output<Either<String, DataSourceType>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard