GetPacketCoreControlPlaneResult

data class GetPacketCoreControlPlaneResult(val controlPlaneAccessInterface: InterfacePropertiesResponse, val coreNetworkTechnology: String? = null, val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val interopSettings: Any? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null, val localDiagnosticsAccess: LocalDiagnosticsAccessConfigurationResponse? = null, val location: String, val mobileNetwork: MobileNetworkResourceIdResponse, val name: String, val platform: PlatformConfigurationResponse? = null, val provisioningState: String, val sku: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val version: String? = null)

Packet core control plane resource.

Constructors

Link copied to clipboard
constructor(controlPlaneAccessInterface: InterfacePropertiesResponse, coreNetworkTechnology: String? = null, createdAt: String? = null, createdBy: String? = null, createdByType: String? = null, id: String, identity: ManagedServiceIdentityResponse? = null, interopSettings: Any? = null, lastModifiedAt: String? = null, lastModifiedBy: String? = null, lastModifiedByType: String? = null, localDiagnosticsAccess: LocalDiagnosticsAccessConfigurationResponse? = null, location: String, mobileNetwork: MobileNetworkResourceIdResponse, name: String, platform: PlatformConfigurationResponse? = null, provisioningState: String, sku: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val createdAt: String? = null

The timestamp of resource creation (UTC).

Link copied to clipboard
val createdBy: String? = null

The identity that created the resource.

Link copied to clipboard
val createdByType: String? = null

The type of identity that created the resource.

Link copied to clipboard
val id: String

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

Link copied to clipboard

The identity used to retrieve the ingress certificate from Azure key vault.

Link copied to clipboard
val interopSettings: Any? = null

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

Link copied to clipboard
val lastModifiedAt: String? = null

The timestamp of resource last modification (UTC)

Link copied to clipboard
val lastModifiedBy: String? = null

The identity that last modified the resource.

Link copied to clipboard

The type of identity that last modified the resource.

Link copied to clipboard

The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Mobile network in which this packet core control plane is deployed.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The platform where the packet core is deployed.

Link copied to clipboard

The provisioning state of the packet core control plane resource.

Link copied to clipboard
val sku: String

The SKU defining the throughput and SIM allowances for this packet core control plane deployment.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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

Resource tags.

Link copied to clipboard

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

Link copied to clipboard
val version: String? = null

The version of the packet core software that is deployed.