Files
deb-python-pyvmomi/docs/vim/host/ConfigInfo.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

10 KiB

vim.host.ConfigInfo

This data object type encapsulates a typical set of host configuration information that is useful for displaying and configuring a host.VirtualCenter can retrieve this set of information very efficiently even for a large set of hosts.

extends

vmodl.DynamicData

Attributes:

host (vim.HostSystem):

A reference to a managed object on a host.

product (vim.AboutInfo):

Information about a product.

hyperThread (vim.host.CpuSchedulerSystem.HyperThreadScheduleInfo, optional):

If hyperthreading is supported, this is the CPU configuration for optimizing hyperthreading.

consoleReservation (vim.host.MemoryManagerSystem.ServiceConsoleReservationInfo, optional):

Memory configuration.

virtualMachineReservation (vim.host.MemoryManagerSystem.VirtualMachineReservationInfo, optional):

Virtual machine memory configuration.

storageDevice (vim.host.StorageDeviceInfo, optional):

Storage system information.

multipathState (vim.host.MultipathStateInfo, optional):

Storage multipath state information.

fileSystemVolume (vim.host.FileSystemVolumeInfo, optional):

Storage system file system volume information.

systemFile ([str], optional):

Datastore paths of files used by the host system on mounted volumes, for instance, the COS vmdk file of the host. For information on datastore paths, see Datastore .

network (vim.host.NetworkInfo, optional):

Network system information.

vmotion (vim.host.VMotionInfo, optional):

VMotion system information.

virtualNicManagerInfo (vim.host.VirtualNicManagerInfo, optional):

VirtualNic manager information.

capabilities (vim.host.NetCapabilities, optional):

Capability vector indicating the available network features.

datastoreCapabilities (vim.host.DatastoreSystem.Capabilities, optional):

Capability vector indicating available datastore features.

offloadCapabilities (vim.host.NetOffloadCapabilities, optional):

capabilities to offload operations either to the host or to physical hardware when a virtual machine is transmitting on a network

service (vim.host.ServiceInfo, optional):

Host service configuration.

firewall (vim.host.FirewallInfo, optional):

Firewall configuration.

autoStart (vim.host.AutoStartManager.Config, optional):

AutoStart configuration.

activeDiagnosticPartition (vim.host.DiagnosticPartition, optional):

The diagnostic partition that will be set as the current diagnostic partition on the host.

option ([vim.option.OptionValue], optional):

Host configuration options as defined by the OptionValue data object type.

optionDef ([vim.option.OptionDef], optional):

A list of supported options.

datastorePrincipal (str, optional):

Datastore principal user

localSwapDatastore (vim.Datastore, optional):

Datastore visible to this host that may be used to store virtual machine swapfiles, for virtual machines executing on this host. The value of this property is set or unset by invoking UpdateLocalSwapDatastore . The policy for using this datastore is determined by the compute resource configuration's vmSwapPlacement property in concert with each individual virtual machine configuration's swapPlacement property.Note: Using a host-specific swap location may degrade VMotion performance.

systemSwapConfiguration (vim.host.SystemSwapConfiguration, optional):

The system swap configuration specifies which options are currently enabled.See HostSystemSwapConfiguration

systemResources (vim.host.SystemResourceInfo, optional):

Reference for the system resource hierarchy, used for configuring the set of resources reserved to the system and unavailable to virtual machines.

dateTimeInfo (vim.host.DateTimeInfo, optional):

Date/Time related configuration

flags (vim.host.FlagInfo, optional):

Additional flags for a host.

adminDisabled (bool, optional):

If the flag is true, the permissions on the host have been modified such that it is only accessible through local console or an authorized centralized management application. This flag is affected by the EnterLockdownMode and ExitLockdownMode operations.This flag is supported in VirtualCenter only. The value returned from host should be ignored.See EnterLockdownMode See ExitLockdownMode

ipmi (vim.host.IpmiInfo, optional):

IPMI (Intelligent Platform Management Interface) info for the host.

sslThumbprintInfo (vim.host.SslThumbprintInfo, optional):

SSL Thumbprint info for hosts registered on this host.

sslThumbprintData ([vim.host.SslThumbprintInfo], optional):

SSL Thumbprints registered on this host.

certificate ([int], optional):

Full Host Certificate in PEM format, if known

pciPassthruInfo ([vim.host.PciPassthruInfo], optional):

PCI passthrough information.

authenticationManagerInfo (vim.host.AuthenticationManagerInfo, optional):

Current authentication configuration.

featureVersion ([vim.host.FeatureVersionInfo], optional):

List of feature-specific version information. Each element refers to the version information for a specific feature.

powerSystemCapability (vim.host.PowerSystem.Capability, optional):

Host power management capability.

powerSystemInfo (vim.host.PowerSystem.Info, optional):

Host power management information.

cacheConfigurationInfo ([vim.host.CacheConfigurationManager.CacheConfigurationInfo], optional):

Host solid stats drive cache configuration information.

wakeOnLanCapable (bool, optional):

Indicates if a host is wake on lan capable. A host is deemed wake on lan capable if there exists at least one physical network card that is both backing the vmotion interface and is itself wake on lan capable.

featureCapability ([vim.host.FeatureCapability], optional):

Array of the feature capabilities that the host has. This is not expected to change after the host boots. It may change between reboots in the case BIOS options are changed, or hardware, or firmware is changed or upgraded.

maskedFeatureCapability ([vim.host.FeatureCapability], optional):

Array of the feature capabilities that the host has after the mask has been applied.

vFlashConfigInfo (vim.host.VFlashManager.VFlashConfigInfo, optional):

Host vFlash configuration information

vsanHostConfig (vim.vsan.host.ConfigInfo, optional):

VSAN configuration for a host.

graphicsInfo ([vim.host.GraphicsInfo], optional):

The list of graphics devices available on this host.