共用方式為


FailoverTarget interface

代表裝置作為容錯移轉目標裝置的資格。

屬性

availableLocalStorageInBytes

裝置上可用的可用本機儲存體數量,以位元組為單位。

availableTieredStorageInBytes

裝置可用的免費階層式儲存體數量,以位元組為單位。

dataContainersCount

裝置上的資料容器計數。

deviceId

裝置的路徑識別碼。

deviceLocation

地理位置 (僅適用于裝置) 的雲端設備。

deviceSoftwareVersion

裝置的軟體版本。

deviceStatus

裝置的狀態。

eligibilityResult

裝置的資格結果,作為容錯移轉目標裝置。

friendlyDeviceSoftwareVersion

裝置上目前軟體版本的易記名稱。

modelDescription

裝置的模型編號。

volumesCount

裝置上的磁片區計數。

屬性詳細資料

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

裝置的狀態。

deviceStatus?: DeviceStatus

屬性值

eligibilityResult

裝置的資格結果,作為容錯移轉目標裝置。

eligibilityResult?: TargetEligibilityResult

屬性值

friendlyDeviceSoftwareVersion

裝置上目前軟體版本的易記名稱。

friendlyDeviceSoftwareVersion?: string

屬性值

string

modelDescription

裝置的模型編號。

modelDescription?: string

屬性值

string

volumesCount

裝置上的磁片區計數。

volumesCount?: number

屬性值

number