FailoverRequest Class

Definition

The request object for triggering a failover of volume containers, from a source device to a target device.

public class FailoverRequest
type FailoverRequest = class
Public Class FailoverRequest
Inheritance
FailoverRequest

Constructors

FailoverRequest()

Initializes a new instance of the FailoverRequest class.

FailoverRequest(String, IList<String>)

Initializes a new instance of the FailoverRequest class.

Properties

TargetDeviceId

Gets or sets the ARM path ID of the device which will act as the failover target.

VolumeContainers

Gets or sets the list of path IDs of the volume containers which needs to be failed-over to the target device.

Applies to