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