| Package | Description |
|---|---|
| com.oracle.bmc.limits | |
| com.oracle.bmc.limits.model |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.bmc.waiter.Waiter<GetQuotaRequest,GetQuotaResponse> |
QuotasWaiters.forQuota(GetQuotaRequest request,
Quota.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
com.oracle.bmc.waiter.Waiter<GetQuotaRequest,GetQuotaResponse> |
QuotasWaiters.forQuota(GetQuotaRequest request,
Quota.LifecycleState targetState,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetQuotaRequest,GetQuotaResponse> |
QuotasWaiters.forQuota(GetQuotaRequest request,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy,
Quota.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
| Modifier and Type | Method and Description |
|---|---|
static Quota.LifecycleState |
Quota.LifecycleState.create(String key) |
Quota.LifecycleState |
Quota.getLifecycleState()
The quota’s current state.
|
static Quota.LifecycleState |
Quota.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Quota.LifecycleState[] |
Quota.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Quota.Builder |
Quota.Builder.lifecycleState(Quota.LifecycleState lifecycleState) |
| Constructor and Description |
|---|
Quota(String id,
String compartmentId,
String name,
List<String> statements,
String description,
Date timeCreated,
Quota.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.