Show / Hide Table of Contents

Class CertificatesManagementWaiters

Contains collection of helper methods to produce Oci.Common.Waiters for different resources of CertificatesManagement.

Inheritance
object
CertificatesManagementWaiters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CertificatesmanagementService
Assembly: OCI.DotNetSDK.Certificatesmanagement.dll
Syntax
public class CertificatesManagementWaiters

Constructors

CertificatesManagementWaiters(CertificatesManagementClient)

Declaration
public CertificatesManagementWaiters(CertificatesManagementClient client)
Parameters
Type Name Description
CertificatesManagementClient client

Methods

ForAssociation(GetAssociationRequest, params AssociationLifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetAssociationRequest, GetAssociationResponse> ForAssociation(GetAssociationRequest request, params AssociationLifecycleState[] targetStates)
Parameters
Type Name Description
GetAssociationRequest request

Request to send.

AssociationLifecycleState[] targetStates

Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states

Returns
Type Description
Waiter<GetAssociationRequest, GetAssociationResponse>

a new Oci.common.Waiter instance

ForAssociation(GetAssociationRequest, WaiterConfiguration, params AssociationLifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetAssociationRequest, GetAssociationResponse> ForAssociation(GetAssociationRequest request, WaiterConfiguration config, params AssociationLifecycleState[] targetStates)
Parameters
Type Name Description
GetAssociationRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

AssociationLifecycleState[] targetStates

Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states

Returns
Type Description
Waiter<GetAssociationRequest, GetAssociationResponse>

a new Oci.common.Waiter instance

ForCaBundle(GetCaBundleRequest, params CaBundleLifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetCaBundleRequest, GetCaBundleResponse> ForCaBundle(GetCaBundleRequest request, params CaBundleLifecycleState[] targetStates)
Parameters
Type Name Description
GetCaBundleRequest request

Request to send.

CaBundleLifecycleState[] targetStates

Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states

Returns
Type Description
Waiter<GetCaBundleRequest, GetCaBundleResponse>

a new Oci.common.Waiter instance

ForCaBundle(GetCaBundleRequest, WaiterConfiguration, params CaBundleLifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetCaBundleRequest, GetCaBundleResponse> ForCaBundle(GetCaBundleRequest request, WaiterConfiguration config, params CaBundleLifecycleState[] targetStates)
Parameters
Type Name Description
GetCaBundleRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

CaBundleLifecycleState[] targetStates

Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states

Returns
Type Description
Waiter<GetCaBundleRequest, GetCaBundleResponse>

a new Oci.common.Waiter instance

ForCertificate(GetCertificateRequest, params CertificateLifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetCertificateRequest, GetCertificateResponse> ForCertificate(GetCertificateRequest request, params CertificateLifecycleState[] targetStates)
Parameters
Type Name Description
GetCertificateRequest request

Request to send.

CertificateLifecycleState[] targetStates

Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states

Returns
Type Description
Waiter<GetCertificateRequest, GetCertificateResponse>

a new Oci.common.Waiter instance

ForCertificate(GetCertificateRequest, WaiterConfiguration, params CertificateLifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetCertificateRequest, GetCertificateResponse> ForCertificate(GetCertificateRequest request, WaiterConfiguration config, params CertificateLifecycleState[] targetStates)
Parameters
Type Name Description
GetCertificateRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

CertificateLifecycleState[] targetStates

Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states

Returns
Type Description
Waiter<GetCertificateRequest, GetCertificateResponse>

a new Oci.common.Waiter instance

ForCertificateAuthority(GetCertificateAuthorityRequest, params CertificateAuthorityLifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetCertificateAuthorityRequest, GetCertificateAuthorityResponse> ForCertificateAuthority(GetCertificateAuthorityRequest request, params CertificateAuthorityLifecycleState[] targetStates)
Parameters
Type Name Description
GetCertificateAuthorityRequest request

Request to send.

CertificateAuthorityLifecycleState[] targetStates

Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states

Returns
Type Description
Waiter<GetCertificateAuthorityRequest, GetCertificateAuthorityResponse>

a new Oci.common.Waiter instance

ForCertificateAuthority(GetCertificateAuthorityRequest, WaiterConfiguration, params CertificateAuthorityLifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetCertificateAuthorityRequest, GetCertificateAuthorityResponse> ForCertificateAuthority(GetCertificateAuthorityRequest request, WaiterConfiguration config, params CertificateAuthorityLifecycleState[] targetStates)
Parameters
Type Name Description
GetCertificateAuthorityRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

CertificateAuthorityLifecycleState[] targetStates

Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states

Returns
Type Description
Waiter<GetCertificateAuthorityRequest, GetCertificateAuthorityResponse>

a new Oci.common.Waiter instance

In this article
Back to top