NodeRuntimeHandlerFeaturesArgs

data class NodeRuntimeHandlerFeaturesArgs(val recursiveReadOnlyMounts: Output<Boolean>? = null) : ConvertibleToJava<NodeRuntimeHandlerFeaturesArgs>

NodeRuntimeHandlerFeatures is a set of runtime features.

Constructors

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

Properties

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

RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.

Functions

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