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. |
EnableTlsOptional
public object EnableTls { get; set; }
- Type: object
MountDirOptional
public object MountDir { get; set; }
- Type: object
ServerAddrOptional
public object ServerAddr { get; set; }
- Type: object