SandboxConfigArgs

data class SandboxConfigArgs(val sandboxType: Output<String>? = null, val type: Output<SandboxConfigType>? = null) : ConvertibleToJava<SandboxConfigArgs>

SandboxConfig contains configurations of the sandbox to use for the node.

Constructors

Link copied to clipboard
fun SandboxConfigArgs(sandboxType: Output<String>? = null, type: Output<SandboxConfigType>? = null)

Functions

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

Properties

Link copied to clipboard
val sandboxType: Output<String>? = null

Type of the sandbox to use for the node (e.g. 'gvisor')

Link copied to clipboard
val type: Output<SandboxConfigType>? = null

Type of the sandbox to use for the node.