VmNicSettings
Network Settings for Virtual Machine's NIC.
{
"externalIpAddress": "64.71.222.37",
"ipAddress": "192.0.0.1",
"ipAddressAllocationMode": "string",
"isConnected": false,
"macAddress": "00:0a:95:9d:68:17",
"needsCustomization": true,
"network": "network1",
"networkAdapterType": "VMXNET 3",
"nicIndex": 0,
"resetMacAddress": true,
"resolutionType": "EXPLICIT"
}
If the network that the NIC is connected to has NAT or port mapping, the external address is populated in this element.
IP address of the NIC.
Indicates whether the NIC should be connected.
The MAC address of the NIC.
Flag to signify if the NIC needs customization.
The name of the network to which the NIC is attached.
NIC Adapter type.
Index of the NIC starting from 0 in a VM.
Indicates whether the NIC MAC address should be reset (regenerated) or kept as it is.
Signifies how these NIC settings were obtained. Whether they were automatically derived or explicitly configured. Read-only, ignored on update.