ALIYUN::NAS::ProtocolService类型用于创建CPFS文件系统的协议服务。
语法
{
"Type": "ALIYUN::NAS::ProtocolService",
"Properties": {
"Description": String,
"VpcId": String,
"ProtocolType": String,
"ProtocolSpec": String,
"VSwitchId": String,
"FileSystemId": String,
"Throughput": Integer
}
}
属性
属性名称 | 类型 | 必须 | 允许更新 | 描述 | 约束 |
Description | String | 否 | 是 | 协议服务的描述。 | 限制:
|
VpcId | String | 是 | 否 | 协议服务VpcId。 | 需与文件系统VPC保持一致。 |
ProtocolType | String | 是 | 否 | 协议服务的协议类型。 | 取值:NFS(默认值),协议服务支持NFS协议访问。 |
ProtocolSpec | String | 是 | 否 | 协议服务的规格。 | 取值:General(默认值)。 |
| String | 是 | 否 | 协议服务vSwitchId。 | 无 |
FileSystemId | String | 是 | 否 | 文件系统ID。 | 无 |
Throughput | Integer | 否 | 否 | 协议服务的带宽。 | 单位:MB/s。 |
返回值
Fn::GetAtt
FileSystemId:文件系统ID。
ProtocolServiceId:协议机集群ID。