BridgeEndpoint

BridgeEndpoint
BridgeEndpoint

A bridge endpoint can be created on a bridge cluster or on an edge cluster. Few of the properties of this class will not be used depending on the type of bridge endpoint being created. When creating a bridge endpoint on a bridge cluster, following propeties will be used: vlan, bridge_cluster_id and ha_enable. Similarly, for creating a bridge endpoint on an edge cluster following properties will be used: vlan, bridge_endpoint_profile_id and vlan_transport_zone_id.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
        }
    ],
    "bridge_cluster_id": "string",
    "bridge_endpoint_profile_id": "string",
    "ha_enable": false,
    "uplink_teaming_policy_name": "string",
    "vlan": 0,
    "vlan_transport_zone_id": "string",
    "vlan_trunk_spec": {
        "vlan_ranges": [
            {
                "end": 0,
                "start": 0
            }
        ]
    }
}