GetNetworkAttachedDataNetworkResult

data class GetNetworkAttachedDataNetworkResult(val dnsAddresses: List<String>, val id: String, val location: String, val mobileNetworkDataNetworkName: String, val mobileNetworkPacketCoreDataPlaneId: String, val networkAddressPortTranslations: List<GetNetworkAttachedDataNetworkNetworkAddressPortTranslation>, val tags: Map<String, String>, val userEquipmentAddressPoolPrefixes: List<String>, val userEquipmentStaticAddressPoolPrefixes: List<String>, val userPlaneAccessIpv4Address: String, val userPlaneAccessIpv4Gateway: String, val userPlaneAccessIpv4Subnet: String, val userPlaneAccessName: String)

A collection of values returned by getNetworkAttachedDataNetwork.

Constructors

Link copied to clipboard
constructor(dnsAddresses: List<String>, id: String, location: String, mobileNetworkDataNetworkName: String, mobileNetworkPacketCoreDataPlaneId: String, networkAddressPortTranslations: List<GetNetworkAttachedDataNetworkNetworkAddressPortTranslation>, tags: Map<String, String>, userEquipmentAddressPoolPrefixes: List<String>, userEquipmentStaticAddressPoolPrefixes: List<String>, userPlaneAccessIpv4Address: String, userPlaneAccessIpv4Gateway: String, userPlaneAccessIpv4Subnet: String, userPlaneAccessName: String)

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.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the Mobile Network Attached Data Network should exist.

Link copied to clipboard

A network_address_port_translation block as defined below.

Link copied to clipboard

A mapping of tags which should be assigned to the Mobile Network Attached Data Network.

Link copied to clipboard

The IPv4 address for the user data plane interface.

Link copied to clipboard

The default IPv4 gateway for the user data plane interface.

Link copied to clipboard

The IPv4 subnet for the user data plane interface.

Link copied to clipboard

The logical name for thie user data plane interface.