DirectConnectInterface

DirectConnectInterface
DirectConnectInterface
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "1000:104:12213212",
    "name": "My Name",
    "entity_type": "VirtualMachine",
    "local_asn": 0,
    "tunnel_id": "string",
    "dx_connection_id": "string",
    "mtu": 0,
    "local_ip": {
        "ip_address": "string",
        "netmask": "string",
        "network_address": "string"
    },
    "remote_ip": {
        "ip_address": "string",
        "netmask": "string",
        "network_address": "string"
    },
    "remote_asn": 0,
    "state": "string",
    "bgp_status": "string",
    "type": "string",
    "sddc": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    },
    "dx_connection": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    }
}