RetentionVolume interface
MT 的保留詳細數據。
屬性
capacity |
磁碟區容量。 |
free |
此磁碟區中可用的可用空間。 |
threshold |
臨界值百分比。 |
volume |
磁碟區名稱。 |
屬性詳細資料
capacityInBytes
磁碟區容量。
capacityInBytes?: number
屬性值
number
freeSpaceInBytes
此磁碟區中可用的可用空間。
freeSpaceInBytes?: number
屬性值
number
thresholdPercentage
臨界值百分比。
thresholdPercentage?: number
屬性值
number
volumeName
磁碟區名稱。
volumeName?: string
屬性值
string