ShapeCollection¶
-
class
oci.psql.models.
ShapeCollection
(**kwargs)¶ Bases:
object
The list of shapes that can be used to create a database system.
Methods
__init__
(**kwargs)Initializes a new ShapeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ShapeCollection. -
__init__
(**kwargs)¶ Initializes a new ShapeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.psql.models.ShapeSummary]) – The value to assign to the items property of this ShapeCollection.
-
items
¶ [Required] Gets the items of this ShapeCollection. List of supported shapes.
Returns: The items of this ShapeCollection. Return type: list[oci.psql.models.ShapeSummary]
-