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. |
AccessGroupId
Required
AccessGroupId interface{}
- Type: interface{}
Property accessGroupId: The ID of the Access Group.
FileSystemId
Required
FileSystemId interface{}
- Type: interface{}
Property fileSystemId: The ID of the File System.
NetworkType
Required
NetworkType interface{}
- Type: interface{}
Property networkType: The network type of the Mount Point.
Valid values: VPC.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: The vpc id.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: The vswitch id.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the Mount Point.
Status
Optional
Status interface{}
- Type: interface{}
Property status: The status of the Mount Point.
Valid values: Active, Inactive