InstallAddonDetails¶
-
class
oci.managed_kafka.models.InstallAddonDetails(**kwargs)¶ Bases:
objectThe data to create a KafkaClusterAddon.
Methods
__init__(**kwargs)Initializes a new InstallAddonDetails 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[Required] Gets the addon_type of this InstallAddonDetails. descriptionGets the description of this InstallAddonDetails. name[Required] Gets the name of this InstallAddonDetails. -
__init__(**kwargs)¶ Initializes a new InstallAddonDetails 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: - name (str) – The value to assign to the name property of this InstallAddonDetails.
- description (str) – The value to assign to the description property of this InstallAddonDetails.
- addon_type (str) – The value to assign to the addon_type property of this InstallAddonDetails.
-
addon_type¶ [Required] Gets the addon_type of this InstallAddonDetails. This is Addon Type of OCI kafka cluster
Returns: The addon_type of this InstallAddonDetails. Return type: str
-
description¶ Gets the description of this InstallAddonDetails. A brief description of the add on being installed.
Returns: The description of this InstallAddonDetails. 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.
-
name¶ [Required] Gets the name of this InstallAddonDetails. A unique user-friendly name. Avoid entering confidential information.
Returns: The name of this InstallAddonDetails. Return type: str
-