DvsHostInfrastructureTrafficResourceAllocation

DvsHostInfrastructureTrafficResourceAllocation
DvsHostInfrastructureTrafficResourceAllocation

Resource allocation information for a host infrastructure traffic class.

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

The maximum allowed usage for a traffic class belonging to this resource pool per host physical NIC.

The utilization of a traffic class will not exceed the specified limit even if there are available network resources. If this value is unset or set to -1 in an update operation, then there is no limit on the network resource usage (only bounded by available resource and shares). Units are in Mbits/sec.

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 int64 As int64
reservation
Optional

Amount of bandwidth resource that is guaranteed available to the host infrastructure traffic class.

If the utilization is less than the reservation, the extra bandwidth is used for other host infrastructure traffic class types. Reservation is not allowed to exceed the value of limit, if limit is set. Unit is Mbits/sec.