Type_Ovf_Nic
Type_Ovf_Nic
Provide NIC information in a VM template
JSON Example
{
"name": "string",
"network_name": "string",
"mac_address": "string",
"start_connected": false
}
string
name
Required
Name of NIC
string
network_name
Optional
Name of the network that this NIC connects to It is not required that network name be specified.
string
mac_address
Optional
Mac address of this NIC It is not required that MAC address be specified.
boolean
start_connected
Optional
True if this nic will be connected on start. It is not required that whether the NIC is connected be specified.