FailoverTargetResponse

data class FailoverTargetResponse(val availableLocalStorageInBytes: Double? = null, val availableTieredStorageInBytes: Double? = null, val dataContainersCount: Int? = null, val deviceId: String? = null, val deviceLocation: String? = null, val deviceSoftwareVersion: String? = null, val deviceStatus: String? = null, val eligibilityResult: TargetEligibilityResultResponse? = null, val friendlyDeviceSoftwareVersion: String? = null, val modelDescription: String? = null, val volumesCount: Int? = null)

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

Constructors

Link copied to clipboard
constructor(availableLocalStorageInBytes: Double? = null, availableTieredStorageInBytes: Double? = null, dataContainersCount: Int? = null, deviceId: String? = null, deviceLocation: String? = null, deviceSoftwareVersion: String? = null, deviceStatus: String? = null, eligibilityResult: TargetEligibilityResultResponse? = null, friendlyDeviceSoftwareVersion: String? = null, modelDescription: String? = null, volumesCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The count of data containers on the device.

Link copied to clipboard
val deviceId: String? = null

The path ID of the device.

Link copied to clipboard
val deviceLocation: String? = null

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

Link copied to clipboard

The software version of the device.

Link copied to clipboard
val deviceStatus: String? = null

The status of the device.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The model number of the device.

Link copied to clipboard
val volumesCount: Int? = null

The count of volumes on the device.