ProtocolServiceProps
Properties for defining a ProtocolService.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-protocolservice
Initializer
using AlibabaCloud.SDK.ROS.CDK.Nas;
new ProtocolServiceProps {
    object FileSystemId,
    object ProtocolSpec,
    object ProtocolType,
    object VpcId,
    object VSwitchId,
    object Description = null,
    object Throughput = null
};
Properties
| Name | Type | Description | 
|---|---|---|
| FileSystemId | object | Property fileSystemId: File system ID. | 
| ProtocolSpec | object | Property protocolSpec: The spec of protocol service. | 
| ProtocolType | object | Property protocolType: The protocol type of agreement service. | 
| VpcId | object | Property vpcId: The protocol service VPCID needs to be consistent with the file system VPC. | 
| VSwitchId | object | Property vSwitchId: Agreement service vswitchid. | 
| Description | object | Property description: Description of protocol service.The console shows the "protocol service name". limit: 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 (-). | 
| Throughput | object | Property throughput: The bandwidth of the agreement service. | 
FileSystemIdRequired 
public object FileSystemId { get; set; }
- Type: object
Property fileSystemId: File system ID.
ProtocolSpecRequired 
public object ProtocolSpec { get; set; }
- Type: object
Property protocolSpec: The spec of protocol service.
Default: General. Values: General
ProtocolTypeRequired 
public object ProtocolType { get; set; }
- Type: object
Property protocolType: The protocol type of agreement service.
Ranges: NFS: Agreement service supports NFS protocol access. The default value: NFS.
VpcIdRequired 
public object VpcId { get; set; }
- Type: object
Property vpcId: The protocol service VPCID needs to be consistent with the file system VPC.
VSwitchIdRequired 
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: Agreement service vswitchid.
DescriptionOptional 
public object Description { get; set; }
- Type: object
Property description: Description of protocol service.The console shows the "protocol service name". limit: 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 (-).
ThroughputOptional 
public object Throughput { get; set; }
- Type: object
Property throughput: The bandwidth of the agreement service.
Unit: MB/S.