MultichannelArgs

data class MultichannelArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<MultichannelArgs>

Multichannel setting. Applies to Premium FileStorage only.

Constructors

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

Properties

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

Indicates whether multichannel is enabled

Functions

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