UpdateKafkaClusterDetails

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

Bases: object

The data to update a KafkaCluster.

Methods

__init__(**kwargs) Initializes a new UpdateKafkaClusterDetails object with values from keyword arguments.

Attributes

access_subnets Gets the access_subnets of this UpdateKafkaClusterDetails.
broker_shape Gets the broker_shape of this UpdateKafkaClusterDetails.
client_certificate_bundle Gets the client_certificate_bundle of this UpdateKafkaClusterDetails.
cluster_config_id Gets the cluster_config_id of this UpdateKafkaClusterDetails.
cluster_config_version Gets the cluster_config_version of this UpdateKafkaClusterDetails.
coordination_type Gets the coordination_type of this UpdateKafkaClusterDetails.
defined_tags Gets the defined_tags of this UpdateKafkaClusterDetails.
display_name Gets the display_name of this UpdateKafkaClusterDetails.
freeform_tags Gets the freeform_tags of this UpdateKafkaClusterDetails.
__init__(**kwargs)

Initializes a new UpdateKafkaClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • display_name (str) – The value to assign to the display_name property of this UpdateKafkaClusterDetails.
  • client_certificate_bundle (str) – The value to assign to the client_certificate_bundle property of this UpdateKafkaClusterDetails.
  • broker_shape (oci.managed_kafka.models.BrokerShape) – The value to assign to the broker_shape property of this UpdateKafkaClusterDetails.
  • cluster_config_id (str) – The value to assign to the cluster_config_id property of this UpdateKafkaClusterDetails.
  • cluster_config_version (int) – The value to assign to the cluster_config_version property of this UpdateKafkaClusterDetails.
  • access_subnets (list[oci.managed_kafka.models.SubnetSet]) – The value to assign to the access_subnets property of this UpdateKafkaClusterDetails.
  • coordination_type (str) – The value to assign to the coordination_type property of this UpdateKafkaClusterDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateKafkaClusterDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateKafkaClusterDetails.
access_subnets

Gets the access_subnets of this UpdateKafkaClusterDetails. Subnets where broker/coordinator VNICs will be created.

Returns:The access_subnets of this UpdateKafkaClusterDetails.
Return type:list[oci.managed_kafka.models.SubnetSet]
broker_shape

Gets the broker_shape of this UpdateKafkaClusterDetails.

Returns:The broker_shape of this UpdateKafkaClusterDetails.
Return type:oci.managed_kafka.models.BrokerShape
client_certificate_bundle

Gets the client_certificate_bundle of this UpdateKafkaClusterDetails. CA certificate bundle for mTLS broker authentication.

Returns:The client_certificate_bundle of this UpdateKafkaClusterDetails.
Return type:str
cluster_config_id

Gets the cluster_config_id of this UpdateKafkaClusterDetails. The OCID of Kafka Cluster configuration object

Returns:The cluster_config_id of this UpdateKafkaClusterDetails.
Return type:str
cluster_config_version

Gets the cluster_config_version of this UpdateKafkaClusterDetails. The version of configuration object

Returns:The cluster_config_version of this UpdateKafkaClusterDetails.
Return type:int
coordination_type

Gets the coordination_type of this UpdateKafkaClusterDetails. Kafka coordination type. Set of available types depends on Kafka version

Returns:The coordination_type of this UpdateKafkaClusterDetails.
Return type:str
defined_tags

Gets the defined_tags of this UpdateKafkaClusterDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {“Operations”: {“CostCenter”: “42”}}

Returns:The defined_tags of this UpdateKafkaClusterDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateKafkaClusterDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Returns:The display_name of this UpdateKafkaClusterDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateKafkaClusterDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {“Department”: “Finance”}

Returns:The freeform_tags of this UpdateKafkaClusterDetails.
Return type:dict(str, str)