NSX-T Data Center REST API
LBVirtualNetworkApplianceCapacity (type)
{
"additionalProperties": false,
"description": "The capacity contains remaining available load balancer numbers for the given virtual network appliance.",
"extends": {
"$ref": "LBNodeCapacity"
},
"id": "LBVirtualNetworkApplianceCapacity",
"module_id": "PolicyVpcLBStatistics",
"polymorphic-type-descriptor": {
"type-identifier": "LBVirtualNetworkApplianceCapacity"
},
"properties": {
"form_factor": {
"description": "Form factor in use for deployment.",
"enum": [
"SMALL_VIRTUAL_MACHINE",
"MEDIUM_VIRTUAL_MACHINE",
"LARGE_VIRTUAL_MACHINE",
"XLARGE_VIRTUAL_MACHINE"
],
"readonly": true,
"title": "Deployment form factor",
"type": "string"
},
"node_path": {
"description": "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.",
"required": true,
"title": "The node path",
"type": "string"
},
"remaining_large_load_balancer_count": {
"description": "The remaining large load balancer count means maximum number of large load balancers which could be configured in the given node.",
"readonly": true,
"title": "The remaining capacity of large load balancers",
"type": "integer"
},
"remaining_medium_load_balancer_count": {
"description": "The remaining medium load balancer count means maximum number of medium load balancers which could be configured in the given node.",
"readonly": true,
"title": "The remaining capacity of medium load balancers",
"type": "integer"
},
"remaining_pool_member_count": {
"deprecated": true,
"deprecation_advice": "The property is deprecated as there is no LB pool member limit per\nedge node or virtual network appliance anymore. Please don't check\nthis property for the remaining pool member capacity per node.\n",
"description": "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.",
"readonly": true,
"title": "The remaining capacity of pool members",
"type": "integer"
},
"remaining_small_load_balancer_count": {
"description": "The remaining small load balancer count means maximum number of small load balancers which could be configured in the given node.",
"readonly": true,
"title": "The remaining capacity of small load balancers",
"type": "integer"
},
"remaining_xlarge_load_balancer_count": {
"description": "The remaining xlarge load balancer count means maximum number of xlarge load balancers which could be configured in the given node.",
"readonly": true,
"title": "The remaining capacity of xlarge load balancers",
"type": "integer"
},
"resource_type": {
"description": "The property identifies the load balancer cluster type.",
"required": true,
"title": "Type of load balancer cluster",
"type": "string"
},
"service_cluster_path": {
"description": "The service cluster path can be the policy path of the edge cluster or virtual network appliance cluster.",
"readonly": true,
"title": "Service cluster path",
"type": "string"
}
},
"title": "The load balancer capacity status for a virtual network appliance",
"type": "object"
}