Package | Description |
---|---|
com.oracle.bmc.limits.model |
Modifier and Type | Method and Description |
---|---|
static LimitValueSummary.ScopeType |
LimitValueSummary.ScopeType.create(String key) |
LimitValueSummary.ScopeType |
LimitValueSummary.getScopeType()
The scope type of the limit.
|
static LimitValueSummary.ScopeType |
LimitValueSummary.ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimitValueSummary.ScopeType[] |
LimitValueSummary.ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LimitValueSummary.Builder |
LimitValueSummary.Builder.scopeType(LimitValueSummary.ScopeType scopeType)
The scope type of the limit.
|
Constructor and Description |
---|
LimitValueSummary(String name,
LimitValueSummary.ScopeType scopeType,
String availabilityDomain,
Long value)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.