Class LustreFileStorageClient
Service client instance for LustreFileStorage.
Implements
Inherited Members
Namespace: Oci.LustrefilestorageService
Assembly: OCI.DotNetSDK.Lustrefilestorage.dll
Syntax
public class LustreFileStorageClient : RegionalClientBase, IDisposable
Constructors
LustreFileStorageClient(IBasicAuthenticationDetailsProvider, ClientConfiguration, string)
Creates a new service instance using the given authentication provider and/or client configuration and/or endpoint. A client configuration can also be provided optionally to adjust REST client behaviors.
Declaration
public LustreFileStorageClient(IBasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration clientConfiguration = null, string endpoint = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IBasicAuthenticationDetailsProvider | authenticationDetailsProvider | The authentication details provider. Required. |
| ClientConfiguration | clientConfiguration | The client configuration that contains settings to adjust REST client behaviors. Optional. |
| string | endpoint | The endpoint of the service. If not provided and the client is a regional client, the endpoint will be constructed based on region information. Optional. |
Properties
Paginators
Declaration
public LustreFileStoragePaginators Paginators { get; }
Property Value
| Type | Description |
|---|---|
| LustreFileStoragePaginators |
Waiters
Declaration
public LustreFileStorageWaiters Waiters { get; }
Property Value
| Type | Description |
|---|---|
| LustreFileStorageWaiters |
Methods
CancelWorkRequest(CancelWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Cancels a work request.
Declaration
public Task<CancelWorkRequestResponse> CancelWorkRequest(CancelWorkRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| CancelWorkRequestRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<CancelWorkRequestResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CancelWorkRequest API.
ChangeLustreFileSystemCompartment(ChangeLustreFileSystemCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
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.
Declaration
public Task<ChangeLustreFileSystemCompartmentResponse> ChangeLustreFileSystemCompartment(ChangeLustreFileSystemCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ChangeLustreFileSystemCompartmentRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<ChangeLustreFileSystemCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeLustreFileSystemCompartment API.
ChangeObjectStorageLinkCompartment(ChangeObjectStorageLinkCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
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.
Declaration
public Task<ChangeObjectStorageLinkCompartmentResponse> ChangeObjectStorageLinkCompartment(ChangeObjectStorageLinkCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ChangeObjectStorageLinkCompartmentRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<ChangeObjectStorageLinkCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeObjectStorageLinkCompartment API.
CreateLustreFileSystem(CreateLustreFileSystemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a Lustre file system.
Declaration
public Task<CreateLustreFileSystemResponse> CreateLustreFileSystem(CreateLustreFileSystemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateLustreFileSystemRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<CreateLustreFileSystemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateLustreFileSystem API.
CreateObjectStorageLink(CreateObjectStorageLinkRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates an Object Storage link.
Declaration
public Task<CreateObjectStorageLinkResponse> CreateObjectStorageLink(CreateObjectStorageLinkRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateObjectStorageLinkRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<CreateObjectStorageLinkResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateObjectStorageLink API.
DeleteLustreFileSystem(DeleteLustreFileSystemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes a Lustre file system.
Declaration
public Task<DeleteLustreFileSystemResponse> DeleteLustreFileSystem(DeleteLustreFileSystemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteLustreFileSystemRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<DeleteLustreFileSystemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteLustreFileSystem API.
DeleteObjectStorageLink(DeleteObjectStorageLinkRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes an Object Storage link.
Declaration
public Task<DeleteObjectStorageLinkResponse> DeleteObjectStorageLink(DeleteObjectStorageLinkRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteObjectStorageLinkRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<DeleteObjectStorageLinkResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteObjectStorageLink API.
GetLustreFileSystem(GetLustreFileSystemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets information about a Lustre file system.
Declaration
public Task<GetLustreFileSystemResponse> GetLustreFileSystem(GetLustreFileSystemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| GetLustreFileSystemRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<GetLustreFileSystemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetLustreFileSystem API.
GetObjectStorageLink(GetObjectStorageLinkRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets information about an Object Storage link.
Declaration
public Task<GetObjectStorageLinkResponse> GetObjectStorageLink(GetObjectStorageLinkRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| GetObjectStorageLinkRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<GetObjectStorageLinkResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetObjectStorageLink API.
GetSyncJob(GetSyncJobRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets details of a sync job associated with an Object Storage link when objectStorageLink and a unique ID are provided.
Declaration
public Task<GetSyncJobResponse> GetSyncJob(GetSyncJobRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| GetSyncJobRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<GetSyncJobResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetSyncJob API.
GetWorkRequest(GetWorkRequestRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the details of a work request.
Declaration
public Task<GetWorkRequestResponse> GetWorkRequest(GetWorkRequestRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| GetWorkRequestRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<GetWorkRequestResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetWorkRequest API.
ListLustreFileSystems(ListLustreFileSystemsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a list of Lustre file systems.
Declaration
public Task<ListLustreFileSystemsResponse> ListLustreFileSystems(ListLustreFileSystemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ListLustreFileSystemsRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<ListLustreFileSystemsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListLustreFileSystems API.
ListObjectStorageLinks(ListObjectStorageLinksRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a list of Object Storage links.
Declaration
public Task<ListObjectStorageLinksResponse> ListObjectStorageLinks(ListObjectStorageLinksRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ListObjectStorageLinksRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<ListObjectStorageLinksResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListObjectStorageLinks API.
ListSyncJobs(ListSyncJobsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists all sync jobs associated with the Object Storage link. Contains a unique ID for each sync job.
Declaration
public Task<ListSyncJobsResponse> ListSyncJobs(ListSyncJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ListSyncJobsRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<ListSyncJobsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListSyncJobs API.
ListWorkRequestErrors(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the errors for a work request.
Declaration
public Task<ListWorkRequestErrorsResponse> ListWorkRequestErrors(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ListWorkRequestErrorsRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<ListWorkRequestErrorsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListWorkRequestErrors API.
ListWorkRequestLogs(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the logs for a work request.
Declaration
public Task<ListWorkRequestLogsResponse> ListWorkRequestLogs(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ListWorkRequestLogsRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<ListWorkRequestLogsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListWorkRequestLogs API.
ListWorkRequests(ListWorkRequestsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the work requests in a compartment.
Declaration
public Task<ListWorkRequestsResponse> ListWorkRequests(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ListWorkRequestsRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<ListWorkRequestsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListWorkRequests API.
StartExportToObject(StartExportToObjectRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
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.
Declaration
public Task<StartExportToObjectResponse> StartExportToObject(StartExportToObjectRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| StartExportToObjectRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<StartExportToObjectResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use StartExportToObject API.
StartImportFromObject(StartImportFromObjectRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
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.
Declaration
public Task<StartImportFromObjectResponse> StartImportFromObject(StartImportFromObjectRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| StartImportFromObjectRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<StartImportFromObjectResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use StartImportFromObject API.
StopExportToObject(StopExportToObjectRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
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.
Declaration
public Task<StopExportToObjectResponse> StopExportToObject(StopExportToObjectRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| StopExportToObjectRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<StopExportToObjectResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use StopExportToObject API.
StopImportFromObject(StopImportFromObjectRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
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.
Declaration
public Task<StopImportFromObjectResponse> StopImportFromObject(StopImportFromObjectRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| StopImportFromObjectRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<StopImportFromObjectResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use StopImportFromObject API.
UpdateLustreFileSystem(UpdateLustreFileSystemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates a Lustre file system.
Declaration
public Task<UpdateLustreFileSystemResponse> UpdateLustreFileSystem(UpdateLustreFileSystemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateLustreFileSystemRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<UpdateLustreFileSystemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateLustreFileSystem API.
UpdateObjectStorageLink(UpdateObjectStorageLinkRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates an Object Storage link.
Declaration
public Task<UpdateObjectStorageLinkResponse> UpdateObjectStorageLink(UpdateObjectStorageLinkRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateObjectStorageLinkRequest | request | The request object containing the details to send. Required. |
| RetryConfiguration | retryConfiguration | The retry configuration that will be used by to send this request. Optional. |
| CancellationToken | cancellationToken | The cancellation token to cancel this operation. Optional. |
| HttpCompletionOption | completionOption | The completion option for this operation. Optional. |
Returns
| Type | Description |
|---|---|
| Task<UpdateObjectStorageLinkResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateObjectStorageLink API.