FilesetProps
Properties for defining a Fileset
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-fileset
Initializer
import ros_cdk_nas
ros_cdk_nas.FilesetProps(
file_system_id: typing.Union[str, IResolvable],
file_system_path: typing.Union[str, IResolvable],
description: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
file_system_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property fileSystemId: File system ID. |
file_system_path |
typing.Union[str, ros_cdk_core.IResolvable] |
Property fileSystemPath: The absolute path of Fileset to be created. |
description |
typing.Union[str, ros_cdk_core.IResolvable] |
Property description: Fileset description information. |
file_system_id
Required
file_system_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property fileSystemId: File system ID.
file_system_path
Required
file_system_path: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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
description: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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 (-).