Get File Systems Plain Args
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
Properties
Link copied to clipboard
A regex string to filter the results by the :FileSystem description.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The protocol type of the file system. Valid values: NFS
, SMB
(Available when the file_system_type
is standard
).
Link copied to clipboard
The storage type of the file system.