VmTemplateLibraryItemsEthernetInfo
The LibraryItems.EthernetInfo structure contains information about a virtual machine template’s virtual Ethernet adapter.
Properties
backing_type
Required
Network backing type for the virtual Ethernet adapter.
mac_type
Required
MAC address type of the ethernet adapter.
string
network
Optional
Identifier of the network backing the virtual Ethernet adapter. This field will be unset if the identifier of the network backing could not be determined. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Network. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Network.
JSON Example
{
"backing_type": "enum",
"mac_type": "enum"
}