FailoverTarget interface
Represents the eligibility of a device as a failover target device.
Properties
available |
The amount of free local storage available on the device in bytes. |
available |
The amount of free tiered storage available for the device in bytes. |
data |
The count of data containers on the device. |
device |
The path ID of the device. |
device |
The geo location (applicable only for cloud appliances) of the device. |
device |
The software version of the device. |
device |
The status of the device. |
eligibility |
The eligibility result of the device, as a failover target device. |
friendly |
The friendly name for the current version of software on the device. |
model |
The model number of the device. |
volumes |
The count of volumes on the device. |
Property Details
availableLocalStorageInBytes
The amount of free local storage available on the device in bytes.
availableLocalStorageInBytes?: number
Property Value
number
availableTieredStorageInBytes
The amount of free tiered storage available for the device in bytes.
availableTieredStorageInBytes?: number
Property Value
number
dataContainersCount
The count of data containers on the device.
dataContainersCount?: number
Property Value
number
deviceId
The path ID of the device.
deviceId?: string
Property Value
string
deviceLocation
The geo location (applicable only for cloud appliances) of the device.
deviceLocation?: string
Property Value
string
deviceSoftwareVersion
The software version of the device.
deviceSoftwareVersion?: string
Property Value
string
deviceStatus
eligibilityResult
The eligibility result of the device, as a failover target device.
eligibilityResult?: TargetEligibilityResult
Property Value
friendlyDeviceSoftwareVersion
The friendly name for the current version of software on the device.
friendlyDeviceSoftwareVersion?: string
Property Value
string
modelDescription
The model number of the device.
modelDescription?: string
Property Value
string
volumesCount
The count of volumes on the device.
volumesCount?: number
Property Value
number
Azure SDK for JavaScript