Represents the supported replication modes when creating a cluster. The SYNCHRONOUS mode is deprecated and cannot be used in create requests. It may still appear on existing clusters via the SynchronizationMode response schema. You may update your cluster to one of the supported modes yourself. Else, it will eventually be migrated to one of the supported modes.
-
ASYNCHRONOUS(value:'ASYNCHRONOUS') -
STRICTLY_SYNCHRONOUS(value:'STRICTLY_SYNCHRONOUS')