FilesetProps
Properties for defining a Fileset
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-fileset
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas"
&alicloudroscdknas.FilesetProps {
FileSystemId: interface{},
FileSystemPath: interface{},
Description: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FileSystemId |
interface{} |
Property fileSystemId: File system ID. |
FileSystemPath |
interface{} |
Property fileSystemPath: The absolute path of Fileset to be created. |
Description |
interface{} |
Property description: Fileset description information. |
FileSystemId
Required
FileSystemId interface{}
- Type: interface{}
Property fileSystemId: File system ID.
FileSystemPath
Required
FileSystemPath interface{}
- Type: interface{}
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 interface{}
- Type: interface{}
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 (-).