Linux OSConfig Response
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
fun LinuxOSConfigResponse(swapFileSizeMB: Int? = null, sysctls: SysctlConfigResponse? = null, transparentHugePageDefrag: String? = null, transparentHugePageEnabled: String? = null)