NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
LBServiceApplianceNodeCapacity (schema)
The load balancer capacity status for a Service Appliance node
The capacity contains remaining available load balancer numbers
and pool member number for the given Service Appliance node.
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 service node path The property identifies the service 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 service cluster. |
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 service cluster. |
integer | Readonly |
remaining_pool_member_count | The remaining capacity of pool members The remaining pool member count means maximum number of pool members which could be configured in the given service cluster. |
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 service cluster. |
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 service cluster. |
integer | Readonly |
resource_type | Must be set to the value LBServiceApplianceNodeCapacity | string | Required |
service_cluster_path | Service cluster path Policy path of the service cluster. |
string | Readonly |