Show / Hide Table of Contents

Class ClusterReplicationSpecArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterReplicationSpecArgs
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 ClusterReplicationSpecArgs : ResourceArgs

Constructors

View Source

ClusterReplicationSpecArgs()

Declaration
public ClusterReplicationSpecArgs()

Properties

View Source

Id

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

NumShards

Number of shards to deploy in the specified zone.

Declaration
public Input<int> NumShards { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

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<ClusterReplicationSpecRegionsConfigArgs> RegionsConfigs { get; set; }
Property Value
Type Description
InputList<ClusterReplicationSpecRegionsConfigArgs>
View Source

ZoneName

Name for the zone in a Global Cluster.

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