ISysctlConfig.NetNetfilterNfConntrackMax Property
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.
Sysctl setting net.netfilter.nf_conntrack_max.
[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Sysctl setting net.netfilter.nf_conntrack_max.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="netNetfilterNfConntrackMax")]
public int? NetNetfilterNfConntrackMax { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="Sysctl setting net.netfilter.nf_conntrack_max.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="netNetfilterNfConntrackMax")>]
member this.NetNetfilterNfConntrackMax : Nullable<int> with get, set
Public Property NetNetfilterNfConntrackMax As Nullable(Of Integer)
Property Value
- Attributes