FileSystemsProps
Properties for defining a FileSystems
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nas-filesystems
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas/datasource"
&datasource.FileSystemsProps {
FileSystemId: interface{},
FileSystemType: interface{},
RefreshOptions: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FileSystemId |
interface{} |
Property fileSystemId: The ID of the file system to be created. |
FileSystemType |
interface{} |
Property fileSystemType: File system type. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
FileSystemId
Optional
FileSystemId interface{}
- Type: interface{}
Property fileSystemId: The ID of the file system to be created.
FileSystemType
Optional
FileSystemType interface{}
- Type: interface{}
Property fileSystemType: File system type.
Value: -standard (default): Universal NAS -extreme: extreme NAS -cpfs: file storage CPFS
RefreshOptions
Optional
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.