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