RouterInterface

RouterInterface
RouterInterface
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "1000:104:12213212",
    "name": "My Name",
    "entity_type": "VirtualMachine",
    "operationalStatus": "string",
    "administrativeStatus": "string",
    "internalVrf": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    },
    "duplex": "string",
    "connected": false,
    "physicalAddress": "string",
    "vrf": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    },
    "l2n": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    },
    "ip_addresses": [
        {
            "ip_address": "string",
            "netmask": "string",
            "network_address": "string"
        }
    ],
    "subInterface": false,
    "routerPortType": "string",
    "uRPFMode": "string",
    "manager": {
        "entity_id": "string",
        "entity_type": "VirtualMachine",
        "entity_name": "string"
    }
}