
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.3 KiB
vim.ResourcePlanningManager.InventoryDescription
Data object to capture all information needed to describe a sample inventory.
- extends
- since
- Attributes:
-
numHosts (int):
The number of hosts.
numVirtualMachines (int):
The number of virtual machines.
numResourcePools (int, optional):
The number of resource pools. Default value is equal to numHosts
numClusters (int, optional):
The number of clusters. Default value is equal to numHosts/5.
numCpuDev (int, optional):
The number cpu devices per host. Default value is 4.
numNetDev (int, optional):
The number network devices per host. Default value is 2.
numDiskDev (int, optional):
The number disk devices per host. Default value is 10.
numvCpuDev (int, optional):
The number cpu devices per vm. Default value is 2.
numvNetDev (int, optional):
The number network devices per vm. Default value is 1.
numvDiskDev (int, optional):
The number disk devices per vm. Default value is 4.