ContainerGroupEciSecurityContextSysctl

data class ContainerGroupEciSecurityContextSysctl(val name: String? = null, val value: String? = null)

Constructors

Link copied to clipboard
fun ContainerGroupEciSecurityContextSysctl(name: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the volume.

Link copied to clipboard
val value: String? = null

The variable value of the security context that the container group runs.