Files
deb-python-pyvmomi/docs/vim/host/ConfigSpec.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

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

vmodl.DynamicData

since

vSphere API 4.0

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.