LinuxOSConfig Class

OS configurations of Linux agent nodes.

Inheritance
LinuxOSConfig

Constructor

LinuxOSConfig(*, sysctls: Optional[_models.SysctlConfig] = None, transparent_huge_page_enabled: Optional[str] = None, transparent_huge_page_defrag: Optional[str] = None, swap_file_size_mb: Optional[int] = None, **kwargs)

Variables

sysctls
SysctlConfig

Sysctl settings for Linux agent nodes.

transparent_huge_page_enabled
str

Transparent Huge Page enabled configuration.

transparent_huge_page_defrag
str

Transparent Huge Page defrag configuration.

swap_file_size_mb
int

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