ListDeviceFailoverTarsPlainArgs

data class ListDeviceFailoverTarsPlainArgs(val managerName: String, val resourceGroupName: String, val sourceDeviceName: String, val volumeContainers: List<String>? = null) : ConvertibleToJava<ListDeviceFailoverTarsPlainArgs>

Constructors

Link copied to clipboard
constructor(managerName: String, resourceGroupName: String, sourceDeviceName: String, volumeContainers: List<String>? = null)

Properties

Link copied to clipboard

The manager name

Link copied to clipboard

The resource group name

Link copied to clipboard

The source device name on which failover is performed.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ListDeviceFailoverTarsPlainArgs