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