Skip to content

RosMountTargetProps

Properties for defining a RosMountTarget.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-nas-mounttarget

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdknas"
&alicloudroscdknas.RosMountTargetProps {
    AccessGroupName: interface{},
    FileSystemId: interface{},
    NetworkType: interface{},
    EnableIpv6: interface{},
    SecurityGroupId: interface{},
    Status: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
}

Properties

Name Type Description
AccessGroupName interface{} No description.
FileSystemId interface{} No description.
NetworkType interface{} No description.
EnableIpv6 interface{} No description.
SecurityGroupId interface{} No description.
Status interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.

AccessGroupNameRequired

AccessGroupName interface{}
  • Type: interface{}

FileSystemIdRequired

FileSystemId interface{}
  • Type: interface{}

NetworkTypeRequired

NetworkType interface{}
  • Type: interface{}

EnableIpv6Optional

EnableIpv6 interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}