MountPoint

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>

Properties

Link copied to clipboard
val accessGroupId: Output<String>

The ID of the Access Group.

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

The description of the Mount Point.

Link copied to clipboard
val fileSystemId: Output<String>

The ID of the File System.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val mountPointId: Output<String>

The ID of the Mount Point.

Link copied to clipboard
val networkType: Output<String>

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

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

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>

The vpc id.

Link copied to clipboard
val vswitchId: Output<String>

The vswitch id.