共用方式為


DPMProtectedItemExtendedInfo interface

DPM 受保護專案的其他資訊。

屬性

diskStorageUsedInBytes

使用的磁碟記憶體,以位元組為單位。

isCollocated

檢查備份專案是否已共置。

isPresentOnCloud

檢查備份專案是否受到雲端保護。

lastBackupStatus

備份專案上的上次備份狀態資訊。

lastRefreshedAt

備份專案的上次重新整理時間。

oldestRecoveryPoint

最舊的雲端恢復點時間。

onPremiseLatestRecoveryPoint

最新的磁碟恢復點時間。

onPremiseOldestRecoveryPoint

最舊的磁碟恢復點時間。

onPremiseRecoveryPointCount

磁碟恢復點計數。

protectableObjectLoadPath

提供各種 DB 相關信息的屬性。

protected

檢查備份專案是否受到磁碟保護。

protectionGroupName

備份項目的保護組名。

recoveryPointCount

雲端恢復點計數。

totalDiskStorageSizeInBytes

磁碟記憶體總計,以位元組為單位。

屬性詳細資料

diskStorageUsedInBytes

使用的磁碟記憶體,以位元組為單位。

diskStorageUsedInBytes?: string

屬性值

string

isCollocated

檢查備份專案是否已共置。

isCollocated?: boolean

屬性值

boolean

isPresentOnCloud

檢查備份專案是否受到雲端保護。

isPresentOnCloud?: boolean

屬性值

boolean

lastBackupStatus

備份專案上的上次備份狀態資訊。

lastBackupStatus?: string

屬性值

string

lastRefreshedAt

備份專案的上次重新整理時間。

lastRefreshedAt?: Date

屬性值

Date

oldestRecoveryPoint

最舊的雲端恢復點時間。

oldestRecoveryPoint?: Date

屬性值

Date

onPremiseLatestRecoveryPoint

最新的磁碟恢復點時間。

onPremiseLatestRecoveryPoint?: Date

屬性值

Date

onPremiseOldestRecoveryPoint

最舊的磁碟恢復點時間。

onPremiseOldestRecoveryPoint?: Date

屬性值

Date

onPremiseRecoveryPointCount

磁碟恢復點計數。

onPremiseRecoveryPointCount?: number

屬性值

number

protectableObjectLoadPath

提供各種 DB 相關信息的屬性。

protectableObjectLoadPath?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

protected

檢查備份專案是否受到磁碟保護。

protected?: boolean

屬性值

boolean

protectionGroupName

備份項目的保護組名。

protectionGroupName?: string

屬性值

string

recoveryPointCount

雲端恢復點計數。

recoveryPointCount?: number

屬性值

number

totalDiskStorageSizeInBytes

磁碟記憶體總計,以位元組為單位。

totalDiskStorageSizeInBytes?: string

屬性值

string