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