Show / Hide Table of Contents

Class ShardingInstanceMongoListArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ShardingInstanceMongoListArgs
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.AliCloud.MongoDB.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ShardingInstanceMongoListArgs : ResourceArgs

Constructors

View Source

ShardingInstanceMongoListArgs()

Declaration
public ShardingInstanceMongoListArgs()

Properties

View Source

ConnectString

Mongo node connection string

Declaration
public Input<string> ConnectString { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NodeClass

-(Required) Node specification. see Instance specifications.

Declaration
public Input<string> NodeClass { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NodeId

The ID of the shard-node.

Declaration
public Input<string> NodeId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Port

Mongo node port

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