azure-native.mobilenetwork.getPacketCoreControlPlane
Explore with Pulumi AI
Gets information about the specified packet core control plane.
Uses Azure REST API version 2024-04-01.
Other available API versions: 2022-04-01-preview, 2022-11-01, 2023-06-01, 2023-09-01, 2024-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mobilenetwork [ApiVersion]
. See the version guide for details.
Using getPacketCoreControlPlane
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPacketCoreControlPlane(args: GetPacketCoreControlPlaneArgs, opts?: InvokeOptions): Promise<GetPacketCoreControlPlaneResult>
function getPacketCoreControlPlaneOutput(args: GetPacketCoreControlPlaneOutputArgs, opts?: InvokeOptions): Output<GetPacketCoreControlPlaneResult>
def get_packet_core_control_plane(packet_core_control_plane_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPacketCoreControlPlaneResult
def get_packet_core_control_plane_output(packet_core_control_plane_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPacketCoreControlPlaneResult]
func LookupPacketCoreControlPlane(ctx *Context, args *LookupPacketCoreControlPlaneArgs, opts ...InvokeOption) (*LookupPacketCoreControlPlaneResult, error)
func LookupPacketCoreControlPlaneOutput(ctx *Context, args *LookupPacketCoreControlPlaneOutputArgs, opts ...InvokeOption) LookupPacketCoreControlPlaneResultOutput
> Note: This function is named LookupPacketCoreControlPlane
in the Go SDK.
public static class GetPacketCoreControlPlane
{
public static Task<GetPacketCoreControlPlaneResult> InvokeAsync(GetPacketCoreControlPlaneArgs args, InvokeOptions? opts = null)
public static Output<GetPacketCoreControlPlaneResult> Invoke(GetPacketCoreControlPlaneInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPacketCoreControlPlaneResult> getPacketCoreControlPlane(GetPacketCoreControlPlaneArgs args, InvokeOptions options)
public static Output<GetPacketCoreControlPlaneResult> getPacketCoreControlPlane(GetPacketCoreControlPlaneArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:mobilenetwork:getPacketCoreControlPlane
arguments:
# arguments dictionary
The following arguments are supported:
- Packet
Core stringControl Plane Name - The name of the packet core control plane.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Packet
Core stringControl Plane Name - The name of the packet core control plane.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- packet
Core StringControl Plane Name - The name of the packet core control plane.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- packet
Core stringControl Plane Name - The name of the packet core control plane.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- packet_
core_ strcontrol_ plane_ name - The name of the packet core control plane.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- packet
Core StringControl Plane Name - The name of the packet core control plane.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getPacketCoreControlPlane Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Control
Plane Pulumi.Access Interface Azure Native. Mobile Network. Outputs. Interface Properties Response - 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.
- Home
Network Pulumi.Private Keys Provisioning Azure Native. Mobile Network. Outputs. Home Network Private Keys Provisioning Response - The provisioning state of the secret containing private keys and keyIds for SUPI concealment.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Installed
Version string - The currently installed version of the packet core software.
- Local
Diagnostics Pulumi.Access Azure Native. Mobile Network. Outputs. Local Diagnostics Access Configuration Response - The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Platform
Pulumi.
Azure Native. Mobile Network. Outputs. Platform Configuration Response - The platform where the packet core is deployed.
- Provisioning
State string - The provisioning state of the packet core control plane resource.
- Rollback
Version string - The previous version of the packet core software that was deployed. Used when performing the rollback action.
- Sites
List<Pulumi.
Azure Native. Mobile Network. Outputs. Site Resource Id Response> - 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 string
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- System
Data Pulumi.Azure Native. Mobile Network. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Control
Plane List<string>Access Virtual Ipv4Addresses - 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.
- Core
Network stringTechnology - The core network technology generation (5G core or EPC / 4G core).
- Diagnostics
Upload Pulumi.Azure Native. Mobile Network. Outputs. Diagnostics Upload Configuration Response - Configuration for uploading packet core diagnostics
- Event
Hub Pulumi.Azure Native. Mobile Network. Outputs. Event Hub Configuration Response - Configuration for sending packet core events to an Azure Event Hub.
- Identity
Pulumi.
Azure Native. Mobile Network. Outputs. Managed Service Identity Response - The identity used to retrieve the ingress certificate from Azure key vault.
- Installation
Pulumi.
Azure Native. Mobile Network. Outputs. Installation Response - The installation state of the packet core control plane resource.
- Interop
Settings object - Settings to allow interoperability with third party components e.g. RANs and UEs.
- Signaling
Pulumi.
Azure Native. Mobile Network. Outputs. Signaling Configuration Response - Signaling configuration for the packet core.
- Dictionary<string, string>
- Resource tags.
- Ue
Mtu int - 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.
- User
Consent Pulumi.Azure Native. Mobile Network. Outputs. User Consent Configuration Response - The user consent configuration for the packet core.
- Version string
- The desired version of the packet core software.
- Azure
Api stringVersion - The Azure API version of the resource.
- Control
Plane InterfaceAccess Interface Properties Response - 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.
- Home
Network HomePrivate Keys Provisioning Network Private Keys Provisioning Response - The provisioning state of the secret containing private keys and keyIds for SUPI concealment.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Installed
Version string - The currently installed version of the packet core software.
- Local
Diagnostics LocalAccess Diagnostics Access Configuration Response - The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Platform
Platform
Configuration Response - The platform where the packet core is deployed.
- Provisioning
State string - The provisioning state of the packet core control plane resource.
- Rollback
Version string - The previous version of the packet core software that was deployed. Used when performing the rollback action.
- Sites
[]Site
Resource Id Response - 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 string
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Control
Plane []stringAccess Virtual Ipv4Addresses - 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.
- Core
Network stringTechnology - The core network technology generation (5G core or EPC / 4G core).
- Diagnostics
Upload DiagnosticsUpload Configuration Response - Configuration for uploading packet core diagnostics
- Event
Hub EventHub Configuration Response - Configuration for sending packet core events to an Azure Event Hub.
- Identity
Managed
Service Identity Response - The identity used to retrieve the ingress certificate from Azure key vault.
- Installation
Installation
Response - The installation state of the packet core control plane resource.
- Interop
Settings interface{} - Settings to allow interoperability with third party components e.g. RANs and UEs.
- Signaling
Signaling
Configuration Response - Signaling configuration for the packet core.
- map[string]string
- Resource tags.
- Ue
Mtu int - 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.
- User
Consent UserConsent Configuration Response - The user consent configuration for the packet core.
- Version string
- The desired version of the packet core software.
- azure
Api StringVersion - The Azure API version of the resource.
- control
Plane InterfaceAccess Interface Properties Response - 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.
- home
Network HomePrivate Keys Provisioning Network Private Keys Provisioning Response - The provisioning state of the secret containing private keys and keyIds for SUPI concealment.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- installed
Version String - The currently installed version of the packet core software.
- local
Diagnostics LocalAccess Diagnostics Access Configuration Response - The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- platform
Platform
Configuration Response - The platform where the packet core is deployed.
- provisioning
State String - The provisioning state of the packet core control plane resource.
- rollback
Version String - The previous version of the packet core software that was deployed. Used when performing the rollback action.
- sites
List<Site
Resource Id Response> - 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 String
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- control
Plane List<String>Access Virtual Ipv4Addresses - 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.
- core
Network StringTechnology - The core network technology generation (5G core or EPC / 4G core).
- diagnostics
Upload DiagnosticsUpload Configuration Response - Configuration for uploading packet core diagnostics
- event
Hub EventHub Configuration Response - Configuration for sending packet core events to an Azure Event Hub.
- identity
Managed
Service Identity Response - The identity used to retrieve the ingress certificate from Azure key vault.
- installation
Installation
Response - The installation state of the packet core control plane resource.
- interop
Settings Object - Settings to allow interoperability with third party components e.g. RANs and UEs.
- signaling
Signaling
Configuration Response - Signaling configuration for the packet core.
- Map<String,String>
- Resource tags.
- ue
Mtu Integer - 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.
- user
Consent UserConsent Configuration Response - The user consent configuration for the packet core.
- version String
- The desired version of the packet core software.
- azure
Api stringVersion - The Azure API version of the resource.
- control
Plane InterfaceAccess Interface Properties Response - 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.
- home
Network HomePrivate Keys Provisioning Network Private Keys Provisioning Response - The provisioning state of the secret containing private keys and keyIds for SUPI concealment.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- installed
Version string - The currently installed version of the packet core software.
- local
Diagnostics LocalAccess Diagnostics Access Configuration Response - The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- platform
Platform
Configuration Response - The platform where the packet core is deployed.
- provisioning
State string - The provisioning state of the packet core control plane resource.
- rollback
Version string - The previous version of the packet core software that was deployed. Used when performing the rollback action.
- sites
Site
Resource Id Response[] - 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 string
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- control
Plane string[]Access Virtual Ipv4Addresses - 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.
- core
Network stringTechnology - The core network technology generation (5G core or EPC / 4G core).
- diagnostics
Upload DiagnosticsUpload Configuration Response - Configuration for uploading packet core diagnostics
- event
Hub EventHub Configuration Response - Configuration for sending packet core events to an Azure Event Hub.
- identity
Managed
Service Identity Response - The identity used to retrieve the ingress certificate from Azure key vault.
- installation
Installation
Response - The installation state of the packet core control plane resource.
- interop
Settings any - Settings to allow interoperability with third party components e.g. RANs and UEs.
- signaling
Signaling
Configuration Response - Signaling configuration for the packet core.
- {[key: string]: string}
- Resource tags.
- ue
Mtu number - 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.
- user
Consent UserConsent Configuration Response - The user consent configuration for the packet core.
- version string
- The desired version of the packet core software.
- azure_
api_ strversion - The Azure API version of the resource.
- control_
plane_ Interfaceaccess_ interface Properties Response - 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.
- home_
network_ Homeprivate_ keys_ provisioning Network Private Keys Provisioning Response - The provisioning state of the secret containing private keys and keyIds for SUPI concealment.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- installed_
version str - The currently installed version of the packet core software.
- local_
diagnostics_ Localaccess Diagnostics Access Configuration Response - The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- platform
Platform
Configuration Response - The platform where the packet core is deployed.
- provisioning_
state str - The provisioning state of the packet core control plane resource.
- rollback_
version str - The previous version of the packet core software that was deployed. Used when performing the rollback action.
- sites
Sequence[Site
Resource Id Response] - 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 str
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- control_
plane_ Sequence[str]access_ virtual_ ipv4_ addresses - 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.
- core_
network_ strtechnology - The core network technology generation (5G core or EPC / 4G core).
- diagnostics_
upload DiagnosticsUpload Configuration Response - Configuration for uploading packet core diagnostics
- event_
hub EventHub Configuration Response - Configuration for sending packet core events to an Azure Event Hub.
- identity
Managed
Service Identity Response - The identity used to retrieve the ingress certificate from Azure key vault.
- installation
Installation
Response - The installation state of the packet core control plane resource.
- interop_
settings Any - Settings to allow interoperability with third party components e.g. RANs and UEs.
- signaling
Signaling
Configuration Response - Signaling configuration for the packet core.
- Mapping[str, str]
- Resource tags.
- ue_
mtu int - 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.
- user_
consent UserConsent Configuration Response - The user consent configuration for the packet core.
- version str
- The desired version of the packet core software.
- azure
Api StringVersion - The Azure API version of the resource.
- control
Plane Property MapAccess Interface - 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.
- home
Network Property MapPrivate Keys Provisioning - The provisioning state of the secret containing private keys and keyIds for SUPI concealment.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- installed
Version String - The currently installed version of the packet core software.
- local
Diagnostics Property MapAccess - The kubernetes ingress configuration to control access to packet core diagnostics over local APIs.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- platform Property Map
- The platform where the packet core is deployed.
- provisioning
State String - The provisioning state of the packet core control plane resource.
- rollback
Version String - The previous version of the packet core software that was deployed. Used when performing the rollback action.
- sites List<Property Map>
- 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 String
- The SKU defining the throughput and SIM allowances for this packet core control plane deployment.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- control
Plane List<String>Access Virtual Ipv4Addresses - 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.
- core
Network StringTechnology - The core network technology generation (5G core or EPC / 4G core).
- diagnostics
Upload Property Map - Configuration for uploading packet core diagnostics
- event
Hub Property Map - Configuration for sending packet core events to an Azure Event Hub.
- identity Property Map
- The identity used to retrieve the ingress certificate from Azure key vault.
- installation Property Map
- The installation state of the packet core control plane resource.
- interop
Settings Any - Settings to allow interoperability with third party components e.g. RANs and UEs.
- signaling Property Map
- Signaling configuration for the packet core.
- Map<String>
- Resource tags.
- ue
Mtu Number - 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.
- user
Consent Property Map - The user consent configuration for the packet core.
- version String
- The desired version of the packet core software.
Supporting Types
AsyncOperationIdResponse
- Id string
- Azure Async Operation ID.
- Id string
- Azure Async Operation ID.
- id String
- Azure Async Operation ID.
- id string
- Azure Async Operation ID.
- id str
- Azure Async Operation ID.
- id String
- Azure Async Operation ID.
AzureStackEdgeDeviceResourceIdResponse
- Id string
- Azure Stack Edge device resource ID.
- Id string
- Azure Stack Edge device resource ID.
- id String
- Azure Stack Edge device resource ID.
- id string
- Azure Stack Edge device resource ID.
- id str
- Azure Stack Edge device resource ID.
- id String
- Azure Stack Edge device resource ID.
AzureStackHCIClusterResourceIdResponse
- Id string
- Azure Stack HCI cluster resource ID.
- Id string
- Azure Stack HCI cluster resource ID.
- id String
- Azure Stack HCI cluster resource ID.
- id string
- Azure Stack HCI cluster resource ID.
- id str
- Azure Stack HCI cluster resource ID.
- id String
- Azure Stack HCI cluster resource ID.
CertificateProvisioningResponse
ConnectedClusterResourceIdResponse
- Id string
- Azure Arc connected cluster resource ID.
- Id string
- Azure Arc connected cluster resource ID.
- id String
- Azure Arc connected cluster resource ID.
- id string
- Azure Arc connected cluster resource ID.
- id str
- Azure Arc connected cluster resource ID.
- id String
- Azure Arc connected cluster resource ID.
CustomLocationResourceIdResponse
- Id string
- Azure Arc custom location resource ID.
- Id string
- Azure Arc custom location resource ID.
- id String
- Azure Arc custom location resource ID.
- id string
- Azure Arc custom location resource ID.
- id str
- Azure Arc custom location resource ID.
- id String
- Azure Arc custom location resource ID.
DiagnosticsUploadConfigurationResponse
- Storage
Account stringContainer Url - The Storage Account Container URL to upload diagnostics to.
- Storage
Account stringContainer Url - The Storage Account Container URL to upload diagnostics to.
- storage
Account StringContainer Url - The Storage Account Container URL to upload diagnostics to.
- storage
Account stringContainer Url - The Storage Account Container URL to upload diagnostics to.
- storage_
account_ strcontainer_ url - The Storage Account Container URL to upload diagnostics to.
- storage
Account StringContainer Url - The Storage Account Container URL to upload diagnostics to.
EventHubConfigurationResponse
- Id string
- Resource ID of Azure Event Hub to send packet core events to.
- Reporting
Interval int - The duration (in seconds) between UE usage reports.
- Id string
- Resource ID of Azure Event Hub to send packet core events to.
- Reporting
Interval int - The duration (in seconds) between UE usage reports.
- id String
- Resource ID of Azure Event Hub to send packet core events to.
- reporting
Interval Integer - The duration (in seconds) between UE usage reports.
- id string
- Resource ID of Azure Event Hub to send packet core events to.
- reporting
Interval number - The duration (in seconds) between UE usage reports.
- id str
- Resource ID of Azure Event Hub to send packet core events to.
- reporting_
interval int - The duration (in seconds) between UE usage reports.
- id String
- Resource ID of Azure Event Hub to send packet core events to.
- reporting
Interval Number - The duration (in seconds) between UE usage reports.
HomeNetworkPrivateKeysProvisioningResponse
- State string
- The provisioning state of the private keys for SUPI concealment.
- State string
- The provisioning state of the private keys for SUPI concealment.
- state String
- The provisioning state of the private keys for SUPI concealment.
- state string
- The provisioning state of the private keys for SUPI concealment.
- state str
- The provisioning state of the private keys for SUPI concealment.
- state String
- The provisioning state of the private keys for SUPI concealment.
HttpsServerCertificateResponse
- Certificate
Url string - The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- Provisioning
Pulumi.
Azure Native. Mobile Network. Inputs. Certificate Provisioning Response - The provisioning state of the certificate.
- Certificate
Url string - The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- Provisioning
Certificate
Provisioning Response - The provisioning state of the certificate.
- certificate
Url String - The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- provisioning
Certificate
Provisioning Response - The provisioning state of the certificate.
- certificate
Url string - The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- provisioning
Certificate
Provisioning Response - The provisioning state of the certificate.
- certificate_
url str - The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- provisioning
Certificate
Provisioning Response - The provisioning state of the certificate.
- certificate
Url String - The certificate URL, unversioned. For example: https://contosovault.vault.azure.net/certificates/ingress.
- provisioning Property Map
- The provisioning state of the certificate.
InstallationResponse
- Operation
Pulumi.
Azure Native. Mobile Network. Inputs. Async Operation Id Response - A reference to an in-progress installation operation
- Reasons List<string>
- Reason(s) for the current installation state of the packet core.
- Reinstall
Required string - Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- State string
- Installation state
- Desired
State string - The desired installation state
- Operation
Async
Operation Id Response - A reference to an in-progress installation operation
- Reasons []string
- Reason(s) for the current installation state of the packet core.
- Reinstall
Required string - Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- State string
- Installation state
- Desired
State string - The desired installation state
- operation
Async
Operation Id Response - A reference to an in-progress installation operation
- reasons List<String>
- Reason(s) for the current installation state of the packet core.
- reinstall
Required String - Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- state String
- Installation state
- desired
State String - The desired installation state
- operation
Async
Operation Id Response - A reference to an in-progress installation operation
- reasons string[]
- Reason(s) for the current installation state of the packet core.
- reinstall
Required string - Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- state string
- Installation state
- desired
State string - The desired installation state
- operation
Async
Operation Id Response - A reference to an in-progress installation operation
- reasons Sequence[str]
- Reason(s) for the current installation state of the packet core.
- reinstall_
required str - Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- state str
- Installation state
- desired_
state str - The desired installation state
- operation Property Map
- A reference to an in-progress installation operation
- reasons List<String>
- Reason(s) for the current installation state of the packet core.
- reinstall
Required String - Whether a reinstall of the packet core is required to pick up the latest configuration changes.
- state String
- Installation state
- desired
State String - The desired installation state
InterfacePropertiesResponse
- Bfd
Ipv4Endpoints List<string> - The IPv4 addresses of the endpoints to send BFD probes to.
- Ipv4Address string
- The IPv4 address.
- Ipv4Address
List List<string> - The list of IPv4 addresses, for a multi-node system.
- Ipv4Gateway string
- The default IPv4 gateway (router).
- Ipv4Subnet string
- The IPv4 subnet.
- Name string
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- Vlan
Id int - VLAN identifier of the network interface. Example: 501.
- Bfd
Ipv4Endpoints []string - The IPv4 addresses of the endpoints to send BFD probes to.
- Ipv4Address string
- The IPv4 address.
- Ipv4Address
List []string - The list of IPv4 addresses, for a multi-node system.
- Ipv4Gateway string
- The default IPv4 gateway (router).
- Ipv4Subnet string
- The IPv4 subnet.
- Name string
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- Vlan
Id int - VLAN identifier of the network interface. Example: 501.
- bfd
Ipv4Endpoints List<String> - The IPv4 addresses of the endpoints to send BFD probes to.
- ipv4Address String
- The IPv4 address.
- ipv4Address
List List<String> - The list of IPv4 addresses, for a multi-node system.
- ipv4Gateway String
- The default IPv4 gateway (router).
- ipv4Subnet String
- The IPv4 subnet.
- name String
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- vlan
Id Integer - VLAN identifier of the network interface. Example: 501.
- bfd
Ipv4Endpoints string[] - The IPv4 addresses of the endpoints to send BFD probes to.
- ipv4Address string
- The IPv4 address.
- ipv4Address
List string[] - The list of IPv4 addresses, for a multi-node system.
- ipv4Gateway string
- The default IPv4 gateway (router).
- ipv4Subnet string
- The IPv4 subnet.
- name string
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- vlan
Id number - VLAN identifier of the network interface. Example: 501.
- bfd_
ipv4_ Sequence[str]endpoints - The IPv4 addresses of the endpoints to send BFD probes to.
- ipv4_
address str - The IPv4 address.
- ipv4_
address_ Sequence[str]list - The list of IPv4 addresses, for a multi-node system.
- ipv4_
gateway str - The default IPv4 gateway (router).
- ipv4_
subnet str - The IPv4 subnet.
- name str
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- vlan_
id int - VLAN identifier of the network interface. Example: 501.
- bfd
Ipv4Endpoints List<String> - The IPv4 addresses of the endpoints to send BFD probes to.
- ipv4Address String
- The IPv4 address.
- ipv4Address
List List<String> - The list of IPv4 addresses, for a multi-node system.
- ipv4Gateway String
- The default IPv4 gateway (router).
- ipv4Subnet String
- The IPv4 subnet.
- name String
- The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.
- vlan
Id Number - VLAN identifier of the network interface. Example: 501.
LocalDiagnosticsAccessConfigurationResponse
- Authentication
Type string - How to authenticate users who access local diagnostics APIs.
- Https
Server Pulumi.Certificate Azure Native. Mobile Network. Inputs. Https Server Certificate Response - The HTTPS server TLS certificate used to secure local access to diagnostics.
- Authentication
Type string - How to authenticate users who access local diagnostics APIs.
- Https
Server HttpsCertificate Server Certificate Response - The HTTPS server TLS certificate used to secure local access to diagnostics.
- authentication
Type String - How to authenticate users who access local diagnostics APIs.
- https
Server HttpsCertificate Server Certificate Response - The HTTPS server TLS certificate used to secure local access to diagnostics.
- authentication
Type string - How to authenticate users who access local diagnostics APIs.
- https
Server HttpsCertificate Server Certificate Response - The HTTPS server TLS certificate used to secure local access to diagnostics.
- authentication_
type str - How to authenticate users who access local diagnostics APIs.
- https_
server_ Httpscertificate Server Certificate Response - The HTTPS server TLS certificate used to secure local access to diagnostics.
- authentication
Type String - How to authenticate users who access local diagnostics APIs.
- https
Server Property MapCertificate - The HTTPS server TLS certificate used to secure local access to diagnostics.
ManagedServiceIdentityResponse
- Type string
- Type of managed service identity (currently only UserAssigned allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. Mobile Network. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Type string
- Type of managed service identity (currently only UserAssigned allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type String
- Type of managed service identity (currently only UserAssigned allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type string
- Type of managed service identity (currently only UserAssigned allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type str
- Type of managed service identity (currently only UserAssigned allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- type String
- Type of managed service identity (currently only UserAssigned allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
NASRerouteConfigurationResponse
- Macro
Mme intGroup Id - The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
- Macro
Mme intGroup Id - The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
- macro
Mme IntegerGroup Id - The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
- macro
Mme numberGroup Id - The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
- macro_
mme_ intgroup_ id - The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
- macro
Mme NumberGroup Id - The macro network's MME group ID. This is where unknown UEs are sent to via NAS reroute.
PlatformConfigurationResponse
- Azure
Stack List<Pulumi.Edge Devices Azure Native. Mobile Network. Inputs. Azure Stack Edge Device Resource Id Response> - 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.
- Type string
- The platform type where packet core is deployed.
- Azure
Stack Pulumi.Edge Device Azure Native. Mobile Network. Inputs. Azure Stack Edge Device Resource Id Response - The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- Azure
Stack Pulumi.Hci Cluster Azure Native. Mobile Network. Inputs. Azure Stack HCICluster Resource Id Response - The Azure Stack HCI cluster where the packet core is deployed.
- Connected
Cluster Pulumi.Azure Native. Mobile Network. Inputs. Connected Cluster Resource Id Response - Azure Arc connected cluster where the packet core is deployed.
- Custom
Location Pulumi.Azure Native. Mobile Network. Inputs. Custom Location Resource Id Response - Azure Arc custom location where the packet core is deployed.
- Azure
Stack []AzureEdge Devices Stack Edge Device Resource Id Response - 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.
- Type string
- The platform type where packet core is deployed.
- Azure
Stack AzureEdge Device Stack Edge Device Resource Id Response - The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- Azure
Stack AzureHci Cluster Stack HCICluster Resource Id Response - The Azure Stack HCI cluster where the packet core is deployed.
- Connected
Cluster ConnectedCluster Resource Id Response - Azure Arc connected cluster where the packet core is deployed.
- Custom
Location CustomLocation Resource Id Response - Azure Arc custom location where the packet core is deployed.
- azure
Stack List<AzureEdge Devices Stack Edge Device Resource Id Response> - 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.
- type String
- The platform type where packet core is deployed.
- azure
Stack AzureEdge Device Stack Edge Device Resource Id Response - The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- azure
Stack AzureHci Cluster Stack HCICluster Resource Id Response - The Azure Stack HCI cluster where the packet core is deployed.
- connected
Cluster ConnectedCluster Resource Id Response - Azure Arc connected cluster where the packet core is deployed.
- custom
Location CustomLocation Resource Id Response - Azure Arc custom location where the packet core is deployed.
- azure
Stack AzureEdge Devices Stack Edge Device Resource Id Response[] - 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.
- type string
- The platform type where packet core is deployed.
- azure
Stack AzureEdge Device Stack Edge Device Resource Id Response - The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- azure
Stack AzureHci Cluster Stack HCICluster Resource Id Response - The Azure Stack HCI cluster where the packet core is deployed.
- connected
Cluster ConnectedCluster Resource Id Response - Azure Arc connected cluster where the packet core is deployed.
- custom
Location CustomLocation Resource Id Response - Azure Arc custom location where the packet core is deployed.
- azure_
stack_ Sequence[Azureedge_ devices Stack Edge Device Resource Id Response] - 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.
- type str
- The platform type where packet core is deployed.
- azure_
stack_ Azureedge_ device Stack Edge Device Resource Id Response - The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- azure_
stack_ Azurehci_ cluster Stack HCICluster Resource Id Response - The Azure Stack HCI cluster where the packet core is deployed.
- connected_
cluster ConnectedCluster Resource Id Response - Azure Arc connected cluster where the packet core is deployed.
- custom_
location CustomLocation Resource Id Response - Azure Arc custom location where the packet core is deployed.
- azure
Stack List<Property Map>Edge Devices - 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.
- type String
- The platform type where packet core is deployed.
- azure
Stack Property MapEdge Device - The Azure Stack Edge device where the packet core is deployed. If the device is part of a fault tolerant pair, either device in the pair can be specified.
- azure
Stack Property MapHci Cluster - The Azure Stack HCI cluster where the packet core is deployed.
- connected
Cluster Property Map - Azure Arc connected cluster where the packet core is deployed.
- custom
Location Property Map - Azure Arc custom location where the packet core is deployed.
SignalingConfigurationResponse
- Nas
Encryption List<string> - An ordered list of NAS encryption algorithms, used to encrypt control plane traffic between the UE and packet core, in order from most to least preferred. If not specified, the packet core will use a built-in default ordering.
- Nas
Reroute Pulumi.Azure Native. Mobile Network. Inputs. NASReroute Configuration Response - Configuration enabling 4G NAS reroute.
- Nas
Encryption []string - An ordered list of NAS encryption algorithms, used to encrypt control plane traffic between the UE and packet core, in order from most to least preferred. If not specified, the packet core will use a built-in default ordering.
- Nas
Reroute NASRerouteConfiguration Response - Configuration enabling 4G NAS reroute.
- nas
Encryption List<String> - An ordered list of NAS encryption algorithms, used to encrypt control plane traffic between the UE and packet core, in order from most to least preferred. If not specified, the packet core will use a built-in default ordering.
- nas
Reroute NASRerouteConfiguration Response - Configuration enabling 4G NAS reroute.
- nas
Encryption string[] - An ordered list of NAS encryption algorithms, used to encrypt control plane traffic between the UE and packet core, in order from most to least preferred. If not specified, the packet core will use a built-in default ordering.
- nas
Reroute NASRerouteConfiguration Response - Configuration enabling 4G NAS reroute.
- nas_
encryption Sequence[str] - An ordered list of NAS encryption algorithms, used to encrypt control plane traffic between the UE and packet core, in order from most to least preferred. If not specified, the packet core will use a built-in default ordering.
- nas_
reroute NASRerouteConfiguration Response - Configuration enabling 4G NAS reroute.
- nas
Encryption List<String> - An ordered list of NAS encryption algorithms, used to encrypt control plane traffic between the UE and packet core, in order from most to least preferred. If not specified, the packet core will use a built-in default ordering.
- nas
Reroute Property Map - Configuration enabling 4G NAS reroute.
SiteResourceIdResponse
- Id string
- Site resource ID.
- Id string
- Site resource ID.
- id String
- Site resource ID.
- id string
- Site resource ID.
- id str
- Site resource ID.
- id String
- Site resource ID.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
UserAssignedIdentityResponse
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- client_
id str - The client ID of the assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
UserConsentConfigurationResponse
- Allow
Support boolTelemetry Access - Allow Microsoft to access non-PII telemetry information from the packet core.
- Allow
Support boolTelemetry Access - Allow Microsoft to access non-PII telemetry information from the packet core.
- allow
Support BooleanTelemetry Access - Allow Microsoft to access non-PII telemetry information from the packet core.
- allow
Support booleanTelemetry Access - Allow Microsoft to access non-PII telemetry information from the packet core.
- allow_
support_ booltelemetry_ access - Allow Microsoft to access non-PII telemetry information from the packet core.
- allow
Support BooleanTelemetry Access - Allow Microsoft to access non-PII telemetry information from the packet core.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0