GatewayQosProfileConfig (type)

{
  "additionalProperties": false, 
  "id": "GatewayQosProfileConfig", 
  "module_id": "PolicyConnectivity", 
  "properties": {
    "egress_qos_profile_path": {
      "description": "Policy path to gateway QoS profile in egress direction.", 
      "required": false, 
      "title": "Egress QoS profile", 
      "type": "string"
    }, 
    "ingress_qos_profile_path": {
      "description": "Policy path to gateway QoS profile in ingress direction.", 
      "required": false, 
      "title": "Ingress QoS profile", 
      "type": "string"
    }
  }, 
  "title": "Gateway QoS profile configuration", 
  "type": "object"
}