SystemControlResponse

data class SystemControlResponse(val namespace: String? = null, val value: String? = null)

Definition of SystemControl

Constructors

Link copied to clipboard
constructor(namespace: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val namespace: String? = null

The namespaced kernel parameter to set a `value` for.

Link copied to clipboard
val value: String? = null

The namespaced kernel parameter to set a `value` for. Valid IPC namespace values: `'kernel.msgmax' | 'kernel.msgmnb' | 'kernel.msgmni' | 'kernel.sem' | 'kernel.shmall' | 'kernel.shmmax' | 'kernel.shmmni' | 'kernel.shm_rmid_forced'`, and `Sysctls` that start with `'fs.mqueue.*'` Valid network namespace values: `Sysctls` that start with `'net.*'` All of these values are supported by Fargate.