GatewayQosConfig

GatewayQosConfig
GatewayQosConfig

Represents the Ingress and Egress QoS config for a gateway.

JSON Example
{
    "ingressProfile": {
        "id": "string",
        "name": "string",
        "type": "string",
        "committedBandwidthMbps": 0,
        "burstSizeBytes": 0
    },
    "egressProfile": {
        "id": "string",
        "name": "string",
        "type": "string",
        "committedBandwidthMbps": 0,
        "burstSizeBytes": 0
    }
}
ingressProfile
Required

Represents the Gateway QoS profile for egress/ingress traffic.

egressProfile
Required

Represents the Gateway QoS profile for egress/ingress traffic.