Package | Description |
---|---|
com.oracle.bmc.limits | |
com.oracle.bmc.limits.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetQuotaRequest,GetQuotaResponse> |
QuotasWaiters.forQuota(GetQuotaRequest request,
Quota.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetQuotaRequest,GetQuotaResponse> |
QuotasWaiters.forQuota(GetQuotaRequest request,
Quota.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetQuotaRequest,GetQuotaResponse> |
QuotasWaiters.forQuota(GetQuotaRequest request,
TerminationStrategy terminationStrategy,
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)
The quota’s current state.
|
Constructor and Description |
---|
Quota(String id,
String compartmentId,
String name,
List<String> statements,
List<ResourceLock> locks,
String description,
Date timeCreated,
Quota.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.