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. |
Category
Required
public object Category { get; set; }
- Type: object
Size
Required
public object Size { get; set; }
- Type: object
Count
Optional
public object Count { get; set; }
- Type: object
PerformanceLevel
Optional
public object PerformanceLevel { get; set; }
- Type: object