SysctlConfig Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SysctlConfig()
Initialisiert eine neue instance der SysctlConfig-Klasse.
public SysctlConfig ();
Public Sub New ()
Gilt für:
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>)
Initialisiert eine neue instance der SysctlConfig-Klasse.
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)
Parameter
- netIpv4IpLocalPortRange
- String
Sysctl-Einstellung net.ipv4.ip_local_port_range.
Sysctl-Einstellung net.netfilter.nf_conntrack_buckets.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET