Show / Hide Table of Contents

Class ShardingInstanceMongoList

Inheritance
System.Object
ShardingInstanceMongoList
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.AliCloud.MongoDB.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ShardingInstanceMongoList

Fields

View Source

ConnectString

Mongo node connection string

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

NodeClass

-(Required) Node specification. see Instance specifications.

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

NodeId

The ID of the shard-node.

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

Port

Mongo node port

  • shard_list
Declaration
public readonly int? Port
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.