
com.pulumi.azurenative.mobilenetwork.PacketCoreControlPlaneArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.azurenative.mobilenetwork;
import com.pulumi.azurenative.mobilenetwork.enums.BillingSku;
import com.pulumi.azurenative.mobilenetwork.enums.CoreNetworkType;
import com.pulumi.azurenative.mobilenetwork.inputs.DiagnosticsUploadConfigurationArgs;
import com.pulumi.azurenative.mobilenetwork.inputs.InstallationArgs;
import com.pulumi.azurenative.mobilenetwork.inputs.InterfacePropertiesArgs;
import com.pulumi.azurenative.mobilenetwork.inputs.LocalDiagnosticsAccessConfigurationArgs;
import com.pulumi.azurenative.mobilenetwork.inputs.ManagedServiceIdentityArgs;
import com.pulumi.azurenative.mobilenetwork.inputs.PlatformConfigurationArgs;
import com.pulumi.azurenative.mobilenetwork.inputs.SiteResourceIdArgs;
import com.pulumi.core.Either;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.core.internal.Codegen;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.lang.Object;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class PacketCoreControlPlaneArgs extends com.pulumi.resources.ResourceArgs {
public static final PacketCoreControlPlaneArgs Empty = new PacketCoreControlPlaneArgs();
/**
* The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
*
*/
@Import(name="controlPlaneAccessInterface", required=true)
private Output controlPlaneAccessInterface;
/**
* @return The control plane interface on the access network. For 5G networks, this is the N2 interface. For 4G networks, this is the S1-MME interface.
*
*/
public Output controlPlaneAccessInterface() {
return this.controlPlaneAccessInterface;
}
/**
* The core network technology generation (5G core or EPC / 4G core).
*
*/
@Import(name="coreNetworkTechnology")
private @Nullable Output> coreNetworkTechnology;
/**
* @return The core network technology generation (5G core or EPC / 4G core).
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy