
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
3.1 KiB
vim.host.ConfigSpec
The HostConfigSpec data object provides access to data objects that specify configuration changes to be applied to an ESX host.
- extends
- since
- Attributes:
-
nasDatastore (vim.host.NasVolume.Config, optional):
Configurations to create NAS datastores.
network (vim.host.NetworkConfig, optional):
Network system information.
nicTypeSelection (vim.host.VirtualNicManager.NicTypeSelection, optional):
Type selection for different VirtualNics.
service (vim.host.ServiceConfig, optional):
Host service configuration.
firewall (vim.host.FirewallConfig, optional):
Firewall configuration.
option (vim.option.OptionValue, optional):
Host configuration options as defined by the OptionValue data object type.
datastorePrincipal (str, optional):
Datastore principal user.
datastorePrincipalPasswd (str, optional):
Password for the datastore principal.
datetime (vim.host.DateTimeConfig, optional):
DateTime Configuration.
storageDevice (vim.host.StorageDeviceInfo, optional):
Storage system information.
license (vim.host.LicenseSpec, optional):
License configuration for the host.
security (vim.host.SecuritySpec, optional):
Security specification.
userAccount (vim.host.LocalAccountManager.AccountSpecification, optional):
List of users to create/update with new password.
usergroupAccount (vim.host.LocalAccountManager.AccountSpecification, optional):
List of users to create/update with new password.
memory (vim.host.MemorySpec, optional):
Memory configuration for the host.
activeDirectory (vim.host.ActiveDirectorySpec, optional):
Active Directory configuration change.
genericConfig (vmodl.KeyAnyValue, optional):
Advanced configuration.