次の方法で共有


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