AttachedDataNetworkPropertiesFormat Class
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.
Data network properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AttachedDataNetworkPropertiesFormatTypeConverter))]
public class AttachedDataNetworkPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAttachedDataNetworkPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AttachedDataNetworkPropertiesFormatTypeConverter))>]
type AttachedDataNetworkPropertiesFormat = class
interface IAttachedDataNetworkPropertiesFormat
interface IJsonSerializable
Public Class AttachedDataNetworkPropertiesFormat
Implements IAttachedDataNetworkPropertiesFormat
- Inheritance
-
AttachedDataNetworkPropertiesFormat
- Attributes
- Implements
Constructors
AttachedDataNetworkPropertiesFormat() |
Creates an new AttachedDataNetworkPropertiesFormat instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AttachedDataNetworkPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AttachedDataNetworkPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IAttachedDataNetworkPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of AttachedDataNetworkPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AttachedDataNetworkPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |