VCFInfraEndpoints

VCFInfraEndpoints
VCFInfraEndpoints

A paginated list of VCF Infra endpoint objects.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "urn:vcloud:vcfInfraEndpoint:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "name": "string",
            "hostName": "string",
            "username": "string",
            "password": "string",
            "ipaddress": "string",
            "certificate": "string",
            "version": "string"
        }
    ]
}