Class FleetAppsManagementCatalogClient
Service client instance for FleetAppsManagementCatalog.
Implements
Inherited Members
Namespace: Oci.FleetappsmanagementService
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class FleetAppsManagementCatalogClient : RegionalClientBase, IDisposable
Constructors
FleetAppsManagementCatalogClient(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 FleetAppsManagementCatalogClient(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 FleetAppsManagementCatalogPaginators Paginators { get; }
Property Value
| Type | Description |
|---|---|
| FleetAppsManagementCatalogPaginators |
Waiters
Declaration
public FleetAppsManagementCatalogWaiters Waiters { get; }
Property Value
| Type | Description |
|---|---|
| FleetAppsManagementCatalogWaiters |
Methods
ChangeCatalogItemCompartment(ChangeCatalogItemCompartmentRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Moves a CatalogItem 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<ChangeCatalogItemCompartmentResponse> ChangeCatalogItemCompartment(ChangeCatalogItemCompartmentRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ChangeCatalogItemCompartmentRequest | 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<ChangeCatalogItemCompartmentResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ChangeCatalogItemCompartment API.
CloneCatalogItem(CloneCatalogItemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Clones a CatalogItem 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<CloneCatalogItemResponse> CloneCatalogItem(CloneCatalogItemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| CloneCatalogItemRequest | 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<CloneCatalogItemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CloneCatalogItem API.
CreateCatalogItem(CreateCatalogItemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Creates a CatalogItem.
Declaration
public Task<CreateCatalogItemResponse> CreateCatalogItem(CreateCatalogItemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateCatalogItemRequest | 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<CreateCatalogItemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use CreateCatalogItem API.
DeleteCatalogItem(DeleteCatalogItemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Deletes a CatalogItem.
Declaration
public Task<DeleteCatalogItemResponse> DeleteCatalogItem(DeleteCatalogItemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteCatalogItemRequest | 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<DeleteCatalogItemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use DeleteCatalogItem API.
GetCatalogItem(GetCatalogItemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets information about a CatalogItem.
Declaration
public Task<GetCatalogItemResponse> GetCatalogItem(GetCatalogItemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| GetCatalogItemRequest | 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<GetCatalogItemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use GetCatalogItem API.
ListCatalogItems(ListCatalogItemsRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Gets a list of Catalog Items in a compartment.
Declaration
public Task<ListCatalogItemsResponse> ListCatalogItems(ListCatalogItemsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| ListCatalogItemsRequest | 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<ListCatalogItemsResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use ListCatalogItems API.
UpdateCatalogItem(UpdateCatalogItemRequest, RetryConfiguration, CancellationToken, HttpCompletionOption)
Updates a CatalogItem.
Declaration
public Task<UpdateCatalogItemResponse> UpdateCatalogItem(UpdateCatalogItemRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default, HttpCompletionOption completionOption = HttpCompletionOption.ResponseContentRead)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateCatalogItemRequest | 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<UpdateCatalogItemResponse> | A response object containing details about the completed operation |
Examples
Click here to see an example of how to use UpdateCatalogItem API.