DPMProtectedItemExtendedInfo interface
DPM 受保護專案的其他資訊。
屬性
disk |
使用的磁碟記憶體,以位元組為單位。 |
is |
檢查備份專案是否已共置。 |
is |
檢查備份專案是否受到雲端保護。 |
last |
備份專案上的上次備份狀態資訊。 |
last |
備份專案的上次重新整理時間。 |
oldest |
最舊的雲端恢復點時間。 |
on |
最新的磁碟恢復點時間。 |
on |
最舊的磁碟恢復點時間。 |
on |
磁碟恢復點計數。 |
protectable |
提供各種 DB 相關信息的屬性。 |
protected | 檢查備份專案是否受到磁碟保護。 |
protection |
備份項目的保護組名。 |
recovery |
雲端恢復點計數。 |
total |
磁碟記憶體總計,以位元組為單位。 |
屬性詳細資料
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