Uses of Class
com.azure.resourcemanager.containerservice.models.LinuxOSConfig
Packages that use LinuxOSConfig
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LinuxOSConfig in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return LinuxOSConfigModifier and TypeMethodDescriptionAgentPoolInner.linuxOSConfig()Get the linuxOSConfig property: The OS configuration of Linux agent nodes.ManagedClusterAgentPoolProfileProperties.linuxOSConfig()Get the linuxOSConfig property: The OS configuration of Linux agent nodes.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type LinuxOSConfigModifier and TypeMethodDescriptionAgentPoolInner.withLinuxOSConfig(LinuxOSConfig linuxOSConfig) Set the linuxOSConfig property: The OS configuration of Linux agent nodes.ManagedClusterAgentPoolProfileProperties.withLinuxOSConfig(LinuxOSConfig linuxOSConfig) Set the linuxOSConfig property: The OS configuration of Linux agent nodes. -
Uses of LinuxOSConfig in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return LinuxOSConfigModifier and TypeMethodDescriptionstatic LinuxOSConfigLinuxOSConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LinuxOSConfig from the JsonReader.LinuxOSConfig.withSwapFileSizeMB(Integer swapFileSizeMB) Set the swapFileSizeMB property: The size in MB of a swap file that will be created on each node.LinuxOSConfig.withSysctls(SysctlConfig sysctls) Set the sysctls property: Sysctl settings for Linux agent nodes.LinuxOSConfig.withTransparentHugePageDefrag(String transparentHugePageDefrag) Set the transparentHugePageDefrag property: Valid values are 'always', 'defer', 'defer+madvise', 'madvise' and 'never'.LinuxOSConfig.withTransparentHugePageEnabled(String transparentHugePageEnabled) Set the transparentHugePageEnabled property: Valid values are 'always', 'madvise', and 'never'.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LinuxOSConfigModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.withLinuxOSConfig(LinuxOSConfig linuxOSConfig) Set the linuxOSConfig property: The OS configuration of Linux agent nodes.