PacketCoreDataPlaneData Class

Definition

A class representing the PacketCoreDataPlane data model. Packet core data plane resource. Must be created in the same location as its parent packet core control plane.

public class PacketCoreDataPlaneData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.PacketCoreDataPlaneData>
type PacketCoreDataPlaneData = class
    inherit TrackedResourceData
    interface IJsonModel<PacketCoreDataPlaneData>
    interface IPersistableModel<PacketCoreDataPlaneData>
Public Class PacketCoreDataPlaneData
Inherits TrackedResourceData
Implements IJsonModel(Of PacketCoreDataPlaneData), IPersistableModel(Of PacketCoreDataPlaneData)
Inheritance
PacketCoreDataPlaneData
Implements

Constructors

PacketCoreDataPlaneData(AzureLocation, MobileNetworkInterfaceProperties)

Initializes a new instance of PacketCoreDataPlaneData.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioning state of the packet core data plane resource.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
UserPlaneAccessInterface

The user plane interface on the access network. For 5G networks, this is the N3 interface. For 4G networks, this is the S1-U interface.

UserPlaneAccessVirtualIPv4Addresses

The virtual IP address(es) for the user plane on the access network in a High Availability (HA) system. In an HA deployment the access network router should be configured to forward traffic for this address to the control plane access interface on the active or standby node. In non-HA system this list should be omitted or empty.

Explicit Interface Implementations

IJsonModel<PacketCoreDataPlaneData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PacketCoreDataPlaneData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PacketCoreDataPlaneData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PacketCoreDataPlaneData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PacketCoreDataPlaneData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to