Show / Hide Table of Contents

Class GetClusterReplicationSpecResult

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

Fields

View Source

Id

Unique identifer of the replication document for a zone in a Global Cluster.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

NumShards

Number of shards to deploy in the specified zone.

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

RegionsConfigs

Describes the 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<GetClusterReplicationSpecRegionsConfigResult> RegionsConfigs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetClusterReplicationSpecRegionsConfigResult>
View Source

ZoneName

Indicates the n ame for the zone in a Global Cluster.

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