models.replication_strategy_enum module

class models.replication_strategy_enum.ReplicationStrategyEnum[source]

Bases: object

Implementation of the ‘ReplicationStrategy’ enum.

Replication stragegy for the keyspace. Specifies the type of an Cassandra source entity.

Attributes:

KSIMPLE: TODO: type description here. KNETWORK: TODO: type description here. KUNSUPPORTED: TODO: type description here.

KNETWORK = 'kNetwork'
KSIMPLE = 'kSimple'
KUNSUPPORTED = 'kUnsupported'