ProtocolServiceProps
Properties for defining a ProtocolService
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-protocolservice
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas"
&alicloudroscdknas.ProtocolServiceProps {
FileSystemId: interface{},
ProtocolSpec: interface{},
ProtocolType: interface{},
VpcId: interface{},
VSwitchId: interface{},
Description: interface{},
Throughput: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FileSystemId |
interface{} |
Property fileSystemId: File system ID. |
ProtocolSpec |
interface{} |
Property protocolSpec: The spec of protocol service. |
ProtocolType |
interface{} |
Property protocolType: The protocol type of agreement service. |
VpcId |
interface{} |
Property vpcId: The protocol service VPCID needs to be consistent with the file system VPC. |
VSwitchId |
interface{} |
Property vSwitchId: Agreement service vswitchid. |
Description |
interface{} |
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 |
interface{} |
Property throughput: The bandwidth of the agreement service. |
FileSystemId
Required
FileSystemId interface{}
- Type: interface{}
Property fileSystemId: File system ID.
ProtocolSpec
Required
ProtocolSpec interface{}
- Type: interface{}
Property protocolSpec: The spec of protocol service.
Default: General. Values: General
ProtocolType
Required
ProtocolType interface{}
- Type: interface{}
Property protocolType: The protocol type of agreement service.
Ranges: NFS: Agreement service supports NFS protocol access. The default value: NFS.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: The protocol service VPCID needs to be consistent with the file system VPC.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: Agreement service vswitchid.
Description
Optional
Description interface{}
- Type: interface{}
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
Throughput interface{}
- Type: interface{}
Property throughput: The bandwidth of the agreement service.
Unit: MB/S.