FailoverTarget interface
代表裝置作為容錯移轉目標裝置的資格。
屬性
available |
裝置上可用的可用本機儲存體數量,以位元組為單位。 |
available |
裝置可用的免費階層式儲存體數量,以位元組為單位。 |
data |
裝置上的資料容器計數。 |
device |
裝置的路徑識別碼。 |
device |
地理位置 (僅適用于裝置) 的雲端設備。 |
device |
裝置的軟體版本。 |
device |
裝置的狀態。 |
eligibility |
裝置的資格結果,作為容錯移轉目標裝置。 |
friendly |
裝置上目前軟體版本的易記名稱。 |
model |
裝置的模型編號。 |
volumes |
裝置上的磁片區計數。 |
屬性詳細資料
availableLocalStorageInBytes
裝置上可用的可用本機儲存體數量,以位元組為單位。
availableLocalStorageInBytes?: number
屬性值
number
availableTieredStorageInBytes
裝置可用的免費階層式儲存體數量,以位元組為單位。
availableTieredStorageInBytes?: number
屬性值
number
dataContainersCount
裝置上的資料容器計數。
dataContainersCount?: number
屬性值
number
deviceId
裝置的路徑識別碼。
deviceId?: string
屬性值
string
deviceLocation
地理位置 (僅適用于裝置) 的雲端設備。
deviceLocation?: string
屬性值
string
deviceSoftwareVersion
裝置的軟體版本。
deviceSoftwareVersion?: string
屬性值
string
deviceStatus
eligibilityResult
friendlyDeviceSoftwareVersion
裝置上目前軟體版本的易記名稱。
friendlyDeviceSoftwareVersion?: string
屬性值
string
modelDescription
裝置的模型編號。
modelDescription?: string
屬性值
string
volumesCount
裝置上的磁片區計數。
volumesCount?: number
屬性值
number