ContainerInstanceShapeCollection¶
-
class
oci.container_instances.models.
ContainerInstanceShapeCollection
(**kwargs)¶ Bases:
object
A collection of container instance shapes.
Methods
__init__
(**kwargs)Initializes a new ContainerInstanceShapeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ContainerInstanceShapeCollection. -
__init__
(**kwargs)¶ Initializes a new ContainerInstanceShapeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.container_instances.models.ContainerInstanceShapeSummary]) – The value to assign to the items property of this ContainerInstanceShapeCollection.
-
items
¶ [Required] Gets the items of this ContainerInstanceShapeCollection. A list of shapes.
Returns: The items of this ContainerInstanceShapeCollection. Return type: list[oci.container_instances.models.ContainerInstanceShapeSummary]
-