MountPointArgs

data class MountPointArgs(val accessGroupId: Output<String>? = null, val description: Output<String>? = null, val fileSystemId: Output<String>? = null, val networkType: Output<String>? = null, val status: Output<String>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<MountPointArgs>

Provides a DFS Mount Point resource. For information about DFS Mount Point and how to use it, see What is Mount Point.

NOTE: Available in v1.140.0+.

Import

DFS Mount Point can be imported using the id, e.g.

$ pulumi import alicloud:dfs/mountPoint:MountPoint example <file_system_id>:<mount_point_id>

Constructors

Link copied to clipboard
fun MountPointArgs(accessGroupId: Output<String>? = null, description: Output<String>? = null, fileSystemId: Output<String>? = null, networkType: Output<String>? = null, status: Output<String>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): MountPointArgs

Properties

Link copied to clipboard
val accessGroupId: Output<String>? = null

The ID of the Access Group.

Link copied to clipboard
val description: Output<String>? = null

The description of the Mount Point.

Link copied to clipboard
val fileSystemId: Output<String>? = null

The ID of the File System.

Link copied to clipboard
val networkType: Output<String>? = null

The network type of the Mount Point. Valid values: VPC.

Link copied to clipboard
val status: Output<String>? = null

The status of the Mount Point. Valid values: Active, Inactive.

Link copied to clipboard
val vpcId: Output<String>? = null

The vpc id.

Link copied to clipboard
val vswitchId: Output<String>? = null

The vswitch id.