Show / Hide Table of Contents

Class ManagementWaiters

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

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

Constructors

ManagementWaiters(ManagementClient)

Declaration
public ManagementWaiters(ManagementClient client)
Parameters
Type Name Description
ManagementClient client

Methods

ForAuthenticationProvider(GetAuthenticationProviderRequest, WaiterConfiguration, params LifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetAuthenticationProviderRequest, GetAuthenticationProviderResponse> ForAuthenticationProvider(GetAuthenticationProviderRequest request, WaiterConfiguration config, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetAuthenticationProviderRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleState[] 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<GetAuthenticationProviderRequest, GetAuthenticationProviderResponse>

a new Oci.common.Waiter instance

ForAuthenticationProvider(GetAuthenticationProviderRequest, params LifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetAuthenticationProviderRequest, GetAuthenticationProviderResponse> ForAuthenticationProvider(GetAuthenticationProviderRequest request, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetAuthenticationProviderRequest request

Request to send.

LifecycleState[] 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<GetAuthenticationProviderRequest, GetAuthenticationProviderResponse>

a new Oci.common.Waiter instance

ForChannel(GetChannelRequest, WaiterConfiguration, params LifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetChannelRequest, GetChannelResponse> ForChannel(GetChannelRequest request, WaiterConfiguration config, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetChannelRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleState[] 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<GetChannelRequest, GetChannelResponse>

a new Oci.common.Waiter instance

ForChannel(GetChannelRequest, params LifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetChannelRequest, GetChannelResponse> ForChannel(GetChannelRequest request, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetChannelRequest request

Request to send.

LifecycleState[] 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<GetChannelRequest, GetChannelResponse>

a new Oci.common.Waiter instance

ForDigitalAssistant(GetDigitalAssistantRequest, WaiterConfiguration, params LifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetDigitalAssistantRequest, GetDigitalAssistantResponse> ForDigitalAssistant(GetDigitalAssistantRequest request, WaiterConfiguration config, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetDigitalAssistantRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleState[] 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<GetDigitalAssistantRequest, GetDigitalAssistantResponse>

a new Oci.common.Waiter instance

ForDigitalAssistant(GetDigitalAssistantRequest, params LifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetDigitalAssistantRequest, GetDigitalAssistantResponse> ForDigitalAssistant(GetDigitalAssistantRequest request, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetDigitalAssistantRequest request

Request to send.

LifecycleState[] 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<GetDigitalAssistantRequest, GetDigitalAssistantResponse>

a new Oci.common.Waiter instance

ForDigitalAssistantParameter(GetDigitalAssistantParameterRequest, WaiterConfiguration, params LifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetDigitalAssistantParameterRequest, GetDigitalAssistantParameterResponse> ForDigitalAssistantParameter(GetDigitalAssistantParameterRequest request, WaiterConfiguration config, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetDigitalAssistantParameterRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleState[] 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<GetDigitalAssistantParameterRequest, GetDigitalAssistantParameterResponse>

a new Oci.common.Waiter instance

ForDigitalAssistantParameter(GetDigitalAssistantParameterRequest, params LifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetDigitalAssistantParameterRequest, GetDigitalAssistantParameterResponse> ForDigitalAssistantParameter(GetDigitalAssistantParameterRequest request, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetDigitalAssistantParameterRequest request

Request to send.

LifecycleState[] 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<GetDigitalAssistantParameterRequest, GetDigitalAssistantParameterResponse>

a new Oci.common.Waiter instance

ForOdaPrivateEndpoint(GetOdaPrivateEndpointRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetOdaPrivateEndpointRequest, GetOdaPrivateEndpointResponse> ForOdaPrivateEndpoint(GetOdaPrivateEndpointRequest request, WaiterConfiguration config, params OdaPrivateEndpoint.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetOdaPrivateEndpointRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleStateEnum[] 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<GetOdaPrivateEndpointRequest, GetOdaPrivateEndpointResponse>

a new Oci.common.Waiter instance

ForOdaPrivateEndpoint(GetOdaPrivateEndpointRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetOdaPrivateEndpointRequest, GetOdaPrivateEndpointResponse> ForOdaPrivateEndpoint(GetOdaPrivateEndpointRequest request, params OdaPrivateEndpoint.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetOdaPrivateEndpointRequest request

Request to send.

LifecycleStateEnum[] 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<GetOdaPrivateEndpointRequest, GetOdaPrivateEndpointResponse>

a new Oci.common.Waiter instance

ForOdaPrivateEndpointAttachment(GetOdaPrivateEndpointAttachmentRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetOdaPrivateEndpointAttachmentRequest, GetOdaPrivateEndpointAttachmentResponse> ForOdaPrivateEndpointAttachment(GetOdaPrivateEndpointAttachmentRequest request, WaiterConfiguration config, params OdaPrivateEndpointAttachment.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetOdaPrivateEndpointAttachmentRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleStateEnum[] 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<GetOdaPrivateEndpointAttachmentRequest, GetOdaPrivateEndpointAttachmentResponse>

a new Oci.common.Waiter instance

ForOdaPrivateEndpointAttachment(GetOdaPrivateEndpointAttachmentRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetOdaPrivateEndpointAttachmentRequest, GetOdaPrivateEndpointAttachmentResponse> ForOdaPrivateEndpointAttachment(GetOdaPrivateEndpointAttachmentRequest request, params OdaPrivateEndpointAttachment.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetOdaPrivateEndpointAttachmentRequest request

Request to send.

LifecycleStateEnum[] 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<GetOdaPrivateEndpointAttachmentRequest, GetOdaPrivateEndpointAttachmentResponse>

a new Oci.common.Waiter instance

ForOdaPrivateEndpointScanProxy(GetOdaPrivateEndpointScanProxyRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetOdaPrivateEndpointScanProxyRequest, GetOdaPrivateEndpointScanProxyResponse> ForOdaPrivateEndpointScanProxy(GetOdaPrivateEndpointScanProxyRequest request, WaiterConfiguration config, params OdaPrivateEndpointScanProxy.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetOdaPrivateEndpointScanProxyRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleStateEnum[] 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<GetOdaPrivateEndpointScanProxyRequest, GetOdaPrivateEndpointScanProxyResponse>

a new Oci.common.Waiter instance

ForOdaPrivateEndpointScanProxy(GetOdaPrivateEndpointScanProxyRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetOdaPrivateEndpointScanProxyRequest, GetOdaPrivateEndpointScanProxyResponse> ForOdaPrivateEndpointScanProxy(GetOdaPrivateEndpointScanProxyRequest request, params OdaPrivateEndpointScanProxy.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetOdaPrivateEndpointScanProxyRequest request

Request to send.

LifecycleStateEnum[] 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<GetOdaPrivateEndpointScanProxyRequest, GetOdaPrivateEndpointScanProxyResponse>

a new Oci.common.Waiter instance

ForSkill(GetSkillRequest, WaiterConfiguration, params LifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetSkillRequest, GetSkillResponse> ForSkill(GetSkillRequest request, WaiterConfiguration config, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetSkillRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleState[] 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<GetSkillRequest, GetSkillResponse>

a new Oci.common.Waiter instance

ForSkill(GetSkillRequest, params LifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetSkillRequest, GetSkillResponse> ForSkill(GetSkillRequest request, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetSkillRequest request

Request to send.

LifecycleState[] 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<GetSkillRequest, GetSkillResponse>

a new Oci.common.Waiter instance

ForSkillParameter(GetSkillParameterRequest, WaiterConfiguration, params LifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetSkillParameterRequest, GetSkillParameterResponse> ForSkillParameter(GetSkillParameterRequest request, WaiterConfiguration config, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetSkillParameterRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleState[] 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<GetSkillParameterRequest, GetSkillParameterResponse>

a new Oci.common.Waiter instance

ForSkillParameter(GetSkillParameterRequest, params LifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetSkillParameterRequest, GetSkillParameterResponse> ForSkillParameter(GetSkillParameterRequest request, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetSkillParameterRequest request

Request to send.

LifecycleState[] 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<GetSkillParameterRequest, GetSkillParameterResponse>

a new Oci.common.Waiter instance

ForTranslator(GetTranslatorRequest, WaiterConfiguration, params LifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetTranslatorRequest, GetTranslatorResponse> ForTranslator(GetTranslatorRequest request, WaiterConfiguration config, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetTranslatorRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleState[] 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<GetTranslatorRequest, GetTranslatorResponse>

a new Oci.common.Waiter instance

ForTranslator(GetTranslatorRequest, params LifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetTranslatorRequest, GetTranslatorResponse> ForTranslator(GetTranslatorRequest request, params LifecycleState[] targetStates)
Parameters
Type Name Description
GetTranslatorRequest request

Request to send.

LifecycleState[] 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<GetTranslatorRequest, GetTranslatorResponse>

a new Oci.common.Waiter instance

In this article
Back to top