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. |
MountPathOptional
public object MountPath { get; set; }
- Type: object
NodePathOptional
public object NodePath { get; set; }
- Type: object
TypeOptional
public object Type { get; set; }
- Type: object