[{"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
NetworkPoolBacking
Describes the backing information for a network pool. A network pool is backed by vSphere network resources such as VLAN Ids, portgroups, Transport Zones, etc.
Properties
array of
BackingRef
portGroupRefs
Optional
All the vSphere port groups that will be used by this network pool. This information is available only for Portgroup backed network pools.
providerRef
Optional
The Id of vCenter server or the NSX-T manager that owns this backing entity.
array of
BackingRef
vdsRefs
Optional
The information about virtual distributed switches. This information is available only for VLAN, VXLAN and Universal VXLAN backed network pools.
vlanIdRanges
Optional
The range of backing VLAN Id’s. This information is available only for VLAN backed network pools.
JSON Example
{
"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
}
]
}
}
[{"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
InlineNetworkPool1