EdgeClusterItem

EdgeClusterItem
EdgeClusterItem

Describes an Edge Cluster.

AllOf
This class requires all of the following:
JSON Example
{
    "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"
    }
}