Gets an item from the ApiSdk.v2.load_balancers.item collection
A unique identifier for a load balancer.
To list all of the load balancer instances on your account, send a GET requestto /v2/load_balancers.
OptionalrequestConfiguration: RequestConfiguration<Load_balancersRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new load balancer instance, send a POST request to/v2/load_balancers.You can specify the Droplets that will sit behind the load balancer using oneof two methods:* Set droplet_ids to a list of specific Droplet IDs.* Set tag to the name of a tag. All Droplets with this tag applied will be assigned to the load balancer. Additional Droplets will be automatically assigned as they are tagged.These methods are mutually exclusive.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To list all of the load balancer instances on your account, send a GET requestto /v2/load_balancers.
OptionalrequestConfiguration: RequestConfiguration<Load_balancersRequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To create a new load balancer instance, send a POST request to/v2/load_balancers.You can specify the Droplets that will sit behind the load balancer using oneof two methods:* Set droplet_ids to a list of specific Droplet IDs.* Set tag to the name of a tag. All Droplets with this tag applied will be assigned to the load balancer. Additional Droplets will be automatically assigned as they are tagged.These methods are mutually exclusive.
The request body
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/load_balancers