Skip to content

DataNodeProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Elasticsearch;
new DataNodeProperty {
    object Amount,
    object DiskSize,
    object DiskType,
    object Spec,
    object DiskEncryption = null,
    object PerformanceLevel = null
};

Properties

Name Type Description
Amount object No description.
DiskSize object No description.
DiskType object No description.
Spec object No description.
DiskEncryption object No description.
PerformanceLevel object No description.

AmountRequired

public object Amount { get; set; }
  • Type: object

DiskSizeRequired

public object DiskSize { get; set; }
  • Type: object

DiskTypeRequired

public object DiskType { get; set; }
  • Type: object

SpecRequired

public object Spec { get; set; }
  • Type: object

DiskEncryptionOptional

public object DiskEncryption { get; set; }
  • Type: object

PerformanceLevelOptional

public object PerformanceLevel { get; set; }
  • Type: object