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