GetFileSystemsPlainArgs

data class GetFileSystemsPlainArgs(val descriptionRegex: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val protocolType: String? = null, val storageType: String? = null) : ConvertibleToJava<GetFileSystemsPlainArgs>

A collection of arguments for invoking getFileSystems.

Constructors

Link copied to clipboard
constructor(descriptionRegex: String? = null, ids: List<String>? = null, outputFile: String? = null, protocolType: String? = null, storageType: String? = null)

Properties

Link copied to clipboard

A regex string to filter the results by the :FileSystem description.

Link copied to clipboard
val ids: List<String>? = null

A list of FileSystemId.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val protocolType: String? = null

The protocol type of the file system. Valid values: NFS, SMB (Available when the file_system_type is standard).

Link copied to clipboard
val storageType: String? = null

The storage type of the file system.

Functions

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