Get Mount Targets Plain Args
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.
Properties
Link copied to clipboard
Filter results by a specific AccessGroupName.
Link copied to clipboard
The ID of the FileSystem that owns the MountTarget.
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
Filter results by a specific NetworkType.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).