Show / Hide Table of Contents

Class ComputeCloudAtCustomerWaiters

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

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

Constructors

ComputeCloudAtCustomerWaiters(ComputeCloudAtCustomerClient)

Declaration
public ComputeCloudAtCustomerWaiters(ComputeCloudAtCustomerClient client)
Parameters
Type Name Description
ComputeCloudAtCustomerClient client

Methods

ForCccInfrastructure(GetCccInfrastructureRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetCccInfrastructureRequest, GetCccInfrastructureResponse> ForCccInfrastructure(GetCccInfrastructureRequest request, WaiterConfiguration config, params CccInfrastructure.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetCccInfrastructureRequest 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<GetCccInfrastructureRequest, GetCccInfrastructureResponse>

a new Oci.common.Waiter instance

ForCccInfrastructure(GetCccInfrastructureRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetCccInfrastructureRequest, GetCccInfrastructureResponse> ForCccInfrastructure(GetCccInfrastructureRequest request, params CccInfrastructure.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetCccInfrastructureRequest 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<GetCccInfrastructureRequest, GetCccInfrastructureResponse>

a new Oci.common.Waiter instance

ForCccUpgradeSchedule(GetCccUpgradeScheduleRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetCccUpgradeScheduleRequest, GetCccUpgradeScheduleResponse> ForCccUpgradeSchedule(GetCccUpgradeScheduleRequest request, WaiterConfiguration config, params CccUpgradeSchedule.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetCccUpgradeScheduleRequest 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<GetCccUpgradeScheduleRequest, GetCccUpgradeScheduleResponse>

a new Oci.common.Waiter instance

ForCccUpgradeSchedule(GetCccUpgradeScheduleRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetCccUpgradeScheduleRequest, GetCccUpgradeScheduleResponse> ForCccUpgradeSchedule(GetCccUpgradeScheduleRequest request, params CccUpgradeSchedule.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetCccUpgradeScheduleRequest 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<GetCccUpgradeScheduleRequest, GetCccUpgradeScheduleResponse>

a new Oci.common.Waiter instance

In this article
Back to top