Package | Description |
---|---|
com.oracle.bmc.limits.model |
Modifier and Type | Method and Description |
---|---|
static QuotaSummary.LifecycleState |
QuotaSummary.LifecycleState.create(String key) |
QuotaSummary.LifecycleState |
QuotaSummary.getLifecycleState()
The quota’s current state.
|
static QuotaSummary.LifecycleState |
QuotaSummary.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuotaSummary.LifecycleState[] |
QuotaSummary.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QuotaSummary.Builder |
QuotaSummary.Builder.lifecycleState(QuotaSummary.LifecycleState lifecycleState)
The quota’s current state.
|
Constructor and Description |
---|
QuotaSummary(String id,
String compartmentId,
String name,
String description,
Date timeCreated,
List<ResourceLock> locks,
QuotaSummary.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.