Distributed Virtual Switch Get Network Resource Pool
Deprecated as of vSphere API 6.0 Use vmVnicNetworkResourcePool to get the Virtual NIC resource pool information. Use infrastructureTrafficResourceConfig to get the host infrastructure resource information.
Network resource pool information for the switch.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case DistributedVirtualSwitch/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
[
{
"_typeName": "string",
"key": "string",
"name": "string",
"description": "string",
"configVersion": "string",
"allocationInfo": {
"_typeName": "string",
"limit": 0,
"shares": {
"_typeName": "string",
"shares": 0,
"level": "string"
},
"priorityTag": 0
}
}
]