ContainerGroupEciSecurityContextSysctlArgs

data class ContainerGroupEciSecurityContextSysctlArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ContainerGroupEciSecurityContextSysctlArgs>

Constructors

fun ContainerGroupEciSecurityContextSysctlArgs(name: Output<String>? = null, value: Output<String>? = null)

Functions

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

Properties

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

The name of the mounted volume.

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

The value of the variable. The value can be 0 to 256 characters in length.