VirtualNetworkInterface
Properties
Timestamp of last modification
The server will populate this field when returing the resource. Ignored on PUT and POST.
Schema for this resource
Description of this resource
Device key of the virtual network interface.
Device name of the virtual network interface.
Defaults to ID if not set
External Id of the virtual network inferface.
Id of the host on which the vm exists.
IP Addresses of the the virtual network interface, from various sources.
LPort Attachment Id of the virtual network interface.
MAC address of the virtual network interface.
Id of the vm to which this virtual network interface belongs.
Owner virtual machine type; Edge, Service VM or other.
Possible values are: EDGE, SERVICE, REGULAR
The type of this resource.
Id of the vm unique within the host.
JSON Example
{
"_last_sync_time": 0,
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"description": "string",
"device_key": "string",
"device_name": "string",
"display_name": "string",
"external_id": "string",
"host_id": "string",
"ip_address_info": [
{
"ip_addresses": [
"string"
],
"source": "string"
}
],
"lport_attachment_id": "string",
"mac_address": "string",
"owner_vm_id": "string",
"owner_vm_type": "string",
"resource_type": "string",
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"vm_local_id_on_host": "string"
}