Add a set of servers in a given backend.
The request AddBackendServersRequest
A Promise of Backend
Add load balancer on instance private network.
The request AttachPrivateNetworkRequest
A Promise of PrivateNetwork
Create an ACL for a given frontend.
The request CreateAclRequest
A Promise of Acl
Create a backend in a given load balancer.
The request CreateBackendRequest
A Promise of Backend
Create a TLS certificate. Generate a new TLS certificate using Let's Encrypt or import your certificate.
The request CreateCertificateRequest
A Promise of Certificate
Create a frontend in a given load balancer.
The request CreateFrontendRequest
A Promise of Frontend
Create an IP.
The request CreateIpRequest
A Promise of Ip
Create a load balancer.
The request CreateLbRequest
A Promise of Lb
Create a backend redirection.
The request CreateRouteRequest
A Promise of Route
Create a subscriber, webhook or email.
The request CreateSubscriberRequest
A Promise of Subscriber
Delete an ACL.
The request DeleteAclRequest
Delete a backend in a given load balancer.
The request DeleteBackendRequest
Delete a TLS certificate.
The request DeleteCertificateRequest
Delete a frontend.
The request DeleteFrontendRequest
Delete a load balancer.
The request DeleteLbRequest
Delete a backend redirection.
The request DeleteRouteRequest
Delete a subscriber.
The request DeleteSubscriberRequest
Remove load balancer of private network.
The request DetachPrivateNetworkRequest
Get an ACL.
The request GetAclRequest
A Promise of Acl
Get a backend in a given load balancer.
The request GetBackendRequest
A Promise of Backend
Get a TLS certificate.
The request GetCertificateRequest
A Promise of Certificate
Get a frontend.
The request GetFrontendRequest
A Promise of Frontend
Get an IP.
The request GetIpRequest
A Promise of Ip
Get a load balancer.
The request GetLbRequest
A Promise of Lb
Get usage statistics of a given load balancer.
The request GetLbStatsRequest
A Promise of LbStats
Get single backend redirection.
The request GetRouteRequest
A Promise of Route
Get a subscriber.
The request GetSubscriberRequest
A Promise of Subscriber
List ACL for a given frontend.
The request ListAclsRequest
A Promise of ListAclResponse
List backend server statistics.
The request ListBackendStatsRequest
A Promise of ListBackendStatsResponse
List backends in a given load balancer.
The request ListBackendsRequest
A Promise of ListBackendsResponse
List all TLS certificates on a given load balancer.
The request ListCertificatesRequest
A Promise of ListCertificatesResponse
List frontends in a given load balancer.
The request ListFrontendsRequest
A Promise of ListFrontendsResponse
List IPs.
The request ListIPsRequest
A Promise of ListIpsResponse
List attached private network of load balancer.
The request ListLbPrivateNetworksRequest
A Promise of ListLbPrivateNetworksResponse
List all load balancer offer type.
The request ListLbTypesRequest
A Promise of ListLbTypesResponse
List load balancers.
The request ListLbsRequest
A Promise of ListLbsResponse
List all backend redirections.
The request ListRoutesRequest
A Promise of ListRoutesResponse
List all subscriber.
The request ListSubscriberRequest
A Promise of ListSubscriberResponse
Migrate a load balancer.
The request MigrateLbRequest
A Promise of Lb
Delete an IP.
The request ReleaseIpRequest
Remove a set of servers for a given backend.
The request RemoveBackendServersRequest
A Promise of Backend
Define all servers in a given backend.
The request SetBackendServersRequest
A Promise of Backend
Subscribe a subscriber to a given load balancer.
The request SubscribeToLbRequest
A Promise of Lb
Unsubscribe a subscriber from a given load balancer.
The request UnsubscribeFromLbRequest
A Promise of Lb
Update an ACL.
The request UpdateAclRequest
A Promise of Acl
Update a backend in a given load balancer.
The request UpdateBackendRequest
A Promise of Backend
Update a TLS certificate.
The request UpdateCertificateRequest
A Promise of Certificate
Update a frontend.
The request UpdateFrontendRequest
A Promise of Frontend
Update an health check for a given backend.
The request UpdateHealthCheckRequest
A Promise of HealthCheck
Update an IP.
The request UpdateIpRequest
A Promise of Ip
Update a load balancer.
The request UpdateLbRequest
A Promise of Lb
Edit a backend redirection.
The request UpdateRouteRequest
A Promise of Route
Update a subscriber.
The request UpdateSubscriberRequest
A Promise of Subscriber
Waits for Certificate to be in a final state.
The request GetCertificateRequest
Optional
options: Readonly<WaitForOptions<LB.v1.Certificate>>The waiting options
A Promise of Certificate
Waits for Lb to be in a final state.
The request GetLbRequest
Optional
options: Readonly<WaitForOptions<Lb>>The waiting options
A Promise of Lb
Waits for all instances of a load balancer to be in a final state.
The request GetLbRequest
Optional
options: Readonly<WaitForOptions<Lb>>The waiting options
A Promise of Lb
Waits for all private networks of a load balancer to be in a final state.
The request WaitForLbPrivateNetworksRequest
Optional
options: Readonly<WaitForOptions<LB.v1.PrivateNetwork>>The waiting options
A Promise of ListLbPrivateNetworksResponse
Lists the available regions of the API.