
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
1.8 KiB
vim.dvs.NetworkResourcePool.AllocationInfo
Resource allocation information for a network resource pool.
- extends
- since
- Attributes:
-
limit (long, 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 (vim.SharesInfo, optional):
Share settings associated with the network resource pool to facilitate proportional sharing of the physical network resources. If the property is unset when setting the allocation of a particular resource pool, it is treated as unset and the property is not updated. The property is always set when reading back the allocation information of a network resource pool.
priorityTag (int, 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.