DVSNetworkResourcePool

DVSNetworkResourcePool
DVSNetworkResourcePool

Deprecated as of vSphere API 6.0 Use DvsHostInfrastructureTrafficResource to manage resource allocation for host infrastructure traffic. Use DVSVmVnicNetworkResourcePool to manage resource allocation for user defined pools.

The DVSNetworkResourcePool data object describes the resource configuration and management of network resource pools.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "key": "string",
    "name": "string",
    "description": "string",
    "configVersion": "string",
    "allocationInfo": {
        "_typeName": "string",
        "limit": 0,
        "shares": {
            "_typeName": "string",
            "shares": 0,
            "level": "string"
        },
        "priorityTag": 0
    }
}
string
key
Required

Key of the network resource pool.

string
name
Optional

Name of the network resource pool.

string
description
Optional

Description of the network resource pool.

string
configVersion
Required

Configuration version for the network resource pool.

allocationInfo
Required

Resource allocation information for a network resource pool.