InstallPublicConnectivityAddonDetails

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

Bases: oci.managed_kafka.models.install_addon_details.InstallAddonDetails

The data to install a KafkaClusterAddon.

Methods

__init__(**kwargs) Initializes a new InstallPublicConnectivityAddonDetails 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.
authentication_mechanism [Required] Gets the authentication_mechanism of this InstallPublicConnectivityAddonDetails.
description Gets the description of this InstallAddonDetails.
name [Required] Gets the name of this InstallAddonDetails.
network_cidrs [Required] Gets the network_cidrs of this InstallPublicConnectivityAddonDetails.
__init__(**kwargs)

Initializes a new InstallPublicConnectivityAddonDetails object with values from keyword arguments. The default value of the addon_type attribute of this class is PUBLICCONNECTIVITY and it should not be changed. 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 InstallPublicConnectivityAddonDetails.
  • description (str) – The value to assign to the description property of this InstallPublicConnectivityAddonDetails.
  • addon_type (str) – The value to assign to the addon_type property of this InstallPublicConnectivityAddonDetails.
  • authentication_mechanism (str) – The value to assign to the authentication_mechanism property of this InstallPublicConnectivityAddonDetails.
  • network_cidrs (list[str]) – The value to assign to the network_cidrs property of this InstallPublicConnectivityAddonDetails.
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
authentication_mechanism

[Required] Gets the authentication_mechanism of this InstallPublicConnectivityAddonDetails. Authentication mechanism.

Returns:The authentication_mechanism of this InstallPublicConnectivityAddonDetails.
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
network_cidrs

[Required] Gets the network_cidrs of this InstallPublicConnectivityAddonDetails. A list of CIDR’s for ingress/egress traffic.

Returns:The network_cidrs of this InstallPublicConnectivityAddonDetails.
Return type:list[str]