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. |
FileSystemId
Required
public object FileSystemId { get; set; }
- Type: object
Property fileSystemId: File system ID.
ProtocolSpec
Required
public object ProtocolSpec { get; set; }
- Type: object
Property protocolSpec: The spec of protocol service.
Default: General. Values: General
ProtocolType
Required
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.
VpcId
Required
public object VpcId { get; set; }
- Type: object
Property vpcId: The protocol service VPCID needs to be consistent with the file system VPC.
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: Agreement service vswitchid.
Description
Optional
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 (-).
Throughput
Optional
public object Throughput { get; set; }
- Type: object
Property throughput: The bandwidth of the agreement service.
Unit: MB/S.