你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

INaptConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.NaptConfigurationTypeConverter))]
public interface INaptConfiguration : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.NaptConfigurationTypeConverter))>]
type INaptConfiguration = interface
    interface IJsonSerializable
Public Interface INaptConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Enabled

Whether NAPT is enabled for connections to this attached data network.

PinholeLimit

Maximum number of UDP and TCP pinholes that can be open simultaneously on the core interface. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.

PinholeTimeoutIcmp

Pinhole timeout for ICMP pinholes in seconds. Default for ICMP Echo is 30 seconds.

PinholeTimeoutTcp

Pinhole timeout for TCP pinholes in seconds. Default for TCP is 3 minutes.

PinholeTimeoutUdp

Pinhole timeout for UDP pinholes in seconds. Default for UDP is 30 seconds.

PortRangeMaxPort

The maximum port number

PortRangeMinPort

The minimum port number

PortReuseHoldTimeTcp

Minimum time in seconds that will pass before a TCP port that was used by a closed pinhole can be reused. Default for TCP is 2 minutes.

PortReuseHoldTimeUdp

Minimum time in seconds that will pass before a UDP port that was used by a closed pinhole can be reused. Default for UDP is 1 minute.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to