NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VirtualNetworkApplianceClusterAllocationStatus (schema)
Allocation details of VNA Cluster
Allocation details of VNA Cluster and its members. Contains information of the
virtual network appliance present in cluster, active and standby services running on each node,
utilization details of configured sub-pools. These allocation details can
be monitored by customers to trigger migration of certain service contexts
to different virtual network appliance, to balance the utilization of virtual network appliance resources.
| Name | Description | Type | Notes |
|---|---|---|---|
| display_name | Display name of the Virtual Network Appliance Cluster Display name of the virtual network appliance Cluster whose status is being reported. |
string | Readonly |
| member_count | Count Of VirtualNetworkAppliances Present in the Cluster Represents the number of virtualNetworkAppliances in the cluster. |
int | Readonly |
| members | Allocation Status of VirtualNetworkAppliances Allocation details of virtual network appliance present in the cluster. |
array of VirtualNetworkApplianceClusterMemberAllocationStatus | Readonly |