RosFilesetProps
Properties for defining a RosFileset.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-fileset
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new RosFilesetProps {
object FileSystemId,
object FileSystemPath,
object Description = null
};
Properties
| Name | Type | Description |
|---|---|---|
FileSystemId |
object |
No description. |
FileSystemPath |
object |
No description. |
Description |
object |
No description. |
FileSystemIdRequired
public object FileSystemId { get; set; }
- Type: object
FileSystemPathRequired
public object FileSystemPath { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object