Show / Hide Table of Contents

Class LoggingManagementWaiters

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

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

Constructors

LoggingManagementWaiters(LoggingManagementClient)

Declaration
public LoggingManagementWaiters(LoggingManagementClient client)
Parameters
Type Name Description
LoggingManagementClient client

Methods

ForLog(GetLogRequest, WaiterConfiguration, params LogLifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetLogRequest, GetLogResponse> ForLog(GetLogRequest request, WaiterConfiguration config, params LogLifecycleState[] targetStates)
Parameters
Type Name Description
GetLogRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LogLifecycleState[] 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<GetLogRequest, GetLogResponse>

a new Oci.common.Waiter instance

ForLog(GetLogRequest, params LogLifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetLogRequest, GetLogResponse> ForLog(GetLogRequest request, params LogLifecycleState[] targetStates)
Parameters
Type Name Description
GetLogRequest request

Request to send.

LogLifecycleState[] 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<GetLogRequest, GetLogResponse>

a new Oci.common.Waiter instance

ForLogGroup(GetLogGroupRequest, WaiterConfiguration, params LogGroupLifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetLogGroupRequest, GetLogGroupResponse> ForLogGroup(GetLogGroupRequest request, WaiterConfiguration config, params LogGroupLifecycleState[] targetStates)
Parameters
Type Name Description
GetLogGroupRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LogGroupLifecycleState[] 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<GetLogGroupRequest, GetLogGroupResponse>

a new Oci.common.Waiter instance

ForLogGroup(GetLogGroupRequest, params LogGroupLifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetLogGroupRequest, GetLogGroupResponse> ForLogGroup(GetLogGroupRequest request, params LogGroupLifecycleState[] targetStates)
Parameters
Type Name Description
GetLogGroupRequest request

Request to send.

LogGroupLifecycleState[] 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<GetLogGroupRequest, GetLogGroupResponse>

a new Oci.common.Waiter instance

ForLogSavedSearch(GetLogSavedSearchRequest, WaiterConfiguration, params LogSavedSearchLifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetLogSavedSearchRequest, GetLogSavedSearchResponse> ForLogSavedSearch(GetLogSavedSearchRequest request, WaiterConfiguration config, params LogSavedSearchLifecycleState[] targetStates)
Parameters
Type Name Description
GetLogSavedSearchRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LogSavedSearchLifecycleState[] 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<GetLogSavedSearchRequest, GetLogSavedSearchResponse>

a new Oci.common.Waiter instance

ForLogSavedSearch(GetLogSavedSearchRequest, params LogSavedSearchLifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetLogSavedSearchRequest, GetLogSavedSearchResponse> ForLogSavedSearch(GetLogSavedSearchRequest request, params LogSavedSearchLifecycleState[] targetStates)
Parameters
Type Name Description
GetLogSavedSearchRequest request

Request to send.

LogSavedSearchLifecycleState[] 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<GetLogSavedSearchRequest, GetLogSavedSearchResponse>

a new Oci.common.Waiter instance

ForUnifiedAgentConfiguration(GetUnifiedAgentConfigurationRequest, WaiterConfiguration, params LogLifecycleState[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetUnifiedAgentConfigurationRequest, GetUnifiedAgentConfigurationResponse> ForUnifiedAgentConfiguration(GetUnifiedAgentConfigurationRequest request, WaiterConfiguration config, params LogLifecycleState[] targetStates)
Parameters
Type Name Description
GetUnifiedAgentConfigurationRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LogLifecycleState[] 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<GetUnifiedAgentConfigurationRequest, GetUnifiedAgentConfigurationResponse>

a new Oci.common.Waiter instance

ForUnifiedAgentConfiguration(GetUnifiedAgentConfigurationRequest, params LogLifecycleState[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetUnifiedAgentConfigurationRequest, GetUnifiedAgentConfigurationResponse> ForUnifiedAgentConfiguration(GetUnifiedAgentConfigurationRequest request, params LogLifecycleState[] targetStates)
Parameters
Type Name Description
GetUnifiedAgentConfigurationRequest request

Request to send.

LogLifecycleState[] 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<GetUnifiedAgentConfigurationRequest, GetUnifiedAgentConfigurationResponse>

a new Oci.common.Waiter instance

ForWorkRequest(GetWorkRequestRequest, WaiterConfiguration, params OperationStatus[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetWorkRequestRequest, GetWorkRequestResponse> ForWorkRequest(GetWorkRequestRequest request, WaiterConfiguration config, params OperationStatus[] targetStates)
Parameters
Type Name Description
GetWorkRequestRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

OperationStatus[] 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<GetWorkRequestRequest, GetWorkRequestResponse>

a new Oci.common.Waiter instance

ForWorkRequest(GetWorkRequestRequest, params OperationStatus[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetWorkRequestRequest, GetWorkRequestResponse> ForWorkRequest(GetWorkRequestRequest request, params OperationStatus[] targetStates)
Parameters
Type Name Description
GetWorkRequestRequest request

Request to send.

OperationStatus[] 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<GetWorkRequestRequest, GetWorkRequestResponse>

a new Oci.common.Waiter instance

In this article
Back to top