Condividi tramite


IAttachedDataNetworkPropertiesFormat Interface

Definition

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

Properties

DnsAddress

The DNS servers to signal to UEs to use for this attached data network. This configuration is mandatory - if you don't want DNS servers, you must provide an empty array.

NaptConfigurationEnabled

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

NaptConfigurationPinholeLimit

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.

ProvisioningState

The provisioning state of the attached data network resource.

UserEquipmentAddressPoolPrefix

The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size.

UserEquipmentStaticAddressPoolPrefix

The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource. At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined, they must be of the same size.

UserPlaneDataInterfaceIpv4Address

The IPv4 address.

UserPlaneDataInterfaceIpv4Gateway

The default IPv4 gateway (router).

UserPlaneDataInterfaceIpv4Subnet

The IPv4 subnet.

UserPlaneDataInterfaceName

The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to