AzureIaaSVMProtectedItemExtendedInfoResponse

data class AzureIaaSVMProtectedItemExtendedInfoResponse(val newestRecoveryPointInArchive: String? = null, val oldestRecoveryPoint: String? = null, val oldestRecoveryPointInArchive: String? = null, val oldestRecoveryPointInVault: String? = null, val policyInconsistent: Boolean? = null, val recoveryPointCount: Int? = null)

Additional information on Azure IaaS VM specific backup item.

Constructors

constructor(newestRecoveryPointInArchive: String? = null, oldestRecoveryPoint: String? = null, oldestRecoveryPointInArchive: String? = null, oldestRecoveryPointInVault: String? = null, policyInconsistent: Boolean? = null, recoveryPointCount: Int? = null)

Types

Link copied to clipboard
object Companion

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
val recoveryPointCount: Int? = null

Number of backup copies available for this backup item.