Class ShardingInstanceMongoListArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class ShardingInstanceMongoListArgs : ResourceArgs
Constructors
View SourceShardingInstanceMongoListArgs()
Declaration
public ShardingInstanceMongoListArgs()
Properties
View SourceConnectString
Mongo node connection string
Declaration
public Input<string> ConnectString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NodeClass
-(Required) Node specification. see Instance specifications.
Declaration
public Input<string> NodeClass { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NodeId
The ID of the shard-node.
Declaration
public Input<string> NodeId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
Mongo node port
shard_list
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |