DatacenterBasicConnectInfo

DatacenterBasicConnectInfo
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.

AllOf
This class requires all of the following:
JSON Example
{
    "_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"
}
string
hostname
Optional

Target host.

error
Optional

Error encountered while querying the host.

See Datacenter.QueryConnectionInfo for the list of exceptions which can be represented here.

string
serverIp
Optional

IP address of the VirtualCenter already managing this host, if any.

integer As int32 As int32
numVm
Optional

Specifies the number of VMs on the host.

integer As int32 As int32
numPoweredOnVm
Optional

Specifies the number of powered-on VMs on the host.

hostProductInfo
Optional

Information about the software running on the host.

string
hardwareVendor
Optional

Hardware vendor identification.

string
hardwareModel
Optional

System model identification.