DPMProtectedItemExtendedInfo interface

Additional information of DPM Protected item.

Properties

diskStorageUsedInBytes

Used Disk storage in bytes.

isCollocated

To check if backup item is collocated.

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.

onPremiseLatestRecoveryPoint

latest disk recovery point time.

onPremiseOldestRecoveryPoint

Oldest disk recovery point time.

onPremiseRecoveryPointCount

disk recovery point count.

protectableObjectLoadPath

Attribute to provide information on various DBs.

protected

To check if backup item is disk protected.

protectionGroupName

Protection group name of the backup item.

recoveryPointCount

cloud recovery point count.

totalDiskStorageSizeInBytes

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