Creates an export directory for a NAS 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 |
Update allowed |
Description |
Constraints |
|
FsetId |
String |
No |
No |
The ID of the fileset to export. |
Constraints:
|
|
Path |
String |
No |
No |
The path of the CPFS directory to export. |
Constraints:
Format:
|
|
Description |
String |
No |
Yes |
The description of the export directory. |
Constraints:
|
|
VpcId |
String |
Yes |
No |
The ID of the VPC in which the export directory resides. |
None |
|
VSwitchId |
String |
Yes |
No |
The ID of the vSwitch in which the export directory resides. |
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 for the protocol service.
-
FileSystemId: The ID of the file system.
-
ProtocolServiceId: The ID of the protocol service.
-
ProtocolMountTargetDomain: The domain name of the protocol mount target.