KafkaClusterConfigCollection

class oci.managed_kafka.models.KafkaClusterConfigCollection(**kwargs)

Bases: object

Results of a kafkaClusterConfig search. Contains both KafkaClusterConfigSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new KafkaClusterConfigCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this KafkaClusterConfigCollection.
__init__(**kwargs)

Initializes a new KafkaClusterConfigCollection 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.KafkaClusterConfigSummary]) – The value to assign to the items property of this KafkaClusterConfigCollection.
items

[Required] Gets the items of this KafkaClusterConfigCollection. List of kafkaClustersConfig.

Returns:The items of this KafkaClusterConfigCollection.
Return type:list[oci.managed_kafka.models.KafkaClusterConfigSummary]