PortConnectionEdgeNodeGroup

PortConnectionEdgeNodeGroup
PortConnectionEdgeNodeGroup

Collection of edge nodes backing a logical router

AllOf
This class requires all of the following:
JSON Example
{
    "id": "string",
    "resource": {
        "_create_time": 0,
        "_create_user": "string",
        "_last_modified_time": 0,
        "_last_modified_user": "string",
        "_protection": "string",
        "_system_owned": false,
        "description": "string",
        "display_name": "string",
        "id": "string",
        "resource_type": "string",
        "tags": [
            {
                "scope": "string",
                "tag": "string"
            }
        ]
    },
    "edge_nodes": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {},
            "_revision": 0,
            "_create_time": 0,
            "_create_user": "string",
            "_last_modified_time": 0,
            "_last_modified_user": "string",
            "_protection": "string",
            "_system_owned": false,
            "description": "string",
            "display_name": "string",
            "id": "string",
            "resource_type": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "failure_domain_id": "string",
            "host_switch_spec": {
                "resource_type": "string"
            },
            "is_overridden": false,
            "maintenance_mode": "string",
            "node_deployment_info": {
                "description": "string",
                "discovered_ip_addresses": [
                    "string"
                ],
                "display_name": "string",
                "external_id": "string",
                "fqdn": "string",
                "id": "string",
                "ip_addresses": [
                    "string"
                ],
                "resource_type": "string",
                "tags": [
                    {
                        "scope": "string",
                        "tag": "string"
                    }
                ]
            },
            "node_id": "string",
            "remote_tunnel_endpoint": {
                "host_switch_name": "string",
                "ip_assignment_spec": {
                    "resource_type": "string"
                },
                "named_teaming_policy": "string",
                "rtep_vlan": 0
            }
        }
    ],
    "logical_router_id": "string"
}