Data Object - HostConnectInfo(vim.host.ConnectInfo)

Returned by
QueryConnectionInfo, QueryConnectionInfoViaSpec, QueryHostConnectionInfo
Extends
DynamicData
See also
HostCapability, 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
capability*HostCapability

Host capabilities.

Since vSphere API 6.0
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.
inDasCluster*xsd:boolean

If the host is already being managed by a vCenter Server, this property reports true if the host is also part of a vSphere HA enabled cluster. If this is the case, remove or disconnect the host from this cluster before adding it to another vCenter Server.

Since vSphere API 5.0
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
Show WSDL type definition