[{"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

QoSRateLimiterShaper

A shaper that specifies egress/ingress rate properties in Mb/s for a Segment QoS Profile.


Properties

integer
avgBandwidth Optional

Average bandwidth in Mb/s.


integer
burstSize Optional

Burst size in bytes.


integer
peakBandwidth Optional

Peak bandwidth in Mb/s.

JSON Example

{
	"avgBandwidth": 0,
	"burstSize": 0,
	"peakBandwidth": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    avgBandwidth:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    burstSize:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    peakBandwidth:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
[{"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
Availability
Added in 36.2
Property Of

InlineSegmentQoSProfile1
What's changed in v37.0?

New! in version v37.0

Feedback

Was this page helpful?