Project File System Location Args
data class ProjectFileSystemLocationArgs(val identifier: Output<String>? = null, val location: Output<String>? = null, val mountOptions: Output<String>? = null, val mountPoint: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ProjectFileSystemLocationArgs>