Class DashxApisWaiters
Contains collection of helper methods to produce Oci.Common.Waiters for different resources of DashxApis.
Inherited Members
Namespace: Oci.ManagementdashboardService
Assembly: OCI.DotNetSDK.Managementdashboard.dll
Syntax
public class DashxApisWaiters
Constructors
DashxApisWaiters(DashxApisClient)
Declaration
public DashxApisWaiters(DashxApisClient client)
Parameters
| Type | Name | Description |
|---|---|---|
| DashxApisClient | client |
Methods
ForManagementDashboard(GetManagementDashboardRequest, WaiterConfiguration, params LifecycleStates[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetManagementDashboardRequest, GetManagementDashboardResponse> ForManagementDashboard(GetManagementDashboardRequest request, WaiterConfiguration config, params LifecycleStates[] targetStates)
Parameters
| Type | Name | Description |
|---|---|---|
| GetManagementDashboardRequest | request | Request to send. |
| WaiterConfiguration | config | Wait Configuration |
| LifecycleStates[] | 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<GetManagementDashboardRequest, GetManagementDashboardResponse> | a new Oci.common.Waiter instance |
ForManagementDashboard(GetManagementDashboardRequest, params LifecycleStates[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetManagementDashboardRequest, GetManagementDashboardResponse> ForManagementDashboard(GetManagementDashboardRequest request, params LifecycleStates[] targetStates)
Parameters
| Type | Name | Description |
|---|---|---|
| GetManagementDashboardRequest | request | Request to send. |
| LifecycleStates[] | 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<GetManagementDashboardRequest, GetManagementDashboardResponse> | a new Oci.common.Waiter instance |
ForManagementSavedSearch(GetManagementSavedSearchRequest, WaiterConfiguration, params LifecycleStates[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetManagementSavedSearchRequest, GetManagementSavedSearchResponse> ForManagementSavedSearch(GetManagementSavedSearchRequest request, WaiterConfiguration config, params LifecycleStates[] targetStates)
Parameters
| Type | Name | Description |
|---|---|---|
| GetManagementSavedSearchRequest | request | Request to send. |
| WaiterConfiguration | config | Wait Configuration |
| LifecycleStates[] | 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<GetManagementSavedSearchRequest, GetManagementSavedSearchResponse> | a new Oci.common.Waiter instance |
ForManagementSavedSearch(GetManagementSavedSearchRequest, params LifecycleStates[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetManagementSavedSearchRequest, GetManagementSavedSearchResponse> ForManagementSavedSearch(GetManagementSavedSearchRequest request, params LifecycleStates[] targetStates)
Parameters
| Type | Name | Description |
|---|---|---|
| GetManagementSavedSearchRequest | request | Request to send. |
| LifecycleStates[] | 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<GetManagementSavedSearchRequest, GetManagementSavedSearchResponse> | a new Oci.common.Waiter instance |