ArmContainerServiceModelFactory.SysctlConfig Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.ContainerService.Models.SysctlConfig SysctlConfig(int? netCoreSomaxconn = default, int? netCoreNetdevMaxBacklog = default, int? netCoreRmemDefault = default, int? netCoreRmemMax = default, int? netCoreWmemDefault = default, int? netCoreWmemMax = default, int? netCoreOptmemMax = default, int? netIPv4TcpMaxSynBacklog = default, int? netIPv4TcpMaxTwBuckets = default, int? netIPv4TcpFinTimeout = default, int? netIPv4TcpKeepaliveTime = default, int? netIPv4TcpKeepaliveProbes = default, int? netIPv4TcpKeepaliveIntvl = default, bool? isNetIpv4TcpTwReuseEnabled = default, string netIPv4IPLocalPortRange = default, int? netIPv4NeighDefaultGcThresh1 = default, int? netIPv4NeighDefaultGcThresh2 = default, int? netIPv4NeighDefaultGcThresh3 = default, int? netNetfilterNfConntrackMax = default, int? netNetfilterNfConntrackBuckets = default, int? fsInotifyMaxUserWatches = default, int? fsFileMax = default, int? fsAioMaxNr = default, int? fsNrOpen = default, int? kernelThreadsMax = default, int? vmMaxMapCount = default, int? vmSwappiness = default, int? vmVfsCachePressure = default);
static member SysctlConfig : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<bool> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.ContainerService.Models.SysctlConfig
Public Shared Function SysctlConfig (Optional netCoreSomaxconn As Nullable(Of Integer) = Nothing, Optional netCoreNetdevMaxBacklog As Nullable(Of Integer) = Nothing, Optional netCoreRmemDefault As Nullable(Of Integer) = Nothing, Optional netCoreRmemMax As Nullable(Of Integer) = Nothing, Optional netCoreWmemDefault As Nullable(Of Integer) = Nothing, Optional netCoreWmemMax As Nullable(Of Integer) = Nothing, Optional netCoreOptmemMax As Nullable(Of Integer) = Nothing, Optional netIPv4TcpMaxSynBacklog As Nullable(Of Integer) = Nothing, Optional netIPv4TcpMaxTwBuckets As Nullable(Of Integer) = Nothing, Optional netIPv4TcpFinTimeout As Nullable(Of Integer) = Nothing, Optional netIPv4TcpKeepaliveTime As Nullable(Of Integer) = Nothing, Optional netIPv4TcpKeepaliveProbes As Nullable(Of Integer) = Nothing, Optional netIPv4TcpKeepaliveIntvl As Nullable(Of Integer) = Nothing, Optional isNetIpv4TcpTwReuseEnabled As Nullable(Of Boolean) = Nothing, Optional netIPv4IPLocalPortRange As String = Nothing, Optional netIPv4NeighDefaultGcThresh1 As Nullable(Of Integer) = Nothing, Optional netIPv4NeighDefaultGcThresh2 As Nullable(Of Integer) = Nothing, Optional netIPv4NeighDefaultGcThresh3 As Nullable(Of Integer) = Nothing, Optional netNetfilterNfConntrackMax As Nullable(Of Integer) = Nothing, Optional netNetfilterNfConntrackBuckets As Nullable(Of Integer) = Nothing, Optional fsInotifyMaxUserWatches As Nullable(Of Integer) = Nothing, Optional fsFileMax As Nullable(Of Integer) = Nothing, Optional fsAioMaxNr As Nullable(Of Integer) = Nothing, Optional fsNrOpen As Nullable(Of Integer) = Nothing, Optional kernelThreadsMax As Nullable(Of Integer) = Nothing, Optional vmMaxMapCount As Nullable(Of Integer) = Nothing, Optional vmSwappiness As Nullable(Of Integer) = Nothing, Optional vmVfsCachePressure As Nullable(Of Integer) = Nothing) As SysctlConfig
Parameters
- netIPv4IPLocalPortRange
- String
Sysctl setting net.ipv4.ip_local_port_range.
Returns
A new SysctlConfig instance for mocking.