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

The base data object type for all the object model faults that an application might handle.

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

This data object type describes system information including the name, type, version, and build number.

string
hardwareVendor
Optional

Hardware vendor identification.

string
hardwareModel
Optional

System model identification.