RosFileSystemProps
Properties for defining a RosFileSystem
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nas-filesystem
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new RosFileSystemProps {
object FileSystemId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
FileSystemId |
object |
No description. |
RefreshOptions |
object |
No description. |
FileSystemId
Required
public object FileSystemId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object