LinuxOSConfig Class

OS configurations of Linux agent nodes.

Inheritance
azure.mgmt.containerservice._serialization.Model
LinuxOSConfig

Constructor

LinuxOSConfig(*, sysctls: _models.SysctlConfig | None = None, transparent_huge_page_enabled: str | None = None, transparent_huge_page_defrag: str | None = None, swap_file_size_mb: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
sysctls

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.

Variables

Name Description
sysctls

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.