Skip to content

MountPointProps

Properties for defining a MountPoint.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dfs-mountpoint

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdfs"
&alicloudroscdkdfs.MountPointProps {
    AccessGroupId: interface{},
    FileSystemId: interface{},
    NetworkType: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    Description: interface{},
    Status: interface{},
}

Properties

Name Type Description
AccessGroupId interface{} Property accessGroupId: The ID of the Access Group.
FileSystemId interface{} Property fileSystemId: The ID of the File System.
NetworkType interface{} Property networkType: The network type of the Mount Point.
VpcId interface{} Property vpcId: The vpc id.
VSwitchId interface{} Property vSwitchId: The vswitch id.
Description interface{} Property description: The description of the Mount Point.
Status interface{} Property status: The status of the Mount Point.

AccessGroupIdRequired

AccessGroupId interface{}
  • Type: interface{}

Property accessGroupId: The ID of the Access Group.


FileSystemIdRequired

FileSystemId interface{}
  • Type: interface{}

Property fileSystemId: The ID of the File System.


NetworkTypeRequired

NetworkType interface{}
  • Type: interface{}

Property networkType: The network type of the Mount Point.

Valid values: VPC.


VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: The vpc id.


VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: The vswitch id.


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the Mount Point.


StatusOptional

Status interface{}
  • Type: interface{}

Property status: The status of the Mount Point.

Valid values: Active, Inactive