ResourceQuotumCollection¶
- 
class oci.usage.models.ResourceQuotumCollection(**kwargs)¶
- Bases: - object- The quota details of resources under a tenancy. - Methods - __init__(**kwargs)- Initializes a new ResourceQuotumCollection object with values from keyword arguments. - Attributes - is_allowed- [Required] Gets the is_allowed of this ResourceQuotumCollection. - items- [Required] Gets the items of this ResourceQuotumCollection. - 
__init__(**kwargs)¶
- Initializes a new ResourceQuotumCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.usage.models.ResourceQuotumSummary]) – The value to assign to the items property of this ResourceQuotumCollection.
- is_allowed (bool) – The value to assign to the is_allowed property of this ResourceQuotumCollection.
 
 - 
is_allowed¶
- [Required] Gets the is_allowed of this ResourceQuotumCollection. Used to indicate if further quota consumption isAllowed. - Returns: - The is_allowed of this ResourceQuotumCollection. - Return type: - bool 
 - 
items¶
- [Required] Gets the items of this ResourceQuotumCollection. The list of resource quota details. - Returns: - The items of this ResourceQuotumCollection. - Return type: - list[oci.usage.models.ResourceQuotumSummary] 
 
-