SandboxConfigResponse

data class SandboxConfigResponse(val sandboxType: String, val type: String)

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

Constructors

Link copied to clipboard
fun SandboxConfigResponse(sandboxType: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Type of the sandbox to use for the node.