DVSNetworkResourcePoolAllocationInfo

DVSNetworkResourcePoolAllocationInfo
DVSNetworkResourcePoolAllocationInfo

Resource allocation information for a network resource pool.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "limit": 0,
    "shares": {
        "_typeName": "string",
        "shares": 0,
        "level": "string"
    },
    "priorityTag": 0
}
integer As int64 As int64
limit
Optional

Maximum allowed usage for network clients belonging to this resource pool per host.

The utilization of network clients belonging to this resource pool will not exceed the specified limit even if there are available network resources. If set to -1, then there is no limit on the network resource usage for clients belonging to this resource pool. Units are in Mbits/sec. When setting the allocation of a particular resource pool, if the property is unset, it is treated as no change and the property is not updated. An unset limit value while reading back the allocation information of a network resource pool indicates that there is no limit on the network resource usage for the clients belonging to this resource group.

shares
Optional

Specification of shares.

Shares are used to determine relative allocation between resource consumers. In general, a consumer with more shares gets proportionally more of the resource, subject to certain other constraints.

integer As int32 As int32
priorityTag
Optional

802.1p tag to be used for this resource pool.

The tag is a priority value in the range 0..7 for Quality of Service operations on network traffic.