atoti.ClusterDefinition(
*,
application_names: Set[str],
authentication_token: str,
cube_address: str | None =None,
cube_port: int | None =None,
discovery_protocol: DiscoveryProtocol | None =None,
)
Attributes
application_names
The names of the applications allowed to join the cluster.authentication_token
The token securing the cluster by preventing unwanted nodes from joining. All the expected nodes of this cluster must use the same token.cube_address
str | None
cube_port
int | None
discovery_protocol
DiscoveryProtocol | None