InlineEdgeClusterItem1
{
"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": "GatewayQosConfig Object",
"backingRef": "BackingRef Object"
}
The identifier of the Edge Cluster in URN format.
Display name for the Edge Cluster.
Description for the Edge Cluster.
Deployment type for transport nodes in the Edge Cluster. Possible values are:
- VIRTUAL_MACHINE - If all members are of type VIRTUAL_MACHINE
- PHYSICAL_MACHINE - If all members are of type PHYSICAL_MACHINE
- UNKNOWN - If there are no members or their type is not known
Number of transport nodes in the Edge Cluster. If this information is not available, nodeCount will be set to -1.
Number of Organizations using the Edge Cluster.
Number of VPCs using the Edge Cluster.
Average CPU utilization across all member nodes. This is inclusive of both Data plane and Service CPU cores across all the member nodes.
Average RAM utilization across all member nodes.
The current health status of the Edge Cluster. Possible values are:
- UP - The Edge Cluster is healthy.
- DOWN - The Edge Cluster is down.
- DEGRADED - The Edge Cluster is not operating at capacity. One or more member nodes are down or inactive.
- UNKNOWN - The Edge Cluster state is unknown. If UNKNOWN, avgMemoryUsagePercentage and avgCpuUsagePercentage will be not be set.
Represents the Ingress and Egress QoS config for a gateway.