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. |
FileSystemId
Required
public object FileSystemId { get; set; }
- Type: object
FileSystemPath
Required
public object FileSystemPath { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object