listDeviceFailoverTars

Given a list of volume containers to be failed over from a source device, this method returns the eligibility result, as a failover target, for all devices under that resource. Uses Azure REST API version 2017-06-01.

Return

The list of all devices in a resource and their eligibility status as a failover target device.

Parameters

argument

null


suspend fun listDeviceFailoverTars(managerName: String, resourceGroupName: String, sourceDeviceName: String, volumeContainers: List<String>? = null): ListDeviceFailoverTarsResult

Return

The list of all devices in a resource and their eligibility status as a failover target device.

Parameters

managerName

The manager name

resourceGroupName

The resource group name

sourceDeviceName

The source device name on which failover is performed.

volumeContainers

The list of path IDs of the volume containers that needs to be failed-over, for which we want to fetch the eligible targets.

See also


Return

The list of all devices in a resource and their eligibility status as a failover target device.

Parameters

argument

Builder for com.pulumi.azurenative.storsimple.kotlin.inputs.ListDeviceFailoverTarsPlainArgs.

See also