EdgeCluster

EdgeCluster
EdgeCluster

EdgeCluster representation

JSON Example
{
    "id": "string",
    "name": "string",
    "clusters": [
        {
            "id": "string",
            "name": "string"
        }
    ],
    "status": "One among: ACTIVE, ACTIVATING, UPGRADING, DISABLED, ERROR, DEACTIVATING, EXPANDING, SHRINKING, CREATING, SKIPPED",
    "nsxtCluster": {
        "id": "string",
        "vipFqdn": "string",
        "vip": "string"
    },
    "edgeNodes": [
        {
            "id": "string",
            "hostName": "string"
        }
    ],
    "isTier0ManagedBySystem": false,
    "skipTepRoutabilityCheck": false
}
string
id
Optional

ID of the egde cluster

string
name
Optional

Name of the edge cluster

clusters
Optional

List of clusters associated with the edge cluster

string
status
Optional

NSX Edge cluster status

nsxtCluster
Optional

Represents an NSX Cluster reference

edgeNodes
Optional

List of edge nodes associated with the edge cluster

boolean
isTier0ManagedBySystem
Optional

Whether or not this edge cluster's tier 0 is managed by system

boolean
skipTepRoutabilityCheck
Optional

Whether or not host/TEP network checks were done for this edge cluster