AddKafkaDetails

class oci.bds.models.AddKafkaDetails(**kwargs)

Bases: object

The information about the Kafka service to be added.

Methods

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

Attributes

block_volume_size_in_gbs Gets the block_volume_size_in_gbs of this AddKafkaDetails.
cluster_admin_password [Required] Gets the cluster_admin_password of this AddKafkaDetails.
number_of_kafka_nodes [Required] Gets the number_of_kafka_nodes of this AddKafkaDetails.
shape [Required] Gets the shape of this AddKafkaDetails.
shape_config Gets the shape_config of this AddKafkaDetails.
__init__(**kwargs)

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

Parameters:
  • shape (str) – The value to assign to the shape property of this AddKafkaDetails.
  • number_of_kafka_nodes (int) – The value to assign to the number_of_kafka_nodes property of this AddKafkaDetails.
  • shape_config (oci.bds.models.ShapeConfigDetails) – The value to assign to the shape_config property of this AddKafkaDetails.
  • block_volume_size_in_gbs (int) – The value to assign to the block_volume_size_in_gbs property of this AddKafkaDetails.
  • cluster_admin_password (str) – The value to assign to the cluster_admin_password property of this AddKafkaDetails.
block_volume_size_in_gbs

Gets the block_volume_size_in_gbs of this AddKafkaDetails. The size of block volme in GB to be attached to the given node. All details needed for attaching the block volume are managed by the service itself.

Returns:The block_volume_size_in_gbs of this AddKafkaDetails.
Return type:int
cluster_admin_password

[Required] Gets the cluster_admin_password of this AddKafkaDetails. Base-64 encoded password for the cluster admin user.

Returns:The cluster_admin_password of this AddKafkaDetails.
Return type:str
number_of_kafka_nodes

[Required] Gets the number_of_kafka_nodes of this AddKafkaDetails. Number of Kafka nodes for the cluster.

Returns:The number_of_kafka_nodes of this AddKafkaDetails.
Return type:int
shape

[Required] Gets the shape of this AddKafkaDetails. Shape of the Kafka broker node.

Returns:The shape of this AddKafkaDetails.
Return type:str
shape_config

Gets the shape_config of this AddKafkaDetails.

Returns:The shape_config of this AddKafkaDetails.
Return type:oci.bds.models.ShapeConfigDetails