NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
LBVirtualNetworkApplianceCapacity (schema)
The load balancer capacity status for a virtual network appliance
The capacity contains remaining available load balancer numbers
for the given virtual network appliance.
| Name | Description | Type | Notes |
|---|---|---|---|
| form_factor | Deployment form factor Form factor in use for deployment. |
string | Readonly Enum: SMALL_VIRTUAL_MACHINE, MEDIUM_VIRTUAL_MACHINE, LARGE_VIRTUAL_MACHINE, XLARGE_VIRTUAL_MACHINE |
| node_path | The node path The property identifies the node path. For example, node_path=/infra/sites/default/enforcement-points/default/ edge-clusters/46a3612a-85ac-4545-ba3c-2dbaa4f0b48c/edge-nodes/1. |
string | Required |
| remaining_large_load_balancer_count | The remaining capacity of large load balancers The remaining large load balancer count means maximum number of large load balancers which could be configured in the given node. |
integer | Readonly |
| remaining_medium_load_balancer_count | The remaining capacity of medium load balancers The remaining medium load balancer count means maximum number of medium load balancers which could be configured in the given node. |
integer | Readonly |
| remaining_small_load_balancer_count | The remaining capacity of small load balancers The remaining small load balancer count means maximum number of small load balancers which could be configured in the given node. |
integer | Readonly |
| remaining_xlarge_load_balancer_count | The remaining capacity of xlarge load balancers The remaining xlarge load balancer count means maximum number of xlarge load balancers which could be configured in the given node. |
integer | Readonly |
| resource_type | Must be set to the value LBVirtualNetworkApplianceCapacity | string | Required |
| service_cluster_path | Service cluster path The service cluster path can be the policy path of the edge cluster or virtual network appliance cluster. |
string | Readonly |
| remaining_pool_member_count | The remaining capacity of pool members This is a deprecated property. There will be no LB pool member limit per edge node and per virtual network appliance anymore. For backward compatible consideration, for edge node, the property value is set as the remaining configurable pool member number for the edge node, and the capacity is the max configurable pool member number of the largest supported LB size on the edge node. For virtual network appliance, the property is not set anymore. |
integer | Deprecated Readonly |