Class ClusterReplicationSpecRegionsConfigArgs
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.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class ClusterReplicationSpecRegionsConfigArgs : ResourceArgs
Constructors
View SourceClusterReplicationSpecRegionsConfigArgs()
Declaration
public ClusterReplicationSpecRegionsConfigArgs()
Properties
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 Input<int> AnalyticsNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> ElectableNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Priority
Election priority of the region. For regions with only read-only nodes, set this value to 0.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> ReadOnlyNodes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RegionName
Name for the region specified.
Declaration
public Input<string> RegionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |