vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - DatacenterBasicConnectInfo(vim.Datacenter.BasicConnectInfo)
- Returned by
 - BatchQueryConnectInfo
 - Extends
 - DynamicData
 - See also
 - AboutInfo, LocalizedMethodFault
 - Since
 - vSphere API Release 6.7.1
 
Data Object Description
BasicConnectInfo consists of essential information about the host. This is a subset of HostConnectInfo and contains the information which is relevant when it comes to dealing with a set of hosts.Properties
| Name | Type | Description | 
|---|---|---|
| error* | LocalizedMethodFault | 
         Error encountered while querying the host. See
 QueryConnectionInfo for the list of exceptions which can
 be represented here.
       | 
| hardwareModel* | xsd:string | 
         System model identification.
       | 
| hardwareVendor* | xsd:string | 
         Hardware vendor identification.
       | 
| hostname* | xsd:string | 
         Target host.
       | 
| hostProductInfo* | AboutInfo | 
         Information about the software running on the host.
       | 
| numPoweredOnVm* | xsd:int | 
         Specifies the number of powered-on VMs on the host.
       | 
| numVm* | xsd:int | 
         Specifies the number of VMs on the host.
       | 
| serverIp* | xsd:string | 
         IP address of the VirtualCenter already managing this host, if any.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |