Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DPMProtectedItemExtendedInfo

Package version

Additional information of DPM Protected item.

Hierarchy

  • DPMProtectedItemExtendedInfo

Index

Properties

Optional diskStorageUsedInBytes

diskStorageUsedInBytes: undefined | string

Used Disk storage in bytes.

Optional isCollocated

isCollocated: undefined | false | true

To check if backup item is collocated.

Optional isPresentOnCloud

isPresentOnCloud: undefined | false | true

To check if backup item is cloud protected.

Optional lastBackupStatus

lastBackupStatus: undefined | string

Last backup status information on backup item.

Optional lastRefreshedAt

lastRefreshedAt: Date

Last refresh time on backup item.

Optional oldestRecoveryPoint

oldestRecoveryPoint: Date

Oldest cloud recovery point time.

Optional onPremiseLatestRecoveryPoint

onPremiseLatestRecoveryPoint: Date

latest disk recovery point time.

Optional onPremiseOldestRecoveryPoint

onPremiseOldestRecoveryPoint: Date

Oldest disk recovery point time.

Optional onPremiseRecoveryPointCount

onPremiseRecoveryPointCount: undefined | number

disk recovery point count.

Optional protectableObjectLoadPath

protectableObjectLoadPath: undefined | {}

Attribute to provide information on various DBs.

Optional protected

protected: undefined | false | true

To check if backup item is disk protected.

Optional protectionGroupName

protectionGroupName: undefined | string

Protection group name of the backup item.

Optional recoveryPointCount

recoveryPointCount: undefined | number

cloud recovery point count.

Optional totalDiskStorageSizeInBytes

totalDiskStorageSizeInBytes: undefined | string

total Disk storage in bytes.

Generated using TypeDoc