RosZonesProps
Properties for defining a RosZones.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nas-zones
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new RosZonesProps {
object FileSystemType = null,
object RefreshOptions = null
};
Properties
| Name | Type | Description |
|---|---|---|
FileSystemType |
object |
No description. |
RefreshOptions |
object |
No description. |
FileSystemTypeOptional
public object FileSystemType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object