Class ClusterReplicationSpecGetArgs
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 ClusterReplicationSpecGetArgs : ResourceArgs
Constructors
View SourceClusterReplicationSpecGetArgs()
Declaration
public ClusterReplicationSpecGetArgs()
Properties
View SourceId
Unique identifer of the replication document for a zone in a Global Cluster.
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NumShards
Number of shards to deploy in the specified zone.
Declaration
public Input<int> NumShards { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 InputList<ClusterReplicationSpecRegionsConfigGetArgs> RegionsConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ClusterReplicationSpecRegionsConfigGetArgs> |
ZoneName
Name for the zone in a Global Cluster.
Declaration
public Input<string> ZoneName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |