File Server Write Settings Args
data class FileServerWriteSettingsArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<FileServerWriteSettingsArgs>
File server write settings.
Constructors
Link copied to clipboard
fun FileServerWriteSettingsArgs(copyBehavior: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, type: Output<String>)