
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.2 KiB
1.2 KiB
vim.host.SystemSwapConfiguration
Information and specification for control of the system swap configuration on the current host.
- extends
- since
- Attributes:
-
option (vim.host.SystemSwapConfiguration.SystemSwapOption, optional):
The currently enabled options. When this property contains only one value and this value is HostSystemSwapConfigurationDisabledOption , this indicates that the system swap is disabled.If the HostSystemSwapConfigurationDisabledOption option is used toghether with some other option in call to UpdateSystemSwapConfiguration , a InvalidArgument is thrown.It is not allowed to have duplicate values in this array. If so a InvalidArgument is thrown.