FileSystemProps
Properties for defining a FileSystem.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nas-filesystem
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas/datasource"
&datasource.FileSystemProps {
    FileSystemId: interface{},
    RefreshOptions: interface{},
}
Properties
| Name | Type | Description | 
|---|---|---|
FileSystemId | 
interface{} | 
Property fileSystemId: The ID of the file system to be created. | 
RefreshOptions | 
interface{} | 
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. | 
FileSystemIdRequired 
FileSystemId interface{}
- Type: interface{}
 
Property fileSystemId: The ID of the file system to be created.
RefreshOptionsOptional 
RefreshOptions interface{}
- Type: interface{}
 
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
 - Always: Always refresh the datasource resource when the stack is updated. Default is Never.