VirtualNetworkApplianceCluster

VirtualNetworkApplianceCluster
VirtualNetworkApplianceCluster

Describes a Virtual Network Appliance Cluster.

JSON Example undefined undefined
{
    "id": "urn:vcloud:virtualNetworkApplianceCluster:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "regionRef": {
        "name": "string",
        "id": "string"
    },
    "nodeCount": 0,
    "orgCount": 0,
    "healthStatus": "string",
    "backingRef": {
        "id": "string",
        "name": "string"
    }
}
string
id
Optional

The identifier of the Virtual Network Appliance Cluster in URN format.

string
name
Optional

Display name for the Virtual Network Appliance Cluster.

string
description
Optional

Description for the Virtual Network Appliance Cluster.

regionRef
Optional

Entity reference used to describe VCD entities

integer
nodeCount
Optional

Number of Virtual Network Appliances in the Virtual Network Appliance Cluster. If this information is not available, nodeCount will be set to -1.

integer
orgCount
Optional

Number of Organizations that are using this Virtual Network Appliance Cluster.

string
healthStatus
Optional

The current health status of the Virtual Network Appliance Cluster. Possible values are:

  • UP - The Virtual Network Appliance Cluster is healthy.
  • DOWN - The Virtual Network Appliance Cluster is down.
  • DEGRADED - The Virtual Network Appliance Cluster is not operating at capacity. One or more member nodes are down or inactive.
  • UNKNOWN - The Virtual Network Appliance Cluster state is unknown.
backingRef
Optional

Backing Id for an entity not owned by VCD.