Failover Target Response
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)
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
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
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
The count of volumes on the device.