1. Packages
  2. Azure Native
  3. API Docs
  4. mobilenetwork
  5. getSimPolicy
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.mobilenetwork.getSimPolicy

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets information about the specified SIM policy. Azure REST API version: 2023-06-01.

    Other available API versions: 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01.

    Using getSimPolicy

    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 getSimPolicy(args: GetSimPolicyArgs, opts?: InvokeOptions): Promise<GetSimPolicyResult>
    function getSimPolicyOutput(args: GetSimPolicyOutputArgs, opts?: InvokeOptions): Output<GetSimPolicyResult>
    def get_sim_policy(mobile_network_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       sim_policy_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetSimPolicyResult
    def get_sim_policy_output(mobile_network_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       sim_policy_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetSimPolicyResult]
    func LookupSimPolicy(ctx *Context, args *LookupSimPolicyArgs, opts ...InvokeOption) (*LookupSimPolicyResult, error)
    func LookupSimPolicyOutput(ctx *Context, args *LookupSimPolicyOutputArgs, opts ...InvokeOption) LookupSimPolicyResultOutput

    > Note: This function is named LookupSimPolicy in the Go SDK.

    public static class GetSimPolicy 
    {
        public static Task<GetSimPolicyResult> InvokeAsync(GetSimPolicyArgs args, InvokeOptions? opts = null)
        public static Output<GetSimPolicyResult> Invoke(GetSimPolicyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSimPolicyResult> getSimPolicy(GetSimPolicyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:mobilenetwork:getSimPolicy
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MobileNetworkName string
    The name of the mobile network.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SimPolicyName string
    The name of the SIM policy.
    MobileNetworkName string
    The name of the mobile network.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SimPolicyName string
    The name of the SIM policy.
    mobileNetworkName String
    The name of the mobile network.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    simPolicyName String
    The name of the SIM policy.
    mobileNetworkName string
    The name of the mobile network.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    simPolicyName string
    The name of the SIM policy.
    mobile_network_name str
    The name of the mobile network.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    sim_policy_name str
    The name of the SIM policy.
    mobileNetworkName String
    The name of the mobile network.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    simPolicyName String
    The name of the SIM policy.

    getSimPolicy Result

    The following output properties are available:

    DefaultSlice Pulumi.AzureNative.MobileNetwork.Outputs.SliceResourceIdResponse
    The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations map. The slice must be in the same location as the SIM policy.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    The provisioning state of the SIM policy resource.
    SiteProvisioningState Dictionary<string, string>
    A dictionary of sites to the provisioning state of this SIM policy on that site.
    SliceConfigurations List<Pulumi.AzureNative.MobileNetwork.Outputs.SliceConfigurationResponse>
    The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    SystemData Pulumi.AzureNative.MobileNetwork.Outputs.SystemDataResponse
    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"
    UeAmbr Pulumi.AzureNative.MobileNetwork.Outputs.AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
    RegistrationTimer int
    UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.
    RfspIndex int
    RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified.
    Tags Dictionary<string, string>
    Resource tags.
    DefaultSlice SliceResourceIdResponse
    The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations map. The slice must be in the same location as the SIM policy.
    Id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ProvisioningState string
    The provisioning state of the SIM policy resource.
    SiteProvisioningState map[string]string
    A dictionary of sites to the provisioning state of this SIM policy on that site.
    SliceConfigurations []SliceConfigurationResponse
    The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    SystemData SystemDataResponse
    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"
    UeAmbr AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
    RegistrationTimer int
    UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.
    RfspIndex int
    RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified.
    Tags map[string]string
    Resource tags.
    defaultSlice SliceResourceIdResponse
    The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations map. The slice must be in the same location as the SIM policy.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    The provisioning state of the SIM policy resource.
    siteProvisioningState Map<String,String>
    A dictionary of sites to the provisioning state of this SIM policy on that site.
    sliceConfigurations List<SliceConfigurationResponse>
    The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    systemData SystemDataResponse
    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"
    ueAmbr AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
    registrationTimer Integer
    UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.
    rfspIndex Integer
    RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified.
    tags Map<String,String>
    Resource tags.
    defaultSlice SliceResourceIdResponse
    The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations map. The slice must be in the same location as the SIM policy.
    id string
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    provisioningState string
    The provisioning state of the SIM policy resource.
    siteProvisioningState {[key: string]: string}
    A dictionary of sites to the provisioning state of this SIM policy on that site.
    sliceConfigurations SliceConfigurationResponse[]
    The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    systemData SystemDataResponse
    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"
    ueAmbr AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
    registrationTimer number
    UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.
    rfspIndex number
    RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified.
    tags {[key: string]: string}
    Resource tags.
    default_slice SliceResourceIdResponse
    The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations map. The slice must be in the same location as the SIM policy.
    id str
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    provisioning_state str
    The provisioning state of the SIM policy resource.
    site_provisioning_state Mapping[str, str]
    A dictionary of sites to the provisioning state of this SIM policy on that site.
    slice_configurations Sequence[SliceConfigurationResponse]
    The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    system_data SystemDataResponse
    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"
    ue_ambr AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
    registration_timer int
    UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.
    rfsp_index int
    RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified.
    tags Mapping[str, str]
    Resource tags.
    defaultSlice Property Map
    The default slice to use if the UE does not explicitly specify it. This slice must exist in the sliceConfigurations map. The slice must be in the same location as the SIM policy.
    id String
    Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    provisioningState String
    The provisioning state of the SIM policy resource.
    siteProvisioningState Map<String>
    A dictionary of sites to the provisioning state of this SIM policy on that site.
    sliceConfigurations List<Property Map>
    The allowed slices and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    systemData 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"
    ueAmbr Property Map
    Aggregate maximum bit rate across all non-GBR QoS flows of all PDU sessions of a given UE. See 3GPP TS23.501 section 5.7.2.6 for a full description of the UE-AMBR.
    registrationTimer Number
    UE periodic registration update timer (5G) or UE periodic tracking area update timer (4G), in seconds.
    rfspIndex Number
    RAT/Frequency Selection Priority Index, defined in 3GPP TS 36.413. This is an optional setting and by default is unspecified.
    tags Map<String>
    Resource tags.

    Supporting Types

    AmbrResponse

    Downlink string
    Downlink bit rate.
    Uplink string
    Uplink bit rate.
    Downlink string
    Downlink bit rate.
    Uplink string
    Uplink bit rate.
    downlink String
    Downlink bit rate.
    uplink String
    Uplink bit rate.
    downlink string
    Downlink bit rate.
    uplink string
    Uplink bit rate.
    downlink str
    Downlink bit rate.
    uplink str
    Uplink bit rate.
    downlink String
    Downlink bit rate.
    uplink String
    Uplink bit rate.

    DataNetworkConfigurationResponse

    AllowedServices List<Pulumi.AzureNative.MobileNetwork.Inputs.ServiceResourceIdResponse>
    List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy.
    DataNetwork Pulumi.AzureNative.MobileNetwork.Inputs.DataNetworkResourceIdResponse
    A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
    SessionAmbr Pulumi.AzureNative.MobileNetwork.Inputs.AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.
    AdditionalAllowedSessionTypes List<string>
    Allowed session types in addition to the default session type. Must not duplicate the default session type.
    AllocationAndRetentionPriorityLevel int
    Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    DefaultSessionType string
    The default PDU session type, which is used if the UE does not request a specific session type.
    FiveQi int
    Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
    MaximumNumberOfBufferedPackets int
    The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.
    PreemptionCapability string
    Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    PreemptionVulnerability string
    Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    AllowedServices []ServiceResourceIdResponse
    List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy.
    DataNetwork DataNetworkResourceIdResponse
    A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
    SessionAmbr AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.
    AdditionalAllowedSessionTypes []string
    Allowed session types in addition to the default session type. Must not duplicate the default session type.
    AllocationAndRetentionPriorityLevel int
    Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    DefaultSessionType string
    The default PDU session type, which is used if the UE does not request a specific session type.
    FiveQi int
    Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
    MaximumNumberOfBufferedPackets int
    The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.
    PreemptionCapability string
    Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    PreemptionVulnerability string
    Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    allowedServices List<ServiceResourceIdResponse>
    List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy.
    dataNetwork DataNetworkResourceIdResponse
    A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
    sessionAmbr AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.
    additionalAllowedSessionTypes List<String>
    Allowed session types in addition to the default session type. Must not duplicate the default session type.
    allocationAndRetentionPriorityLevel Integer
    Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    defaultSessionType String
    The default PDU session type, which is used if the UE does not request a specific session type.
    fiveQi Integer
    Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
    maximumNumberOfBufferedPackets Integer
    The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.
    preemptionCapability String
    Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    preemptionVulnerability String
    Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    allowedServices ServiceResourceIdResponse[]
    List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy.
    dataNetwork DataNetworkResourceIdResponse
    A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
    sessionAmbr AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.
    additionalAllowedSessionTypes string[]
    Allowed session types in addition to the default session type. Must not duplicate the default session type.
    allocationAndRetentionPriorityLevel number
    Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    defaultSessionType string
    The default PDU session type, which is used if the UE does not request a specific session type.
    fiveQi number
    Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
    maximumNumberOfBufferedPackets number
    The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.
    preemptionCapability string
    Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    preemptionVulnerability string
    Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    allowed_services Sequence[ServiceResourceIdResponse]
    List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy.
    data_network DataNetworkResourceIdResponse
    A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
    session_ambr AmbrResponse
    Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.
    additional_allowed_session_types Sequence[str]
    Allowed session types in addition to the default session type. Must not duplicate the default session type.
    allocation_and_retention_priority_level int
    Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    default_session_type str
    The default PDU session type, which is used if the UE does not request a specific session type.
    five_qi int
    Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
    maximum_number_of_buffered_packets int
    The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.
    preemption_capability str
    Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    preemption_vulnerability str
    Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    allowedServices List<Property Map>
    List of services that can be used as part of this SIM policy. The list must not contain duplicate items and must contain at least one item. The services must be in the same location as the SIM policy.
    dataNetwork Property Map
    A reference to the data network that these settings apply to. The data network must be in the same location as the SIM policy.
    sessionAmbr Property Map
    Aggregate maximum bit rate across all non-GBR QoS flows of a given PDU session. See 3GPP TS23.501 section 5.7.2.6 for a full description of the Session-AMBR.
    additionalAllowedSessionTypes List<String>
    Allowed session types in addition to the default session type. Must not duplicate the default session type.
    allocationAndRetentionPriorityLevel Number
    Default QoS Flow allocation and retention priority (ARP) level. Flows with higher priority preempt flows with lower priority, if the settings of preemptionCapability and preemptionVulnerability allow it. 1 is the highest level of priority. If this field is not specified then 5qi is used to derive the ARP value. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    defaultSessionType String
    The default PDU session type, which is used if the UE does not request a specific session type.
    fiveQi Number
    Default 5G QoS Flow Indicator value. The 5QI identifies a specific QoS forwarding treatment to be provided to a flow. See 3GPP TS23.501 section 5.7.2.1 for a full description of the 5QI parameter, and table 5.7.4-1 for the definition the 5QI values.
    maximumNumberOfBufferedPackets Number
    The maximum number of downlink packets to buffer at the user plane for High Latency Communication - Extended Buffering. See 3GPP TS29.272 v15.10.0 section 7.3.188 for a full description. This maximum is not guaranteed because there is a internal limit on buffered packets across all PDU sessions.
    preemptionCapability String
    Default QoS Flow preemption capability. The preemption capability of a QoS Flow controls whether it can preempt another QoS Flow with a lower priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
    preemptionVulnerability String
    Default QoS Flow preemption vulnerability. The preemption vulnerability of a QoS Flow controls whether it can be preempted by a QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.

    DataNetworkResourceIdResponse

    Id string
    Data network resource ID.
    Id string
    Data network resource ID.
    id String
    Data network resource ID.
    id string
    Data network resource ID.
    id str
    Data network resource ID.
    id String
    Data network resource ID.

    ServiceResourceIdResponse

    Id string
    Service resource ID.
    Id string
    Service resource ID.
    id String
    Service resource ID.
    id string
    Service resource ID.
    id str
    Service resource ID.
    id String
    Service resource ID.

    SliceConfigurationResponse

    DataNetworkConfigurations List<Pulumi.AzureNative.MobileNetwork.Inputs.DataNetworkConfigurationResponse>
    The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    DefaultDataNetwork Pulumi.AzureNative.MobileNetwork.Inputs.DataNetworkResourceIdResponse
    The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the dataNetworkConfigurations map. The data network must be in the same location as the SIM policy.
    Slice Pulumi.AzureNative.MobileNetwork.Inputs.SliceResourceIdResponse
    A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
    DataNetworkConfigurations []DataNetworkConfigurationResponse
    The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    DefaultDataNetwork DataNetworkResourceIdResponse
    The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the dataNetworkConfigurations map. The data network must be in the same location as the SIM policy.
    Slice SliceResourceIdResponse
    A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
    dataNetworkConfigurations List<DataNetworkConfigurationResponse>
    The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    defaultDataNetwork DataNetworkResourceIdResponse
    The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the dataNetworkConfigurations map. The data network must be in the same location as the SIM policy.
    slice SliceResourceIdResponse
    A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
    dataNetworkConfigurations DataNetworkConfigurationResponse[]
    The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    defaultDataNetwork DataNetworkResourceIdResponse
    The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the dataNetworkConfigurations map. The data network must be in the same location as the SIM policy.
    slice SliceResourceIdResponse
    A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
    data_network_configurations Sequence[DataNetworkConfigurationResponse]
    The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    default_data_network DataNetworkResourceIdResponse
    The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the dataNetworkConfigurations map. The data network must be in the same location as the SIM policy.
    slice SliceResourceIdResponse
    A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.
    dataNetworkConfigurations List<Property Map>
    The allowed data networks and the settings to use for them. The list must not contain duplicate items and must contain at least one item.
    defaultDataNetwork Property Map
    The default data network to use if the UE does not explicitly specify it. Configuration for this object must exist in the dataNetworkConfigurations map. The data network must be in the same location as the SIM policy.
    slice Property Map
    A reference to the slice that these settings apply to. The slice must be in the same location as the SIM policy.

    SliceResourceIdResponse

    Id string
    Slice resource ID.
    Id string
    Slice resource ID.
    id String
    Slice resource ID.
    id string
    Slice resource ID.
    id str
    Slice resource ID.
    id String
    Slice resource ID.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi