VMwareToAzStackHCIProtectedNicProperties interface
VMwareToAzStackHCI NIC properties.
Properties
is |
Gets or sets a value indicating whether this is the primary NIC. |
label | Gets or sets the NIC label. NOTE: This property will not be serialized. It can only be populated by the server. |
mac |
Gets or sets the NIC mac address. NOTE: This property will not be serialized. It can only be populated by the server. |
network |
Gets or sets the network name. NOTE: This property will not be serialized. It can only be populated by the server. |
nic |
Gets or sets the NIC Id. NOTE: This property will not be serialized. It can only be populated by the server. |
selection |
Gets or sets the selection type of the NIC. NOTE: This property will not be serialized. It can only be populated by the server. |
target |
Gets or sets the target network Id within AzStackHCI Cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
test |
Gets or sets the target test network Id within AzStackHCI Cluster. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
isPrimaryNic
Gets or sets a value indicating whether this is the primary NIC.
isPrimaryNic?: boolean
Property Value
boolean
label
Gets or sets the NIC label. NOTE: This property will not be serialized. It can only be populated by the server.
label?: string
Property Value
string
macAddress
Gets or sets the NIC mac address. NOTE: This property will not be serialized. It can only be populated by the server.
macAddress?: string
Property Value
string
networkName
Gets or sets the network name. NOTE: This property will not be serialized. It can only be populated by the server.
networkName?: string
Property Value
string
nicId
Gets or sets the NIC Id. NOTE: This property will not be serialized. It can only be populated by the server.
nicId?: string
Property Value
string
selectionTypeForFailover
Gets or sets the selection type of the NIC. NOTE: This property will not be serialized. It can only be populated by the server.
selectionTypeForFailover?: string
Property Value
string
targetNetworkId
Gets or sets the target network Id within AzStackHCI Cluster. NOTE: This property will not be serialized. It can only be populated by the server.
targetNetworkId?: string
Property Value
string
testNetworkId
Gets or sets the target test network Id within AzStackHCI Cluster. NOTE: This property will not be serialized. It can only be populated by the server.
testNetworkId?: string
Property Value
string
Azure SDK for JavaScript