Class FileStorageClient
Service client instance for FileStorage.
Implements
Inherited Members
Namespace: Oci.FilestorageService
Assembly: OCI.DotNetSDK.Filestorage.dll
Syntax
public class FileStorageClient : RegionalClientBase, IDisposable
Constructors
FileStorageClient(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 FileStorageClient(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 FileStoragePaginators Paginators { get; }
Property Value
Type | Description |
---|---|
FileStoragePaginators |
Waiters
Declaration
public FileStorageWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
FileStorageWaiters |
Methods
AddExportLock(AddExportLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Adds a lock to a resource.
Declaration
public Task<AddExportLockResponse> AddExportLock(AddExportLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
AddExportLockRequest | 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<AddExportLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use AddExportLock API.
AddFileSystemLock(AddFileSystemLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Adds a lock to a resource.
Declaration
public Task<AddFileSystemLockResponse> AddFileSystemLock(AddFileSystemLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
AddFileSystemLockRequest | 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<AddFileSystemLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use AddFileSystemLock API.
AddFilesystemSnapshotPolicyLock(AddFilesystemSnapshotPolicyLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Adds a lock to a resource.
Declaration
public Task<AddFilesystemSnapshotPolicyLockResponse> AddFilesystemSnapshotPolicyLock(AddFilesystemSnapshotPolicyLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
AddFilesystemSnapshotPolicyLockRequest | 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<AddFilesystemSnapshotPolicyLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use AddFilesystemSnapshotPolicyLock API.
AddMountTargetLock(AddMountTargetLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Adds a lock to a resource.
Declaration
public Task<AddMountTargetLockResponse> AddMountTargetLock(AddMountTargetLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
AddMountTargetLockRequest | 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<AddMountTargetLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use AddMountTargetLock API.
AddOutboundConnectorLock(AddOutboundConnectorLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Adds a lock to a resource.
Declaration
public Task<AddOutboundConnectorLockResponse> AddOutboundConnectorLock(AddOutboundConnectorLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
AddOutboundConnectorLockRequest | 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<AddOutboundConnectorLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use AddOutboundConnectorLock API.
AddReplicationLock(AddReplicationLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Adds a lock to a resource.
Declaration
public Task<AddReplicationLockResponse> AddReplicationLock(AddReplicationLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
AddReplicationLockRequest | 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<AddReplicationLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use AddReplicationLock API.
AddSnapshotLock(AddSnapshotLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Adds a lock to a resource.
Declaration
public Task<AddSnapshotLockResponse> AddSnapshotLock(AddSnapshotLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
AddSnapshotLockRequest | 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<AddSnapshotLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use AddSnapshotLock API.
CancelDowngradeShapeMountTarget(CancelDowngradeShapeMountTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Cancel scheduled downgrade shape request for mount target.
Declaration
public Task<CancelDowngradeShapeMountTargetResponse> CancelDowngradeShapeMountTarget(CancelDowngradeShapeMountTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CancelDowngradeShapeMountTargetRequest | 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<CancelDowngradeShapeMountTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CancelDowngradeShapeMountTarget API.
ChangeFileSystemCompartment(ChangeFileSystemCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a file system and its associated snapshots 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<ChangeFileSystemCompartmentResponse> ChangeFileSystemCompartment(ChangeFileSystemCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeFileSystemCompartmentRequest | 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<ChangeFileSystemCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeFileSystemCompartment API.
ChangeFilesystemSnapshotPolicyCompartment(ChangeFilesystemSnapshotPolicyCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a file system snapshot policy 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<ChangeFilesystemSnapshotPolicyCompartmentResponse> ChangeFilesystemSnapshotPolicyCompartment(ChangeFilesystemSnapshotPolicyCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeFilesystemSnapshotPolicyCompartmentRequest | 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<ChangeFilesystemSnapshotPolicyCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeFilesystemSnapshotPolicyCompartment API.
ChangeMountTargetCompartment(ChangeMountTargetCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a mount target and its associated export set or share set 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<ChangeMountTargetCompartmentResponse> ChangeMountTargetCompartment(ChangeMountTargetCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeMountTargetCompartmentRequest | 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<ChangeMountTargetCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeMountTargetCompartment API.
ChangeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves an outbound connector 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<ChangeOutboundConnectorCompartmentResponse> ChangeOutboundConnectorCompartment(ChangeOutboundConnectorCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeOutboundConnectorCompartmentRequest | 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<ChangeOutboundConnectorCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeOutboundConnectorCompartment API.
ChangeReplicationCompartment(ChangeReplicationCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a replication and its replication target 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<ChangeReplicationCompartmentResponse> ChangeReplicationCompartment(ChangeReplicationCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeReplicationCompartmentRequest | 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<ChangeReplicationCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeReplicationCompartment API.
CreateExport(CreateExportRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new export in the specified export set, path, and file system.
Declaration
public Task<CreateExportResponse> CreateExport(CreateExportRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateExportRequest | 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<CreateExportResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateExport API.
CreateFileSystem(CreateFileSystemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new file system in the specified compartment and
availability domain. Instances can mount file systems in
another availability domain, but doing so might increase
latency when compared to mounting instances in the same
availability domain.
<br/>
After you create a file system, you can associate it with a mount
target. Instances can then mount the file system by connecting to the
mount target's IP address. You can associate a file system with
more than one mount target at a time.
<br/>
For information about access control and compartments, see
Overview of the IAM Service.
<br/>
For information about Network Security Groups access control, see
Network Security Groups.
<br/>
For information about availability domains, see Regions and
Availability Domains.
To get a list of availability domains, use the
ListAvailabilityDomains
operation in the Identity and Access
Management Service API.
<br/>
All Oracle Cloud Infrastructure resources, including
file systems, get an Oracle-assigned, unique ID called an Oracle
Cloud Identifier (OCID).
When you create a resource, you can find its OCID in the response.
You can also retrieve a resource's OCID by using a List API operation on that resource
type or by viewing the resource in the Console.
Declaration
public Task<CreateFileSystemResponse> CreateFileSystem(CreateFileSystemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateFileSystemRequest | 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<CreateFileSystemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateFileSystem API.
CreateFilesystemSnapshotPolicy(CreateFilesystemSnapshotPolicyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new file system snapshot policy in the specified compartment and availability domain. <br/> After you create a file system snapshot policy, you can associate it with file systems.
Declaration
public Task<CreateFilesystemSnapshotPolicyResponse> CreateFilesystemSnapshotPolicy(CreateFilesystemSnapshotPolicyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateFilesystemSnapshotPolicyRequest | 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<CreateFilesystemSnapshotPolicyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateFilesystemSnapshotPolicy API.
CreateMountTarget(CreateMountTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new mount target in the specified compartment and
subnet. You can associate a file system with a mount
target only when they exist in the same availability domain. Instances
can connect to mount targets in another availablity domain, but
you might see higher latency than with instances in the same
availability domain as the mount target.
<br/>
Mount targets have one or more private IP addresses that you can
provide as the host portion of remote target parameters in
client mount commands. These private IP addresses are listed
in the privateIpIds property of the mount target and are highly available. Mount
targets also consume additional IP addresses in their subnet.
Do not use /30 or smaller subnets for mount target creation because they
do not have sufficient available IP addresses.
Allow at least three IP addresses for each mount target.
<br/>
For information about access control and compartments, see
Overview of the IAM
Service.
<br/>
For information about availability domains, see Regions and
Availability Domains.
To get a list of availability domains, use the
ListAvailabilityDomains
operation in the Identity and Access
Management Service API.
<br/>
All Oracle Cloud Infrastructure Services resources, including
mount targets, get an Oracle-assigned, unique ID called an
Oracle Cloud Identifier (OCID).
When you create a resource, you can find its OCID in the response.
You can also retrieve a resource's OCID by using a List API operation on that resource
type, or by viewing the resource in the Console.
Declaration
public Task<CreateMountTargetResponse> CreateMountTarget(CreateMountTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateMountTargetRequest | 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<CreateMountTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateMountTarget API.
CreateOutboundConnector(CreateOutboundConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new outbound connector in the specified compartment.
You can associate an outbound connector with a mount target only when
they exist in the same availability domain.
<br/>
For information about access control and compartments, see
Overview of the IAM
Service.
<br/>
For information about availability domains, see Regions and
Availability Domains.
To get a list of availability domains, use the
ListAvailabilityDomains
operation in the Identity and Access
Management Service API.
<br/>
All Oracle Cloud Infrastructure Services resources, including
outbound connectors, get an Oracle-assigned, unique ID called an
Oracle Cloud Identifier (OCID).
When you create a resource, you can find its OCID in the response.
You can also retrieve a resource's OCID by using a List API operation on that resource
type, or by viewing the resource in the Console.
Declaration
public Task<CreateOutboundConnectorResponse> CreateOutboundConnector(CreateOutboundConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateOutboundConnectorRequest | 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<CreateOutboundConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateOutboundConnector API.
CreateReplication(CreateReplicationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new replication in the specified compartment.
Replications are the primary resource that governs the policy of cross-region replication between source
and target file systems. Replications are associated with a secondary resource called a {@link ReplicationTarget}
located in another availability domain.
The associated replication target resource is automatically created along with the replication resource.
The replication retrieves the delta of data between two snapshots of a source file system
and sends it to the associated ReplicationTarget
, which retrieves the delta and applies it to the target
file system.
Only unexported file systems can be used as target file systems.
For more information, see Using Replication.
<br/>
For information about access control and compartments, see
Overview of the IAM
Service.
<br/>
For information about availability domains, see Regions and
Availability Domains.
To get a list of availability domains, use the
ListAvailabilityDomains
operation in the Identity and Access
Management Service API.
<br/>
All Oracle Cloud Infrastructure Services resources, including
replications, get an Oracle-assigned, unique ID called an
Oracle Cloud Identifier (OCID).
When you create a resource, you can find its OCID in the response.
You can also retrieve a resource's OCID by using a List API operation on that resource
type, or by viewing the resource in the Console.
Declaration
public Task<CreateReplicationResponse> CreateReplication(CreateReplicationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateReplicationRequest | 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<CreateReplicationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateReplication API.
CreateSnapshot(CreateSnapshotRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new snapshot of the specified file system. You
can access the snapshot at .snapshot/<name>
.
Declaration
public Task<CreateSnapshotResponse> CreateSnapshot(CreateSnapshotRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateSnapshotRequest | 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<CreateSnapshotResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateSnapshot API.
DeleteExport(DeleteExportRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the specified export.
Declaration
public Task<DeleteExportResponse> DeleteExport(DeleteExportRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteExportRequest | 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<DeleteExportResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteExport API.
DeleteFileSystem(DeleteFileSystemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the specified file system. Before you delete the file system, verify that no remaining export resources still reference it. Deleting a file system also deletes all of its snapshots.
Declaration
public Task<DeleteFileSystemResponse> DeleteFileSystem(DeleteFileSystemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteFileSystemRequest | 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<DeleteFileSystemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteFileSystem API.
DeleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the specified file system snapshot policy.
Declaration
public Task<DeleteFilesystemSnapshotPolicyResponse> DeleteFilesystemSnapshotPolicy(DeleteFilesystemSnapshotPolicyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteFilesystemSnapshotPolicyRequest | 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<DeleteFilesystemSnapshotPolicyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteFilesystemSnapshotPolicy API.
DeleteMountTarget(DeleteMountTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the specified mount target. This operation also deletes the mount target's VNICs.
Declaration
public Task<DeleteMountTargetResponse> DeleteMountTarget(DeleteMountTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteMountTargetRequest | 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<DeleteMountTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteMountTarget API.
DeleteOutboundConnector(DeleteOutboundConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the specified outbound connector.
Declaration
public Task<DeleteOutboundConnectorResponse> DeleteOutboundConnector(DeleteOutboundConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteOutboundConnectorRequest | 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<DeleteOutboundConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteOutboundConnector API.
DeleteReplication(DeleteReplicationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the specified replication and the the associated replication target.
Declaration
public Task<DeleteReplicationResponse> DeleteReplication(DeleteReplicationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteReplicationRequest | 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<DeleteReplicationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteReplication API.
DeleteReplicationTarget(DeleteReplicationTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the specified replication target. This operation causes the immediate release of the target file system if there are currently no delta application operations. If there is any current delta being applied the delete operation is blocked until the current delta has been completely applied.
Declaration
public Task<DeleteReplicationTargetResponse> DeleteReplicationTarget(DeleteReplicationTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteReplicationTargetRequest | 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<DeleteReplicationTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteReplicationTarget API.
DeleteSnapshot(DeleteSnapshotRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the specified snapshot.
Declaration
public Task<DeleteSnapshotResponse> DeleteSnapshot(DeleteSnapshotRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteSnapshotRequest | 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<DeleteSnapshotResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteSnapshot API.
DetachClone(DetachCloneRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Detaches the file system from its parent file system
Declaration
public Task<DetachCloneResponse> DetachClone(DetachCloneRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DetachCloneRequest | 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<DetachCloneResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DetachClone API.
EstimateReplication(EstimateReplicationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Provides estimates for replication created using specific file system.
Declaration
public Task<EstimateReplicationResponse> EstimateReplication(EstimateReplicationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
EstimateReplicationRequest | 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<EstimateReplicationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use EstimateReplication API.
GetExport(GetExportRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified export's information.
Declaration
public Task<GetExportResponse> GetExport(GetExportRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetExportRequest | 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<GetExportResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetExport API.
GetExportSet(GetExportSetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified export set's information.
Declaration
public Task<GetExportSetResponse> GetExportSet(GetExportSetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetExportSetRequest | 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<GetExportSetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetExportSet API.
GetFileSystem(GetFileSystemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified file system's information.
Declaration
public Task<GetFileSystemResponse> GetFileSystem(GetFileSystemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetFileSystemRequest | 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<GetFileSystemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetFileSystem API.
GetFilesystemSnapshotPolicy(GetFilesystemSnapshotPolicyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified file system snapshot policy's information.
Declaration
public Task<GetFilesystemSnapshotPolicyResponse> GetFilesystemSnapshotPolicy(GetFilesystemSnapshotPolicyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetFilesystemSnapshotPolicyRequest | 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<GetFilesystemSnapshotPolicyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetFilesystemSnapshotPolicy API.
GetMountTarget(GetMountTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified mount target's information.
Declaration
public Task<GetMountTargetResponse> GetMountTarget(GetMountTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetMountTargetRequest | 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<GetMountTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetMountTarget API.
GetOutboundConnector(GetOutboundConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified outbound connector's information.
Declaration
public Task<GetOutboundConnectorResponse> GetOutboundConnector(GetOutboundConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetOutboundConnectorRequest | 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<GetOutboundConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetOutboundConnector API.
GetReplication(GetReplicationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified replication's information.
Declaration
public Task<GetReplicationResponse> GetReplication(GetReplicationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetReplicationRequest | 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<GetReplicationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetReplication API.
GetReplicationTarget(GetReplicationTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified replication target's information.
Declaration
public Task<GetReplicationTargetResponse> GetReplicationTarget(GetReplicationTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetReplicationTargetRequest | 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<GetReplicationTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetReplicationTarget API.
GetSnapshot(GetSnapshotRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets the specified snapshot's information.
Declaration
public Task<GetSnapshotResponse> GetSnapshot(GetSnapshotRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetSnapshotRequest | 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<GetSnapshotResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetSnapshot API.
ListExportSets(ListExportSetsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the export set resources in the specified compartment.
Declaration
public Task<ListExportSetsResponse> ListExportSets(ListExportSetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListExportSetsRequest | 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<ListExportSetsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListExportSets API.
ListExports(ListExportsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists export resources by compartment, file system, or export set. You must specify an export set ID, a file system ID, and / or a compartment ID.
Declaration
public Task<ListExportsResponse> ListExports(ListExportsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListExportsRequest | 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<ListExportsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListExports API.
ListFileSystems(ListFileSystemsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the file system resources in the specified compartment, or by the specified compartment and file system snapshot policy.
Declaration
public Task<ListFileSystemsResponse> ListFileSystems(ListFileSystemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListFileSystemsRequest | 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<ListFileSystemsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListFileSystems API.
ListFilesystemSnapshotPolicies(ListFilesystemSnapshotPoliciesRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists file system snapshot policies in the specified compartment.
Declaration
public Task<ListFilesystemSnapshotPoliciesResponse> ListFilesystemSnapshotPolicies(ListFilesystemSnapshotPoliciesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListFilesystemSnapshotPoliciesRequest | 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<ListFilesystemSnapshotPoliciesResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListFilesystemSnapshotPolicies API.
ListMountTargets(ListMountTargetsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the mount target resources in the specified compartment.
Declaration
public Task<ListMountTargetsResponse> ListMountTargets(ListMountTargetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListMountTargetsRequest | 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<ListMountTargetsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListMountTargets API.
ListOutboundConnectors(ListOutboundConnectorsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the outbound connector resources in the specified compartment.
Declaration
public Task<ListOutboundConnectorsResponse> ListOutboundConnectors(ListOutboundConnectorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListOutboundConnectorsRequest | 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<ListOutboundConnectorsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListOutboundConnectors API.
ListReplicationTargets(ListReplicationTargetsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the replication target resources in the specified compartment.
Declaration
public Task<ListReplicationTargetsResponse> ListReplicationTargets(ListReplicationTargetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListReplicationTargetsRequest | 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<ListReplicationTargetsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListReplicationTargets API.
ListReplications(ListReplicationsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists the replication resources in the specified compartment.
Declaration
public Task<ListReplicationsResponse> ListReplications(ListReplicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListReplicationsRequest | 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<ListReplicationsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListReplications API.
ListSnapshots(ListSnapshotsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists snapshots of the specified file system, or by file system snapshot policy and compartment, or by file system snapshot policy and file system. <br/> If file system ID is not specified, a file system snapshot policy ID and compartment ID must be specified. <br/> Users can only sort by time created when listing snapshots by file system snapshot policy ID and compartment ID (sort by name is NOT supported for listing snapshots by policy and compartment).
Declaration
public Task<ListSnapshotsResponse> ListSnapshots(ListSnapshotsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListSnapshotsRequest | 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<ListSnapshotsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListSnapshots API.
PauseFilesystemSnapshotPolicy(PauseFilesystemSnapshotPolicyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
This operation pauses the scheduled snapshot creation and snapshot deletion of the policy and updates the lifecycle state of the file system snapshot policy from ACTIVE to INACTIVE. When a file system snapshot policy is paused, file systems that are associated with the policy will not have scheduled snapshots created or deleted. <br/> If the policy is already paused, or in the INACTIVE state, you cannot pause it again. You can't pause a policy that is in a DELETING, DELETED, FAILED, CREATING or INACTIVE state; attempts to pause a policy in these states result in a 409 conflict error.
Declaration
public Task<PauseFilesystemSnapshotPolicyResponse> PauseFilesystemSnapshotPolicy(PauseFilesystemSnapshotPolicyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
PauseFilesystemSnapshotPolicyRequest | 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<PauseFilesystemSnapshotPolicyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use PauseFilesystemSnapshotPolicy API.
RemoveExportLock(RemoveExportLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Removes a lock to a resource.
Declaration
public Task<RemoveExportLockResponse> RemoveExportLock(RemoveExportLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
RemoveExportLockRequest | 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<RemoveExportLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use RemoveExportLock API.
RemoveFileSystemLock(RemoveFileSystemLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Removes a lock to a resource.
Declaration
public Task<RemoveFileSystemLockResponse> RemoveFileSystemLock(RemoveFileSystemLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
RemoveFileSystemLockRequest | 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<RemoveFileSystemLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use RemoveFileSystemLock API.
RemoveFilesystemSnapshotPolicyLock(RemoveFilesystemSnapshotPolicyLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Removes a lock to a resource.
Declaration
public Task<RemoveFilesystemSnapshotPolicyLockResponse> RemoveFilesystemSnapshotPolicyLock(RemoveFilesystemSnapshotPolicyLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
RemoveFilesystemSnapshotPolicyLockRequest | 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<RemoveFilesystemSnapshotPolicyLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use RemoveFilesystemSnapshotPolicyLock API.
RemoveMountTargetLock(RemoveMountTargetLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Removes a lock to a resource.
Declaration
public Task<RemoveMountTargetLockResponse> RemoveMountTargetLock(RemoveMountTargetLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
RemoveMountTargetLockRequest | 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<RemoveMountTargetLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use RemoveMountTargetLock API.
RemoveOutboundConnectorLock(RemoveOutboundConnectorLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Removes a lock to a resource.
Declaration
public Task<RemoveOutboundConnectorLockResponse> RemoveOutboundConnectorLock(RemoveOutboundConnectorLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
RemoveOutboundConnectorLockRequest | 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<RemoveOutboundConnectorLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use RemoveOutboundConnectorLock API.
RemoveReplicationLock(RemoveReplicationLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Removes a lock to a resource.
Declaration
public Task<RemoveReplicationLockResponse> RemoveReplicationLock(RemoveReplicationLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
RemoveReplicationLockRequest | 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<RemoveReplicationLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use RemoveReplicationLock API.
RemoveSnapshotLock(RemoveSnapshotLockRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Removes a lock to a resource.
Declaration
public Task<RemoveSnapshotLockResponse> RemoveSnapshotLock(RemoveSnapshotLockRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
RemoveSnapshotLockRequest | 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<RemoveSnapshotLockResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use RemoveSnapshotLock API.
ScheduleDowngradeShapeMountTarget(ScheduleDowngradeShapeMountTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Schedule a downgrade shape of the mount target.
Declaration
public Task<ScheduleDowngradeShapeMountTargetResponse> ScheduleDowngradeShapeMountTarget(ScheduleDowngradeShapeMountTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ScheduleDowngradeShapeMountTargetRequest | 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<ScheduleDowngradeShapeMountTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ScheduleDowngradeShapeMountTarget API.
UnpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
This operation unpauses a paused file system snapshot policy and updates the lifecycle state of the file system snapshot policy from INACTIVE to ACTIVE. By default, file system snapshot policies are in the ACTIVE state. When a file system snapshot policy is not paused, or in the ACTIVE state, file systems that are associated with the policy will have snapshots created and deleted according to the schedules defined in the policy. <br/> If the policy is already in the ACTIVE state, you cannot unpause it. You can't unpause a policy that is in a DELETING, DELETED, FAILED, CREATING, or ACTIVE state; attempts to unpause a policy in these states result in a 409 conflict error.
Declaration
public Task<UnpauseFilesystemSnapshotPolicyResponse> UnpauseFilesystemSnapshotPolicy(UnpauseFilesystemSnapshotPolicyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UnpauseFilesystemSnapshotPolicyRequest | 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<UnpauseFilesystemSnapshotPolicyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UnpauseFilesystemSnapshotPolicy API.
UpdateExport(UpdateExportRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the specified export's information.
Declaration
public Task<UpdateExportResponse> UpdateExport(UpdateExportRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateExportRequest | 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<UpdateExportResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateExport API.
UpdateExportSet(UpdateExportSetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the specified export set's information.
Declaration
public Task<UpdateExportSetResponse> UpdateExportSet(UpdateExportSetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateExportSetRequest | 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<UpdateExportSetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateExportSet API.
UpdateFileSystem(UpdateFileSystemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the specified file system's information. You can use this operation to rename a file system.
Declaration
public Task<UpdateFileSystemResponse> UpdateFileSystem(UpdateFileSystemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateFileSystemRequest | 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<UpdateFileSystemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateFileSystem API.
UpdateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the specified file system snapshot policy's information.
Declaration
public Task<UpdateFilesystemSnapshotPolicyResponse> UpdateFilesystemSnapshotPolicy(UpdateFilesystemSnapshotPolicyRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateFilesystemSnapshotPolicyRequest | 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<UpdateFilesystemSnapshotPolicyResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateFilesystemSnapshotPolicy API.
UpdateMountTarget(UpdateMountTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the specified mount target's information.
Declaration
public Task<UpdateMountTargetResponse> UpdateMountTarget(UpdateMountTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateMountTargetRequest | 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<UpdateMountTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateMountTarget API.
UpdateOutboundConnector(UpdateOutboundConnectorRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the specified outbound connector's information.
Declaration
public Task<UpdateOutboundConnectorResponse> UpdateOutboundConnector(UpdateOutboundConnectorRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateOutboundConnectorRequest | 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<UpdateOutboundConnectorResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateOutboundConnector API.
UpdateReplication(UpdateReplicationRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the information for the specified replication and its associated replication target.
Declaration
public Task<UpdateReplicationResponse> UpdateReplication(UpdateReplicationRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateReplicationRequest | 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<UpdateReplicationResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateReplication API.
UpdateSnapshot(UpdateSnapshotRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the specified snapshot's information.
Declaration
public Task<UpdateSnapshotResponse> UpdateSnapshot(UpdateSnapshotRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateSnapshotRequest | 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<UpdateSnapshotResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateSnapshot API.
UpgradeShapeMountTarget(UpgradeShapeMountTargetRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Upgrade shape request for mount target.
Declaration
public Task<UpgradeShapeMountTargetResponse> UpgradeShapeMountTarget(UpgradeShapeMountTargetRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpgradeShapeMountTargetRequest | 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<UpgradeShapeMountTargetResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpgradeShapeMountTarget API.
ValidateKeyTabs(ValidateKeyTabsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Validates keytab contents for the secret details passed on the request or validte keytab contents associated with the mount target passed in the request. The keytabs are deserialized, the contents are validated for compatibility and the principal, key version number and encryption type of each entry is provided as part of the response.
Declaration
public Task<ValidateKeyTabsResponse> ValidateKeyTabs(ValidateKeyTabsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ValidateKeyTabsRequest | 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<ValidateKeyTabsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ValidateKeyTabs API.