AviControllers

AviControllers
AviControllers

List of Avi Load Balancer Controllers.

AllOf
This class requires all of the following:
JSON Example undefined undefined
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "status": "string",
            "id": "urn:vcloud:aviController:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "name": "string",
            "description": "string",
            "url": "https://aviController.mydomain.com",
            "username": "string",
            "password": "string",
            "version": "string",
            "isDedicatedForClassicTenants": false,
            "controllerStatus": "string",
            "license": "string",
            "regionRef": {
                "name": "string",
                "id": "string"
            }
        }
    ]
}