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

DistributedPortGroup

Distributed portgroup.


Properties

backingRef Optional

Contains the backing id and name of the distributed portgroup.


dvSwitch Optional

The distributed virtual switch on which this distributed virtual portgroup was created.


virtualCenter Optional

The entity reference for the vCenter that contains this distributed portgroup.


string
vlan Optional

The VLAN associated with this distributed portgroup. This can be a single number or a numerical range(1-10).

JSON Example

{
	"backingRef": {
		"id": "string",
		"name": "string"
	},
	"dvSwitch": {
		"backingRef": {
			"id": "string",
			"name": "string"
		},
		"virtualCenter": {
			"id": "string",
			"name": "string"
		}
	},
	"virtualCenter": {
		"id": "string",
		"name": "string"
	},
	"vlan": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-cross-references:
    - cross-reference:
        alias: orgVdcId
        referenced-property: id
        referenced-type: ./networking/vdcs.yaml#/definitions/OrgVdc
[{"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 33.0
Property Of

InlineDistributedPortGroups1

Feedback

Was this page helpful?