CloudAccountVmcResult

CloudAccountVmcResult
CloudAccountVmcResult

State object representing a query result of Vmc cloud accounts.

JSON Example
{
    "content": [
        {
            "id": "9.0E49",
            "createdAt": "2012-09-27",
            "updatedAt": "2012-09-27",
            "owner": "[email protected]",
            "ownerType": "ad_group",
            "orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
            "_links": {
                "empty": false
            },
            "name": "my-name",
            "description": "my-description",
            "enabledRegions": [
                {
                    "id": "9.0E49",
                    "createdAt": "2012-09-27",
                    "updatedAt": "2012-09-27",
                    "owner": "[email protected]",
                    "ownerType": "ad_group",
                    "orgId": "42413b31-1716-477e-9a88-9dc1c3cb1cdf",
                    "_links": {
                        "empty": false
                    },
                    "externalRegionId": "us-west",
                    "name": "us-west",
                    "cloudAccountId": "9.0E49"
                }
            ],
            "sddc": "string",
            "username": "[email protected]",
            "createDefaultZones": true,
            "customProperties": {
                "isExternal": "false"
            },
            "tags": [
                {
                    "key": "env",
                    "value": "dev"
                }
            ]
        }
    ],
    "totalElements": 1,
    "numberOfElements": 1
}
content
Optional

List of content items

integer As int64 As int64
totalElements
Optional

Total number of elements. In some cases the field may not be populated

integer As int64 As int64
numberOfElements
Optional

Number of elements in the current page