Interface ServiceMesh

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    ServiceMeshClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20220615")
    public interface ServiceMesh
    extends AutoCloseable
    Use the Service Mesh API to manage mesh, virtual service, access policy and other mesh related items.

    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 Detail

      • refreshClient

        void refreshClient()
        Rebuilds the client from scratch.

        Useful to refresh certificates.

      • setEndpoint

        void setEndpoint​(String endpoint)
        Sets the endpoint to call (ex, https://www.example.com).
        Parameters:
        endpoint - The endpoint of the service.
      • getEndpoint

        String getEndpoint()
        Gets the set endpoint for REST call (ex, https://www.example.com)
      • setRegion

        void setRegion​(Region region)
        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.

        Parameters:
        region - The region of the service.
      • setRegion

        void 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 call setEndpoint.

        Parameters:
        regionId - The public region ID.
      • useRealmSpecificEndpointTemplate

        void 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
      • cancelWorkRequest

        CancelWorkRequestResponse cancelWorkRequest​(CancelWorkRequestRequest request)
        Cancels the work request with the given ID.
        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.63.0/servicemesh/CancelWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelWorkRequest API.

      • changeAccessPolicyCompartment

        ChangeAccessPolicyCompartmentResponse changeAccessPolicyCompartment​(ChangeAccessPolicyCompartmentRequest request)
        Moves an AccessPolicy resource from one compartment identifier to another.

        When provided, If-Match is checked against ETag values of the resource.

        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.63.0/servicemesh/ChangeAccessPolicyCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeAccessPolicyCompartment API.

      • changeIngressGatewayCompartment

        ChangeIngressGatewayCompartmentResponse changeIngressGatewayCompartment​(ChangeIngressGatewayCompartmentRequest request)
        Moves a IngressGateway resource from one compartment identifier to another.

        When provided, If-Match is checked against ETag values of the resource.

        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.63.0/servicemesh/ChangeIngressGatewayCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeIngressGatewayCompartment API.

      • changeIngressGatewayRouteTableCompartment

        ChangeIngressGatewayRouteTableCompartmentResponse changeIngressGatewayRouteTableCompartment​(ChangeIngressGatewayRouteTableCompartmentRequest request)
        Moves a IngressGatewayRouteTable resource from one compartment identifier to another.

        When provided, If-Match is checked against ETag values of the resource.

        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.63.0/servicemesh/ChangeIngressGatewayRouteTableCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeIngressGatewayRouteTableCompartment API.

      • changeMeshCompartment

        ChangeMeshCompartmentResponse changeMeshCompartment​(ChangeMeshCompartmentRequest request)
        Moves a Mesh resource from one compartment identifier to another.

        When provided, If-Match is checked against ETag values of the resource.

        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.63.0/servicemesh/ChangeMeshCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeMeshCompartment API.

      • changeVirtualDeploymentCompartment

        ChangeVirtualDeploymentCompartmentResponse changeVirtualDeploymentCompartment​(ChangeVirtualDeploymentCompartmentRequest request)
        Moves a VirtualDeployment resource from one compartment identifier to another.

        When provided, If-Match is checked against ETag values of the resource.

        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.63.0/servicemesh/ChangeVirtualDeploymentCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeVirtualDeploymentCompartment API.

      • changeVirtualServiceCompartment

        ChangeVirtualServiceCompartmentResponse changeVirtualServiceCompartment​(ChangeVirtualServiceCompartmentRequest request)
        Moves a VirtualService resource from one compartment identifier to another.

        When provided, If-Match is checked against ETag values of the resource.

        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.63.0/servicemesh/ChangeVirtualServiceCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeVirtualServiceCompartment API.

      • changeVirtualServiceRouteTableCompartment

        ChangeVirtualServiceRouteTableCompartmentResponse changeVirtualServiceRouteTableCompartment​(ChangeVirtualServiceRouteTableCompartmentRequest request)
        Moves a VirtualServiceRouteTable resource from one compartment identifier to another.

        When provided, If-Match is checked against ETag values of the resource.

        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.63.0/servicemesh/ChangeVirtualServiceRouteTableCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeVirtualServiceRouteTableCompartment API.

      • createAccessPolicy

        CreateAccessPolicyResponse createAccessPolicy​(CreateAccessPolicyRequest request)
        Creates a new AccessPolicy.
        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.63.0/servicemesh/CreateAccessPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateAccessPolicy API.

      • createIngressGateway

        CreateIngressGatewayResponse createIngressGateway​(CreateIngressGatewayRequest request)
        Creates a new IngressGateway.
        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.63.0/servicemesh/CreateIngressGatewayExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateIngressGateway API.

      • createIngressGatewayRouteTable

        CreateIngressGatewayRouteTableResponse createIngressGatewayRouteTable​(CreateIngressGatewayRouteTableRequest request)
        Creates a new IngressGatewayRouteTable.
        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.63.0/servicemesh/CreateIngressGatewayRouteTableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateIngressGatewayRouteTable API.

      • createMesh

        CreateMeshResponse createMesh​(CreateMeshRequest request)
        Creates a new Mesh.
        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.63.0/servicemesh/CreateMeshExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateMesh API.

      • createVirtualDeployment

        CreateVirtualDeploymentResponse createVirtualDeployment​(CreateVirtualDeploymentRequest request)
        Creates a new VirtualDeployment.
        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.63.0/servicemesh/CreateVirtualDeploymentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateVirtualDeployment API.

      • createVirtualService

        CreateVirtualServiceResponse createVirtualService​(CreateVirtualServiceRequest request)
        Creates a new VirtualService.
        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.63.0/servicemesh/CreateVirtualServiceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateVirtualService API.

      • createVirtualServiceRouteTable

        CreateVirtualServiceRouteTableResponse createVirtualServiceRouteTable​(CreateVirtualServiceRouteTableRequest request)
        Creates a new VirtualServiceRouteTable.
        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.63.0/servicemesh/CreateVirtualServiceRouteTableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateVirtualServiceRouteTable API.

      • deleteAccessPolicy

        DeleteAccessPolicyResponse deleteAccessPolicy​(DeleteAccessPolicyRequest request)
        Deletes an AccessPolicy 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.63.0/servicemesh/DeleteAccessPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteAccessPolicy API.

      • deleteIngressGateway

        DeleteIngressGatewayResponse deleteIngressGateway​(DeleteIngressGatewayRequest request)
        Deletes an IngressGateway 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.63.0/servicemesh/DeleteIngressGatewayExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteIngressGateway API.

      • deleteIngressGatewayRouteTable

        DeleteIngressGatewayRouteTableResponse deleteIngressGatewayRouteTable​(DeleteIngressGatewayRouteTableRequest request)
        Deletes a IngressGatewayRouteTable 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.63.0/servicemesh/DeleteIngressGatewayRouteTableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteIngressGatewayRouteTable API.

      • deleteMesh

        DeleteMeshResponse deleteMesh​(DeleteMeshRequest request)
        Deletes a Mesh 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.63.0/servicemesh/DeleteMeshExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteMesh API.

      • deleteVirtualDeployment

        DeleteVirtualDeploymentResponse deleteVirtualDeployment​(DeleteVirtualDeploymentRequest request)
        Deletes a VirtualDeployment 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.63.0/servicemesh/DeleteVirtualDeploymentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteVirtualDeployment API.

      • deleteVirtualService

        DeleteVirtualServiceResponse deleteVirtualService​(DeleteVirtualServiceRequest request)
        Deletes a VirtualService 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.63.0/servicemesh/DeleteVirtualServiceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteVirtualService API.

      • deleteVirtualServiceRouteTable

        DeleteVirtualServiceRouteTableResponse deleteVirtualServiceRouteTable​(DeleteVirtualServiceRouteTableRequest request)
        Deletes a VirtualServiceRouteTable 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.63.0/servicemesh/DeleteVirtualServiceRouteTableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteVirtualServiceRouteTable API.

      • getAccessPolicy

        GetAccessPolicyResponse getAccessPolicy​(GetAccessPolicyRequest request)
        Get an AccessPolicy 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.63.0/servicemesh/GetAccessPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetAccessPolicy API.

      • getIngressGateway

        GetIngressGatewayResponse getIngressGateway​(GetIngressGatewayRequest request)
        Gets an IngressGateway 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.63.0/servicemesh/GetIngressGatewayExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIngressGateway API.

      • getIngressGatewayRouteTable

        GetIngressGatewayRouteTableResponse getIngressGatewayRouteTable​(GetIngressGatewayRouteTableRequest request)
        Gets a IngressGatewayRouteTable 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.63.0/servicemesh/GetIngressGatewayRouteTableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetIngressGatewayRouteTable API.

      • getMesh

        GetMeshResponse getMesh​(GetMeshRequest request)
        Gets a Mesh 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.63.0/servicemesh/GetMeshExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetMesh API.

      • getProxyDetails

        GetProxyDetailsResponse getProxyDetails​(GetProxyDetailsRequest request)
        Returns the attributes of the Proxy such as proxy image version.
        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.63.0/servicemesh/GetProxyDetailsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetProxyDetails API.

      • getVirtualDeployment

        GetVirtualDeploymentResponse getVirtualDeployment​(GetVirtualDeploymentRequest request)
        Gets a VirtualDeployment 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.63.0/servicemesh/GetVirtualDeploymentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVirtualDeployment API.

      • getVirtualService

        GetVirtualServiceResponse getVirtualService​(GetVirtualServiceRequest request)
        Gets a VirtualService 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.63.0/servicemesh/GetVirtualServiceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVirtualService API.

      • getVirtualServiceRouteTable

        GetVirtualServiceRouteTableResponse getVirtualServiceRouteTable​(GetVirtualServiceRouteTableRequest request)
        Gets a VirtualServiceRouteTable 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.63.0/servicemesh/GetVirtualServiceRouteTableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetVirtualServiceRouteTable API.

      • getWorkRequest

        GetWorkRequestResponse getWorkRequest​(GetWorkRequestRequest request)
        Gets the status of the work request with the given ID.
        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.63.0/servicemesh/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.

      • listAccessPolicies

        ListAccessPoliciesResponse listAccessPolicies​(ListAccessPoliciesRequest request)
        Returns a list of AccessPolicy objects.
        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.63.0/servicemesh/ListAccessPoliciesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListAccessPolicies API.

      • listIngressGatewayRouteTables

        ListIngressGatewayRouteTablesResponse listIngressGatewayRouteTables​(ListIngressGatewayRouteTablesRequest request)
        Returns a list of IngressGatewayRouteTable objects.
        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.63.0/servicemesh/ListIngressGatewayRouteTablesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIngressGatewayRouteTables API.

      • listIngressGateways

        ListIngressGatewaysResponse listIngressGateways​(ListIngressGatewaysRequest request)
        Returns a list of IngressGateway objects.
        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.63.0/servicemesh/ListIngressGatewaysExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListIngressGateways API.

      • listMeshes

        ListMeshesResponse listMeshes​(ListMeshesRequest request)
        Returns a list of Mesh objects.
        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.63.0/servicemesh/ListMeshesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListMeshes API.

      • listVirtualDeployments

        ListVirtualDeploymentsResponse listVirtualDeployments​(ListVirtualDeploymentsRequest request)
        Returns a list of VirtualDeployments.
        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.63.0/servicemesh/ListVirtualDeploymentsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVirtualDeployments API.

      • listVirtualServiceRouteTables

        ListVirtualServiceRouteTablesResponse listVirtualServiceRouteTables​(ListVirtualServiceRouteTablesRequest request)
        Returns a list of VirtualServiceRouteTable objects.
        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.63.0/servicemesh/ListVirtualServiceRouteTablesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVirtualServiceRouteTables API.

      • listVirtualServices

        ListVirtualServicesResponse listVirtualServices​(ListVirtualServicesRequest request)
        Returns a list of VirtualService objects.
        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.63.0/servicemesh/ListVirtualServicesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListVirtualServices API.

      • listWorkRequestErrors

        ListWorkRequestErrorsResponse 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.63.0/servicemesh/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.

      • listWorkRequestLogs

        ListWorkRequestLogsResponse listWorkRequestLogs​(ListWorkRequestLogsRequest request)
        Return 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.63.0/servicemesh/ListWorkRequestLogsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestLogs API.

      • listWorkRequests

        ListWorkRequestsResponse listWorkRequests​(ListWorkRequestsRequest request)
        Lists the work requests in a 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.63.0/servicemesh/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.

      • updateAccessPolicy

        UpdateAccessPolicyResponse updateAccessPolicy​(UpdateAccessPolicyRequest request)
        Updates the AccessPolicy.
        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.63.0/servicemesh/UpdateAccessPolicyExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateAccessPolicy API.

      • updateIngressGateway

        UpdateIngressGatewayResponse updateIngressGateway​(UpdateIngressGatewayRequest request)
        Updates the IngressGateway.
        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.63.0/servicemesh/UpdateIngressGatewayExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateIngressGateway API.

      • updateIngressGatewayRouteTable

        UpdateIngressGatewayRouteTableResponse updateIngressGatewayRouteTable​(UpdateIngressGatewayRouteTableRequest request)
        Updates the IngressGatewayRouteTable.
        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.63.0/servicemesh/UpdateIngressGatewayRouteTableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateIngressGatewayRouteTable API.

      • updateMesh

        UpdateMeshResponse updateMesh​(UpdateMeshRequest request)
        Updates the Mesh.
        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.63.0/servicemesh/UpdateMeshExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateMesh API.

      • updateVirtualDeployment

        UpdateVirtualDeploymentResponse updateVirtualDeployment​(UpdateVirtualDeploymentRequest request)
        Updates the VirtualDeployment.
        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.63.0/servicemesh/UpdateVirtualDeploymentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVirtualDeployment API.

      • updateVirtualService

        UpdateVirtualServiceResponse updateVirtualService​(UpdateVirtualServiceRequest request)
        Updates the VirtualService.
        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.63.0/servicemesh/UpdateVirtualServiceExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVirtualService API.

      • updateVirtualServiceRouteTable

        UpdateVirtualServiceRouteTableResponse updateVirtualServiceRouteTable​(UpdateVirtualServiceRouteTableRequest request)
        Updates the VirtualServiceRouteTable.
        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.63.0/servicemesh/UpdateVirtualServiceRouteTableExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateVirtualServiceRouteTable API.

      • getWaiters

        ServiceMeshWaiters getWaiters()
        Gets the pre-configured waiters available for resources for this service.
        Returns:
        The service waiters.
      • getPaginators

        ServiceMeshPaginators getPaginators()
        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.

        Returns:
        The service paginators.