DPMProtectedItemExtendedInfo Class

Additional information of DPM Protected item.

Constructor

DPMProtectedItemExtendedInfo()

Variables

Name Description
protectableObjectLoadPath

Attribute to provide information on various DBs.

protected

To check if backup item is disk protected.

isPresentOnCloud

To check if backup item is cloud protected.

lastBackupStatus
str

Last backup status information on backup item.

lastRefreshedAt
str

Last refresh time on backup item.

oldestRecoveryPoint
str

Oldest cloud recovery point time.

recoveryPointCount
int

cloud recovery point count.

onPremiseOldestRecoveryPoint
str

Oldest disk recovery point time.

onPremiseLatestRecoveryPoint
str

latest disk recovery point time.

onPremiseRecoveryPointCount
int

disk recovery point count.

isCollocated

To check if backup item is collocated.

protectionGroupName
str

Protection group name of the backup item.

diskStorageUsedInBytes
str

Used Disk storage in bytes.

totalDiskStorageSizeInBytes
str

total Disk storage in bytes.

Attributes

diskStorageUsedInBytes

Used Disk storage in bytes.

diskStorageUsedInBytes: str

isCollocated

To check if backup item is collocated.

isCollocated: bool

isPresentOnCloud

To check if backup item is cloud protected.

isPresentOnCloud: bool

lastBackupStatus

Last backup status information on backup item.

lastBackupStatus: str

lastRefreshedAt

Last refresh time on backup item.

lastRefreshedAt: str

oldestRecoveryPoint

Oldest cloud recovery point time.

oldestRecoveryPoint: str

onPremiseLatestRecoveryPoint

latest disk recovery point time.

onPremiseLatestRecoveryPoint: str

onPremiseOldestRecoveryPoint

Oldest disk recovery point time.

onPremiseOldestRecoveryPoint: str

onPremiseRecoveryPointCount

disk recovery point count.

onPremiseRecoveryPointCount: int

protectableObjectLoadPath

Attribute to provide information on various DBs.

protectableObjectLoadPath: dict[str, str]

protected

To check if backup item is disk protected.

protected: bool

protectionGroupName

Protection group name of the backup item.

protectionGroupName: str

recoveryPointCount

cloud recovery point count.

recoveryPointCount: int

totalDiskStorageSizeInBytes

total Disk storage in bytes.

totalDiskStorageSizeInBytes: str