Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 672 Bytes

File metadata and controls

13 lines (6 loc) · 672 Bytes

CreateSynchronizationMode

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.

Enum

  • ASYNCHRONOUS (value: 'ASYNCHRONOUS')

  • STRICTLY_SYNCHRONOUS (value: 'STRICTLY_SYNCHRONOUS')

[Back to Model list] [Back to API list] [Back to README]