TypeOvfNic
Provide NIC information in a VM template
Properties
string
mac_address
Optional
Mac address of this NIC It is not required that MAC address be specified.
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.
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.
JSON Example
{
"name": "string"
}