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