FailoverRequest interface

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

Properties

targetDeviceId

The ARM path ID of the device which will act as the failover target.

volumeContainers

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

Property Details

targetDeviceId

The ARM path ID of the device which will act as the failover target.

targetDeviceId?: string

Property Value

string

volumeContainers

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

volumeContainers?: string[]

Property Value

string[]