Show / Hide Table of Contents

Class ShardingInstanceShardListArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ShardingInstanceShardListArgs
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 ShardingInstanceShardListArgs : ResourceArgs

Constructors

View Source

ShardingInstanceShardListArgs()

Declaration
public ShardingInstanceShardListArgs()

Properties

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.