Class ClusterReplicationSpec
Inheritance
System.Object
ClusterReplicationSpec
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 ClusterReplicationSpec
Fields
View SourceId
Unique identifer of the replication document for a zone in a Global Cluster.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
NumShards
Number of shards to deploy in the specified zone.
Declaration
public readonly int NumShards
Field Value
| Type | Description |
|---|---|
| System.Int32 |
RegionsConfigs
Physical location of the region. Each regionsConfig document describes the region’s priority in elections and the number and type of MongoDB nodes Atlas deploys to the region. You must order each regionsConfigs document by regionsConfig.priority, descending. See Region Config below for more details.
Declaration
public readonly ImmutableArray<ClusterReplicationSpecRegionsConfig> RegionsConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ClusterReplicationSpecRegionsConfig> |
ZoneName
Name for the zone in a Global Cluster.
Declaration
public readonly string ZoneName
Field Value
| Type | Description |
|---|---|
| System.String |