DPMProtectedItemExtendedInfo interface
Additional information of DPM Protected item.
Properties
disk |
Used Disk storage in bytes. |
is |
To check if backup item is collocated. |
is |
To check if backup item is cloud protected. |
last |
Last backup status information on backup item. |
last |
Last refresh time on backup item. |
oldest |
Oldest cloud recovery point time. |
on |
latest disk recovery point time. |
on |
Oldest disk recovery point time. |
on |
disk recovery point count. |
protectable |
Attribute to provide information on various DBs. |
protected | To check if backup item is disk protected. |
protection |
Protection group name of the backup item. |
recovery |
cloud recovery point count. |
total |
total Disk storage in bytes. |
Property Details
diskStorageUsedInBytes
Used Disk storage in bytes.
diskStorageUsedInBytes?: string
Property Value
string
isCollocated
To check if backup item is collocated.
isCollocated?: boolean
Property Value
boolean
isPresentOnCloud
To check if backup item is cloud protected.
isPresentOnCloud?: boolean
Property Value
boolean
lastBackupStatus
Last backup status information on backup item.
lastBackupStatus?: string
Property Value
string
lastRefreshedAt
Last refresh time on backup item.
lastRefreshedAt?: Date
Property Value
Date
oldestRecoveryPoint
Oldest cloud recovery point time.
oldestRecoveryPoint?: Date
Property Value
Date
onPremiseLatestRecoveryPoint
latest disk recovery point time.
onPremiseLatestRecoveryPoint?: Date
Property Value
Date
onPremiseOldestRecoveryPoint
Oldest disk recovery point time.
onPremiseOldestRecoveryPoint?: Date
Property Value
Date
onPremiseRecoveryPointCount
disk recovery point count.
onPremiseRecoveryPointCount?: number
Property Value
number
protectableObjectLoadPath
Attribute to provide information on various DBs.
protectableObjectLoadPath?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
protected
To check if backup item is disk protected.
protected?: boolean
Property Value
boolean
protectionGroupName
Protection group name of the backup item.
protectionGroupName?: string
Property Value
string
recoveryPointCount
cloud recovery point count.
recoveryPointCount?: number
Property Value
number
totalDiskStorageSizeInBytes
total Disk storage in bytes.
totalDiskStorageSizeInBytes?: string
Property Value
string