Show / Hide Table of Contents

Class FleetAppsManagementProvisionClient

Service client instance for FleetAppsManagementProvision.

Inheritance
object
ClientBase
RegionalClientBase
FleetAppsManagementProvisionClient
Implements
IDisposable
Inherited Members
RegionalClientBase.logger
RegionalClientBase.SetRegion(Region)
RegionalClientBase.SetRegion(string)
RegionalClientBase.UseRealmSpecificEndpointTemplate(bool)
RegionalClientBase.PopulateServiceParametersInEndpointTemplate(RestClient, Dictionary<string, object>)
RegionalClientBase.parseEndpointForParameters(string)
ClientBase.restClient
ClientBase.service
ClientBase.userAgent
ClientBase.Dispose()
ClientBase.Dispose(bool)
ClientBase.SetEndpoint(string)
ClientBase.GetEndpoint()
ClientBase.GetUserAgent()
ClientBase.SetRealmSpecificEndpointTemplate(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class FleetAppsManagementProvisionClient : RegionalClientBase, IDisposable

Constructors

FleetAppsManagementProvisionClient(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 FleetAppsManagementProvisionClient(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 FleetAppsManagementProvisionPaginators Paginators { get; }
Property Value
Type Description
FleetAppsManagementProvisionPaginators

Waiters

Declaration
public FleetAppsManagementProvisionWaiters Waiters { get; }
Property Value
Type Description
FleetAppsManagementProvisionWaiters

Methods

ChangeProvisionCompartment(ChangeProvisionCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Moves a Provision 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<ChangeProvisionCompartmentResponse> ChangeProvisionCompartment(ChangeProvisionCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ChangeProvisionCompartmentRequest 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<ChangeProvisionCompartmentResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ChangeProvisionCompartment API.

CreateProvision(CreateProvisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Creates a Provision.

Declaration
public Task<CreateProvisionResponse> CreateProvision(CreateProvisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
CreateProvisionRequest 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<CreateProvisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use CreateProvision API.

DeleteProvision(DeleteProvisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Deletes a Provision.

Declaration
public Task<DeleteProvisionResponse> DeleteProvision(DeleteProvisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
DeleteProvisionRequest 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<DeleteProvisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use DeleteProvision API.

GetProvision(GetProvisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Gets information about a Provision.

Declaration
public Task<GetProvisionResponse> GetProvision(GetProvisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
GetProvisionRequest 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<GetProvisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use GetProvision API.

ListProvisions(ListProvisionsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Returns a list of all the Provisions in the specified compartment. The query parameter compartmentId is required unless the query parameter id or fleetId is specified.

Declaration
public Task<ListProvisionsResponse> ListProvisions(ListProvisionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
ListProvisionsRequest 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<ListProvisionsResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use ListProvisions API.

UpdateProvision(UpdateProvisionRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)

Updates a Provision.

Declaration
public Task<UpdateProvisionResponse> UpdateProvision(UpdateProvisionRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
Type Name Description
UpdateProvisionRequest 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<UpdateProvisionResponse>

A response object containing details about the completed operation

Examples

Click here to see an example of how to use UpdateProvision API.

Implements

IDisposable
In this article
Back to top