GetFileSystemPlainArgs

data class GetFileSystemPlainArgs(val creationToken: String? = null, val fileSystemId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetFileSystemPlainArgs>

A collection of arguments for invoking getFileSystem.

Constructors

Link copied to clipboard
constructor(creationToken: String? = null, fileSystemId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val creationToken: String? = null

Restricts the list to the file system with this creation token.

Link copied to clipboard
val fileSystemId: String? = null

ID that identifies the file system (e.g., fs-ccfc0d65).

Link copied to clipboard
val tags: Map<String, String>? = null

Restricts the list to the file system with these tags.

Functions

Link copied to clipboard
open override fun toJava(): GetFileSystemPlainArgs