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