MountPointsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc3;
new MountPointsProperty {
object EnableTls = null,
object MountDir = null,
object ServerAddr = null
};
Properties
Name | Type | Description |
---|---|---|
EnableTls |
object |
No description. |
MountDir |
object |
No description. |
ServerAddr |
object |
No description. |
EnableTls
Optional
public object EnableTls { get; set; }
- Type: object
MountDir
Optional
public object MountDir { get; set; }
- Type: object
ServerAddr
Optional
public object ServerAddr { get; set; }
- Type: object