KafkaClusterConfigVersionCollection

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

Bases: object

Results of a kafkaClusterConfigVersion search. Contains both KafkaClusterConfigVersionSummary items.

Methods

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

Attributes

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

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

[Required] Gets the items of this KafkaClusterConfigVersionCollection. List of kafkaClustersConfigVersion.

Returns:The items of this KafkaClusterConfigVersionCollection.
Return type:list[oci.managed_kafka.models.KafkaClusterConfigVersionSummary]