AzureIaaSVMProtectedItemExtendedInfoResponse

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

Additional information on Azure IaaS VM specific backup item.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The oldest backup copy available for this backup item.

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.