ALIYUN::NAS::ProtocolMountTarget is used to create an export directory for a protocol service.
Syntax
{
"Type": "ALIYUN::NAS::ProtocolMountTarget",
"Properties": {
"FsetId": String,
"Path": String,
"Description": String,
"VpcId": String,
"VSwitchId": String,
"AccessGroupName": String,
"FileSystemId": String,
"ProtocolServiceId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
FsetId | String | No | No | The ID of the fileset that you want to export. | The following limits apply:
|
Path | String | No | No | The path of the Cloud Paralleled File System (CPFS) directory that you want to export. | The following limits apply:
Value format:
|
Description | String | No | Yes | The description of the export directory. | The following limits apply:
|
VpcId | String | Yes | No | The virtual private cloud (VPC) ID of the export directory. | None. |
VSwitchId | String | Yes | No | The vSwitch ID of the export directory. | None. |
AccessGroupName | String | No | No | The name of the permission group. | Default value: DEFAULT_VPC_GROUP_NAME. |
FileSystemId | String | Yes | No | The ID of the file system. | None. |
ProtocolServiceId | String | Yes | No | The ID of the protocol service. | None. |
Return values
Fn::GetAtt
ExportId: the ID of the export directory.
FileSystemId: the ID of the file system.
ProtocolServiceId: the ID of the protocol service.
ProtocolMountTargetDomain: the destination domain of the mounted protocol service.