FailoverTarget interface

Represents the eligibility of a device as a failover target device.

Properties

availableLocalStorageInBytes

The amount of free local storage available on the device in bytes.

availableTieredStorageInBytes

The amount of free tiered storage available for the device in bytes.

dataContainersCount

The count of data containers on the device.

deviceId

The path ID of the device.

deviceLocation

The geo location (applicable only for cloud appliances) of the device.

deviceSoftwareVersion

The software version of the device.

deviceStatus

The status of the device.

eligibilityResult

The eligibility result of the device, as a failover target device.

friendlyDeviceSoftwareVersion

The friendly name for the current version of software on the device.

modelDescription

The model number of the device.

volumesCount

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

The status of the device.

deviceStatus?: DeviceStatus

Property Value

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