PacketCoreControlPlaneData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the PacketCoreControlPlane data model. Packet core control plane resource.
public class PacketCoreControlPlaneData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.PacketCoreControlPlaneData>
type PacketCoreControlPlaneData = class
inherit TrackedResourceData
interface IJsonModel<PacketCoreControlPlaneData>
interface IPersistableModel<PacketCoreControlPlaneData>
Public Class PacketCoreControlPlaneData
Inherits TrackedResourceData
Implements IJsonModel(Of PacketCoreControlPlaneData), IPersistableModel(Of PacketCoreControlPlaneData)
- Inheritance
- Implements
Constructors
Properties
ControlPlaneAccessInterface |
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. |
ControlPlaneAccessVirtualIPv4Addresses |
The virtual IP address(es) for the control plane on the access network in a High Availability (HA) system. In an HA deployment the access network router should be configured to anycast traffic for this address to the control plane access interfaces on the active and standby nodes. In non-HA system this list should be omitted or empty. |
CoreNetworkTechnology |
The core network technology generation (5G core or EPC / 4G core). |
DiagnosticsUploadStorageAccountContainerUri |
The Storage Account Container URL to upload diagnostics to. |
EventHub |
Configuration for sending packet core events to an Azure Event Hub. |
HomeNetworkPrivateKeysProvisioningState |
The provisioning state of the private keys for SUPI concealment. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Installation |
The installation state of the packet core control plane resource. |
InstalledVersion |
The currently installed version of the packet core software. |
InteropSettings |
Settings to allow interoperability with third party components e.g. RANs and UEs. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
LocalDiagnosticsAccess |
The kubernetes ingress configuration to control access to packet core diagnostics over local APIs. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
NasRerouteMacroMmeGroupId |
The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute. |
Platform |
The platform where the packet core is deployed. |
ProvisioningState |
The provisioning state of the packet core control plane resource. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RollbackVersion |
The previous version of the packet core software that was deployed. Used when performing the rollback action. |
Sites |
Site(s) under which this packet core control plane should be deployed. The sites must be in the same location as the packet core control plane. |
Sku |
The SKU defining the throughput and SIM allowances for this packet core control plane deployment. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UEMtu |
The MTU (in bytes) signaled to the UE. The same MTU is set on the user plane data links for all data networks. The MTU set on the user plane access link is calculated to be 60 bytes greater than this value to allow for GTP encapsulation. |
UserAssignedIdentity |
The identity used to retrieve the ingress certificate from Azure key vault. |
Version |
The desired version of the packet core software. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<PacketCoreControlPlaneData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<PacketCoreControlPlaneData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<PacketCoreControlPlaneData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<PacketCoreControlPlaneData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<PacketCoreControlPlaneData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET