@Generated(value="OracleSDKGenerator", comments="API Version: 20181025") public final class LimitDefinitionSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The metadata specific to a resource limit definition.
Note: Objects should always be created or deserialized using the LimitDefinitionSummary.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the LimitDefinitionSummary.Builder
, which maintain a
set of all explicitly set fields called LimitDefinitionSummary.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
LimitDefinitionSummary.Builder |
static class |
LimitDefinitionSummary.ScopeType
Reflects the scope of the resource limit, whether Global (across all regions), regional, or
availability domain-specific.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
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.
|
Modifier and Type | Method and Description |
---|---|
static LimitDefinitionSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Boolean |
getAreQuotasSupported()
If true, quota policies can be created on top of this resource limit.
|
String |
getDescription()
The limit description.
|
Boolean |
getIsDeprecated()
Indicates if the limit has been deprecated.
|
Boolean |
getIsDynamic()
The limit for this resource has a dynamic value that is based on consumption across all OCI
services.
|
Boolean |
getIsEligibleForLimitIncrease()
Indicates if the customer can request a limit increase for this resource.
|
Boolean |
getIsResourceAvailabilitySupported()
Reflects whether or not the GetResourceAvailability API is supported for this limit.
|
String |
getName()
The resource limit name.
|
LimitDefinitionSummary.ScopeType |
getScopeType()
Reflects the scope of the resource limit, whether Global (across all regions), regional, or
availability domain-specific.
|
String |
getServiceName()
The service name of the limit.
|
List<String> |
getSupportedQuotaFamilies()
Supported quota family names for creation of quota policy.
|
List<String> |
getSupportedSubscriptions()
An array of subscription types supported by the limit.
|
int |
hashCode() |
LimitDefinitionSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"name","serviceName","description","scopeType","areQuotasSupported","isResourceAvailabilitySupported","isDeprecated","isEligibleForLimitIncrease","isDynamic","supportedSubscriptions","supportedQuotaFamilies"}) public 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)
public static LimitDefinitionSummary.Builder builder()
Create a new builder.
public LimitDefinitionSummary.Builder toBuilder()
public String getName()
The resource limit name. To be used for writing policies (in case of quotas) or other programmatic calls.
public String getServiceName()
The service name of the limit.
public String getDescription()
The limit description.
public LimitDefinitionSummary.ScopeType getScopeType()
Reflects the scope of the resource limit, whether Global (across all regions), regional, or availability domain-specific.
public Boolean getAreQuotasSupported()
If true, quota policies can be created on top of this resource limit.
public Boolean getIsResourceAvailabilitySupported()
Reflects whether or not the GetResourceAvailability API is supported for this limit. If not, the API returns an empty JSON response.
public Boolean getIsDeprecated()
Indicates if the limit has been deprecated.
public Boolean getIsEligibleForLimitIncrease()
Indicates if the customer can request a limit increase for this resource.
public Boolean getIsDynamic()
The limit for this resource has a dynamic value that is based on consumption across all OCI services.
public List<String> getSupportedSubscriptions()
An array of subscription types supported by the limit. e,g The type of subscription, such as ‘SAAS’, ‘ERP’, ‘CRM’.
public List<String> getSupportedQuotaFamilies()
Supported quota family names for creation of quota policy.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.