VCenterServers

VCenterServers
VCenterServers

A list of vCenter servers.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "vcId": "urn:vcloud:vimserver:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "name": "vCenter Sample Name",
            "description": "vCenter Sample Description",
            "username": "string",
            "password": "string",
            "url": "https://sampleVc.vmware.com",
            "isEnabled": false,
            "vsphereWebClientServerUrl": "string",
            "hasProxy": false,
            "rootFolder": "string",
            "vcNoneNetwork": "string",
            "vcNoneNetworkMoref": "string",
            "tenantVisibleName": "string",
            "isConnected": false,
            "mode": "string",
            "listenerState": "string",
            "clusterHealthStatus": "string",
            "vcVersion": "6.7.0",
            "buildNumber": "12345",
            "uuid": "string",
            "nsxVManager": {
                "username": "string",
                "password": "string",
                "url": "https://sampleVsm.vmware.com",
                "softwareVersion": "string"
            },
            "proxyConfigurationUrn": "string"
        }
    ]
}