Condividi tramite


PacketCoreControlPlanePropertiesFormat Class

Definition

Packet core control plane properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlanePropertiesFormatTypeConverter))]
public class PacketCoreControlPlanePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.PacketCoreControlPlanePropertiesFormatTypeConverter))>]
type PacketCoreControlPlanePropertiesFormat = class
    interface IPacketCoreControlPlanePropertiesFormat
    interface IJsonSerializable
Public Class PacketCoreControlPlanePropertiesFormat
Implements IPacketCoreControlPlanePropertiesFormat
Inheritance
PacketCoreControlPlanePropertiesFormat
Attributes
Implements

Constructors

PacketCoreControlPlanePropertiesFormat()

Creates an new PacketCoreControlPlanePropertiesFormat instance.

Properties

AzureStackEdgeDeviceId

Azure Stack Edge device resource ID.

AzureStackHciClusterId

Azure Stack HCI cluster resource ID.

ConnectedClusterId

Azure Arc connected cluster resource ID.

ControlPlaneAccessInterfaceIpv4Address

The IPv4 address.

ControlPlaneAccessInterfaceIpv4Gateway

The default IPv4 gateway (router).

ControlPlaneAccessInterfaceIpv4Subnet

The IPv4 subnet.

ControlPlaneAccessInterfaceName

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

CoreNetworkTechnology

The core network technology generation (5G core or EPC / 4G core).

CustomLocationId

Azure Arc custom location resource ID.

HttpsServerCertificateUrl

The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.

InstallationState

Installation state

InteropSetting

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

LocalDiagnosticAccessAuthenticationType

How to authenticate users who access local diagnostics APIs.

LocalDiagnosticsAccessHttpsServerCertificateProvisioningState

The certificate's provisioning state

OperationId

Azure Async Operation ID.

PlatformAzureStackEdgeDevices

The Azure Stack Edge devices where the packet core is deployed. If the packet core is deployed across multiple devices, all devices will appear in this list.

PlatformType

The platform type where packet core is deployed.

ProvisioningReason

Reason for certificate provisioning failure.

ProvisioningState

The provisioning state of the packet core control plane resource.

RollbackVersion

The previous version of the packet core software that was deployed. Used when performing the rollback action.

Site

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.

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.

Version

The version of the packet core software that is deployed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PacketCoreControlPlanePropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PacketCoreControlPlanePropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IPacketCoreControlPlanePropertiesFormat.

FromJsonString(String)

Creates a new instance of PacketCoreControlPlanePropertiesFormat, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PacketCoreControlPlanePropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to