NetworkPoolBacking
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.
JSON Example
{
"vlanIdRanges": {
"values": [
{
"startId": 0,
"endId": 0
}
]
},
"vdsRefs": [
{
"id": "string",
"name": "string"
}
],
"portGroupRefs": [
{
"id": "string",
"name": "string"
}
],
"transportZoneRef": {
"id": "string",
"name": "string"
},
"providerRef": {
"name": "string",
"id": "string"
}
}
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.
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.
Availability
Added in 33.0