Interface LustreFileStorage
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
LustreFileStorageClient
@Generated(value="OracleSDKGenerator", comments="API Version: 20250228") public interface LustreFileStorage extends AutoCloseableUse the File Storage with Lustre API to manage Lustre file systems and related resources.For more information, see File Storage with Lustre. 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CancelWorkRequestResponsecancelWorkRequest(CancelWorkRequestRequest request)Cancels a work request.ChangeLustreFileSystemCompartmentResponsechangeLustreFileSystemCompartment(ChangeLustreFileSystemCompartmentRequest request)Moves a Lustre file system into a different compartment within the same tenancy.ChangeObjectStorageLinkCompartmentResponsechangeObjectStorageLinkCompartment(ChangeObjectStorageLinkCompartmentRequest request)Moves an Object Storage link into a different compartment within the same tenancy.CreateLustreFileSystemResponsecreateLustreFileSystem(CreateLustreFileSystemRequest request)Creates a Lustre file system.CreateObjectStorageLinkResponsecreateObjectStorageLink(CreateObjectStorageLinkRequest request)Creates an Object Storage link.DeleteLustreFileSystemResponsedeleteLustreFileSystem(DeleteLustreFileSystemRequest request)Deletes a Lustre file system.DeleteObjectStorageLinkResponsedeleteObjectStorageLink(DeleteObjectStorageLinkRequest request)Deletes an Object Storage link.StringgetEndpoint()Gets the set endpoint for REST call (ex, https://www.example.com)GetLustreFileSystemResponsegetLustreFileSystem(GetLustreFileSystemRequest request)Gets information about a Lustre file system.GetObjectStorageLinkResponsegetObjectStorageLink(GetObjectStorageLinkRequest request)Gets information about an Object Storage link.LustreFileStoragePaginatorsgetPaginators()Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.GetSyncJobResponsegetSyncJob(GetSyncJobRequest request)Gets details of a sync job associated with an Object Storage link whenobjectStorageLinkand a unique ID are provided.LustreFileStorageWaitersgetWaiters()Gets the pre-configured waiters available for resources for this service.GetWorkRequestResponsegetWorkRequest(GetWorkRequestRequest request)Gets the details of a work request.ListLustreFileSystemsResponselistLustreFileSystems(ListLustreFileSystemsRequest request)Gets a list of Lustre file systems.ListObjectStorageLinksResponselistObjectStorageLinks(ListObjectStorageLinksRequest request)Gets a list of Object Storage links.ListSyncJobsResponselistSyncJobs(ListSyncJobsRequest request)Lists all sync jobs associated with the Object Storage link.ListWorkRequestErrorsResponselistWorkRequestErrors(ListWorkRequestErrorsRequest request)Lists the errors for a work request.ListWorkRequestLogsResponselistWorkRequestLogs(ListWorkRequestLogsRequest request)Lists the logs for a work request.ListWorkRequestsResponselistWorkRequests(ListWorkRequestsRequest request)Lists the work requests in a compartment.voidrefreshClient()Rebuilds the client from scratch.voidsetEndpoint(String endpoint)Sets the endpoint to call (ex, https://www.example.com).voidsetRegion(Region region)Sets the region to call (ex, Region.US_PHOENIX_1).voidsetRegion(String regionId)Sets the region to call (ex, ‘us-phoenix-1’).StartExportToObjectResponsestartExportToObject(StartExportToObjectRequest request)Starts the export of data from the Lustre file system to Object Storage.StartImportFromObjectResponsestartImportFromObject(StartImportFromObjectRequest request)Starts the import of data from Object Storage to the Lustre file system.StopExportToObjectResponsestopExportToObject(StopExportToObjectRequest request)Stops the export of data from the Lustre file system to Object Storage.StopImportFromObjectResponsestopImportFromObject(StopImportFromObjectRequest request)Stops the import of data from Object Storage to the Lustre file system.UpdateLustreFileSystemResponseupdateLustreFileSystem(UpdateLustreFileSystemRequest request)Updates a Lustre file system.UpdateObjectStorageLinkResponseupdateObjectStorageLink(UpdateObjectStorageLinkRequest request)Updates an Object Storage link.voiduseRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)Determines whether realm specific endpoint should be used or not.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
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
setEndpointafter resolving the endpoint. If the service is not available in this Region, however, an IllegalArgumentException will be raised.- Parameters:
region- The region of the service.
-
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 callsetEndpoint.- 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 a 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/CancelWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CancelWorkRequest API.
-
changeLustreFileSystemCompartment
ChangeLustreFileSystemCompartmentResponse changeLustreFileSystemCompartment(ChangeLustreFileSystemCompartmentRequest request)
Moves a Lustre file system into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment.
- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ChangeLustreFileSystemCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeLustreFileSystemCompartment API.
-
changeObjectStorageLinkCompartment
ChangeObjectStorageLinkCompartmentResponse changeObjectStorageLinkCompartment(ChangeObjectStorageLinkCompartmentRequest request)
Moves an Object Storage link into a different compartment within the same tenancy.For information about moving resources between compartments, see Moving Resources to a Different Compartment.
- Parameters:
request- The request object containing the details to send- Returns:
- A response object containing details about the completed operation
- Throws:
BmcException- when an error occurs. This operation uses RetryConfiguration.SDK_DEFAULT_RETRY_CONFIGURATION as default if no retry strategy is provided. The specifics of the default retry strategy are described here https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/javasdkconcepts.htm#javasdkconcepts_topic_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ChangeObjectStorageLinkCompartmentExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ChangeObjectStorageLinkCompartment API.
-
createLustreFileSystem
CreateLustreFileSystemResponse createLustreFileSystem(CreateLustreFileSystemRequest request)
Creates a Lustre file system.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/CreateLustreFileSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateLustreFileSystem API.
-
createObjectStorageLink
CreateObjectStorageLinkResponse createObjectStorageLink(CreateObjectStorageLinkRequest request)
Creates an Object Storage link.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/CreateObjectStorageLinkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use CreateObjectStorageLink API.
-
deleteLustreFileSystem
DeleteLustreFileSystemResponse deleteLustreFileSystem(DeleteLustreFileSystemRequest request)
Deletes a Lustre file system.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/DeleteLustreFileSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteLustreFileSystem API.
-
deleteObjectStorageLink
DeleteObjectStorageLinkResponse deleteObjectStorageLink(DeleteObjectStorageLinkRequest request)
Deletes an Object Storage link.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/DeleteObjectStorageLinkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use DeleteObjectStorageLink API.
-
getLustreFileSystem
GetLustreFileSystemResponse getLustreFileSystem(GetLustreFileSystemRequest request)
Gets information about a Lustre file system.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/GetLustreFileSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetLustreFileSystem API.
-
getObjectStorageLink
GetObjectStorageLinkResponse getObjectStorageLink(GetObjectStorageLinkRequest request)
Gets information about an Object Storage link.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/GetObjectStorageLinkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetObjectStorageLink API.
-
getSyncJob
GetSyncJobResponse getSyncJob(GetSyncJobRequest request)
Gets details of a sync job associated with an Object Storage link whenobjectStorageLinkand a unique ID are provided.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/GetSyncJobExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetSyncJob API.
-
getWorkRequest
GetWorkRequestResponse getWorkRequest(GetWorkRequestRequest request)
Gets the details of a 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/GetWorkRequestExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use GetWorkRequest API.
-
listLustreFileSystems
ListLustreFileSystemsResponse listLustreFileSystems(ListLustreFileSystemsRequest request)
Gets a list of Lustre file systems.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListLustreFileSystemsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListLustreFileSystems API.
-
listObjectStorageLinks
ListObjectStorageLinksResponse listObjectStorageLinks(ListObjectStorageLinksRequest request)
Gets a list of Object Storage links.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListObjectStorageLinksExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListObjectStorageLinks API.
-
listSyncJobs
ListSyncJobsResponse listSyncJobs(ListSyncJobsRequest request)
Lists all sync jobs associated with the Object Storage link.Contains a unique ID for each sync job.
- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListSyncJobsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSyncJobs API.
-
listWorkRequestErrors
ListWorkRequestErrorsResponse listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Lists the errors for a 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListWorkRequestErrorsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequestErrors API.
-
listWorkRequestLogs
ListWorkRequestLogsResponse listWorkRequestLogs(ListWorkRequestLogsRequest request)
Lists the logs for a 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/ListWorkRequestsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListWorkRequests API.
-
startExportToObject
StartExportToObjectResponse startExportToObject(StartExportToObjectRequest request)
Starts the export of data from the Lustre file system to Object Storage.The Lustre file system path and Object Storage object prefix are defined in the Object Storage link 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/StartExportToObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartExportToObject API.
-
startImportFromObject
StartImportFromObjectResponse startImportFromObject(StartImportFromObjectRequest request)
Starts the import of data from Object Storage to the Lustre file system.The Lustre file system path and Object Storage object prefix are defined in the Object Storage link 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/StartImportFromObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StartImportFromObject API.
-
stopExportToObject
StopExportToObjectResponse stopExportToObject(StopExportToObjectRequest request)
Stops the export of data from the Lustre file system to Object Storage.The Lustre file system path and Object Storage object prefix are defined in the Object Storage link 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/StopExportToObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopExportToObject API.
-
stopImportFromObject
StopImportFromObjectResponse stopImportFromObject(StopImportFromObjectRequest request)
Stops the import of data from Object Storage to the Lustre file system.The Lustre file system path and Object Storage object prefix are defined in the Object Storage link 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/StopImportFromObjectExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use StopImportFromObject API.
-
updateLustreFileSystem
UpdateLustreFileSystemResponse updateLustreFileSystem(UpdateLustreFileSystemRequest request)
Updates a Lustre file system.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/UpdateLustreFileSystemExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateLustreFileSystem API.
-
updateObjectStorageLink
UpdateObjectStorageLinkResponse updateObjectStorageLink(UpdateObjectStorageLinkRequest request)
Updates an Object Storage link.- 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_RetriesExample: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/lustrefilestorage/UpdateObjectStorageLinkExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use UpdateObjectStorageLink API.
-
getWaiters
LustreFileStorageWaiters getWaiters()
Gets the pre-configured waiters available for resources for this service.- Returns:
- The service waiters.
-
getPaginators
LustreFileStoragePaginators getPaginators()
Gets the pre-configured paginators available for list operations in this service which may return multiple pages of data.These paginators provide an
Iterableinterface so that service responses, or resources/records, can be iterated through without having to manually deal with pagination and page tokens.- Returns:
- The service paginators.
-
-