Class ClusterReplicationSpecRegionsConfig
Inheritance
System.Object
ClusterReplicationSpecRegionsConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Mongodbatlas.Outputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterReplicationSpecRegionsConfig
Fields
View SourceAnalyticsNodes
The number of analytics nodes for Atlas to deploy to the region. Analytics nodes are useful for handling analytic data such as reporting queries from BI Connector for Atlas. Analytics nodes are read-only, and can never become the primary.
Declaration
public readonly int? AnalyticsNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ElectableNodes
Number of electable nodes for Atlas to deploy to the region. Electable nodes can become the primary and can facilitate local reads.
Declaration
public readonly int? ElectableNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Priority
Election priority of the region. For regions with only read-only nodes, set this value to 0.
Declaration
public readonly int? Priority
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ReadOnlyNodes
Number of read-only nodes for Atlas to deploy to the region. Read-only nodes can never become the primary, but can facilitate local-reads. Specify 0 if you do not want any read-only nodes in the region.
Declaration
public readonly int? ReadOnlyNodes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RegionName
Name for the region specified.
Declaration
public readonly string RegionName
Field Value
| Type | Description |
|---|---|
| System.String |