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, whether Global (across all regions), regional, or
availability domain-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)
Reflects the scope of the resource limit, whether Global (across all regions), regional,
or availability domain-specific.
|
Constructor and Description |
---|
LimitDefinitionSummary(String name,
String serviceName,
String description,
LimitDefinitionSummary.ScopeType scopeType,
Boolean areQuotasSupported,
Boolean isResourceAvailabilitySupported,
Boolean isDeprecated,
Boolean isEligibleForLimitIncrease,
Boolean isDynamic,
List<String> supportedSubscriptions,
List<String> supportedQuotaFamilies)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.