Interface FleetSoftwareUpdate

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    FleetSoftwareUpdateClient

    @Generated(value="OracleSDKGenerator",
               comments="API Version: 20220528")
    public interface FleetSoftwareUpdate
    extends AutoCloseable
    Use the Exadata Fleet Update service to patch large collections of components directly, as a single entity, orchestrating the maintenance actions to update all chosen components in the stack in a single cycle.

    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
      • abortFsuDiscovery

        AbortFsuDiscoveryResponse abortFsuDiscovery​(AbortFsuDiscoveryRequest request)
        Aborts Exadata Fleet Update Discovery in progress.
        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/fleetsoftwareupdate/AbortFsuDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AbortFsuDiscovery API.

      • addFsuCollectionTargets

        AddFsuCollectionTargetsResponse addFsuCollectionTargets​(AddFsuCollectionTargetsRequest request)
        Adds targets to an existing Exadata Fleet Update Collection.

        Targets that are already part of a different Collection with an active Fleet Software Update Cycle cannot be added. This operation can only be performed on Collections that do not have an Action executing under an active Fleet Software Update Cycle. Additionally, during an active Fleet Software Update Cycle, targets can be added only prior to executing an Apply Action. This will require running a new Stage Action for the active Cycle.

        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/fleetsoftwareupdate/AddFsuCollectionTargetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use AddFsuCollectionTargets API.

      • cancelFsuAction

        CancelFsuActionResponse cancelFsuAction​(CancelFsuActionRequest request)
        Cancels a scheduled Action.

        Only applicable for Actions that have not started executing.

        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/fleetsoftwareupdate/CancelFsuActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelFsuAction API.

      • changeFsuActionCompartment

        ChangeFsuActionCompartmentResponse changeFsuActionCompartment​(ChangeFsuActionCompartmentRequest request)
        Moves a Exadata Fleet Update Action 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/fleetsoftwareupdate/ChangeFsuActionCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFsuActionCompartment API.

      • changeFsuCollectionCompartment

        ChangeFsuCollectionCompartmentResponse changeFsuCollectionCompartment​(ChangeFsuCollectionCompartmentRequest request)
        Moves a Exadata Fleet Update Collection 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/fleetsoftwareupdate/ChangeFsuCollectionCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFsuCollectionCompartment API.

      • changeFsuCycleCompartment

        ChangeFsuCycleCompartmentResponse changeFsuCycleCompartment​(ChangeFsuCycleCompartmentRequest request)
        Moves a Exadata Fleet Update Cycle 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/fleetsoftwareupdate/ChangeFsuCycleCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFsuCycleCompartment API.

      • changeFsuDiscoveryCompartment

        ChangeFsuDiscoveryCompartmentResponse changeFsuDiscoveryCompartment​(ChangeFsuDiscoveryCompartmentRequest request)
        Moves a Exadata Fleet Update Discovery 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/fleetsoftwareupdate/ChangeFsuDiscoveryCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeFsuDiscoveryCompartment API.

      • cloneFsuCycle

        CloneFsuCycleResponse cloneFsuCycle​(CloneFsuCycleRequest request)
        Clones existing Exadata Fleet Update Cycle details into a new Exadata Fleet Update Cycle 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/fleetsoftwareupdate/CloneFsuCycleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CloneFsuCycle API.

      • createFsuAction

        CreateFsuActionResponse createFsuAction​(CreateFsuActionRequest request)
        Creates a new Exadata Fleet Update Action.
        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/fleetsoftwareupdate/CreateFsuActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFsuAction API.

      • createFsuCollection

        CreateFsuCollectionResponse createFsuCollection​(CreateFsuCollectionRequest request)
        Creates a new Exadata Fleet Update Collection.
        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/fleetsoftwareupdate/CreateFsuCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFsuCollection API.

      • createFsuCycle

        CreateFsuCycleResponse createFsuCycle​(CreateFsuCycleRequest request)
        Creates a new Exadata Fleet Update Cycle.
        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/fleetsoftwareupdate/CreateFsuCycleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFsuCycle API.

      • createFsuDiscovery

        CreateFsuDiscoveryResponse createFsuDiscovery​(CreateFsuDiscoveryRequest request)
        Creates a new Exadata Fleet Update Discovery.
        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/fleetsoftwareupdate/CreateFsuDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateFsuDiscovery API.

      • deleteFsuAction

        DeleteFsuActionResponse deleteFsuAction​(DeleteFsuActionRequest request)
        Deletes a Exadata Fleet Update Action 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/fleetsoftwareupdate/DeleteFsuActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFsuAction API.

      • deleteFsuCollection

        DeleteFsuCollectionResponse deleteFsuCollection​(DeleteFsuCollectionRequest request)
        Deletes a Exadata Fleet Update Collection 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/fleetsoftwareupdate/DeleteFsuCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFsuCollection API.

      • deleteFsuCollectionTarget

        DeleteFsuCollectionTargetResponse deleteFsuCollectionTarget​(DeleteFsuCollectionTargetRequest request)
        Removes a target from an existing Exadata Fleet Update Collection.

        This operation can only be performed on Collections that do not have an Action executing under an active Fleet Software Update Cycle. Additionally, during an active Fleet Software Update Cycle, a target can be removed only prior to executing an Apply Action.

        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/fleetsoftwareupdate/DeleteFsuCollectionTargetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFsuCollectionTarget API.

      • deleteFsuCycle

        DeleteFsuCycleResponse deleteFsuCycle​(DeleteFsuCycleRequest request)
        Deletes a Exadata Fleet Update Cycle 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/fleetsoftwareupdate/DeleteFsuCycleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFsuCycle API.

      • deleteFsuDiscovery

        DeleteFsuDiscoveryResponse deleteFsuDiscovery​(DeleteFsuDiscoveryRequest request)
        Deletes a Exadata Fleet Update Discovery 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/fleetsoftwareupdate/DeleteFsuDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFsuDiscovery API.

      • deleteFsuJob

        DeleteFsuJobResponse deleteFsuJob​(DeleteFsuJobRequest request)
        Deletes the Exadata Fleet Update Job 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/fleetsoftwareupdate/DeleteFsuJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteFsuJob API.

      • getFsuAction

        GetFsuActionResponse getFsuAction​(GetFsuActionRequest request)
        Gets a Exadata Fleet Update Action 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/fleetsoftwareupdate/GetFsuActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFsuAction API.

      • getFsuActionOutputContent

        GetFsuActionOutputContentResponse getFsuActionOutputContent​(GetFsuActionOutputContentRequest request)
        Gets the Exadata Fleet Update Action Output content as a binary file (string).

        This will only include the output from FAILED Exadata Fleet Update Jobs. No content in case there are no FAILED jobs.

        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/fleetsoftwareupdate/GetFsuActionOutputContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFsuActionOutputContent API.

      • getFsuCollection

        GetFsuCollectionResponse getFsuCollection​(GetFsuCollectionRequest request)
        Gets a Exadata Fleet Update Collection 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/fleetsoftwareupdate/GetFsuCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFsuCollection API.

      • getFsuCollectionTarget

        GetFsuCollectionTargetResponse getFsuCollectionTarget​(GetFsuCollectionTargetRequest request)
        Gets a Exadata Fleet Update Collection Target 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/fleetsoftwareupdate/GetFsuCollectionTargetExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFsuCollectionTarget API.

      • getFsuCycle

        GetFsuCycleResponse getFsuCycle​(GetFsuCycleRequest request)
        Gets a Exadata Fleet Update Cycle 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/fleetsoftwareupdate/GetFsuCycleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFsuCycle API.

      • getFsuDiscovery

        GetFsuDiscoveryResponse getFsuDiscovery​(GetFsuDiscoveryRequest request)
        Gets a Exadata Fleet Update Discovery 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/fleetsoftwareupdate/GetFsuDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFsuDiscovery API.

      • getFsuJob

        GetFsuJobResponse getFsuJob​(GetFsuJobRequest request)
        Gets a Exadata Fleet Update Job 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/fleetsoftwareupdate/GetFsuJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFsuJob API.

      • getFsuJobOutputContent

        GetFsuJobOutputContentResponse getFsuJobOutputContent​(GetFsuJobOutputContentRequest request)
        Get the Exadata Fleet Update Job Output content as a binary file (string).
        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/fleetsoftwareupdate/GetFsuJobOutputContentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetFsuJobOutputContent API.

      • getWorkRequest

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

      • listFsuActions

        ListFsuActionsResponse listFsuActions​(ListFsuActionsRequest request)
        Gets a list of all Exadata Fleet Update Actions 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/fleetsoftwareupdate/ListFsuActionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFsuActions API.

      • listFsuCollectionTargets

        ListFsuCollectionTargetsResponse listFsuCollectionTargets​(ListFsuCollectionTargetsRequest request)
        Gets a list of all Targets that are members of a specific Exadata Fleet Update Collection.
        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/fleetsoftwareupdate/ListFsuCollectionTargetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFsuCollectionTargets API.

      • listFsuCollections

        ListFsuCollectionsResponse listFsuCollections​(ListFsuCollectionsRequest request)
        Gets a list of all Exadata Fleet Update Collections 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/fleetsoftwareupdate/ListFsuCollectionsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFsuCollections API.

      • listFsuCycles

        ListFsuCyclesResponse listFsuCycles​(ListFsuCyclesRequest request)
        Gets a list of all Exadata Fleet Update Cycles 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/fleetsoftwareupdate/ListFsuCyclesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFsuCycles API.

      • listFsuDiscoveries

        ListFsuDiscoveriesResponse listFsuDiscoveries​(ListFsuDiscoveriesRequest request)
        Returns a list of Exadata Fleet Update Discoveries resources 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.63.0/fleetsoftwareupdate/ListFsuDiscoveriesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFsuDiscoveries API.

      • listFsuDiscoveryTargets

        ListFsuDiscoveryTargetsResponse listFsuDiscoveryTargets​(ListFsuDiscoveryTargetsRequest request)
        Gets a list of all Targets in the results of a Exadata Fleet Update Discovery.
        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/fleetsoftwareupdate/ListFsuDiscoveryTargetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFsuDiscoveryTargets API.

      • listFsuJobOutputs

        ListFsuJobOutputsResponse listFsuJobOutputs​(ListFsuJobOutputsRequest request)
        Lists the Exadata Fleet Update Job Output messages, if any.
        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/fleetsoftwareupdate/ListFsuJobOutputsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFsuJobOutputs API.

      • listFsuJobs

        ListFsuJobsResponse listFsuJobs​(ListFsuJobsRequest request)
        Lists all the Exadata Fleet Update Jobs associated to the specified Exadata Fleet Update Action.
        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/fleetsoftwareupdate/ListFsuJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListFsuJobs API.

      • listWorkRequestErrors

        ListWorkRequestErrorsResponse listWorkRequestErrors​(ListWorkRequestErrorsRequest request)
        Returns a paginated list of errors for a specified 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/fleetsoftwareupdate/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.

      • listWorkRequestLogs

        ListWorkRequestLogsResponse listWorkRequestLogs​(ListWorkRequestLogsRequest request)
        Returns a paginated list of logs for a specified 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/fleetsoftwareupdate/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/fleetsoftwareupdate/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.

      • removeFsuCollectionTargets

        RemoveFsuCollectionTargetsResponse removeFsuCollectionTargets​(RemoveFsuCollectionTargetsRequest request)
        Removes targets from an existing Exadata Fleet Update Collection.

        This operation can only be performed on Collections that do not have an Action executing under an active Fleet Software Update Cycle. Additionally, during an active Fleet Software Update Cycle, targets can be removed only prior to executing an Apply Action.

        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/fleetsoftwareupdate/RemoveFsuCollectionTargetsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RemoveFsuCollectionTargets API.

      • resumeFsuAction

        ResumeFsuActionResponse resumeFsuAction​(ResumeFsuActionRequest request)
        Resumes an Action that has batches of targets waiting to execute.
        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/fleetsoftwareupdate/ResumeFsuActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ResumeFsuAction API.

      • retryFsuJob

        RetryFsuJobResponse retryFsuJob​(RetryFsuJobRequest request)
        Retry a failed Job, only while the current Action is being executed.

        After the Action reaches a terminal state, a new Action of the same kind is required to retry on failed targets.

        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/fleetsoftwareupdate/RetryFsuJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use RetryFsuJob API.

      • updateFsuAction

        UpdateFsuActionResponse updateFsuAction​(UpdateFsuActionRequest request)
        Updates the Exadata Fleet Update Action identified by the 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/fleetsoftwareupdate/UpdateFsuActionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFsuAction API.

      • updateFsuCollection

        UpdateFsuCollectionResponse updateFsuCollection​(UpdateFsuCollectionRequest request)
        Updates the Exadata Fleet Update Collection identified by the 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/fleetsoftwareupdate/UpdateFsuCollectionExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFsuCollection API.

      • updateFsuCycle

        UpdateFsuCycleResponse updateFsuCycle​(UpdateFsuCycleRequest request)
        Updates the Exadata Fleet Update Cycle identified by the 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/fleetsoftwareupdate/UpdateFsuCycleExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFsuCycle API.

      • updateFsuDiscovery

        UpdateFsuDiscoveryResponse updateFsuDiscovery​(UpdateFsuDiscoveryRequest request)
        Updates the Exadata Fleet Update Discovery identified by the 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/fleetsoftwareupdate/UpdateFsuDiscoveryExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFsuDiscovery API.

      • updateFsuJob

        UpdateFsuJobResponse updateFsuJob​(UpdateFsuJobRequest request)
        Updates Exadata Fleet Update Job resource details.
        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/fleetsoftwareupdate/UpdateFsuJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateFsuJob API.

      • getWaiters

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

        FleetSoftwareUpdatePaginators 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.