BridgeProfileConfig (type)

{
  "additionalProperties": false, 
  "description": "configuration parameters for Bridge Profile", 
  "id": "BridgeProfileConfig", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "bridge_profile_path": {
      "description": "Same bridge profile can be configured on different segments. Each bridge profile on a segment must unique.", 
      "required": true, 
      "title": "Policy path to L2 Bridge profile", 
      "type": "string"
    }, 
    "uplink_teaming_policy_name": {
      "description": "The name of the switching uplink teaming policy for the bridge endpoint. This name corresponds to one fot he switching uplink teaming policy names listed in teh transport zone. When this property is not specified, the teaming policy is assigned by MP.", 
      "title": "Uplink Teaming Policy Name", 
      "type": "string"
    }, 
    "vlan_ids": {
      "description": "VLAN specification for bridge endpoint. Either VLAN ID or VLAN ranges can be specified. Not both.", 
      "items": {
        "type": "string"
      }, 
      "title": "VLAN IDs", 
      "type": "array"
    }, 
    "vlan_transport_zone_path": {
      "description": "VLAN transport zone should belong to the enforcment-point as the transport zone specified in the segment.", 
      "required": true, 
      "title": "Policy path to VLAN Transport Zone", 
      "type": "string"
    }
  }, 
  "title": "Bridge Profile Configuration", 
  "type": "object"
}