AzureIaaSVMProtectedItemExtendedInfo Class

Additional information on Azure IaaS VM specific backup item.

Constructor

AzureIaaSVMProtectedItemExtendedInfo()

Variables

Name Description
oldestRecoveryPoint
str

The oldest backup copy available for this backup item across all tiers.

oldestRecoveryPointInVault
str

The oldest backup copy available for this backup item in vault tier.

oldestRecoveryPointInArchive
str

The oldest backup copy available for this backup item in archive tier.

newestRecoveryPointInArchive
str

The latest backup copy available for this backup item in archive tier.

recoveryPointCount
int

Number of backup copies available for this backup item.

policyInconsistent

Specifies if backup policy associated with the backup item is inconsistent.

Attributes

newestRecoveryPointInArchive

The latest backup copy available for this backup item in archive tier.

newestRecoveryPointInArchive: str

oldestRecoveryPoint

The oldest backup copy available for this backup item across all tiers.

oldestRecoveryPoint: str

oldestRecoveryPointInArchive

The oldest backup copy available for this backup item in archive tier.

oldestRecoveryPointInArchive: str

oldestRecoveryPointInVault

The oldest backup copy available for this backup item in vault tier.

oldestRecoveryPointInVault: str

policyInconsistent

Specifies if backup policy associated with the backup item is inconsistent.

policyInconsistent: bool

recoveryPointCount

Number of backup copies available for this backup item.

recoveryPointCount: int