Kubernetes Cluster Node Pool Linux Os Config Args
data class KubernetesClusterNodePoolLinuxOsConfigArgs(val swapFileSizeMb: Output<Int>? = null, val sysctlConfig: Output<KubernetesClusterNodePoolLinuxOsConfigSysctlConfigArgs>? = null, val transparentHugePageDefrag: Output<String>? = null, val transparentHugePageEnabled: Output<String>? = null) : ConvertibleToJava<KubernetesClusterNodePoolLinuxOsConfigArgs>
Constructors
Link copied to clipboard
fun KubernetesClusterNodePoolLinuxOsConfigArgs(swapFileSizeMb: Output<Int>? = null, sysctlConfig: Output<KubernetesClusterNodePoolLinuxOsConfigSysctlConfigArgs>? = null, transparentHugePageDefrag: Output<String>? = null, transparentHugePageEnabled: Output<String>? = null)