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
|
Last backup status information on backup item. |
|
lastRefreshedAt
|
Last refresh time on backup item. |
|
oldestRecoveryPoint
|
Oldest cloud recovery point time. |
|
recoveryPointCount
|
cloud recovery point count. |
|
onPremiseOldestRecoveryPoint
|
Oldest disk recovery point time. |
|
onPremiseLatestRecoveryPoint
|
latest disk recovery point time. |
|
onPremiseRecoveryPointCount
|
disk recovery point count. |
|
isCollocated
|
To check if backup item is collocated. |
|
protectionGroupName
|
Protection group name of the backup item. |
|
diskStorageUsedInBytes
|
Used Disk storage in bytes. |
|
totalDiskStorageSizeInBytes
|
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