BrokerShape

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

Bases: object

Configuration of the broker node.

Methods

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

Attributes

node_count [Required] Gets the node_count of this BrokerShape.
ocpu_count [Required] Gets the ocpu_count of this BrokerShape.
storage_size_in_gbs Gets the storage_size_in_gbs of this BrokerShape.
__init__(**kwargs)

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

Parameters:
  • node_count (int) – The value to assign to the node_count property of this BrokerShape.
  • ocpu_count (int) – The value to assign to the ocpu_count property of this BrokerShape.
  • storage_size_in_gbs (int) – The value to assign to the storage_size_in_gbs property of this BrokerShape.
node_count

[Required] Gets the node_count of this BrokerShape. Number of Kafka broker nodes

Returns:The node_count of this BrokerShape.
Return type:int
ocpu_count

[Required] Gets the ocpu_count of this BrokerShape. Number of OCPUs per nodes

Returns:The ocpu_count of this BrokerShape.
Return type:int
storage_size_in_gbs

Gets the storage_size_in_gbs of this BrokerShape. Size of the storage per nodes.

Returns:The storage_size_in_gbs of this BrokerShape.
Return type:int