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.
The base data object type for all the object model faults that an application might handle.
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.
This data object type describes system information including the name, type, version, and build number.
Hardware vendor identification.
System model identification.