Azure Iaa SVMProtected Item Extended Info Response
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
Link copied to clipboard
fun AzureIaaSVMProtectedItemExtendedInfoResponse(oldestRecoveryPoint: String? = null, policyInconsistent: Boolean? = null, recoveryPointCount: Int? = null)