GatewayQosProfileConfig

GatewayQosProfileConfig
GatewayQosProfileConfig

Represents the Gateway QoS profile for egress/ingress traffic.

JSON Example
{
    "id": "string",
    "name": "string",
    "type": "string",
    "committedBandwidthMbps": 0,
    "burstSizeBytes": 0
}
string
id
Optional

Unique backing ID of the QoS profile in NSX manager backing the region. This is not a Tenant Manager URN.

string
name
Optional

The name of the QoS profile in NSX manager backing the region.

string
type
Required

Type of the referenced profile.

  • DEFAULT: The default profile associated with the Edge Cluster.
  • CUSTOM: Custom profile for Organization workloads running within region.
This is a required field. To override the default values, set the type as CUSTOM. To change the profile configuration back to Edge Cluster defaults, set the type as DEFAULT.
integer As int32 As int32
committedBandwidthMbps
Optional

Committed bandwidth specified in Mbps. Bandwidth is limited to line rate when the value configured is greater than line rate. Traffic exceeding bandwidth will be dropped. A "-1" value or NULL means UNLIMITED.

integer As int32 As int32
burstSizeBytes
Optional

Burst size in bytes. A "-1" value or NULL means UNLIMITED.

Property Of