FilesetProps
Properties for defining a Fileset
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-fileset
Initializer
import { FilesetProps } from '@alicloud/ros-cdk-nas'
const filesetProps: FilesetProps = { ... }
Properties
Name | Type | Description |
---|---|---|
fileSystemId |
string | @alicloud/ros-cdk-core.IResolvable |
Property fileSystemId: File system ID. |
fileSystemPath |
string | @alicloud/ros-cdk-core.IResolvable |
Property fileSystemPath: The absolute path of Fileset to be created. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: Fileset description information. |
fileSystemId
Required
public readonly fileSystemId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property fileSystemId: File system ID.
fileSystemPath
Required
public readonly fileSystemPath: string | IResolvable;
- Type: string | @alicloud/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 (\/).
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/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 (-).