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", 
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "Tier1"
          ], 
          "relationshipType": "GATEWAY_QOS_PROFILE_RELATIONSHIP", 
          "rightType": [
            "GatewayQosProfile"
          ]
        }, 
        {
          "leftType": [
            "Vpc"
          ], 
          "relationshipType": "VPC_SERVICE_GATEWAY_EGRESS_QOS_RELATIONSHIP", 
          "rightType": [
            "GatewayQosProfile"
          ]
        }
      ]
    }, 
    "ingress_qos_profile_path": {
      "description": "Policy path to gateway QoS profile in ingress direction.", 
      "required": false, 
      "title": "Ingress QoS profile", 
      "type": "string", 
      "x-vmw-cross-reference": [
        {
          "leftType": [
            "Tier1"
          ], 
          "relationshipType": "GATEWAY_QOS_PROFILE_RELATIONSHIP", 
          "rightType": [
            "GatewayQosProfile"
          ]
        }, 
        {
          "leftType": [
            "Vpc"
          ], 
          "relationshipType": "VPC_SERVICE_GATEWAY_INGRESS_QOS_RELATIONSHIP", 
          "rightType": [
            "GatewayQosProfile"
          ]
        }
      ]
    }
  }, 
  "title": "Gateway QoS profile configuration", 
  "type": "object"
}