MountTargetArgs

data class MountTargetArgs(val accessGroupName: Output<String>? = null, val fileSystemId: Output<String>? = null, val networkType: Output<String>? = null, val securityGroupId: Output<String>? = null, val status: Output<String>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<MountTargetArgs>

Provides a NAS Mount Target resource. For information about NAS Mount Target and how to use it, see Manage NAS Mount Targets.

NOTE: Available since v1.34.0.

Import

NAS MountTarget can be imported using the id, e.g.

$ pulumi import alicloud:nas/mountTarget:MountTarget foo 192094b415:192094b415-luw38.cn-beijing.nas.aliyuncs.com

Constructors

Link copied to clipboard
fun MountTargetArgs(accessGroupName: Output<String>? = null, fileSystemId: Output<String>? = null, networkType: Output<String>? = null, securityGroupId: Output<String>? = null, status: Output<String>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null)

Functions

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

Properties

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

The name of the permission group that applies to the mount target.

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

The ID of the file system.

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

mount target network type. Valid values: VPC. The classic network's mount targets are not supported.

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

The ID of security group.

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

Whether the MountTarget is active. The status of the mount target. Valid values: Active and Inactive, Default value is Active. Before you mount a file system, make sure that the mount target is in the Active state.

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

The ID of VPC.

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

The ID of the VSwitch in the VPC where the mount target resides.