KubernetesClusterDefaultNodePoolLinuxOsConfigSysctlConfigArgs

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

constructor(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)

Properties

Link copied to clipboard
val fsAioMaxNr: Output<Int>? = null

The sysctl setting fs.aio-max-nr. Must be between 65536 and 6553500.

Link copied to clipboard
val fsFileMax: Output<Int>? = null

The sysctl setting fs.file-max. Must be between 8192 and 12000500.

Link copied to clipboard
val fsInotifyMaxUserWatches: Output<Int>? = null

The sysctl setting fs.inotify.max_user_watches. Must be between 781250 and 2097152.

Link copied to clipboard
val fsNrOpen: Output<Int>? = null

The sysctl setting fs.nr_open. Must be between 8192 and 20000500.

Link copied to clipboard
val kernelThreadsMax: Output<Int>? = null

The sysctl setting kernel.threads-max. Must be between 20 and 513785.

Link copied to clipboard
val netCoreNetdevMaxBacklog: Output<Int>? = null

The sysctl setting net.core.netdev_max_backlog. Must be between 1000 and 3240000.

Link copied to clipboard
val netCoreOptmemMax: Output<Int>? = null

The sysctl setting net.core.optmem_max. Must be between 20480 and 4194304.

Link copied to clipboard
val netCoreRmemDefault: Output<Int>? = null

The sysctl setting net.core.rmem_default. Must be between 212992 and 134217728.

Link copied to clipboard
val netCoreRmemMax: Output<Int>? = null

The sysctl setting net.core.rmem_max. Must be between 212992 and 134217728.

Link copied to clipboard
val netCoreSomaxconn: Output<Int>? = null

The sysctl setting net.core.somaxconn. Must be between 4096 and 3240000.

Link copied to clipboard
val netCoreWmemDefault: Output<Int>? = null

The sysctl setting net.core.wmem_default. Must be between 212992 and 134217728.

Link copied to clipboard
val netCoreWmemMax: Output<Int>? = null

The sysctl setting net.core.wmem_max. Must be between 212992 and 134217728.

Link copied to clipboard
val netIpv4IpLocalPortRangeMax: Output<Int>? = null

The sysctl setting net.ipv4.ip_local_port_range max value. Must be between 32768 and 65535.

Link copied to clipboard
val netIpv4IpLocalPortRangeMin: Output<Int>? = null

The sysctl setting net.ipv4.ip_local_port_range min value. Must be between 1024 and 60999.

Link copied to clipboard
val netIpv4NeighDefaultGcThresh1: Output<Int>? = null

The sysctl setting net.ipv4.neigh.default.gc_thresh1. Must be between 128 and 80000.

Link copied to clipboard
val netIpv4NeighDefaultGcThresh2: Output<Int>? = null

The sysctl setting net.ipv4.neigh.default.gc_thresh2. Must be between 512 and 90000.

Link copied to clipboard
val netIpv4NeighDefaultGcThresh3: Output<Int>? = null

The sysctl setting net.ipv4.neigh.default.gc_thresh3. Must be between 1024 and 100000.

Link copied to clipboard
val netIpv4TcpFinTimeout: Output<Int>? = null

The sysctl setting net.ipv4.tcp_fin_timeout. Must be between 5 and 120.

Link copied to clipboard
val netIpv4TcpKeepaliveIntvl: Output<Int>? = null

The sysctl setting net.ipv4.tcp_keepalive_intvl. Must be between 10 and 90.

Link copied to clipboard
val netIpv4TcpKeepaliveProbes: Output<Int>? = null

The sysctl setting net.ipv4.tcp_keepalive_probes. Must be between 1 and 15.

Link copied to clipboard
val netIpv4TcpKeepaliveTime: Output<Int>? = null

The sysctl setting net.ipv4.tcp_keepalive_time. Must be between 30 and 432000.

Link copied to clipboard
val netIpv4TcpMaxSynBacklog: Output<Int>? = null

The sysctl setting net.ipv4.tcp_max_syn_backlog. Must be between 128 and 3240000.

Link copied to clipboard
val netIpv4TcpMaxTwBuckets: Output<Int>? = null

The sysctl setting net.ipv4.tcp_max_tw_buckets. Must be between 8000 and 1440000.

Link copied to clipboard
val netIpv4TcpTwReuse: Output<Boolean>? = null

The sysctl setting net.ipv4.tcp_tw_reuse.

Link copied to clipboard
val netNetfilterNfConntrackBuckets: Output<Int>? = null

The sysctl setting net.netfilter.nf_conntrack_buckets. Must be between 65536 and 524288.

Link copied to clipboard
val netNetfilterNfConntrackMax: Output<Int>? = null

The sysctl setting net.netfilter.nf_conntrack_max. Must be between 131072 and 2097152.

Link copied to clipboard
val vmMaxMapCount: Output<Int>? = null

The sysctl setting vm.max_map_count. Must be between 65530 and 262144.

Link copied to clipboard
val vmSwappiness: Output<Int>? = null

The sysctl setting vm.swappiness. Must be between 0 and 100.

Link copied to clipboard
val vmVfsCachePressure: Output<Int>? = null

The sysctl setting vm.vfs_cache_pressure. Must be between 0 and 100.

Functions

Link copied to clipboard
open override fun toJava(): KubernetesClusterDefaultNodePoolLinuxOsConfigSysctlConfigArgs