Skip to content

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.

FileSystemIdRequired

FileSystemId interface{}
  • Type: interface{}

ProtocolServiceIdRequired

ProtocolServiceId interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

AccessGroupNameOptional

AccessGroupName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

FsetIdOptional

FsetId interface{}
  • Type: interface{}

PathOptional

Path interface{}
  • Type: interface{}