SyntheticClassVirtualNetworkInterfaceAllOf1
Properties
string
device_key
Required
Device key of the virtual network interface.
string
device_name
Optional
Device name of the virtual network interface.
string
external_id
Required
External Id of the virtual network inferface.
string
host_id
Required
Id of the host on which the vm exists.
array of
IpAddressInfo
ip_address_info
Optional
IP Addresses of the the virtual network interface, from various sources.
string
lport_attachment_id
Optional
LPort Attachment Id of the virtual network interface.
string
mac_address
Required
MAC address of the virtual network interface.
string
owner_vm_id
Required
Id of the vm to which this virtual network interface belongs.
string
owner_vm_type
Optional
Owner virtual machine type; Edge, Service VM or other.
Possible values are: EDGE , SERVICE , REGULAR
string
vm_local_id_on_host
Required
Id of the vm unique within the host.
JSON Example
{
"device_key": "string",
"external_id": "string",
"host_id": "string",
"mac_address": "string",
"owner_vm_id": "string",
"vm_local_id_on_host": "string"
}