Show / Hide Table of Contents

Class GetClustersResultReplicationSpecRegionsConfigResult

Inheritance
System.Object
GetClustersResultReplicationSpecRegionsConfigResult
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 GetClustersResultReplicationSpecRegionsConfigResult

Fields

View Source

AnalyticsNodes

Indicates 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.Int32
View Source

ElectableNodes

Number of electable nodes for Atlas to deploy to the region.

Declaration
public readonly int ElectableNodes
Field Value
Type Description
System.Int32
View Source

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.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 readonly int ReadOnlyNodes
Field Value
Type Description
System.Int32
View Source

RegionName

Name for the region specified.

Declaration
public readonly string RegionName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.