GetAttachedDataNetworkResult

data class GetAttachedDataNetworkResult(val dnsAddresses: List<String>, val id: String, val location: String, val name: String, val naptConfiguration: NaptConfigurationResponse? = null, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userEquipmentAddressPoolPrefix: List<String>? = null, val userEquipmentStaticAddressPoolPrefix: List<String>? = null, val userPlaneDataInterface: InterfacePropertiesResponse)

Attached data network resource. Must be created in the same location as its parent packet core data plane.

Constructors

Link copied to clipboard
constructor(dnsAddresses: List<String>, id: String, location: String, name: String, naptConfiguration: NaptConfigurationResponse? = null, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userEquipmentAddressPoolPrefix: List<String>? = null, userEquipmentStaticAddressPoolPrefix: List<String>? = null, userPlaneDataInterface: InterfacePropertiesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

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.

Link copied to clipboard

The provisioning state of the attached data network resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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