UpdatePublicConnectivityAddonDetails

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

Bases: oci.managed_kafka.models.update_addon_details.UpdateAddonDetails

The data to update a KafkaClusterAddon.

Methods

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

Initializes a new UpdatePublicConnectivityAddonDetails 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:
  • addon_type (str) – The value to assign to the addon_type property of this UpdatePublicConnectivityAddonDetails.
  • description (str) – The value to assign to the description property of this UpdatePublicConnectivityAddonDetails.
  • network_cidrs (list[str]) – The value to assign to the network_cidrs property of this UpdatePublicConnectivityAddonDetails.
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.

network_cidrs

[Required] Gets the network_cidrs of this UpdatePublicConnectivityAddonDetails. A list of CIDR ranges for ingress/egress traffic.

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