DatacenterBasicConnectInfo
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.
{
"_typeName": "string",
"hostname": "string",
"error": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"serverIp": "string",
"numVm": 0,
"numPoweredOnVm": 0,
"hostProductInfo": {
"_typeName": "string",
"name": "string",
"fullName": "string",
"vendor": "string",
"version": "string",
"patchLevel": "string",
"build": "string",
"localeVersion": "string",
"localeBuild": "string",
"osType": "string",
"productLineId": "string",
"apiType": "string",
"apiVersion": "string",
"instanceUuid": "string",
"licenseProductName": "string",
"licenseProductVersion": "string"
},
"hardwareVendor": "string",
"hardwareModel": "string"
}
Target host.
Error encountered while querying the host.
See Datacenter.QueryConnectionInfo for the list of exceptions which can be represented here.
IP address of the VirtualCenter already managing this host, if any.
Specifies the number of VMs on the host.
Specifies the number of powered-on VMs on the host.
Information about the software running on the host.
Hardware vendor identification.
System model identification.