| Package | Description |
|---|---|
| com.oracle.bmc.limits.model |
| Modifier and Type | Method and Description |
|---|---|
static LimitDefinitionSummary.ScopeType |
LimitDefinitionSummary.ScopeType.create(String key) |
LimitDefinitionSummary.ScopeType |
LimitDefinitionSummary.getScopeType()
Reflects the scope of the resource limit: which can be Global (across all regions), regional or ad specific.
|
static LimitDefinitionSummary.ScopeType |
LimitDefinitionSummary.ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimitDefinitionSummary.ScopeType[] |
LimitDefinitionSummary.ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LimitDefinitionSummary.Builder |
LimitDefinitionSummary.Builder.scopeType(LimitDefinitionSummary.ScopeType scopeType) |
| Constructor and Description |
|---|
LimitDefinitionSummary(String name,
String serviceName,
String description,
LimitDefinitionSummary.ScopeType scopeType,
Boolean areQuotasSupported,
Boolean isResourceAvailabilitySupported)
Deprecated.
|
Copyright © 2016–2021. All rights reserved.