ClusterConfig#

class ClusterConfig(data_store_config=None, node_configs=None, *args, **kwargs)#

Bases: object

Cluster specification.

Parameters:
  • data_store_config (required) – (data_store_config)

  • node_configs – (node_configs) List containing the metadata about the nodes in a cluster. Nodes can be user added or existing.

property data_store_config#
Type:

DataStoreConfig

property node_configs#

List containing the metadata about the nodes in a cluster. Nodes can be user added or existing.

Type:

list[ NodeConfig ]

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model