NetworkPacketCoreControlPlaneArgs

data class NetworkPacketCoreControlPlaneArgs(val controlPlaneAccessIpv4Address: Output<String>? = null, val controlPlaneAccessIpv4Gateway: Output<String>? = null, val controlPlaneAccessIpv4Subnet: Output<String>? = null, val controlPlaneAccessName: Output<String>? = null, val coreNetworkTechnology: Output<String>? = null, val identity: Output<NetworkPacketCoreControlPlaneIdentityArgs>? = null, val interoperabilitySettingsJson: Output<String>? = null, val localDiagnosticsAccess: Output<NetworkPacketCoreControlPlaneLocalDiagnosticsAccessArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val platform: Output<NetworkPacketCoreControlPlanePlatformArgs>? = null, val resourceGroupName: Output<String>? = null, val siteIds: Output<List<String>>? = null, val sku: Output<String>? = null, val softwareVersion: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val userEquipmentMtuInBytes: Output<Int>? = null) : ConvertibleToJava<NetworkPacketCoreControlPlaneArgs>

Manages a Mobile Network Packet Core Control Plane.

Example Usage

package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.core.ResourceGroup;
import com.pulumi.azure.core.ResourceGroupArgs;
import com.pulumi.azure.mobile.Network;
import com.pulumi.azure.mobile.NetworkArgs;
import com.pulumi.azure.mobile.NetworkSite;
import com.pulumi.azure.mobile.NetworkSiteArgs;
import com.pulumi.azure.databoxedge.Device;
import com.pulumi.azure.databoxedge.DeviceArgs;
import com.pulumi.azure.mobile.NetworkPacketCoreControlPlane;
import com.pulumi.azure.mobile.NetworkPacketCoreControlPlaneArgs;
import com.pulumi.azure.mobile.inputs.NetworkPacketCoreControlPlaneLocalDiagnosticsAccessArgs;
import com.pulumi.azure.mobile.inputs.NetworkPacketCoreControlPlanePlatformArgs;
import static com.pulumi.codegen.internal.Serialization.*;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var exampleResourceGroup = new ResourceGroup("exampleResourceGroup", ResourceGroupArgs.builder()
.location("West Europe")
.build());
var exampleNetwork = new Network("exampleNetwork", NetworkArgs.builder()
.resourceGroupName(exampleResourceGroup.name())
.location(exampleResourceGroup.location())
.mobileCountryCode("001")
.mobileNetworkCode("01")
.build());
var exampleNetworkSite = new NetworkSite("exampleNetworkSite", NetworkSiteArgs.builder()
.mobileNetworkId(azurerm_mobile_network.test().id())
.location(exampleResourceGroup.location())
.build());
var exampleDevice = new Device("exampleDevice", DeviceArgs.builder()
.resourceGroupName(exampleResourceGroup.name())
.location(exampleResourceGroup.location())
.skuName("EdgeP_Base-Standard")
.build());
var exampleNetworkPacketCoreControlPlane = new NetworkPacketCoreControlPlane("exampleNetworkPacketCoreControlPlane", NetworkPacketCoreControlPlaneArgs.builder()
.resourceGroupName(exampleResourceGroup.name())
.location(exampleResourceGroup.location())
.sku("G0")
.controlPlaneAccessName("default-interface")
.controlPlaneAccessIpv4Address("192.168.1.199")
.controlPlaneAccessIpv4Gateway("192.168.1.1")
.controlPlaneAccessIpv4Subnet("192.168.1.0/25")
.siteIds(exampleNetworkSite.id())
.localDiagnosticsAccess(NetworkPacketCoreControlPlaneLocalDiagnosticsAccessArgs.builder()
.authenticationType("AAD")
.build())
.platform(NetworkPacketCoreControlPlanePlatformArgs.builder()
.type("AKS-HCI")
.edgeDeviceId(exampleDevice.id())
.build())
.interoperabilitySettingsJson(serializeJson(
jsonObject(
jsonProperty("key", "value")
)))
.tags(Map.of("key", "value"))
.build());
}
}

Import

Mobile Network Packet Core Control Plane can be imported using the resource id, e.g.

$ pulumi import azure:mobile/networkPacketCoreControlPlane:NetworkPacketCoreControlPlane example /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/resourceGroup1/providers/Microsoft.MobileNetwork/packetCoreControlPlanes/packetCoreControlPlane1

Constructors

Link copied to clipboard
fun NetworkPacketCoreControlPlaneArgs(controlPlaneAccessIpv4Address: Output<String>? = null, controlPlaneAccessIpv4Gateway: Output<String>? = null, controlPlaneAccessIpv4Subnet: Output<String>? = null, controlPlaneAccessName: Output<String>? = null, coreNetworkTechnology: Output<String>? = null, identity: Output<NetworkPacketCoreControlPlaneIdentityArgs>? = null, interoperabilitySettingsJson: Output<String>? = null, localDiagnosticsAccess: Output<NetworkPacketCoreControlPlaneLocalDiagnosticsAccessArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, platform: Output<NetworkPacketCoreControlPlanePlatformArgs>? = null, resourceGroupName: Output<String>? = null, siteIds: Output<List<String>>? = null, sku: Output<String>? = null, softwareVersion: Output<String>? = null, tags: Output<Map<String, String>>? = null, userEquipmentMtuInBytes: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): NetworkPacketCoreControlPlaneArgs

Properties

Link copied to clipboard

The IPv4 address for the control plane interface. This should match one of the interfaces configured on your Azure Stack Edge device.

Link copied to clipboard

The default IPv4 gateway for the control plane interface. This should match one of the interfaces configured on your Azure Stack Edge device.

Link copied to clipboard

The IPv4 subnet for the control plane interface. This should match one of the interfaces configured on your Azure Stack Edge device.

Link copied to clipboard
val controlPlaneAccessName: Output<String>? = null

Specifies the logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.

Link copied to clipboard
val coreNetworkTechnology: Output<String>? = null

The core network technology generation. Possible values are EPG and 5GC.

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. Specifies the Kubernetes ingress configuration that controls access to the packet core diagnostics through local APIs.

Link copied to clipboard
val location: Output<String>? = null

Specifies the Azure Region where the Mobile Network Packet Core Control Plane should exist. Changing this forces a new Mobile Network Packet Core Control Plane to be created.

Link copied to clipboard
val name: Output<String>? = null

Specifies The name of the Mobile Network Packet Core Control Plane. Changing this forces a new Mobile Network Packet Core Control Plane to be created.

Link copied to clipboard

A platform block as defined below.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Specifies the name of the Resource Group where the Mobile Network Packet Core Control Plane should exist. Changing this forces a new Mobile Network Packet Core Control Plane to be created.

Link copied to clipboard
val siteIds: Output<List<String>>? = null

A list of Mobile Network Site IDs in which this packet core control plane should be deployed. The Sites must be in the same location as the packet core control plane.

Link copied to clipboard
val sku: Output<String>? = null

The SKU defining the throughput and SIM allowances for this packet core control plane deployment. Possible values are G0, G1, G2, G3, G4, G5 and G10.

Link copied to clipboard
val softwareVersion: Output<String>? = null

Specifies the version of the packet core software that is deployed.

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

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

Link copied to clipboard
val userEquipmentMtuInBytes: Output<Int>? = null

Specifies the MTU in bytes that can be sent to the user equipment. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link will be 60 bytes greater than this value to allow for GTP encapsulation.