Skip to content

WorkerDataDisksProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new WorkerDataDisksProperty {
    object Category,
    object Size,
    object PerformanceLevel = null
};

Properties

Name Type Description
Category object No description.
Size object No description.
PerformanceLevel object No description.

CategoryRequired

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

SizeRequired

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

PerformanceLevelOptional

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