Package version:

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

Hierarchy

  • FailoverTarget

Properties

availableLocalStorageInBytes?: number

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

availableTieredStorageInBytes?: number

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

dataContainersCount?: number

The count of data containers on the device.

deviceId?: string

The path ID of the device.

deviceLocation?: string

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

deviceSoftwareVersion?: string

The software version of the device.

deviceStatus?: DeviceStatus

The status of the device.

eligibilityResult?: TargetEligibilityResult

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

friendlyDeviceSoftwareVersion?: string

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

modelDescription?: string

The model number of the device.

volumesCount?: number

The count of volumes on the device.

Generated using TypeDoc