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

SegmentQoSProfile

A QoS Segment Profile.


AllOf


This class requires all of the following:

JSON Example

{
	"classOfService": 0,
	"description": "string",
	"displayName": "string",
	"dscpConfig": {
		"priority": 0,
		"trustMode": "string"
	},
	"egressRateLimiter": {
		"avgBandwidth": 0,
		"burstSize": 0,
		"peakBandwidth": 0
	},
	"id": "string",
	"ingressBroadcastRateLimiter": {
		"avgBandwidth": 0,
		"burstSize": 0,
		"peakBandwidth": 0
	},
	"ingressRateLimiter": {
		"avgBandwidth": 0,
		"burstSize": 0,
		"peakBandwidth": 0
	},
	"nsxTManagerRef": {
		"id": "string",
		"name": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-cross-references:
    - cross-reference:
        alias: orgVdcId
        description: |
            A filter to look up segment profiles that can be used into this Org VDC.
        referenced-property: id
        referenced-type: ./networking/vdcs.yaml#/definitions/OrgVdc
    - cross-reference:
        alias: vdcGroupId
        description: |
            A filter to look up segment profiles that can be used into this VDC Group.
        referenced-property: id
        referenced-type: ./networking/vdcGroups.yaml#/definitions/VdcGroup
x-vcloud-property-annotations:
    classOfService:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    description:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    displayName:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    dscpConfig:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    egressRateLimiter:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSortable
    ingressBroadcastRateLimiter:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    ingressRateLimiter:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    nsxTManagerRef:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - 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

SegmentQoSProfiles
What's changed in v37.0?

New! in version v37.0

Feedback

Was this page helpful?