[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineQoSProfile1

Properties

integer as int32
class_of_service Optional

Class of service groups similar types of traffic in the network and each type of traffic is treated as a class with its own level of service priority. The lower priority traffic is slowed down or in some cases dropped to provide better throughput for higher priority traffic.


dscp Optional

Dscp value is ignored in case of ‘TRUSTED’ DscpTrustMode.


shaper_configurations Optional

Array of Rate limiter configurations to applied on Segment or Port.

JSON Example

{
	"class_of_service": 0,
	"dscp": {
		"mode": "TRUSTED",
		"priority": 0
	},
	"shaper_configurations": [
		{
			"enabled": false,
			"resource_type": "IngressRateLimiter"
		}
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyQoS
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

QoSProfile

Feedback

Was this page helpful?