Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AttachedDataNetwork

Package version

Attached data network resource.

Hierarchy

Index

Properties

Optional dnsAddresses

dnsAddresses: string[]

The DNS servers to signal to UEs to use for this attached data network.

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string

The geo-location where the resource lives

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional naptConfiguration

naptConfiguration: NaptConfiguration

The network address and port translation (NAPT) configuration. If this is not specified, the attached data network will use a default NAPT configuration with NAPT enabled.

Optional provisioningState

provisioningState: ProvisioningState

The provisioning state of the attached data network resource. NOTE: This property will not be serialized. It can only be populated by the server.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional tags

tags: undefined | {}

Resource tags.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Optional userEquipmentAddressPoolPrefix

userEquipmentAddressPoolPrefix: string[]

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.

Optional userEquipmentStaticAddressPoolPrefix

userEquipmentStaticAddressPoolPrefix: string[]

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.

userPlaneDataInterface

userPlaneDataInterface: InterfaceProperties

The user plane interface on the data network. For 5G networks, this is the N6 interface. For 4G networks, this is the SGi interface.

Generated using TypeDoc