VMwareToAzStackHCIProtectedNicPropertiesResponse

data class VMwareToAzStackHCIProtectedNicPropertiesResponse(val isPrimaryNic: Boolean? = null, val label: String, val macAddress: String, val networkName: String, val nicId: String, val selectionTypeForFailover: String, val targetNetworkId: String, val testNetworkId: String)

VMwareToAzStackHCI NIC properties.

Constructors

constructor(isPrimaryNic: Boolean? = null, label: String, macAddress: String, networkName: String, nicId: String, selectionTypeForFailover: String, targetNetworkId: String, testNetworkId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val isPrimaryNic: Boolean? = null

Gets or sets a value indicating whether this is the primary NIC.

Link copied to clipboard

Gets or sets the NIC label.

Link copied to clipboard

Gets or sets the NIC mac address.

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.