Get Network Attached Data Network Result
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)
Properties
Link copied to clipboard
The DNS servers to signal to UEs to use for this attached data network.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val networkAddressPortTranslations: List<GetNetworkAttachedDataNetworkNetworkAddressPortTranslation>
A network_address_port_translation
block as defined below.
Link copied to clipboard
Link copied to clipboard
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.