NodeShapeCollection¶
-
class
oci.managed_kafka.models.NodeShapeCollection(**kwargs)¶ Bases:
objectResults of a NodeShapeCollection search.
Methods
__init__(**kwargs)Initializes a new NodeShapeCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this NodeShapeCollection. -
__init__(**kwargs)¶ Initializes a new NodeShapeCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.managed_kafka.models.NodeShapeSummary]) – The value to assign to the items property of this NodeShapeCollection.
-
items¶ [Required] Gets the items of this NodeShapeCollection. List of NodeShapeSummary.
Returns: The items of this NodeShapeCollection. Return type: list[oci.managed_kafka.models.NodeShapeSummary]
-