Skip to content

RosFilesetProps

Properties for defining a RosFileset.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-fileset

Initializer

import com.aliyun.ros.cdk.nas.RosFilesetProps;
RosFilesetProps.builder()
    .fileSystemId(java.lang.String)
    .fileSystemId(IResolvable)
    .fileSystemPath(java.lang.String)
    .fileSystemPath(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();

Properties

Name Type Description
fileSystemId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
fileSystemPath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
description 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

fileSystemPathRequired

public java.lang.Object getFileSystemPath();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable