NetworkPoolBacking

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"
    }
}
vlanIdRanges
Optional

List of IpRange

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.

transportZoneRef
Optional

Backing Id for an entity not owned by VCD.

providerRef
Optional

Entity reference used to describe VCD entities

Availability
Added in 33.0