NSX-T Data Center REST API
LbServiceSize (type)
{
"additionalProperties": false,
"description": "The size of load balancer service can be, SMALL, MEDIUM, LARGE, XLARGE, or DLB. The first four sizes are realized on Edge node as a centralized load balancer. DLB is realized on each ESXi hypervisor as a distributed load balancer. DLB is supported for k8s cluster IPs managed by vSphere with Kubernetes. DLB is NOT supported for any other workload types.",
"enum": [
"SMALL",
"MEDIUM",
"LARGE",
"XLARGE",
"DLB"
],
"id": "LbServiceSize",
"module_id": "LoadBalancer",
"title": "the size of load balancer service",
"type": "string"
}