HyperVToAzStackHCINicInputResponse

data class HyperVToAzStackHCINicInputResponse(val networkName: String, val nicId: String, val selectionTypeForFailover: String, val targetNetworkId: String, val testNetworkId: String)

HyperVToAzStackHCI NIC properties.

Constructors

Link copied to clipboard
constructor(networkName: String, nicId: String, selectionTypeForFailover: String, targetNetworkId: String, testNetworkId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the network name.

Link copied to clipboard

Gets or sets the NIC Id.

Link copied to clipboard

Gets or sets the selection type of the NIC.

Link copied to clipboard

Gets or sets the target network Id within AzStackHCI Cluster.

Link copied to clipboard

Gets or sets the target test network Id within AzStackHCI Cluster.