InlineBridgeEndpoint1

InlineBridgeEndpoint1
InlineBridgeEndpoint1
JSON Example
{
    "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
            }
        ]
    }
}
string
bridge_cluster_id
Optional
Constraints: maxLength: 36

This field will not be used if an edge cluster is being used for the bridge endpoint

string
bridge_endpoint_profile_id
Optional

This field will not be used if a bridge cluster is being used for the bridge endpoint

boolean
ha_enable
Optional
Constraints: default: true

This field will not be used if an edge cluster is being used for the bridge endpoint

string
uplink_teaming_policy_name
Optional

This name has to be one of the switching uplink teaming policy names listed inside the TransportZone. If this field is not specified, bridge will use the first pnic in host-switch config. This field will not be used if a bridge cluster is being used for the bridge endpoint

integer As int64 As int64
vlan
Optional

This property is used for VLAN specification of bridge endpoint. It's mutually exclusive with 'vlan_trunk_spec', either 'vlan' or 'vlan_trunk_spec' should be specified.

string
vlan_transport_zone_id
Optional

This field will not be used if a bridge cluster is being used for the bridge endpoint

vlan_trunk_spec
Optional

VlanTrunkspec is used for specifying trunk VLAN id ranges.