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