Azure Iaa SVMProtected Item Extended Info Args
data class AzureIaaSVMProtectedItemExtendedInfoArgs(val newestRecoveryPointInArchive: Output<String>? = null, val oldestRecoveryPoint: Output<String>? = null, val oldestRecoveryPointInArchive: Output<String>? = null, val oldestRecoveryPointInVault: Output<String>? = null, val policyInconsistent: Output<Boolean>? = null, val recoveryPointCount: Output<Int>? = null) : ConvertibleToJava<AzureIaaSVMProtectedItemExtendedInfoArgs>
Additional information on Azure IaaS VM specific backup item.
Constructors
Link copied to clipboard
constructor(newestRecoveryPointInArchive: Output<String>? = null, oldestRecoveryPoint: Output<String>? = null, oldestRecoveryPointInArchive: Output<String>? = null, oldestRecoveryPointInVault: Output<String>? = null, policyInconsistent: Output<Boolean>? = null, recoveryPointCount: Output<Int>? = null)
Properties
Link copied to clipboard
The latest backup copy available for this backup item in archive tier
Link copied to clipboard
The oldest backup copy available for this backup item across all tiers.
Link copied to clipboard
The oldest backup copy available for this backup item in archive tier
Link copied to clipboard
The oldest backup copy available for this backup item in vault tier
Link copied to clipboard
Specifies if backup policy associated with the backup item is inconsistent.
Link copied to clipboard
Number of backup copies available for this backup item.