Condividi tramite


FailoverTarget Constructors

Definition

Overloads

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.

FailoverTarget()

Initializes a new instance of the FailoverTarget class.

public FailoverTarget ();
Public Sub New ()

Applies to

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.

public FailoverTarget (string deviceId = default, Microsoft.Azure.Management.StorSimple8000Series.Models.DeviceStatus? deviceStatus = default, string modelDescription = default, string deviceSoftwareVersion = default, int? dataContainersCount = default, int? volumesCount = default, long? availableLocalStorageInBytes = default, long? availableTieredStorageInBytes = default, string deviceLocation = default, string friendlyDeviceSoftwareVersion = default, Microsoft.Azure.Management.StorSimple8000Series.Models.TargetEligibilityResult eligibilityResult = default);
new Microsoft.Azure.Management.StorSimple8000Series.Models.FailoverTarget : string * Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.DeviceStatus> * string * string * Nullable<int> * Nullable<int> * Nullable<int64> * Nullable<int64> * string * string * Microsoft.Azure.Management.StorSimple8000Series.Models.TargetEligibilityResult -> Microsoft.Azure.Management.StorSimple8000Series.Models.FailoverTarget
Public Sub New (Optional deviceId As String = Nothing, Optional deviceStatus As Nullable(Of DeviceStatus) = Nothing, Optional modelDescription As String = Nothing, Optional deviceSoftwareVersion As String = Nothing, Optional dataContainersCount As Nullable(Of Integer) = Nothing, Optional volumesCount As Nullable(Of Integer) = Nothing, Optional availableLocalStorageInBytes As Nullable(Of Long) = Nothing, Optional availableTieredStorageInBytes As Nullable(Of Long) = Nothing, Optional deviceLocation As String = Nothing, Optional friendlyDeviceSoftwareVersion As String = Nothing, Optional eligibilityResult As TargetEligibilityResult = Nothing)

Parameters

deviceId
String

The path ID of the device.

deviceStatus
Nullable<DeviceStatus>

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

modelDescription
String

The model number of the device.

deviceSoftwareVersion
String

The software version of the device.

dataContainersCount
Nullable<Int32>

The count of datacontainers on the device.

volumesCount
Nullable<Int32>

The count of volumes on the device.

availableLocalStorageInBytes
Nullable<Int64>

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

availableTieredStorageInBytes
Nullable<Int64>

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

deviceLocation
String

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

friendlyDeviceSoftwareVersion
String

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

eligibilityResult
TargetEligibilityResult

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

Applies to