@Generated(value="OracleSDKGenerator", comments="API Version: 20200501") public class NetworkLoadBalancerClient extends Object implements NetworkLoadBalancer
Modifier and Type | Class and Description |
---|---|
static class |
NetworkLoadBalancerClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
static Service |
SERVICE
Service instance for NetworkLoadBalancer.
|
Modifier | Constructor and Description |
---|---|
|
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration.
|
|
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration.
|
|
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
|
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
|
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService)
Creates a new service instance using the given authentication provider and client configuration.
|
protected |
NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
ExecutorService executorService,
RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration.
|
|
NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
|
|
NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
|
|
NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration.
|
Modifier and Type | Method and Description |
---|---|
static NetworkLoadBalancerClient.Builder |
builder()
Create a builder for this client.
|
ChangeNetworkLoadBalancerCompartmentResponse |
changeNetworkLoadBalancerCompartment(ChangeNetworkLoadBalancerCompartmentRequest request)
Moves a network load balancer into a different compartment within the same tenancy.
|
void |
close() |
CreateBackendResponse |
createBackend(CreateBackendRequest request)
Adds a backend server to a backend set.
|
CreateBackendSetResponse |
createBackendSet(CreateBackendSetRequest request)
Adds a backend set to a network load balancer.
|
CreateListenerResponse |
createListener(CreateListenerRequest request)
Adds a listener to a network load balancer.
|
CreateNetworkLoadBalancerResponse |
createNetworkLoadBalancer(CreateNetworkLoadBalancerRequest request)
Creates a network load balancer.
|
DeleteBackendResponse |
deleteBackend(DeleteBackendRequest request)
Removes a backend server from a given network load balancer and backend set.
|
DeleteBackendSetResponse |
deleteBackendSet(DeleteBackendSetRequest request)
Deletes the specified backend set.
|
DeleteListenerResponse |
deleteListener(DeleteListenerRequest request)
Deletes a listener from a network load balancer.
|
DeleteNetworkLoadBalancerResponse |
deleteNetworkLoadBalancer(DeleteNetworkLoadBalancerRequest request)
Deletes a network load balancer resource by identifier.
|
GetBackendResponse |
getBackend(GetBackendRequest request)
Retrieves the configuration information for the specified backend server.
|
GetBackendHealthResponse |
getBackendHealth(GetBackendHealthRequest request)
Retrieves the current health status of the specified backend server.
|
GetBackendSetResponse |
getBackendSet(GetBackendSetRequest request)
Retrieves the configuration information for the specified backend set.
|
GetBackendSetHealthResponse |
getBackendSetHealth(GetBackendSetHealthRequest request)
Retrieves the health status for the specified backend set.
|
String |
getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
|
GetHealthCheckerResponse |
getHealthChecker(GetHealthCheckerRequest request)
Retrieves the health check policy information for a given network load balancer and backend set.
|
GetListenerResponse |
getListener(GetListenerRequest request)
Retrieves listener properties associated with a given network load balancer and listener name.
|
GetNetworkLoadBalancerResponse |
getNetworkLoadBalancer(GetNetworkLoadBalancerRequest request)
Retrieves network load balancer configuration information by identifier.
|
GetNetworkLoadBalancerHealthResponse |
getNetworkLoadBalancerHealth(GetNetworkLoadBalancerHealthRequest request)
Retrieves the health status for the specified network load balancer.
|
NetworkLoadBalancerPaginators |
getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple
pages of data.
|
NetworkLoadBalancerWaiters |
getWaiters()
Gets the pre-configured waiters available for resources for this service.
|
GetWorkRequestResponse |
getWorkRequest(GetWorkRequestRequest request)
Retrieves the details of the work request with the given identifier.
|
ListBackendsResponse |
listBackends(ListBackendsRequest request)
Lists the backend servers for a given network load balancer and backend set.
|
ListBackendSetsResponse |
listBackendSets(ListBackendSetsRequest request)
Lists all backend sets associated with a given network load balancer.
|
ListListenersResponse |
listListeners(ListListenersRequest request)
Lists all listeners associated with a given network load balancer.
|
ListNetworkLoadBalancerHealthsResponse |
listNetworkLoadBalancerHealths(ListNetworkLoadBalancerHealthsRequest request)
Lists the summary health statuses for all network load balancers in the specified compartment.
|
ListNetworkLoadBalancersResponse |
listNetworkLoadBalancers(ListNetworkLoadBalancersRequest request)
Returns a list of network load balancers.
|
ListNetworkLoadBalancersPoliciesResponse |
listNetworkLoadBalancersPolicies(ListNetworkLoadBalancersPoliciesRequest request)
Lists the available network load balancer policies.
|
ListNetworkLoadBalancersProtocolsResponse |
listNetworkLoadBalancersProtocols(ListNetworkLoadBalancersProtocolsRequest request)
This API has been deprecated so it won’t return the updated list of supported protocls.
|
ListWorkRequestErrorsResponse |
listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Return a (paginated) list of errors for a given work request.
|
ListWorkRequestLogsResponse |
listWorkRequestLogs(ListWorkRequestLogsRequest request)
Returns a (paginated) list of logs for a given work request.
|
ListWorkRequestsResponse |
listWorkRequests(ListWorkRequestsRequest request)
Lists all work requests.
|
void |
setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
|
void |
setRegion(Region region)
Sets the region to call (ex, Region.US_PHOENIX_1).
|
void |
setRegion(String regionId)
Sets the region to call (ex, ‘us-phoenix-1’).
|
UpdateBackendResponse |
updateBackend(UpdateBackendRequest request)
Updates the configuration of a backend server within the specified backend set.
|
UpdateBackendSetResponse |
updateBackendSet(UpdateBackendSetRequest request)
Updates a backend set.
|
UpdateHealthCheckerResponse |
updateHealthChecker(UpdateHealthCheckerRequest request)
Updates the health check policy for a given network load balancer and backend set.
|
UpdateListenerResponse |
updateListener(UpdateListenerRequest request)
Updates a listener for a given network load balancer.
|
UpdateNetworkLoadBalancerResponse |
updateNetworkLoadBalancer(UpdateNetworkLoadBalancerRequest request)
Updates the network load balancer
|
UpdateNetworkSecurityGroupsResponse |
updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)
Updates the network security groups associated with the specified network load balancer.
|
public static final Service SERVICE
Service instance for NetworkLoadBalancer.
public NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
authenticationDetailsProvider
- The authentication details provider, required.public NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.public NetworkLoadBalancerClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.public NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.public NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.public NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)executorService
- ExecutorService used by the client, or null to use the default configured ThreadPoolExecutorprotected NetworkLoadBalancerClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, ExecutorService executorService, RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
Use the NetworkLoadBalancerClient.Builder
to get access to all these parameters.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)executorService
- ExecutorService used by the client, or null to use the default configured ThreadPoolExecutorrestClientFactoryBuilder
- the builder for the RestClientFactory
public static NetworkLoadBalancerClient.Builder builder()
Create a builder for this client.
public void setEndpoint(String endpoint)
NetworkLoadBalancer
Sets the endpoint to call (ex, https://www.example.com).
setEndpoint
in interface NetworkLoadBalancer
endpoint
- The endpoint of the service.public String getEndpoint()
NetworkLoadBalancer
Gets the set endpoint for REST call (ex, https://www.example.com)
getEndpoint
in interface NetworkLoadBalancer
public void setRegion(Region region)
NetworkLoadBalancer
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.
setRegion
in interface NetworkLoadBalancer
region
- The region of the service.public void setRegion(String regionId)
NetworkLoadBalancer
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call
setRegion
.
If no known Region could be determined, it will create an endpoint based on the
default endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
setRegion
in interface NetworkLoadBalancer
regionId
- The public region ID.public void close()
close
in interface AutoCloseable
public ChangeNetworkLoadBalancerCompartmentResponse changeNetworkLoadBalancerCompartment(ChangeNetworkLoadBalancerCompartmentRequest request)
NetworkLoadBalancer
Moves a network load balancer into a different compartment within the same tenancy. For information about moving resources between compartments, see Moving Resources to a Different Compartment.
changeNetworkLoadBalancerCompartment
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic CreateBackendResponse createBackend(CreateBackendRequest request)
NetworkLoadBalancer
Adds a backend server to a backend set.
createBackend
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic CreateBackendSetResponse createBackendSet(CreateBackendSetRequest request)
NetworkLoadBalancer
Adds a backend set to a network load balancer.
createBackendSet
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic CreateListenerResponse createListener(CreateListenerRequest request)
NetworkLoadBalancer
Adds a listener to a network load balancer.
createListener
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic CreateNetworkLoadBalancerResponse createNetworkLoadBalancer(CreateNetworkLoadBalancerRequest request)
NetworkLoadBalancer
Creates a network load balancer.
createNetworkLoadBalancer
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic DeleteBackendResponse deleteBackend(DeleteBackendRequest request)
NetworkLoadBalancer
Removes a backend server from a given network load balancer and backend set.
deleteBackend
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic DeleteBackendSetResponse deleteBackendSet(DeleteBackendSetRequest request)
NetworkLoadBalancer
Deletes the specified backend set. Note that deleting a backend set removes its backend servers from the network load balancer.
Before you can delete a backend set, you must remove it from any active listeners.
deleteBackendSet
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic DeleteListenerResponse deleteListener(DeleteListenerRequest request)
NetworkLoadBalancer
Deletes a listener from a network load balancer.
deleteListener
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic DeleteNetworkLoadBalancerResponse deleteNetworkLoadBalancer(DeleteNetworkLoadBalancerRequest request)
NetworkLoadBalancer
Deletes a network load balancer resource by identifier.
deleteNetworkLoadBalancer
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetBackendResponse getBackend(GetBackendRequest request)
NetworkLoadBalancer
Retrieves the configuration information for the specified backend server.
getBackend
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetBackendHealthResponse getBackendHealth(GetBackendHealthRequest request)
NetworkLoadBalancer
Retrieves the current health status of the specified backend server.
getBackendHealth
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetBackendSetResponse getBackendSet(GetBackendSetRequest request)
NetworkLoadBalancer
Retrieves the configuration information for the specified backend set.
getBackendSet
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetBackendSetHealthResponse getBackendSetHealth(GetBackendSetHealthRequest request)
NetworkLoadBalancer
Retrieves the health status for the specified backend set.
getBackendSetHealth
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetHealthCheckerResponse getHealthChecker(GetHealthCheckerRequest request)
NetworkLoadBalancer
Retrieves the health check policy information for a given network load balancer and backend set.
getHealthChecker
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetListenerResponse getListener(GetListenerRequest request)
NetworkLoadBalancer
Retrieves listener properties associated with a given network load balancer and listener name.
getListener
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetNetworkLoadBalancerResponse getNetworkLoadBalancer(GetNetworkLoadBalancerRequest request)
NetworkLoadBalancer
Retrieves network load balancer configuration information by identifier.
getNetworkLoadBalancer
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetNetworkLoadBalancerHealthResponse getNetworkLoadBalancerHealth(GetNetworkLoadBalancerHealthRequest request)
NetworkLoadBalancer
Retrieves the health status for the specified network load balancer.
getNetworkLoadBalancerHealth
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
NetworkLoadBalancer
Retrieves the details of the work request with the given identifier.
getWorkRequest
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListBackendSetsResponse listBackendSets(ListBackendSetsRequest request)
NetworkLoadBalancer
Lists all backend sets associated with a given network load balancer.
listBackendSets
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListBackendsResponse listBackends(ListBackendsRequest request)
NetworkLoadBalancer
Lists the backend servers for a given network load balancer and backend set.
listBackends
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListListenersResponse listListeners(ListListenersRequest request)
NetworkLoadBalancer
Lists all listeners associated with a given network load balancer.
listListeners
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListNetworkLoadBalancerHealthsResponse listNetworkLoadBalancerHealths(ListNetworkLoadBalancerHealthsRequest request)
NetworkLoadBalancer
Lists the summary health statuses for all network load balancers in the specified compartment.
listNetworkLoadBalancerHealths
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListNetworkLoadBalancersResponse listNetworkLoadBalancers(ListNetworkLoadBalancersRequest request)
NetworkLoadBalancer
Returns a list of network load balancers.
listNetworkLoadBalancers
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListNetworkLoadBalancersPoliciesResponse listNetworkLoadBalancersPolicies(ListNetworkLoadBalancersPoliciesRequest request)
NetworkLoadBalancer
Lists the available network load balancer policies.
listNetworkLoadBalancersPolicies
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListNetworkLoadBalancersProtocolsResponse listNetworkLoadBalancersProtocols(ListNetworkLoadBalancersProtocolsRequest request)
NetworkLoadBalancer
This API has been deprecated so it won’t return the updated list of supported protocls. Lists all supported traffic protocols.
listNetworkLoadBalancersProtocols
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
NetworkLoadBalancer
Return a (paginated) list of errors for a given work request.
listWorkRequestErrors
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
NetworkLoadBalancer
Returns a (paginated) list of logs for a given work request.
listWorkRequestLogs
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic ListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request)
NetworkLoadBalancer
Lists all work requests.
listWorkRequests
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateBackendResponse updateBackend(UpdateBackendRequest request)
NetworkLoadBalancer
Updates the configuration of a backend server within the specified backend set.
updateBackend
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateBackendSetResponse updateBackendSet(UpdateBackendSetRequest request)
NetworkLoadBalancer
Updates a backend set.
updateBackendSet
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateHealthCheckerResponse updateHealthChecker(UpdateHealthCheckerRequest request)
NetworkLoadBalancer
Updates the health check policy for a given network load balancer and backend set.
updateHealthChecker
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateListenerResponse updateListener(UpdateListenerRequest request)
NetworkLoadBalancer
Updates a listener for a given network load balancer.
updateListener
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateNetworkLoadBalancerResponse updateNetworkLoadBalancer(UpdateNetworkLoadBalancerRequest request)
NetworkLoadBalancer
Updates the network load balancer
updateNetworkLoadBalancer
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic UpdateNetworkSecurityGroupsResponse updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)
NetworkLoadBalancer
Updates the network security groups associated with the specified network load balancer.
updateNetworkSecurityGroups
in interface NetworkLoadBalancer
request
- The request object containing the details to sendpublic NetworkLoadBalancerWaiters getWaiters()
NetworkLoadBalancer
Gets the pre-configured waiters available for resources for this service.
getWaiters
in interface NetworkLoadBalancer
public NetworkLoadBalancerPaginators getPaginators()
NetworkLoadBalancer
Gets the pre-configured paginators available for list operations in this service which may return multiple
pages of data. These paginators provide an Iterable
interface so that service responses, or
resources/records, can be iterated through without having to manually deal with pagination and page tokens.
getPaginators
in interface NetworkLoadBalancer
Copyright © 2016–2022. All rights reserved.