ResourceQuotumSummary¶
-
class
oci.usage.models.
ResourceQuotumSummary
(**kwargs)¶ Bases:
object
The resource quota balance details.
Methods
__init__
(**kwargs)Initializes a new ResourceQuotumSummary object with values from keyword arguments. Attributes
affected_resource
Gets the affected_resource of this ResourceQuotumSummary. balance
Gets the balance of this ResourceQuotumSummary. is_allowed
Gets the is_allowed of this ResourceQuotumSummary. is_dependency
Gets the is_dependency of this ResourceQuotumSummary. is_overage
Gets the is_overage of this ResourceQuotumSummary. limit
Gets the limit of this ResourceQuotumSummary. name
Gets the name of this ResourceQuotumSummary. purchased_limit
Gets the purchased_limit of this ResourceQuotumSummary. service
Gets the service of this ResourceQuotumSummary. -
__init__
(**kwargs)¶ Initializes a new ResourceQuotumSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this ResourceQuotumSummary.
- is_allowed (bool) – The value to assign to the is_allowed property of this ResourceQuotumSummary.
- limit (float) – The value to assign to the limit property of this ResourceQuotumSummary.
- balance (float) – The value to assign to the balance property of this ResourceQuotumSummary.
- is_overage (bool) – The value to assign to the is_overage property of this ResourceQuotumSummary.
- purchased_limit (float) – The value to assign to the purchased_limit property of this ResourceQuotumSummary.
- service (str) – The value to assign to the service property of this ResourceQuotumSummary.
- is_dependency (bool) – The value to assign to the is_dependency property of this ResourceQuotumSummary.
- affected_resource (str) – The value to assign to the affected_resource property of this ResourceQuotumSummary.
-
affected_resource
¶ Gets the affected_resource of this ResourceQuotumSummary. The affected resource name.
Returns: The affected_resource of this ResourceQuotumSummary. Return type: str
-
balance
¶ Gets the balance of this ResourceQuotumSummary. The quota balance.
Returns: The balance of this ResourceQuotumSummary. Return type: float
-
is_allowed
¶ Gets the is_allowed of this ResourceQuotumSummary. Used to indicate if further quota consumption isAllowed.
Returns: The is_allowed of this ResourceQuotumSummary. Return type: bool
-
is_dependency
¶ Gets the is_dependency of this ResourceQuotumSummary. Used to indicate any resource dependencies.
Returns: The is_dependency of this ResourceQuotumSummary. Return type: bool
-
is_overage
¶ Gets the is_overage of this ResourceQuotumSummary. Used to indicate if overages are incurred.
Returns: The is_overage of this ResourceQuotumSummary. Return type: bool
-
limit
¶ Gets the limit of this ResourceQuotumSummary. The quota limit.
Returns: The limit of this ResourceQuotumSummary. Return type: float
-
name
¶ Gets the name of this ResourceQuotumSummary. The resource name.
Returns: The name of this ResourceQuotumSummary. Return type: str
-
purchased_limit
¶ Gets the purchased_limit of this ResourceQuotumSummary. The purchased quota limit.
Returns: The purchased_limit of this ResourceQuotumSummary. Return type: float
-
service
¶ Gets the service of this ResourceQuotumSummary. The service name.
Returns: The service of this ResourceQuotumSummary. Return type: str
-