Data Object - HostConnectInfo

Returned by
QueryConnectionInfo, QueryHostConnectionInfo
Extends
DynamicData
See also
HostConnectInfoNetworkInfo, HostDatastoreConnectInfo, HostLicenseConnectInfo, HostListSummary, VirtualMachineSummary

Data Object Description

This data object type contains information about a single host that can be used by the connection wizard. This can be returned without adding the host to VirtualCenter.

Properties

Name Type Description
clusterSupported*xsd:boolean

Whether or not the host supports clustering capabilities such as HA or DRS and therefore can be added to a cluster. If false, the host must be added as a standalone host.
datastore*HostDatastoreConnectInfo[]

The list of datastores on the host.
hostHostListSummary

Summary information about the host. The status fields and managed object reference is not set when an object of this type is created. These fields and references are typically set later when these objects are associated with a host.
license*HostLicenseConnectInfo

License manager information on the host

Since vSphere API 4.0
network*HostConnectInfoNetworkInfo[]

The list of network information for networks configured on this host.
serverIp*xsd:string

The IP address of the VirtualCenter already managing this host, if any.
vimAccountNameRequired*xsd:boolean

Whether or not the host requires a vimAccountName and password to be set in the ConnectSpec. This is normally only required for VMware Server hosts.
vm*VirtualMachineSummary[]

The list of virtual machines on the host.
Properties inherited from DynamicData
None
*Need not be set