GetMountTargetsPlainArgs

data class GetMountTargetsPlainArgs(val accessGroupName: String? = null, val fileSystemId: String, val ids: List<String>? = null, val mountTargetDomain: String? = null, val networkType: String? = null, val outputFile: String? = null, val status: String? = null, val type: String? = null, val vpcId: String? = null, val vswitchId: String? = null) : ConvertibleToJava<GetMountTargetsPlainArgs>

A collection of arguments for invoking getMountTargets.

Constructors

Link copied to clipboard
constructor(accessGroupName: String? = null, fileSystemId: String, ids: List<String>? = null, mountTargetDomain: String? = null, networkType: String? = null, outputFile: String? = null, status: String? = null, type: String? = null, vpcId: String? = null, vswitchId: String? = null)

Properties

Link copied to clipboard
val accessGroupName: String? = null

Filter results by a specific AccessGroupName.

Link copied to clipboard

The ID of the FileSystem that owns the MountTarget.

Link copied to clipboard
val ids: List<String>? = null

A list of MountTargetDomain.

Link copied to clipboard

Field mount_target_domain has been deprecated from provider version 1.53.0. New field ids replaces it.

Link copied to clipboard
val networkType: String? = null

Filter results by a specific NetworkType.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val status: String? = null

Filter results by the status of mount target. Valid values: Active, Inactive and Pending.

Link copied to clipboard
val type: String? = null

Field type has been deprecated from provider version 1.95.0. New field network_type replaces it.

Link copied to clipboard
val vpcId: String? = null

Filter results by a specific VpcId.

Link copied to clipboard
val vswitchId: String? = null

Filter results by a specific VSwitchId.

Functions

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