GetMountTargetsTarget

data class GetMountTargetsTarget(val accessGroupName: String, val id: String, val mountTargetDomain: String, val networkType: String, val status: String, val type: String, val vpcId: String, val vswitchId: String)

Constructors

Link copied to clipboard
constructor(accessGroupName: String, id: String, mountTargetDomain: String, networkType: String, status: String, type: String, vpcId: String, vswitchId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Filter results by a specific AccessGroupName.

Link copied to clipboard
val id: String

ID of the 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

Filter results by a specific NetworkType.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Filter results by a specific VpcId.

Link copied to clipboard

Filter results by a specific VSwitchId.