Mount Point Args
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>
Content copied to clipboard