Interface NetworkLoadBalancer
- 
- All Superinterfaces:
- AutoCloseable
 - All Known Implementing Classes:
- NetworkLoadBalancerClient
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200501") public interface NetworkLoadBalancer extends AutoCloseableThis describes the network load balancer API.This service client uses CircuitBreakerUtils.DEFAULT_CIRCUIT_BREAKER for all the operations by default if no circuit breaker configuration is defined by the user. 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeNetworkLoadBalancerCompartmentResponsechangeNetworkLoadBalancerCompartment(ChangeNetworkLoadBalancerCompartmentRequest request)Moves a network load balancer into a different compartment within the same tenancy.CreateBackendResponsecreateBackend(CreateBackendRequest request)Adds a backend server to a backend set.CreateBackendSetResponsecreateBackendSet(CreateBackendSetRequest request)Adds a backend set to a network load balancer.CreateListenerResponsecreateListener(CreateListenerRequest request)Adds a listener to a network load balancer.CreateNetworkLoadBalancerResponsecreateNetworkLoadBalancer(CreateNetworkLoadBalancerRequest request)Creates a network load balancer.DeleteBackendResponsedeleteBackend(DeleteBackendRequest request)Removes a backend server from a given network load balancer and backend set.DeleteBackendSetResponsedeleteBackendSet(DeleteBackendSetRequest request)Deletes the specified backend set.DeleteListenerResponsedeleteListener(DeleteListenerRequest request)Deletes a listener from a network load balancer.DeleteNetworkLoadBalancerResponsedeleteNetworkLoadBalancer(DeleteNetworkLoadBalancerRequest request)Deletes a network load balancer resource by identifier.GetBackendResponsegetBackend(GetBackendRequest request)Retrieves the configuration information for the specified backend server.GetBackendHealthResponsegetBackendHealth(GetBackendHealthRequest request)Retrieves the current health status of the specified backend server.GetBackendOperationalStatusResponsegetBackendOperationalStatus(GetBackendOperationalStatusRequest request)Retrieves the current operational status of the specified backend server.GetBackendSetResponsegetBackendSet(GetBackendSetRequest request)Retrieves the configuration information for the specified backend set.GetBackendSetHealthResponsegetBackendSetHealth(GetBackendSetHealthRequest request)Retrieves the health status for the specified backend set.StringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)GetHealthCheckerResponsegetHealthChecker(GetHealthCheckerRequest request)Retrieves the health check policy information for a given network load balancer and backend set.GetListenerResponsegetListener(GetListenerRequest request)Retrieves listener properties associated with a given network load balancer and listener name.GetNetworkLoadBalancerResponsegetNetworkLoadBalancer(GetNetworkLoadBalancerRequest request)Retrieves network load balancer configuration information by identifier.GetNetworkLoadBalancerHealthResponsegetNetworkLoadBalancerHealth(GetNetworkLoadBalancerHealthRequest request)Retrieves the health status for the specified network load balancer.NetworkLoadBalancerPaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.NetworkLoadBalancerWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Retrieves the details of the work request with the given identifier.ListBackendsResponselistBackends(ListBackendsRequest request)Lists the backend servers for a given network load balancer and backend set.ListBackendSetsResponselistBackendSets(ListBackendSetsRequest request)Lists all backend sets associated with a given network load balancer.ListListenersResponselistListeners(ListListenersRequest request)Lists all listeners associated with a given network load balancer.ListNetworkLoadBalancerHealthsResponselistNetworkLoadBalancerHealths(ListNetworkLoadBalancerHealthsRequest request)Lists the summary health statuses for all network load balancers in the specified compartment.ListNetworkLoadBalancersResponselistNetworkLoadBalancers(ListNetworkLoadBalancersRequest request)Returns a list of network load balancers.ListNetworkLoadBalancersPoliciesResponselistNetworkLoadBalancersPolicies(ListNetworkLoadBalancersPoliciesRequest request)Lists the available network load balancer policies.ListNetworkLoadBalancersProtocolsResponselistNetworkLoadBalancersProtocols(ListNetworkLoadBalancersProtocolsRequest request)This API has been deprecated so it won’t return the updated list of supported protocls.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Return a (paginated) list of errors for a given work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Returns a (paginated) list of logs for a given work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)Lists all work requests.voidrefreshClient()Rebuilds the client from scratch.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).UpdateBackendResponseupdateBackend(UpdateBackendRequest request)Updates the configuration of a backend server within the specified backend set.UpdateBackendSetResponseupdateBackendSet(UpdateBackendSetRequest request)Updates a backend set.UpdateHealthCheckerResponseupdateHealthChecker(UpdateHealthCheckerRequest request)Updates the health check policy for a given network load balancer and backend set.UpdateListenerResponseupdateListener(UpdateListenerRequest request)Updates a listener for a given network load balancer.UpdateNetworkLoadBalancerResponseupdateNetworkLoadBalancer(UpdateNetworkLoadBalancerRequest request)Updates the network load balancerUpdateNetworkSecurityGroupsResponseupdateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request)Updates the network security groups associated with the specified network load balancer.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.- 
Methods inherited from interface java.lang.AutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
refreshClientvoid refreshClient() Rebuilds the client from scratch.Useful to refresh certificates. 
 - 
setEndpointvoid setEndpoint(String endpoint) Sets the endpoint to call (ex, https://www.example.com).- Parameters:
- endpoint- The endpoint of the service.
 
 - 
getEndpointString getEndpoint() Gets the set endpoint for REST call (ex, https://www.example.com)
 - 
setRegionvoid setRegion(Region region) Sets the region to call (ex, Region.US_PHOENIX_1).Note, this will call setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
- region- The region of the service.
 
 - 
setRegionvoid setRegion(String regionId) 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 callsetEndpoint.- Parameters:
- regionId- The public region ID.
 
 - 
useRealmSpecificEndpointTemplatevoid useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled) Determines whether realm specific endpoint should be used or not.Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false” - Parameters:
- realmSpecificEndpointTemplateEnabled- flag to enable the use of realm specific endpoint template
 
 - 
changeNetworkLoadBalancerCompartmentChangeNetworkLoadBalancerCompartmentResponse changeNetworkLoadBalancerCompartment(ChangeNetworkLoadBalancerCompartmentRequest request) 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. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ChangeNetworkLoadBalancerCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeNetworkLoadBalancerCompartment API. 
 
 - 
createBackendCreateBackendResponse createBackend(CreateBackendRequest request) Adds a backend server to a backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/CreateBackendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBackend API. 
 
 - 
createBackendSetCreateBackendSetResponse createBackendSet(CreateBackendSetRequest request) Adds a backend set to a network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/CreateBackendSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateBackendSet API. 
 
 - 
createListenerCreateListenerResponse createListener(CreateListenerRequest request) Adds a listener to a network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/CreateListenerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateListener API. 
 
 - 
createNetworkLoadBalancerCreateNetworkLoadBalancerResponse createNetworkLoadBalancer(CreateNetworkLoadBalancerRequest request) Creates a network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/CreateNetworkLoadBalancerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateNetworkLoadBalancer API. 
 
 - 
deleteBackendDeleteBackendResponse deleteBackend(DeleteBackendRequest request) Removes a backend server from a given network load balancer and backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/DeleteBackendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBackend API. 
 
 - 
deleteBackendSetDeleteBackendSetResponse deleteBackendSet(DeleteBackendSetRequest request) 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. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/DeleteBackendSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteBackendSet API. 
 
 - 
deleteListenerDeleteListenerResponse deleteListener(DeleteListenerRequest request) Deletes a listener from a network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/DeleteListenerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteListener API. 
 
 - 
deleteNetworkLoadBalancerDeleteNetworkLoadBalancerResponse deleteNetworkLoadBalancer(DeleteNetworkLoadBalancerRequest request) Deletes a network load balancer resource by identifier.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/DeleteNetworkLoadBalancerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteNetworkLoadBalancer API. 
 
 - 
getBackendGetBackendResponse getBackend(GetBackendRequest request) Retrieves the configuration information for the specified backend server.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetBackendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackend API. 
 
 - 
getBackendHealthGetBackendHealthResponse getBackendHealth(GetBackendHealthRequest request) Retrieves the current health status of the specified backend server.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetBackendHealthExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackendHealth API. 
 
 - 
getBackendOperationalStatusGetBackendOperationalStatusResponse getBackendOperationalStatus(GetBackendOperationalStatusRequest request) Retrieves the current operational status of the specified backend server.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetBackendOperationalStatusExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackendOperationalStatus API. 
 
 - 
getBackendSetGetBackendSetResponse getBackendSet(GetBackendSetRequest request) Retrieves the configuration information for the specified backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetBackendSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackendSet API. 
 
 - 
getBackendSetHealthGetBackendSetHealthResponse getBackendSetHealth(GetBackendSetHealthRequest request) Retrieves the health status for the specified backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetBackendSetHealthExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetBackendSetHealth API. 
 
 - 
getHealthCheckerGetHealthCheckerResponse getHealthChecker(GetHealthCheckerRequest request) Retrieves the health check policy information for a given network load balancer and backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetHealthCheckerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetHealthChecker API. 
 
 - 
getListenerGetListenerResponse getListener(GetListenerRequest request) Retrieves listener properties associated with a given network load balancer and listener name.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetListenerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetListener API. 
 
 - 
getNetworkLoadBalancerGetNetworkLoadBalancerResponse getNetworkLoadBalancer(GetNetworkLoadBalancerRequest request) Retrieves network load balancer configuration information by identifier.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetNetworkLoadBalancerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNetworkLoadBalancer API. 
 
 - 
getNetworkLoadBalancerHealthGetNetworkLoadBalancerHealthResponse getNetworkLoadBalancerHealth(GetNetworkLoadBalancerHealthRequest request) Retrieves the health status for the specified network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetNetworkLoadBalancerHealthExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetNetworkLoadBalancerHealth API. 
 
 - 
getWorkRequestGetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request) Retrieves the details of the work request with the given identifier.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API. 
 
 - 
listBackendSetsListBackendSetsResponse listBackendSets(ListBackendSetsRequest request) Lists all backend sets associated with a given network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListBackendSetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBackendSets API. 
 
 - 
listBackendsListBackendsResponse listBackends(ListBackendsRequest request) Lists the backend servers for a given network load balancer and backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListBackendsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListBackends API. 
 
 - 
listListenersListListenersResponse listListeners(ListListenersRequest request) Lists all listeners associated with a given network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListListenersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListListeners API. 
 
 - 
listNetworkLoadBalancerHealthsListNetworkLoadBalancerHealthsResponse listNetworkLoadBalancerHealths(ListNetworkLoadBalancerHealthsRequest request) Lists the summary health statuses for all network load balancers in the specified compartment.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListNetworkLoadBalancerHealthsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNetworkLoadBalancerHealths API. 
 
 - 
listNetworkLoadBalancersListNetworkLoadBalancersResponse listNetworkLoadBalancers(ListNetworkLoadBalancersRequest request) Returns a list of network load balancers.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListNetworkLoadBalancersExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNetworkLoadBalancers API. 
 
 - 
listNetworkLoadBalancersPoliciesListNetworkLoadBalancersPoliciesResponse listNetworkLoadBalancersPolicies(ListNetworkLoadBalancersPoliciesRequest request) Lists the available network load balancer policies.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListNetworkLoadBalancersPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNetworkLoadBalancersPolicies API. 
 
 - 
listNetworkLoadBalancersProtocolsListNetworkLoadBalancersProtocolsResponse listNetworkLoadBalancersProtocols(ListNetworkLoadBalancersProtocolsRequest request) This API has been deprecated so it won’t return the updated list of supported protocls.Lists all supported traffic protocols. - Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListNetworkLoadBalancersProtocolsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListNetworkLoadBalancersProtocols API. 
 
 - 
listWorkRequestErrorsListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request) Return a (paginated) list of errors for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API. 
 
 - 
listWorkRequestLogsListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request) Returns a (paginated) list of logs for a given work request.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API. 
 
 - 
listWorkRequestsListWorkRequestsResponse listWorkRequests(ListWorkRequestsRequest request) Lists all work requests.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API. 
 
 - 
updateBackendUpdateBackendResponse updateBackend(UpdateBackendRequest request) Updates the configuration of a backend server within the specified backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/UpdateBackendExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateBackend API. 
 
 - 
updateBackendSetUpdateBackendSetResponse updateBackendSet(UpdateBackendSetRequest request) Updates a backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/UpdateBackendSetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateBackendSet API. 
 
 - 
updateHealthCheckerUpdateHealthCheckerResponse updateHealthChecker(UpdateHealthCheckerRequest request) Updates the health check policy for a given network load balancer and backend set.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/UpdateHealthCheckerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateHealthChecker API. 
 
 - 
updateListenerUpdateListenerResponse updateListener(UpdateListenerRequest request) Updates a listener for a given network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/UpdateListenerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateListener API. 
 
 - 
updateNetworkLoadBalancerUpdateNetworkLoadBalancerResponse updateNetworkLoadBalancer(UpdateNetworkLoadBalancerRequest request) Updates the network load balancer- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/UpdateNetworkLoadBalancerExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateNetworkLoadBalancer API. 
 
 - 
updateNetworkSecurityGroupsUpdateNetworkSecurityGroupsResponse updateNetworkSecurityGroups(UpdateNetworkSecurityGroupsRequest request) Updates the network security groups associated with the specified network load balancer.- Parameters:
- request- The request object containing the details to send
- Returns:
- A response object containing details about the completed operation
- Throws:
- BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_Retries- Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/networkloadbalancer/UpdateNetworkSecurityGroupsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateNetworkSecurityGroups API. 
 
 - 
getWaitersNetworkLoadBalancerWaiters getWaiters() Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
 
 - 
getPaginatorsNetworkLoadBalancerPaginators getPaginators() Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
 
 
- 
 
-