KafkaClusterCollection¶
-
class
oci.managed_kafka.models.
KafkaClusterCollection
(**kwargs)¶ Bases:
object
Results of a kafkaCluster search. Contains both KafkaClusterSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new KafkaClusterCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this KafkaClusterCollection. -
__init__
(**kwargs)¶ Initializes a new KafkaClusterCollection 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.KafkaClusterSummary]) – The value to assign to the items property of this KafkaClusterCollection.
-
items
¶ [Required] Gets the items of this KafkaClusterCollection. List of kafkaClusters.
Returns: The items of this KafkaClusterCollection. Return type: list[oci.managed_kafka.models.KafkaClusterSummary]
-