Distributed Virtual Switch Update Network Resource Pool
Deprecated as of vSphere API 6.0 Use DvsReconfigureVmVnicNetworkResourcePool_Task instead to update the Virtual NIC network resource pool.
Update the network resource pool configuration.
Required privileges: DVSwitch.ResourceManagement
The unique identifier for the managed object to which the method 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.
{
"configSpec": [
{
"_typeName": "string",
"dynamicProperty": [
{
"_typeName": "string",
"name": "string",
"val": {
"_typeName": "string"
}
}
],
"key": "string",
"configVersion": "string",
"allocationInfo": {
"_typeName": "string",
"limit": 0,
"shares": {
"_typeName": "string",
"shares": 0,
"level": "string"
},
"priorityTag": 0
},
"name": "string",
"description": "string"
}
]
}
The network resource pool configuration specification.
No Content
DvsFault: if operation fails on any host or if there are other update failures.
NotFound: if the resource pool does not exist on the dvs.
InvalidName: if the name of the resource pool is invalid.
ConcurrentAccess: if a network resource pool is modified by two or more clients at the same time.
NotSupported: if network I/O control is not supported on the vSphere Distributed Switch.
DvsNotAuthorized: if login-session's extension key does not match the switch's configured extensionKey.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}