Get Mount Target Plain Args
data class GetMountTargetPlainArgs(val accessPointId: String? = null, val fileSystemId: String? = null, val mountTargetId: String? = null) : ConvertibleToJava<GetMountTargetPlainArgs>
A collection of arguments for invoking getMountTarget.
Constructors
Link copied to clipboard
fun GetMountTargetPlainArgs(accessPointId: String? = null, fileSystemId: String? = null, mountTargetId: String? = null)