Skip to content

FilesetProps

Properties for defining a Fileset.

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

Initializer

import com.aliyun.ros.cdk.nas.FilesetProps;
FilesetProps.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 Property fileSystemId: File system ID.
fileSystemPath java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property fileSystemPath: The absolute path of Fileset to be created.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: Fileset description information.

fileSystemIdRequired

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

Property fileSystemId: File system ID.


fileSystemPathRequired

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

Property fileSystemPath: The absolute path of Fileset to be created.

The parent catalog of specified the directory must be a directory in the file system. The length is 2 to 1024 characters. Specify the directory must start with positive (/).


descriptionOptional

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

Property description: Fileset description information.

The length is 2 to 128 English or Chinese characters. Start with a lowercase letter or Chinese, and you cannot start with http:// and https: //. It can contain numbers, half-horn colon (:), down line (_) or short lines (-).