Uses of Class
com.oracle.bmc.limits.model.LimitDefinitionSummary.ScopeType
-
Packages that use LimitDefinitionSummary.ScopeType Package Description com.oracle.bmc.limits.model -
-
Uses of LimitDefinitionSummary.ScopeType in com.oracle.bmc.limits.model
Methods in com.oracle.bmc.limits.model that return LimitDefinitionSummary.ScopeType Modifier and Type Method Description static LimitDefinitionSummary.ScopeTypeLimitDefinitionSummary.ScopeType. create(String key)LimitDefinitionSummary.ScopeTypeLimitDefinitionSummary. getScopeType()Reflects the scope of the resource limit, whether Global (across all regions), regional, or availability domain-specific.static LimitDefinitionSummary.ScopeTypeLimitDefinitionSummary.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.Methods in com.oracle.bmc.limits.model with parameters of type LimitDefinitionSummary.ScopeType Modifier and Type Method Description LimitDefinitionSummary.BuilderLimitDefinitionSummary.Builder. scopeType(LimitDefinitionSummary.ScopeType scopeType)Reflects the scope of the resource limit, whether Global (across all regions), regional, or availability domain-specific.Constructors in com.oracle.bmc.limits.model with parameters of type LimitDefinitionSummary.ScopeType Constructor 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.
-