SysctlConfigArgs

data class SysctlConfigArgs(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 netIpv4IpLocalPortRange: Output<String>? = null, val netIpv4NeighDefaultGcThresh1: Output<Int>? = null, val netIpv4NeighDefaultGcThresh2: Output<Int>? = null, val netIpv4NeighDefaultGcThresh3: Output<Int>? = null, val netIpv4TcpFinTimeout: 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 netIpv4TcpkeepaliveIntvl: Output<Int>? = 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<SysctlConfigArgs>

Sysctl settings for Linux agent nodes.

Constructors

Link copied to clipboard
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, netIpv4IpLocalPortRange: Output<String>? = null, netIpv4NeighDefaultGcThresh1: Output<Int>? = null, netIpv4NeighDefaultGcThresh2: Output<Int>? = null, netIpv4NeighDefaultGcThresh3: Output<Int>? = null, netIpv4TcpFinTimeout: Output<Int>? = null, netIpv4TcpKeepaliveProbes: Output<Int>? = null, netIpv4TcpKeepaliveTime: Output<Int>? = null, netIpv4TcpMaxSynBacklog: Output<Int>? = null, netIpv4TcpMaxTwBuckets: Output<Int>? = null, netIpv4TcpTwReuse: Output<Boolean>? = null, netIpv4TcpkeepaliveIntvl: Output<Int>? = 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

Sysctl setting fs.aio-max-nr.

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

Sysctl setting fs.file-max.

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

Sysctl setting fs.inotify.max_user_watches.

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

Sysctl setting fs.nr_open.

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

Sysctl setting kernel.threads-max.

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

Sysctl setting net.core.netdev_max_backlog.

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

Sysctl setting net.core.optmem_max.

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

Sysctl setting net.core.rmem_default.

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

Sysctl setting net.core.rmem_max.

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

Sysctl setting net.core.somaxconn.

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

Sysctl setting net.core.wmem_default.

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

Sysctl setting net.core.wmem_max.

Link copied to clipboard
val netIpv4IpLocalPortRange: Output<String>? = null

Sysctl setting net.ipv4.ip_local_port_range.

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

Sysctl setting net.ipv4.neigh.default.gc_thresh1.

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

Sysctl setting net.ipv4.neigh.default.gc_thresh2.

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

Sysctl setting net.ipv4.neigh.default.gc_thresh3.

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

Sysctl setting net.ipv4.tcp_fin_timeout.

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

Sysctl setting net.ipv4.tcp_keepalive_intvl.

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

Sysctl setting net.ipv4.tcp_keepalive_probes.

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

Sysctl setting net.ipv4.tcp_keepalive_time.

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

Sysctl setting net.ipv4.tcp_max_syn_backlog.

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

Sysctl setting net.ipv4.tcp_max_tw_buckets.

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

Sysctl setting net.ipv4.tcp_tw_reuse.

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

Sysctl setting net.netfilter.nf_conntrack_buckets.

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

Sysctl setting net.netfilter.nf_conntrack_max.

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

Sysctl setting vm.max_map_count.

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

Sysctl setting vm.swappiness.

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

Sysctl setting vm.vfs_cache_pressure.

Functions

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