SystemDiskProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Emr;
new SystemDiskProperty {
object Category,
object Size,
object Count = null,
object PerformanceLevel = null
};
Properties
| Name | Type | Description |
|---|---|---|
Category |
object |
No description. |
Size |
object |
No description. |
Count |
object |
No description. |
PerformanceLevel |
object |
No description. |
CategoryRequired
public object Category { get; set; }
- Type: object
SizeRequired
public object Size { get; set; }
- Type: object
CountOptional
public object Count { get; set; }
- Type: object
PerformanceLevelOptional
public object PerformanceLevel { get; set; }
- Type: object