DataDisksProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new DataDisksProperty {
object Category,
object Size,
object DeleteWithInstance = null,
object Level = null,
object MountDir = null
};
Properties
Name | Type | Description |
---|---|---|
Category |
object |
No description. |
Size |
object |
No description. |
DeleteWithInstance |
object |
No description. |
Level |
object |
No description. |
MountDir |
object |
No description. |
Category
Required
public object Category { get; set; }
- Type: object
Size
Required
public object Size { get; set; }
- Type: object
DeleteWithInstance
Optional
public object DeleteWithInstance { get; set; }
- Type: object
Level
Optional
public object Level { get; set; }
- Type: object
MountDir
Optional
public object MountDir { get; set; }
- Type: object