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