GetMountTargetsResult

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

A collection of values returned by getMountTargets.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessGroupName: String? = null

AccessGroup of The MountTarget.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of MountTargetDomain.

Link copied to clipboard

MountTargetDomain of the MountTarget.

Link copied to clipboard
val networkType: String? = null

(Available 1.95.0+) NetworkType of The MountTarget.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val status: String? = null

(Available 1.95.0+) The status of the mount target.

Link copied to clipboard

A list of MountTargetDomains. Each element contains the following attributes:

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

VpcId of The MountTarget.

Link copied to clipboard
val vswitchId: String? = null

VSwitchId of The MountTarget.