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 the protocol 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: The description of the protocol service. |
Throughput | interface{} | Property throughput: The bandwidth of the agreement service. |
FileSystemIdRequired
FileSystemId interface{}
- Type: interface{}
Property fileSystemId: File system ID.
ProtocolSpecRequired
ProtocolSpec interface{}
- Type: interface{}
Property protocolSpec: The spec of protocol service.
Default: General. Values: General
ProtocolTypeRequired
ProtocolType interface{}
- Type: interface{}
Property protocolType: The protocol type of the protocol service.
Valid value: NFS (default). Only NFSv3 is supported.
VpcIdRequired
VpcId interface{}
- Type: interface{}
Property vpcId: The protocol service VPCID needs to be consistent with the file system VPC.
VSwitchIdRequired
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: Agreement service vswitchid.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: The description of the protocol service.
The name of the protocol service appears in the console. Limits:
- The description must be 2 to 128 characters in length.
- The description must start with a letter but cannot start with
http:\/\/orhttps:\/\/. - The description can contain letters, digits, colons (:), underscores (_), and hyphens (-).
ThroughputOptional
Throughput interface{}
- Type: interface{}
Property throughput: The bandwidth of the agreement service.
Unit: MB/S.