[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

InlineSegmentQoSProfile1

Properties

integer
classOfService 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.


dscpConfig Optional

A Differentiated Services Code Point (DSCP) Configuration for this Segment QoS Profile.


egressRateLimiter Optional

Egress rate properties in Mb/s.


ingressBroadcastRateLimiter Optional

Ingress broadcast rate properties in Mb/s.


ingressRateLimiter Optional

Ingress rate properties in Mb/s.

JSON Example

{
	"classOfService": 0,
	"dscpConfig": {
		"priority": 0,
		"trustMode": "string"
	},
	"egressRateLimiter": {
		"avgBandwidth": 0,
		"burstSize": 0,
		"peakBandwidth": 0
	},
	"ingressBroadcastRateLimiter": {
		"avgBandwidth": 0,
		"burstSize": 0,
		"peakBandwidth": 0
	},
	"ingressRateLimiter": {
		"avgBandwidth": 0,
		"burstSize": 0,
		"peakBandwidth": 0
	}
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Used By

SegmentQoSProfile
What's changed in v37.0?

New! in version v37.0

Feedback

Was this page helpful?