RosFileSystemProps
Properties for defining a RosFileSystem.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-nas-filesystem
Initializer
import com.aliyun.ros.cdk.nas.datasource.RosFileSystemProps;
RosFileSystemProps.builder()
.fileSystemId(java.lang.String)
.fileSystemId(IResolvable)
// .refreshOptions(java.lang.String)
// .refreshOptions(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
fileSystemId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
refreshOptions |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
fileSystemIdRequired
public java.lang.Object getFileSystemId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
refreshOptionsOptional
public java.lang.Object getRefreshOptions();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable