FailoverTarget Class

Definition

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

public class FailoverTarget
type FailoverTarget = class
Public Class FailoverTarget
Inheritance
FailoverTarget

Constructors

FailoverTarget()

Initializes a new instance of the FailoverTarget class.

FailoverTarget(String, Nullable<DeviceStatus>, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Nullable<Int64>, String, String, TargetEligibilityResult)

Initializes a new instance of the FailoverTarget class.

Properties

AvailableLocalStorageInBytes

Gets or sets the amount of free local storage available on the device in bytes.

AvailableTieredStorageInBytes

Gets or sets the amount of free tiered storage available for the device in bytes.

DataContainersCount

Gets or sets the count of datacontainers on the device.

DeviceId

Gets or sets the path ID of the device.

DeviceLocation

Gets or sets the geo location (applicable only for cloud appliances) of the device.

DeviceSoftwareVersion

Gets or sets the software version of the device.

DeviceStatus

Gets or sets the status of the device. Possible values include: 'Unknown', 'Online', 'Offline', 'Deactivated', 'RequiresAttention', 'MaintenanceMode', 'Creating', 'Provisioning', 'Deactivating', 'Deleted', 'ReadyToSetup'

EligibilityResult

Gets or sets the eligibility result of the device, as a failover target device.

FriendlyDeviceSoftwareVersion

Gets or sets the friendly name for the current version of software on the device.

ModelDescription

Gets or sets the model number of the device.

VolumesCount

Gets or sets the count of volumes on the device.

Applies to