FileSystemTypeEnumValueArgs

data class FileSystemTypeEnumValueArgs(val value: Output<Either<String, FileSystemType>>? = null) : ConvertibleToJava<FileSystemTypeEnumValueArgs>

Definition of FileSystemTypeEnumValue

Constructors

Link copied to clipboard
constructor(value: Output<Either<String, FileSystemType>>? = null)

Properties

Link copied to clipboard
val value: Output<Either<String, FileSystemType>>? = null

Property value

Functions

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