DvsHostInfrastructureTrafficResourceAllocation
Resource allocation information for a host infrastructure traffic class.
{
"_typeName": "string",
"limit": 0,
"shares": {
"_typeName": "string",
"shares": 0,
"level": "string"
},
"reservation": 0
}
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.
Network share.
The value is used as a relative weight in competing for shared bandwidth, in case of resource contention.
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.