KnownCreateMode enum
The mode that the Mongo Cluster is created with.
Fields
| Default | Create a new mongo cluster. |
| GeoReplica | Create a replica cluster in distinct geographic region from the source cluster. |
| PointInTimeRestore | Create a mongo cluster from a restore point-in-time. |
| Replica | Create a replica cluster in the same geographic region as the source cluster. |