ClusterProperties interface
Properties specific to a MongoDB Atlas Cluster.
Properties
| backups | Whether backups are active for the cluster; null if undetermined. |
| cluster |
Name of the MongoDB Atlas Cluster. |
| cluster |
Cluster tier (FREE, FLEX, M10, M30). |
| mongo |
MongoDB version running on the cluster. |
| provisioning |
Provisioning state of the resource. |
| region |
Azure region where the cluster is deployed. |
| state | Current state of the cluster. |
Property Details
backups
Whether backups are active for the cluster; null if undetermined.
backups?: boolean
Property Value
boolean
clusterName
Name of the MongoDB Atlas Cluster.
clusterName?: string
Property Value
string
clusterTier
Cluster tier (FREE, FLEX, M10, M30).
clusterTier: string
Property Value
string
mongoDbVersion
MongoDB version running on the cluster.
mongoDbVersion?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
regionName
Azure region where the cluster is deployed.
regionName: string
Property Value
string
state
Current state of the cluster.
state?: string
Property Value
string