VmNicSettings

VmNicSettings
VmNicSettings
JSON Example
{
    "ipAddress": "192.0.0.1",
    "ipAddressAllocationMode": "DHCP",
    "isConnected": false,
    "network": "network1",
    "nicIndex": 0,
    "resetMacAddress": true
}
string
ipAddress
Optional

IP address of the NIC.

string
ipAddressAllocationMode
Optional

Ip Address allocation mode. Can be one of POOL, DHCP, MANUAL, NONE.

Possible values are : POOL, DHCP, MANUAL, NONE,
boolean
isConnected
Optional

Indicates whether the NIC should be connected.

string
network
Optional

The name of the network to which the NIC is attached.

integer As int32 As int32
nicIndex
Optional

Index of the NIC starting from 0 in a VM.

boolean
resetMacAddress
Optional

Indicates whether the NIC MAC address should be reset (regenerated) or kept as it is.