RosProtocolMountTargetProps
Properties for defining a RosProtocolMountTarget
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-protocolmounttarget
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas"
&alicloudroscdknas.RosProtocolMountTargetProps {
FileSystemId: interface{},
ProtocolServiceId: interface{},
VpcId: interface{},
VSwitchId: interface{},
AccessGroupName: interface{},
Description: interface{},
FsetId: interface{},
Path: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FileSystemId |
interface{} |
No description. |
ProtocolServiceId |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
AccessGroupName |
interface{} |
No description. |
Description |
interface{} |
No description. |
FsetId |
interface{} |
No description. |
Path |
interface{} |
No description. |
FileSystemId
Required
FileSystemId interface{}
- Type: interface{}
ProtocolServiceId
Required
ProtocolServiceId interface{}
- Type: interface{}
VpcId
Required
VpcId interface{}
- Type: interface{}
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
AccessGroupName
Optional
AccessGroupName interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
FsetId
Optional
FsetId interface{}
- Type: interface{}
Path
Optional
Path interface{}
- Type: interface{}