Class DistributedDbPrivateEndpointServiceClient
Service client instance for DistributedDbPrivateEndpointService.
Implements
Inherited Members
Namespace: Oci.DistributeddatabaseService
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class DistributedDbPrivateEndpointServiceClient : RegionalClientBase, IDisposable
Constructors
DistributedDbPrivateEndpointServiceClient(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 DistributedDbPrivateEndpointServiceClient(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 DistributedDbPrivateEndpointServicePaginators Paginators { get; }
Property Value
| Type | Description |
|---|---|
| DistributedDbPrivateEndpointServicePaginators |
Waiters
Declaration
public DistributedDbPrivateEndpointServiceWaiters Waiters { get; }
Property Value
| Type | Description |
|---|---|
| DistributedDbPrivateEndpointServiceWaiters |
Methods
ChangeDistributedDatabasePrivateEndpointCompartment(ChangeDistributedDatabasePrivateEndpointCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves the DistributedDatabasePrivateEndpoint to the specified compartment.
Declaration
public Task<ChangeDistributedDatabasePrivateEndpointCompartmentResponse> ChangeDistributedDatabasePrivateEndpointCompartment(ChangeDistributedDatabasePrivateEndpointCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ChangeDistributedDatabasePrivateEndpointCompartmentRequest | 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<ChangeDistributedDatabasePrivateEndpointCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeDistributedDatabasePrivateEndpointCompartment API.
CreateDistributedDatabasePrivateEndpoint(CreateDistributedDatabasePrivateEndpointRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a DistributedDatabasePrivateEndpoint.
Declaration
public Task<CreateDistributedDatabasePrivateEndpointResponse> CreateDistributedDatabasePrivateEndpoint(CreateDistributedDatabasePrivateEndpointRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateDistributedDatabasePrivateEndpointRequest | 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<CreateDistributedDatabasePrivateEndpointResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateDistributedDatabasePrivateEndpoint API.
DeleteDistributedDatabasePrivateEndpoint(DeleteDistributedDatabasePrivateEndpointRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes the given DistributedDatabasePrivateEndpoint.
Declaration
public Task<DeleteDistributedDatabasePrivateEndpointResponse> DeleteDistributedDatabasePrivateEndpoint(DeleteDistributedDatabasePrivateEndpointRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteDistributedDatabasePrivateEndpointRequest | 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<DeleteDistributedDatabasePrivateEndpointResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteDistributedDatabasePrivateEndpoint API.
GetDistributedDatabasePrivateEndpoint(GetDistributedDatabasePrivateEndpointRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Get the DistributedDatabasePrivateEndpoint resource.
Declaration
public Task<GetDistributedDatabasePrivateEndpointResponse> GetDistributedDatabasePrivateEndpoint(GetDistributedDatabasePrivateEndpointRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| GetDistributedDatabasePrivateEndpointRequest | 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<GetDistributedDatabasePrivateEndpointResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetDistributedDatabasePrivateEndpoint API.
ListDistributedDatabasePrivateEndpoints(ListDistributedDatabasePrivateEndpointsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
List of DistributedDatabasePrivateEndpoints.
Declaration
public Task<ListDistributedDatabasePrivateEndpointsResponse> ListDistributedDatabasePrivateEndpoints(ListDistributedDatabasePrivateEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ListDistributedDatabasePrivateEndpointsRequest | 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<ListDistributedDatabasePrivateEndpointsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListDistributedDatabasePrivateEndpoints API.
ReinstateProxyInstance(ReinstateProxyInstanceRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Reinstates the proxy instance associated with the DistributedDatabasePrivateEndpoint.
Declaration
public Task<ReinstateProxyInstanceResponse> ReinstateProxyInstance(ReinstateProxyInstanceRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ReinstateProxyInstanceRequest | 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<ReinstateProxyInstanceResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ReinstateProxyInstance API.
UpdateDistributedDatabasePrivateEndpoint(UpdateDistributedDatabasePrivateEndpointRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates the configuration of DistributedDatabasePrivateEndpoint.
Declaration
public Task<UpdateDistributedDatabasePrivateEndpointResponse> UpdateDistributedDatabasePrivateEndpoint(UpdateDistributedDatabasePrivateEndpointRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateDistributedDatabasePrivateEndpointRequest | 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<UpdateDistributedDatabasePrivateEndpointResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateDistributedDatabasePrivateEndpoint API.