VcdInstances

VcdInstances
VcdInstances

A paginated list of VcdInstances

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "valueType": "string",
    "values": [
        {
            "id": "string",
            "name": "string",
            "ownerId": "string",
            "environmentId": "string",
            "password": "string",
            "domain": "string",
            "publicCertificate": "string",
            "activeTask": {
                "id": "string",
                "name": "string",
                "entityId": "string",
                "entityName": "string",
                "ownerId": "string",
                "userId": "string",
                "steps": "string",
                "status": "string",
                "startTime": "string",
                "endTime": "string",
                "queuedTime": "string",
                "message": "string",
                "isolation": "string",
                "output": {
                    "providerAdminUsername": "administrator",
                    "providerAdminPassword": "mysecretpassword"
                },
                "activity": "string"
            },
            "environment": {
                "name": "name",
                "location": "us-west-2",
                "id": "id",
                "url": "url"
            },
            "environmentSettings": [
                {
                    "id": "string",
                    "name": "string",
                    "type": "string",
                    "subType": "string"
                }
            ],
            "statistics": [
                {
                    "type": "string",
                    "value": "number",
                    "max": "number"
                }
            ],
            "upgradeAfter": "string",
            "upgradeCategory": "string",
            "oauthClientId": "string"
        }
    ]
}