LocalVolumeProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Edas;
new LocalVolumeProperty {
object MountPath = null,
object NodePath = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
MountPath |
object |
No description. |
NodePath |
object |
No description. |
Type |
object |
No description. |
MountPath
Optional
public object MountPath { get; set; }
- Type: object
NodePath
Optional
public object NodePath { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object