Uses of Class
com.azure.resourcemanager.containerservice.models.SysctlConfig
Packages that use SysctlConfig
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of SysctlConfig in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return SysctlConfigModifier and TypeMethodDescriptionLinuxOSConfig.sysctls()Get the sysctls property: Sysctl settings for Linux agent nodes.SysctlConfig.withFsAioMaxNr(Integer fsAioMaxNr) Set the fsAioMaxNr property: Sysctl setting fs.aio-max-nr.SysctlConfig.withFsFileMax(Integer fsFileMax) Set the fsFileMax property: Sysctl setting fs.file-max.SysctlConfig.withFsInotifyMaxUserWatches(Integer fsInotifyMaxUserWatches) Set the fsInotifyMaxUserWatches property: Sysctl setting fs.inotify.max_user_watches.SysctlConfig.withFsNrOpen(Integer fsNrOpen) Set the fsNrOpen property: Sysctl setting fs.nr_open.SysctlConfig.withKernelThreadsMax(Integer kernelThreadsMax) Set the kernelThreadsMax property: Sysctl setting kernel.threads-max.SysctlConfig.withNetCoreNetdevMaxBacklog(Integer netCoreNetdevMaxBacklog) Set the netCoreNetdevMaxBacklog property: Sysctl setting net.core.netdev_max_backlog.SysctlConfig.withNetCoreOptmemMax(Integer netCoreOptmemMax) Set the netCoreOptmemMax property: Sysctl setting net.core.optmem_max.SysctlConfig.withNetCoreRmemDefault(Integer netCoreRmemDefault) Set the netCoreRmemDefault property: Sysctl setting net.core.rmem_default.SysctlConfig.withNetCoreRmemMax(Integer netCoreRmemMax) Set the netCoreRmemMax property: Sysctl setting net.core.rmem_max.SysctlConfig.withNetCoreSomaxconn(Integer netCoreSomaxconn) Set the netCoreSomaxconn property: Sysctl setting net.core.somaxconn.SysctlConfig.withNetCoreWmemDefault(Integer netCoreWmemDefault) Set the netCoreWmemDefault property: Sysctl setting net.core.wmem_default.SysctlConfig.withNetCoreWmemMax(Integer netCoreWmemMax) Set the netCoreWmemMax property: Sysctl setting net.core.wmem_max.SysctlConfig.withNetIpv4IpLocalPortRange(String netIpv4IpLocalPortRange) Set the netIpv4IpLocalPortRange property: Sysctl setting net.ipv4.ip_local_port_range.SysctlConfig.withNetIpv4NeighDefaultGcThresh1(Integer netIpv4NeighDefaultGcThresh1) Set the netIpv4NeighDefaultGcThresh1 property: Sysctl setting net.ipv4.neigh.default.gc_thresh1.SysctlConfig.withNetIpv4NeighDefaultGcThresh2(Integer netIpv4NeighDefaultGcThresh2) Set the netIpv4NeighDefaultGcThresh2 property: Sysctl setting net.ipv4.neigh.default.gc_thresh2.SysctlConfig.withNetIpv4NeighDefaultGcThresh3(Integer netIpv4NeighDefaultGcThresh3) Set the netIpv4NeighDefaultGcThresh3 property: Sysctl setting net.ipv4.neigh.default.gc_thresh3.SysctlConfig.withNetIpv4TcpFinTimeout(Integer netIpv4TcpFinTimeout) Set the netIpv4TcpFinTimeout property: Sysctl setting net.ipv4.tcp_fin_timeout.SysctlConfig.withNetIpv4TcpkeepaliveIntvl(Integer netIpv4TcpkeepaliveIntvl) Set the netIpv4TcpkeepaliveIntvl property: Sysctl setting net.ipv4.tcp_keepalive_intvl.SysctlConfig.withNetIpv4TcpKeepaliveProbes(Integer netIpv4TcpKeepaliveProbes) Set the netIpv4TcpKeepaliveProbes property: Sysctl setting net.ipv4.tcp_keepalive_probes.SysctlConfig.withNetIpv4TcpKeepaliveTime(Integer netIpv4TcpKeepaliveTime) Set the netIpv4TcpKeepaliveTime property: Sysctl setting net.ipv4.tcp_keepalive_time.SysctlConfig.withNetIpv4TcpMaxSynBacklog(Integer netIpv4TcpMaxSynBacklog) Set the netIpv4TcpMaxSynBacklog property: Sysctl setting net.ipv4.tcp_max_syn_backlog.SysctlConfig.withNetIpv4TcpMaxTwBuckets(Integer netIpv4TcpMaxTwBuckets) Set the netIpv4TcpMaxTwBuckets property: Sysctl setting net.ipv4.tcp_max_tw_buckets.SysctlConfig.withNetIpv4TcpTwReuse(Boolean netIpv4TcpTwReuse) Set the netIpv4TcpTwReuse property: Sysctl setting net.ipv4.tcp_tw_reuse.SysctlConfig.withNetNetfilterNfConntrackBuckets(Integer netNetfilterNfConntrackBuckets) Set the netNetfilterNfConntrackBuckets property: Sysctl setting net.netfilter.nf_conntrack_buckets.SysctlConfig.withNetNetfilterNfConntrackMax(Integer netNetfilterNfConntrackMax) Set the netNetfilterNfConntrackMax property: Sysctl setting net.netfilter.nf_conntrack_max.SysctlConfig.withVmMaxMapCount(Integer vmMaxMapCount) Set the vmMaxMapCount property: Sysctl setting vm.max_map_count.SysctlConfig.withVmSwappiness(Integer vmSwappiness) Set the vmSwappiness property: Sysctl setting vm.swappiness.SysctlConfig.withVmVfsCachePressure(Integer vmVfsCachePressure) Set the vmVfsCachePressure property: Sysctl setting vm.vfs_cache_pressure.Methods in com.azure.resourcemanager.containerservice.models with parameters of type SysctlConfigModifier and TypeMethodDescriptionLinuxOSConfig.withSysctls(SysctlConfig sysctls) Set the sysctls property: Sysctl settings for Linux agent nodes.