UpdateAddonDetails

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

Bases: object

The data to update a KafkaClusterAddon.

Methods

__init__(**kwargs) Initializes a new UpdateAddonDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

Attributes

addon_type Gets the addon_type of this UpdateAddonDetails.
description Gets the description of this UpdateAddonDetails.
__init__(**kwargs)

Initializes a new UpdateAddonDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • addon_type (str) – The value to assign to the addon_type property of this UpdateAddonDetails.
  • description (str) – The value to assign to the description property of this UpdateAddonDetails.
addon_type

Gets the addon_type of this UpdateAddonDetails. This is Addon Type of OCI kafka cluster

Returns:The addon_type of this UpdateAddonDetails.
Return type:str
description

Gets the description of this UpdateAddonDetails. A unique user-friendly name. Avoid entering confidential information.

Returns:The description of this UpdateAddonDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.