FileSystemsProps
Properties for defining a FileSystems
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nas-filesystems
Initializer
import com.aliyun.ros.cdk.nas.datasource.FileSystemsProps;
FileSystemsProps.builder()
// .fileSystemId(java.lang.String)
// .fileSystemId(IResolvable)
// .fileSystemType(java.lang.String)
// .fileSystemType(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
fileSystemId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property fileSystemId: The ID of the file system to be created. |
fileSystemType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property fileSystemType: File system type. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
fileSystemId
Optional
public java.lang.Object getFileSystemId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property fileSystemId: The ID of the file system to be created.
fileSystemType
Optional
public java.lang.Object getFileSystemType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property fileSystemType: File system type.
Value: -standard (default): Universal NAS -extreme: extreme NAS -cpfs: file storage CPFS
refreshOptions
Optional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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.