Kubernetes Cluster Default Node Pool Linux Os Config Sysctl Config Args
data class KubernetesClusterDefaultNodePoolLinuxOsConfigSysctlConfigArgs(val fsAioMaxNr: Output<Int>? = null, val fsFileMax: Output<Int>? = null, val fsInotifyMaxUserWatches: Output<Int>? = null, val fsNrOpen: Output<Int>? = null, val kernelThreadsMax: Output<Int>? = null, val netCoreNetdevMaxBacklog: Output<Int>? = null, val netCoreOptmemMax: Output<Int>? = null, val netCoreRmemDefault: Output<Int>? = null, val netCoreRmemMax: Output<Int>? = null, val netCoreSomaxconn: Output<Int>? = null, val netCoreWmemDefault: Output<Int>? = null, val netCoreWmemMax: Output<Int>? = null, val netIpv4IpLocalPortRangeMax: Output<Int>? = null, val netIpv4IpLocalPortRangeMin: Output<Int>? = null, val netIpv4NeighDefaultGcThresh1: Output<Int>? = null, val netIpv4NeighDefaultGcThresh2: Output<Int>? = null, val netIpv4NeighDefaultGcThresh3: Output<Int>? = null, val netIpv4TcpFinTimeout: Output<Int>? = null, val netIpv4TcpKeepaliveIntvl: Output<Int>? = null, val netIpv4TcpKeepaliveProbes: Output<Int>? = null, val netIpv4TcpKeepaliveTime: Output<Int>? = null, val netIpv4TcpMaxSynBacklog: Output<Int>? = null, val netIpv4TcpMaxTwBuckets: Output<Int>? = null, val netIpv4TcpTwReuse: Output<Boolean>? = null, val netNetfilterNfConntrackBuckets: Output<Int>? = null, val netNetfilterNfConntrackMax: Output<Int>? = null, val vmMaxMapCount: Output<Int>? = null, val vmSwappiness: Output<Int>? = null, val vmVfsCachePressure: Output<Int>? = null) : ConvertibleToJava<KubernetesClusterDefaultNodePoolLinuxOsConfigSysctlConfigArgs>
Constructors
Link copied to clipboard
fun KubernetesClusterDefaultNodePoolLinuxOsConfigSysctlConfigArgs(fsAioMaxNr: Output<Int>? = null, fsFileMax: Output<Int>? = null, fsInotifyMaxUserWatches: Output<Int>? = null, fsNrOpen: Output<Int>? = null, kernelThreadsMax: Output<Int>? = null, netCoreNetdevMaxBacklog: Output<Int>? = null, netCoreOptmemMax: Output<Int>? = null, netCoreRmemDefault: Output<Int>? = null, netCoreRmemMax: Output<Int>? = null, netCoreSomaxconn: Output<Int>? = null, netCoreWmemDefault: Output<Int>? = null, netCoreWmemMax: Output<Int>? = null, netIpv4IpLocalPortRangeMax: Output<Int>? = null, netIpv4IpLocalPortRangeMin: Output<Int>? = null, netIpv4NeighDefaultGcThresh1: Output<Int>? = null, netIpv4NeighDefaultGcThresh2: Output<Int>? = null, netIpv4NeighDefaultGcThresh3: Output<Int>? = null, netIpv4TcpFinTimeout: Output<Int>? = null, netIpv4TcpKeepaliveIntvl: Output<Int>? = null, netIpv4TcpKeepaliveProbes: Output<Int>? = null, netIpv4TcpKeepaliveTime: Output<Int>? = null, netIpv4TcpMaxSynBacklog: Output<Int>? = null, netIpv4TcpMaxTwBuckets: Output<Int>? = null, netIpv4TcpTwReuse: Output<Boolean>? = null, netNetfilterNfConntrackBuckets: Output<Int>? = null, netNetfilterNfConntrackMax: Output<Int>? = null, vmMaxMapCount: Output<Int>? = null, vmSwappiness: Output<Int>? = null, vmVfsCachePressure: Output<Int>? = null)