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

NetworkPool

A network pool is a group of undifferentiated networks that is available for use within an organization vDC to create certain type of vDC networks such as Organization vDC and Cross vDC networks.


AllOf


This class requires all of the following:

JSON Example

{
	"backing": {
		"portGroupRefs": [
			{
				"id": "string",
				"name": "string"
			}
		],
		"providerRef": {
			"id": "string",
			"name": "string"
		},
		"transportZoneRef": {
			"id": "string",
			"name": "string"
		},
		"vdsRefs": [
			{
				"id": "string",
				"name": "string"
			}
		],
		"vlanIdRanges": {
			"values": [
				{
					"endId": 0,
					"startId": 0
				}
			]
		}
	},
	"description": "string",
	"id": "string",
	"managingOwnerRef": {
		"id": "string",
		"name": "string"
	},
	"name": "string",
	"poolType": "enum",
	"promiscuousMode": false,
	"status": "enum",
	"totalBackingsCount": 0,
	"usedBackingsCount": 0
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    description:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - args:
                - arg: networkpool
              constraint: Urn
            - constraint: NonSortable
            - constraint: ReadOnly
    managingOwnerRef:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSortable
    status:
        x-vcloud-added-in: "33.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
    totalBackingsCount:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
    usedBackingsCount:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - constraint: ReadOnly
[{"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
Parameter To

Create Network Pool
Update Network Pool
Returned By

Get Network Pool

Feedback

Was this page helpful?