IAttachedDataNetwork Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AttachedDataNetworkTypeConverter))]
public interface IAttachedDataNetwork : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api30.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.AttachedDataNetworkTypeConverter))>]
type IAttachedDataNetwork = interface
interface IJsonSerializable
interface ITrackedResource
interface IResource
Public Interface IAttachedDataNetwork
Implements ITrackedResource
- 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. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
Location |
The geo-location where the resource lives (Inherited from ITrackedResource) |
Name |
The name of the resource (Inherited from IResource) |
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. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
Tag |
Resource tags. (Inherited from ITrackedResource) |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
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) |