MongoClusterStatus type
The status of the Mongo cluster resource.
KnownMongoClusterStatus can be used interchangeably with MongoClusterStatus,
this enum contains the known values that the service supports.
Known values supported by the service
Ready: The mongo cluster resource is ready for use.
Provisioning: The mongo cluster resource is being provisioned.
Updating: The mongo cluster resource is being updated.
Starting: The mongo cluster resource is being started.
Stopping: The mongo cluster resource is being stopped.
Stopped: The mongo cluster resource is stopped.
Dropping: The mongo cluster resource is being dropped.
type MongoClusterStatus = string