SessionContainerArgs

data class SessionContainerArgs(val args: Output<List<String>>? = null, val command: Output<List<String>>? = null, val env: Output<List<EnvironmentVarArgs>>? = null, val image: Output<String>? = null, val name: Output<String>? = null, val resources: Output<SessionContainerResourcesArgs>? = null) : ConvertibleToJava<SessionContainerArgs>

Container definitions for the sessions of the session pool.

Constructors

Link copied to clipboard
constructor(args: Output<List<String>>? = null, command: Output<List<String>>? = null, env: Output<List<EnvironmentVarArgs>>? = null, image: Output<String>? = null, name: Output<String>? = null, resources: Output<SessionContainerResourcesArgs>? = null)

Properties

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

Container start command arguments.

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

Container start command.

Link copied to clipboard
val env: Output<List<EnvironmentVarArgs>>? = null

Container environment variables.

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

Container image tag.

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

Custom container name.

Link copied to clipboard

Container resource requirements.

Functions

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