NSX-T Data Center REST API
LbOperationRequestParameters (type)
{ "additionalProperties": false, "id": "LbOperationRequestParameters", "module_id": "PolicyVpcLB", "properties": { "action": { "description": "For action=allow_auto_relocation, it means if there is no enough capacity on the current VPC allocated edge nodes, LB creation or update will trigger VPC edge auto-relocation according to LB size. The auto-relocation could happen when LB is created under VPC or LB size is changed. It may bring traffic disruption for the services on the VPC, so please make sure to perform the operation in the maintenance window.", "enum": [ "allow_auto_relocation" ], "title": "Load Balancer Operation", "type": "string" } }, "title": "Load balancer request parameters", "type": "object" }