Class ShardingInstanceShardListArgs
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 ShardingInstanceShardListArgs : ResourceArgs
Constructors
View SourceShardingInstanceShardListArgs()
Declaration
public ShardingInstanceShardListArgs()
Properties
View SourceNodeClass
-(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> |
NodeStorage
- Custom storage space; value range: [10, 1,000]
- 10-GB increments. Unit: GB.
Declaration
public Input<int> NodeStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |