SysctlConfig Constructors
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.
Overloads
SysctlConfig()
Initializes a new instance of the SysctlConfig class.
public SysctlConfig ();
Public Sub New ()
Applies to
SysctlConfig(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the SysctlConfig class.
public 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? netIpv4TcpTwReuse = 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);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.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> -> Microsoft.Azure.Management.ContainerService.Fluent.Models.SysctlConfig
Public Sub New (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 netIpv4TcpTwReuse 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)
Parameters
- netIpv4IpLocalPortRange
- String
Sysctl setting net.ipv4.ip_local_port_range.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET