GetNetworkPacketCoreControlPlaneResult

data class GetNetworkPacketCoreControlPlaneResult(val controlPlaneAccessIpv4Address: String, val controlPlaneAccessIpv4Gateway: String, val controlPlaneAccessIpv4Subnet: String, val controlPlaneAccessName: String, val coreNetworkTechnology: String, val id: String, val identities: List<GetNetworkPacketCoreControlPlaneIdentity>, val interoperabilitySettingsJson: String, val localDiagnosticsAccesses: List<GetNetworkPacketCoreControlPlaneLocalDiagnosticsAccess>, val location: String, val name: String, val platforms: List<GetNetworkPacketCoreControlPlanePlatform>, val resourceGroupName: String, val siteIds: List<String>, val sku: String, val softwareVersion: String, val tags: Map<String, String>, val userEquipmentMtuInBytes: Int)

A collection of values returned by getNetworkPacketCoreControlPlane.

Constructors

Link copied to clipboard
constructor(controlPlaneAccessIpv4Address: String, controlPlaneAccessIpv4Gateway: String, controlPlaneAccessIpv4Subnet: String, controlPlaneAccessName: String, coreNetworkTechnology: String, id: String, identities: List<GetNetworkPacketCoreControlPlaneIdentity>, interoperabilitySettingsJson: String, localDiagnosticsAccesses: List<GetNetworkPacketCoreControlPlaneLocalDiagnosticsAccess>, location: String, name: String, platforms: List<GetNetworkPacketCoreControlPlanePlatform>, resourceGroupName: String, siteIds: List<String>, sku: String, softwareVersion: String, tags: Map<String, String>, userEquipmentMtuInBytes: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The core network technology generation.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

Settings in JSON format to allow interoperability with third party components e.g. RANs and UEs.

Link copied to clipboard

One or more local_diagnostics_access blocks as defined below. The Kubernetes ingress configuration that controls access to the packet core diagnostics through local APIs.

Link copied to clipboard

The Azure Region where the Mobile Network Packet Core Control Plane exists.

Link copied to clipboard

The logical name for this interface.

Link copied to clipboard

A platform block as defined below.

Link copied to clipboard
Link copied to clipboard

The list of Mobile Network Site IDs in which this packet core control plane is deployed.

Link copied to clipboard
val sku: String

The SKU defining the throughput and SIM allowances for this packet core control plane deployment.

Link copied to clipboard

The version of the packet core software that is deployed.

Link copied to clipboard

A mapping of tags assigned to the Mobile Network Packet Core Control Plane.

Link copied to clipboard

The MTU in bytes that can be sent to the user equipment.