FileSystemOptionsArgs

data class FileSystemOptionsArgs(val enableOplock: Output<Boolean>? = null) : ConvertibleToJava<FileSystemOptionsArgs>

Constructors

Link copied to clipboard
constructor(enableOplock: Output<Boolean>? = null)

Properties

Link copied to clipboard
val enableOplock: Output<Boolean>? = null

Whether to enable the OpLock function. Value:

Functions

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