ResourcePoolShapeCollection¶
- 
class oci.database.models.ResourcePoolShapeCollection(**kwargs)¶
- Bases: - object- Results of an Autonomous AI Database resouce pool shape collection that contains ResourcePoolShapeSummary items. - Methods - __init__(**kwargs)- Initializes a new ResourcePoolShapeCollection object with values from keyword arguments. - Attributes - items- Gets the items of this ResourcePoolShapeCollection. - 
__init__(**kwargs)¶
- Initializes a new ResourcePoolShapeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.database.models.ResourcePoolShapeSummary]) – The value to assign to the items property of this ResourcePoolShapeCollection. 
 - 
items¶
- Gets the items of this ResourcePoolShapeCollection. List of Autonomous AI Database resource pools Shapes. - Returns: - The items of this ResourcePoolShapeCollection. - Return type: - list[oci.database.models.ResourcePoolShapeSummary] 
 
-