Fileshare Profile Args
data class FileshareProfileArgs(val shareSizeInGB: Output<Double>? = null, val shareType: Output<Either<String, FileShareType>>, val storageType: Output<Either<String, FileShareStorageType>>) : ConvertibleToJava<FileshareProfileArgs>
File share profile
Constructors
Link copied to clipboard
constructor(shareSizeInGB: Output<Double>? = null, shareType: Output<Either<String, FileShareType>>, storageType: Output<Either<String, FileShareStorageType>>)