EdgeClusterItems

EdgeClusterItems
EdgeClusterItems

List of Edge Clusters.

AllOf
This class requires all of the following:
JSON Example
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "status": "string",
            "id": "urn:vcloud:edgeCluster:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "name": "string",
            "description": "string",
            "regionRef": {
                "name": "string",
                "id": "string"
            },
            "deploymentType": "string",
            "nodeCount": 0,
            "orgCount": 0,
            "vpcCount": 0,
            "avgCpuUsagePercentage": "number",
            "avgMemoryUsagePercentage": "number",
            "healthStatus": "string",
            "defaultQosConfig": {
                "ingressProfile": {
                    "id": "string",
                    "name": "string",
                    "type": "string",
                    "committedBandwidthMbps": 0,
                    "burstSizeBytes": 0
                },
                "egressProfile": {
                    "id": "string",
                    "name": "string",
                    "type": "string",
                    "committedBandwidthMbps": 0,
                    "burstSizeBytes": 0
                }
            },
            "backingRef": {
                "id": "string",
                "name": "string"
            }
        }
    ]
}