list Device Failover Tars
suspend fun listDeviceFailoverTars(argument: ListDeviceFailoverTarsPlainArgs): ListDeviceFailoverTarsResult
The list of all devices in a resource and their eligibility status as a failover target device. 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.
See also
Parameters
manager Name
The manager name
resource Group Name
The resource group name
source Device Name
The source device name on which failover is performed.
volume Containers
The list of path IDs of the volume containers that needs to be failed-over, for which we want to fetch the eligible targets.
suspend fun listDeviceFailoverTars(argument: suspend ListDeviceFailoverTarsPlainArgsBuilder.() -> Unit): ListDeviceFailoverTarsResult
Return
The list of all devices in a resource and their eligibility status as a failover target device.
See also
Parameters
argument
Builder for com.pulumi.azurenative.storsimple.kotlin.inputs.ListDeviceFailoverTarsPlainArgs.