GetNetworkPacketCoreDataPlaneResult

data class GetNetworkPacketCoreDataPlaneResult(val id: String, val location: String, val mobileNetworkPacketCoreControlPlaneId: String, val name: String, val tags: Map<String, String>, val userPlaneAccessIpv4Address: String, val userPlaneAccessIpv4Gateway: String, val userPlaneAccessIpv4Subnet: String, val userPlaneAccessName: String)

A collection of values returned by getNetworkPacketCoreDataPlane.

Constructors

Link copied to clipboard
constructor(id: String, location: String, mobileNetworkPacketCoreControlPlaneId: String, name: String, tags: Map<String, String>, userPlaneAccessIpv4Address: String, userPlaneAccessIpv4Gateway: String, userPlaneAccessIpv4Subnet: String, userPlaneAccessName: String)

Types

Link copied to clipboard
object Companion

Properties

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 Packet Core Data Plane should exist.

Link copied to clipboard
Link copied to clipboard

A mapping of tags which should be assigned to the Mobile Network Packet Core Data Plane.

Link copied to clipboard

The IPv4 address for the user plane interface.

Link copied to clipboard

The default IPv4 gateway for the user plane interface.

Link copied to clipboard

The IPv4 subnet for the user plane interface.

Link copied to clipboard

The logical name for thie user plane interface.