LinuxOSConfigResponse

data class LinuxOSConfigResponse(val swapFileSizeMB: Int? = null, val sysctls: SysctlConfigResponse? = null, val transparentHugePageDefrag: String? = null, val transparentHugePageEnabled: String? = null)

OS configurations of Linux agent nodes.

Constructors

Link copied to clipboard
constructor(swapFileSizeMB: Int? = null, sysctls: SysctlConfigResponse? = null, transparentHugePageDefrag: String? = null, transparentHugePageEnabled: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val swapFileSizeMB: Int? = null

SwapFileSizeMB specifies size in MB of a swap file will be created on each node.

Link copied to clipboard

Sysctl settings for Linux agent nodes.

Link copied to clipboard

Transparent Huge Page defrag configuration.

Link copied to clipboard

Transparent Huge Page enabled configuration.