vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - HostConfigInfo(vim.host.ConfigInfo)
- Property of
 - HostSystem
 - Extends
 - DynamicData
 - See also
 - AboutInfo, Datastore, HostAssignableHardwareBinding, HostAssignableHardwareConfig, HostAuthenticationManagerInfo, HostAutoStartManagerConfig, HostCacheConfigurationInfo, HostCpuSchedulerInfo, HostDatastoreSystemCapabilities, HostDateTimeInfo, HostDeploymentInfo, HostDiagnosticPartition, HostFeatureCapability, HostFeatureVersionInfo, HostFileSystemVolumeInfo, HostFirewallInfo, HostFlagInfo, HostGraphicsConfig, HostGraphicsInfo, HostHyperThreadScheduleInfo, HostIoFilterInfo, HostIpmiInfo, HostLockdownMode, HostMultipathStateInfo, HostNetCapabilities, HostNetOffloadCapabilities, HostNetworkInfo, HostPciPassthruInfo, HostServiceInfo, HostSharedGpuCapabilities, HostSriovDevicePoolInfo, HostSslThumbprintInfo, HostStorageDeviceInfo, HostSystem, HostSystemResourceInfo, HostSystemSwapConfiguration, HostVFlashManagerVFlashConfigInfo, HostVirtualNicManagerInfo, HostVMotionInfo, OptionDef, OptionValue, PowerSystemCapability, PowerSystemInfo, ServiceConsoleReservationInfo, VirtualMachineMemoryReservationInfo, VsanHostConfigInfo
 - Since
 - 2.0
 
Data Object Description
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.
Properties
| Name | Type | Description | 
|---|---|---|
| activeDiagnosticPartition* | HostDiagnosticPartition | 
         The diagnostic partition that will be set as the current
  diagnostic partition on the host.
       | 
| adminDisabled* | xsd:boolean | 
Deprecated.
         As of vSphere API 6.0, use lockdownMode.
      
         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.  | 
| assignableHardwareBinding* | HostAssignableHardwareBinding[] | 
         Information describing Assignable Hardware device bindings on host.
 See HostAssignableHardwareBinding.
      
Since vSphere API Release 7.0 | 
| assignableHardwareConfig* | HostAssignableHardwareConfig | 
         Configured assignable hardware device attributes.
      
Since vSphere API Release 7.0 | 
| authenticationManagerInfo* | HostAuthenticationManagerInfo | 
         Current authentication configuration.
      
Since vSphere API Release 4.1 | 
| autoStart* | HostAutoStartManagerConfig | 
         AutoStart configuration.
       | 
| cacheConfigurationInfo* | HostCacheConfigurationInfo[] | 
         Host solid stats drive cache configuration information.
      
Since vSphere API Release 5.0 | 
| capabilities* | HostNetCapabilities | 
         Capability vector indicating the available network features.
       | 
| certificate* | xsd:byte[] | 
         Full Host Certificate in PEM format, if known
      
Since vSphere API Release 5.0 | 
| consoleReservation* | ServiceConsoleReservationInfo | 
         Memory configuration.
       | 
| cpuScheduler* | HostCpuSchedulerInfo | 
         Information about the CPU scheduler on the host.
      
Since vSphere API Release 8.0.3.0 | 
| datastoreCapabilities* | HostDatastoreSystemCapabilities | 
         Capability vector indicating available datastore features.
      
Since VI API 2.5 | 
| datastorePrincipal* | xsd:string | 
         Datastore principal user
       | 
| dateTimeInfo* | HostDateTimeInfo | 
         Date/Time related configuration
      
Since VI API 2.5 | 
| deploymentInfo* | HostDeploymentInfo | 
         Deployment information about the host.
      
Since vSphere API Release 6.5 | 
| descriptionTreeCheckSum* | xsd:base64Binary | 
         A checksum of the Assignable Hardware Description Tree.
 (For VMware internal usage only)
      
Since vSphere API Release 7.0 | 
| domainList* | xsd:string[] | 
         List of Windows domains available for user searches, if the underlying
  system supports windows domain membership.
   See DomainList. Since vSphere API Release 6.0 | 
| featureCapability* | HostFeatureCapability[] | 
         Array of host feature capabilities. This is expected to change
  infrequently. It may change while host is in maintenance mode
  and between reboots if hardware, firmware, or a device driver
  is changed or upgraded.
      
Since vSphere API Release 5.1 | 
| featureVersion* | HostFeatureVersionInfo[] | 
         List of feature-specific version information. Each element refers
 to the version information for a specific feature.
      
Since vSphere API Release 4.1 | 
| fileSystemVolume* | HostFileSystemVolumeInfo | 
         Storage system file system volume information.
       | 
| firewall* | HostFirewallInfo | 
         Firewall configuration.
       | 
| flags* | HostFlagInfo | 
         Additional flags for a host.
      
Since VI API 2.5 | 
| graphicsConfig* | HostGraphicsConfig | 
         Graphics configuration for a host.
      
Since vSphere API Release 6.5 | 
| graphicsInfo* | HostGraphicsInfo[] | 
         The list of graphics devices available on this host.
      
Since vSphere API Release 5.5 | 
| host | ManagedObjectReference
 to a HostSystem  | 
         A reference to a managed object on a host.
       | 
| hostConfigCheckSum* | xsd:base64Binary | 
         A checksum of host configuration option set.
 (For VMware internal usage only)
      
Since vSphere API Release 6.0 | 
| hyperThread* | HostHyperThreadScheduleInfo | 
         If hyperthreading is supported, this is the CPU configuration for
  optimizing hyperthreading.
       | 
| ioFilterInfo* | HostIoFilterInfo[] | 
         Information of the IO Filters installed on the host.
 See HostIoFilterInfo.
      
Since vSphere API Release 6.0 | 
| ipmi* | HostIpmiInfo | 
         IPMI (Intelligent Platform Management Interface) info for the host.
      
Since vSphere API Release 4.0 | 
| localSwapDatastore* | ManagedObjectReference
 to a Datastore  | 
         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. Since VI API 2.5 | 
| lockdownMode* | HostLockdownMode | 
         Indicates the current lockdown mode of the host as reported by
  LockdownMode. See ChangeLockdownMode Since vSphere API Release 6.0  | 
| maskedFeatureCapability* | HostFeatureCapability[] | 
         Array of the feature capabilities that the host has after the
  mask has been applied.
      
Since vSphere API Release 5.1 | 
| multipathState* | HostMultipathStateInfo | 
         Storage multipath state information.
      
Since vSphere API Release 4.0 | 
| network* | HostNetworkInfo | 
         Network system information.
       | 
| offloadCapabilities* | HostNetOffloadCapabilities | 
Deprecated.
         As of VI API 4.0, the system defaults will be used.
      
         capabilities to offload operations either to the host or to physical
  hardware when a virtual machine is transmitting on a network
       | 
| option* | OptionValue[] | 
         Host configuration options as defined by the
  OptionValue data object type.
       | 
| optionDef* | OptionDef[] | 
         A list of supported options.
       | 
| pciPassthruInfo* | HostPciPassthruInfo[] | 
         PCI passthrough information.
      
Since vSphere API Release 4.0 | 
| powerSystemCapability* | PowerSystemCapability | 
         Host power management capability.
      
Since vSphere API Release 4.1 | 
| powerSystemInfo* | PowerSystemInfo | 
         Host power management information.
      
Since vSphere API Release 4.1 | 
| product | AboutInfo | 
         Information about a product.
       | 
| scriptCheckSum* | xsd:base64Binary | 
         A checksum of overhead computation script.
 (For VMware internal usage only)
      
Since vSphere API Release 6.0 | 
| service* | HostServiceInfo | 
         Host service configuration.
       | 
| sharedGpuCapabilities* | HostSharedGpuCapabilities[] | 
         Array of shared passthru GPU capablities. See HostSharedGpuCapabilities Since vSphere API Release 6.7  | 
| sharedPassthruGpuTypes* | xsd:string[] | 
         Array of shared passthru GPU types. These GPU types may be enabled
  when specific host hardware is present.
      
Since vSphere API Release 6.0 | 
| sriovDevicePool* | HostSriovDevicePoolInfo[] | 
         Information on SRIOV device pools present on host.
      
Since vSphere API Release 6.5 | 
| sslThumbprintData* | HostSslThumbprintInfo[] | 
         SSL Thumbprints registered on this host.
      
Since vSphere API Release 5.0 | 
| sslThumbprintInfo* | HostSslThumbprintInfo | 
Deprecated.
         As of vSphere API 5.0, use sslThumbprintData instead.
      
         SSL Thumbprint info for hosts registered on this host.
      
Since vSphere API Release 4.0 | 
| storageDevice* | HostStorageDeviceInfo | 
         Storage system information.
       | 
| systemFile* | xsd:string[] | 
         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.
      
Since vSphere API Release 4.1 | 
| systemResources* | HostSystemResourceInfo | 
         Reference for the system resource hierarchy, used for configuring
  the set of resources reserved to the system and unavailable to
  virtual machines.
       | 
| systemSwapConfiguration* | HostSystemSwapConfiguration | 
         The system swap configuration specifies which options are currently
 enabled. See HostSystemSwapConfiguration Since vSphere API Release 5.1  | 
| vFlashConfigInfo* | HostVFlashManagerVFlashConfigInfo | 
         Host vFlash configuration information
      
Since vSphere API Release 5.5 | 
| virtualMachineReservation* | VirtualMachineMemoryReservationInfo | 
         Virtual machine memory configuration.
      
Since VI API 2.5 | 
| virtualNicManagerInfo* | HostVirtualNicManagerInfo | 
         VirtualNic manager information.
      
Since vSphere API Release 4.0 | 
| vmotion* | HostVMotionInfo | 
Deprecated.
         As of VI API 4.0, use virtualNicManagerInfo
      
         VMotion system information.
       | 
| vsanHostConfig* | VsanHostConfigInfo | 
         VSAN configuration for a host.
      
Since vSphere API Release 5.5 | 
| wakeOnLanCapable* | xsd:boolean | 
         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.
      
Since vSphere API Release 5.0 | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |