Show / Hide Table of Contents

Class ClusterReplicationSpecRegionsConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterReplicationSpecRegionsConfigGetArgs
Inherited Members
ResourceArgs.Empty
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 ClusterReplicationSpecRegionsConfigGetArgs : ResourceArgs

Constructors

View Source

ClusterReplicationSpecRegionsConfigGetArgs()

Declaration
public ClusterReplicationSpecRegionsConfigGetArgs()

Properties

View Source

AnalyticsNodes

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>
View Source

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>
View Source

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>
View Source

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>
View Source

RegionName

Name for the region specified.

Declaration
public Input<string> RegionName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.