Azure Resource Protection Intent Args
data class AzureResourceProtectionIntentArgs(val backupManagementType: Output<Either<String, BackupManagementType>>? = null, val friendlyName: Output<String>? = null, val itemId: Output<String>? = null, val policyId: Output<String>? = null, val protectionIntentItemType: Output<String>, val protectionState: Output<Either<String, ProtectionStatus>>? = null, val sourceResourceId: Output<String>? = null) : ConvertibleToJava<AzureResourceProtectionIntentArgs>
IaaS VM specific backup protection intent item.
Constructors
Link copied to clipboard
constructor(backupManagementType: Output<Either<String, BackupManagementType>>? = null, friendlyName: Output<String>? = null, itemId: Output<String>? = null, policyId: Output<String>? = null, protectionIntentItemType: Output<String>, protectionState: Output<Either<String, ProtectionStatus>>? = null, sourceResourceId: Output<String>? = null)
Properties
Link copied to clipboard
Type of backup management for the backed up item.
Link copied to clipboard
Friendly name of the VM represented by this backup item.
Link copied to clipboard
backup protectionIntent type. Expected value is 'AzureResourceItem'.
Link copied to clipboard
Backup state of this backup item.
Link copied to clipboard
ARM ID of the resource to be backed up.