Class ApplianceExportJobClient
Service client instance for ApplianceExportJob.
Implements
Inherited Members
Namespace: Oci.DtsService
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class ApplianceExportJobClient : RegionalClientBase, IDisposable
Constructors
ApplianceExportJobClient(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 ApplianceExportJobClient(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 ApplianceExportJobPaginators Paginators { get; }
Property Value
Type | Description |
---|---|
ApplianceExportJobPaginators |
Waiters
Declaration
public ApplianceExportJobWaiters Waiters { get; }
Property Value
Type | Description |
---|---|
ApplianceExportJobWaiters |
Methods
ChangeApplianceExportJobCompartment(ChangeApplianceExportJobCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a ApplianceExportJob into a different compartment.
Declaration
public Task<ChangeApplianceExportJobCompartmentResponse> ChangeApplianceExportJobCompartment(ChangeApplianceExportJobCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ChangeApplianceExportJobCompartmentRequest | 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<ChangeApplianceExportJobCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeApplianceExportJobCompartment API.
CreateApplianceExportJob(CreateApplianceExportJobRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a new Appliance Export Job that corresponds with customer's logical dataset
Declaration
public Task<CreateApplianceExportJobResponse> CreateApplianceExportJob(CreateApplianceExportJobRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
CreateApplianceExportJobRequest | 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<CreateApplianceExportJobResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateApplianceExportJob API.
DeleteApplianceExportJob(DeleteApplianceExportJobRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
deletes a Appliance Export Job
Declaration
public Task<DeleteApplianceExportJobResponse> DeleteApplianceExportJob(DeleteApplianceExportJobRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
DeleteApplianceExportJobRequest | 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<DeleteApplianceExportJobResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteApplianceExportJob API.
GetApplianceExportJob(GetApplianceExportJobRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Describes a Appliance Export Job in detail
Declaration
public Task<GetApplianceExportJobResponse> GetApplianceExportJob(GetApplianceExportJobRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
GetApplianceExportJobRequest | 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<GetApplianceExportJobResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetApplianceExportJob API.
ListApplianceExportJobs(ListApplianceExportJobsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Lists Appliance Export Jobs in a given compartment
Declaration
public Task<ListApplianceExportJobsResponse> ListApplianceExportJobs(ListApplianceExportJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
ListApplianceExportJobsRequest | 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<ListApplianceExportJobsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListApplianceExportJobs API.
UpdateApplianceExportJob(UpdateApplianceExportJobRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates a Appliance Export Job that corresponds with customer's logical dataset.
Declaration
public Task<UpdateApplianceExportJobResponse> UpdateApplianceExportJob(UpdateApplianceExportJobRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type | Name | Description |
---|---|---|
UpdateApplianceExportJobRequest | 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<UpdateApplianceExportJobResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateApplianceExportJob API.