We recommend using Azure Native.
Azure Classic v6.2.0 published on Friday, Sep 27, 2024 by Pulumi
azure.mobile.getNetworkService
Explore with Pulumi AI
Get information about a Mobile Network Service.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.mobile.getNetwork({
name: "example-mn",
resourceGroupName: "example-rg",
});
const exampleNetworkService = new azure.mobile.NetworkService("example", {
name: "example-mns",
mobileNetworkId: example.then(example => example.id),
});
import pulumi
import pulumi_azure as azure
example = azure.mobile.get_network(name="example-mn",
resource_group_name="example-rg")
example_network_service = azure.mobile.NetworkService("example",
name="example-mns",
mobile_network_id=example.id)
package main
import (
"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/mobile"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
example, err := mobile.LookupNetwork(ctx, &mobile.LookupNetworkArgs{
Name: "example-mn",
ResourceGroupName: "example-rg",
}, nil)
if err != nil {
return err
}
_, err = mobile.NewNetworkService(ctx, "example", &mobile.NetworkServiceArgs{
Name: pulumi.String("example-mns"),
MobileNetworkId: pulumi.String(example.Id),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() =>
{
var example = Azure.Mobile.GetNetwork.Invoke(new()
{
Name = "example-mn",
ResourceGroupName = "example-rg",
});
var exampleNetworkService = new Azure.Mobile.NetworkService("example", new()
{
Name = "example-mns",
MobileNetworkId = example.Apply(getNetworkResult => getNetworkResult.Id),
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.mobile.MobileFunctions;
import com.pulumi.azure.mobile.inputs.GetNetworkArgs;
import com.pulumi.azure.mobile.NetworkService;
import com.pulumi.azure.mobile.NetworkServiceArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = MobileFunctions.getNetwork(GetNetworkArgs.builder()
.name("example-mn")
.resourceGroupName("example-rg")
.build());
var exampleNetworkService = new NetworkService("exampleNetworkService", NetworkServiceArgs.builder()
.name("example-mns")
.mobileNetworkId(example.applyValue(getNetworkResult -> getNetworkResult.id()))
.build());
}
}
resources:
exampleNetworkService:
type: azure:mobile:NetworkService
name: example
properties:
name: example-mns
mobileNetworkId: ${example.id}
variables:
example:
fn::invoke:
Function: azure:mobile:getNetwork
Arguments:
name: example-mn
resourceGroupName: example-rg
Using getNetworkService
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 getNetworkService(args: GetNetworkServiceArgs, opts?: InvokeOptions): Promise<GetNetworkServiceResult>
function getNetworkServiceOutput(args: GetNetworkServiceOutputArgs, opts?: InvokeOptions): Output<GetNetworkServiceResult>
def get_network_service(mobile_network_id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkServiceResult
def get_network_service_output(mobile_network_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkServiceResult]
func LookupNetworkService(ctx *Context, args *LookupNetworkServiceArgs, opts ...InvokeOption) (*LookupNetworkServiceResult, error)
func LookupNetworkServiceOutput(ctx *Context, args *LookupNetworkServiceOutputArgs, opts ...InvokeOption) LookupNetworkServiceResultOutput
> Note: This function is named LookupNetworkService
in the Go SDK.
public static class GetNetworkService
{
public static Task<GetNetworkServiceResult> InvokeAsync(GetNetworkServiceArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkServiceResult> Invoke(GetNetworkServiceInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNetworkServiceResult> getNetworkService(GetNetworkServiceArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure:mobile/getNetworkService:getNetworkService
arguments:
# arguments dictionary
The following arguments are supported:
- Mobile
Network stringId - Specifies the ID of the Mobile Network Service.
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- Mobile
Network stringId - Specifies the ID of the Mobile Network Service.
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- mobile
Network StringId - Specifies the ID of the Mobile Network Service.
- name String
- Specifies the name which should be used for this Mobile Network Service.
- mobile
Network stringId - Specifies the ID of the Mobile Network Service.
- name string
- Specifies the name which should be used for this Mobile Network Service.
- mobile_
network_ strid - Specifies the ID of the Mobile Network Service.
- name str
- Specifies the name which should be used for this Mobile Network Service.
- mobile
Network StringId - Specifies the ID of the Mobile Network Service.
- name String
- Specifies the name which should be used for this Mobile Network Service.
getNetworkService Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure Region where the Mobile Network Service should exist.
- Mobile
Network stringId - Name string
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- Pcc
Rules List<GetNetwork Service Pcc Rule> - A
pcc_rule
block as defined below. The set of PCC Rules that make up this service. - Service
Precedence int - A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- Service
Qos List<GetPolicies Network Service Service Qos Policy> - A
service_qos_policy
block as defined below. The QoS policy to use for packets matching this service. - Dictionary<string, string>
- A mapping of tags which should be assigned to the Mobile Network Service.
- Id string
- The provider-assigned unique ID for this managed resource.
- Location string
- The Azure Region where the Mobile Network Service should exist.
- Mobile
Network stringId - Name string
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- Pcc
Rules []GetNetwork Service Pcc Rule - A
pcc_rule
block as defined below. The set of PCC Rules that make up this service. - Service
Precedence int - A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- Service
Qos []GetPolicies Network Service Service Qos Policy - A
service_qos_policy
block as defined below. The QoS policy to use for packets matching this service. - map[string]string
- A mapping of tags which should be assigned to the Mobile Network Service.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure Region where the Mobile Network Service should exist.
- mobile
Network StringId - name String
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- pcc
Rules List<GetNetwork Service Pcc Rule> - A
pcc_rule
block as defined below. The set of PCC Rules that make up this service. - service
Precedence Integer - A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- service
Qos List<GetPolicies Network Service Service Qos Policy> - A
service_qos_policy
block as defined below. The QoS policy to use for packets matching this service. - Map<String,String>
- A mapping of tags which should be assigned to the Mobile Network Service.
- id string
- The provider-assigned unique ID for this managed resource.
- location string
- The Azure Region where the Mobile Network Service should exist.
- mobile
Network stringId - name string
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- pcc
Rules GetNetwork Service Pcc Rule[] - A
pcc_rule
block as defined below. The set of PCC Rules that make up this service. - service
Precedence number - A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- service
Qos GetPolicies Network Service Service Qos Policy[] - A
service_qos_policy
block as defined below. The QoS policy to use for packets matching this service. - {[key: string]: string}
- A mapping of tags which should be assigned to the Mobile Network Service.
- id str
- The provider-assigned unique ID for this managed resource.
- location str
- The Azure Region where the Mobile Network Service should exist.
- mobile_
network_ strid - name str
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- pcc_
rules Sequence[GetNetwork Service Pcc Rule] - A
pcc_rule
block as defined below. The set of PCC Rules that make up this service. - service_
precedence int - A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- service_
qos_ Sequence[Getpolicies Network Service Service Qos Policy] - A
service_qos_policy
block as defined below. The QoS policy to use for packets matching this service. - Mapping[str, str]
- A mapping of tags which should be assigned to the Mobile Network Service.
- id String
- The provider-assigned unique ID for this managed resource.
- location String
- The Azure Region where the Mobile Network Service should exist.
- mobile
Network StringId - name String
- The name of the data flow template. This must be unique within the parent data flow policy rule.
- pcc
Rules List<Property Map> - A
pcc_rule
block as defined below. The set of PCC Rules that make up this service. - service
Precedence Number - A precedence value that is used to decide between services when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- service
Qos List<Property Map>Policies - A
service_qos_policy
block as defined below. The QoS policy to use for packets matching this service. - Map<String>
- A mapping of tags which should be assigned to the Mobile Network Service.
Supporting Types
GetNetworkServicePccRule
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- Precedence int
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- Qos
Policies List<GetNetwork Service Pcc Rule Qos Policy> - A
rule_qos_policy
block as defined below. The QoS policy to use for packets matching this rule. - Service
Data List<GetFlow Templates Network Service Pcc Rule Service Data Flow Template> - A
service_data_flow_template
block as defined below. The set of service data flow templates to use for this PCC rule. - Traffic
Control boolEnabled - Determines whether flows that match this data flow policy rule are permitted.
- Name string
- Specifies the name which should be used for this Mobile Network Service.
- Precedence int
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- Qos
Policies []GetNetwork Service Pcc Rule Qos Policy - A
rule_qos_policy
block as defined below. The QoS policy to use for packets matching this rule. - Service
Data []GetFlow Templates Network Service Pcc Rule Service Data Flow Template - A
service_data_flow_template
block as defined below. The set of service data flow templates to use for this PCC rule. - Traffic
Control boolEnabled - Determines whether flows that match this data flow policy rule are permitted.
- name String
- Specifies the name which should be used for this Mobile Network Service.
- precedence Integer
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- qos
Policies List<GetNetwork Service Pcc Rule Qos Policy> - A
rule_qos_policy
block as defined below. The QoS policy to use for packets matching this rule. - service
Data List<GetFlow Templates Network Service Pcc Rule Service Data Flow Template> - A
service_data_flow_template
block as defined below. The set of service data flow templates to use for this PCC rule. - traffic
Control BooleanEnabled - Determines whether flows that match this data flow policy rule are permitted.
- name string
- Specifies the name which should be used for this Mobile Network Service.
- precedence number
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- qos
Policies GetNetwork Service Pcc Rule Qos Policy[] - A
rule_qos_policy
block as defined below. The QoS policy to use for packets matching this rule. - service
Data GetFlow Templates Network Service Pcc Rule Service Data Flow Template[] - A
service_data_flow_template
block as defined below. The set of service data flow templates to use for this PCC rule. - traffic
Control booleanEnabled - Determines whether flows that match this data flow policy rule are permitted.
- name str
- Specifies the name which should be used for this Mobile Network Service.
- precedence int
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- qos_
policies Sequence[GetNetwork Service Pcc Rule Qos Policy] - A
rule_qos_policy
block as defined below. The QoS policy to use for packets matching this rule. - service_
data_ Sequence[Getflow_ templates Network Service Pcc Rule Service Data Flow Template] - A
service_data_flow_template
block as defined below. The set of service data flow templates to use for this PCC rule. - traffic_
control_ boolenabled - Determines whether flows that match this data flow policy rule are permitted.
- name String
- Specifies the name which should be used for this Mobile Network Service.
- precedence Number
- A precedence value that is used to decide between data flow policy rules when identifying the QoS values to use for a particular SIM. A lower value means a higher priority.
- qos
Policies List<Property Map> - A
rule_qos_policy
block as defined below. The QoS policy to use for packets matching this rule. - service
Data List<Property Map>Flow Templates - A
service_data_flow_template
block as defined below. The set of service data flow templates to use for this PCC rule. - traffic
Control BooleanEnabled - Determines whether flows that match this data flow policy rule are permitted.
GetNetworkServicePccRuleQosPolicy
- Allocation
And intRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- Guaranteed
Bit List<GetRates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate> - A
guaranteed_bit_rate
block as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule. - Maximum
Bit List<GetRates Network Service Pcc Rule Qos Policy Maximum Bit Rate> - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - Preemption
Capability string - 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 string - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- Qos
Indicator int - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- Allocation
And intRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- Guaranteed
Bit []GetRates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate - A
guaranteed_bit_rate
block as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule. - Maximum
Bit []GetRates Network Service Pcc Rule Qos Policy Maximum Bit Rate - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - Preemption
Capability string - 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 string - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- Qos
Indicator int - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation
And IntegerRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- guaranteed
Bit List<GetRates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate> - A
guaranteed_bit_rate
block as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule. - maximum
Bit List<GetRates Network Service Pcc Rule Qos Policy Maximum Bit Rate> - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - preemption
Capability String - 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 String - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos
Indicator Integer - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation
And numberRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- guaranteed
Bit GetRates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate[] - A
guaranteed_bit_rate
block as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule. - maximum
Bit GetRates Network Service Pcc Rule Qos Policy Maximum Bit Rate[] - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - preemption
Capability string - 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 string - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos
Indicator number - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation_
and_ intretention_ priority_ level - QoS Flow allocation and retention priority (ARP) level.
- guaranteed_
bit_ Sequence[Getrates Network Service Pcc Rule Qos Policy Guaranteed Bit Rate] - A
guaranteed_bit_rate
block as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule. - maximum_
bit_ Sequence[Getrates Network Service Pcc Rule Qos Policy Maximum Bit Rate] - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - preemption_
capability str - 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 - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos_
indicator int - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation
And NumberRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- guaranteed
Bit List<Property Map>Rates - A
guaranteed_bit_rate
block as defined below. The Guaranteed Bit Rate (GBR) for all service data flows that use this PCC Rule. - maximum
Bit List<Property Map>Rates - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - preemption
Capability String - 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 String - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos
Indicator Number - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
GetNetworkServicePccRuleQosPolicyGuaranteedBitRate
GetNetworkServicePccRuleQosPolicyMaximumBitRate
GetNetworkServicePccRuleServiceDataFlowTemplate
- Direction string
- The direction of this flow. Possible values are
Uplink
,Downlink
andBidirectional
. - Name string
- Specifies the name which should be used for this Mobile Network Service.
- Ports List<string>
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- Protocols List<string>
- A list of the allowed protocol(s) for this flow.
- Remote
Ip List<string>Lists - The remote IP address(es) to which UEs will connect for this flow.
- Direction string
- The direction of this flow. Possible values are
Uplink
,Downlink
andBidirectional
. - Name string
- Specifies the name which should be used for this Mobile Network Service.
- Ports []string
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- Protocols []string
- A list of the allowed protocol(s) for this flow.
- Remote
Ip []stringLists - The remote IP address(es) to which UEs will connect for this flow.
- direction String
- The direction of this flow. Possible values are
Uplink
,Downlink
andBidirectional
. - name String
- Specifies the name which should be used for this Mobile Network Service.
- ports List<String>
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- protocols List<String>
- A list of the allowed protocol(s) for this flow.
- remote
Ip List<String>Lists - The remote IP address(es) to which UEs will connect for this flow.
- direction string
- The direction of this flow. Possible values are
Uplink
,Downlink
andBidirectional
. - name string
- Specifies the name which should be used for this Mobile Network Service.
- ports string[]
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- protocols string[]
- A list of the allowed protocol(s) for this flow.
- remote
Ip string[]Lists - The remote IP address(es) to which UEs will connect for this flow.
- direction str
- The direction of this flow. Possible values are
Uplink
,Downlink
andBidirectional
. - name str
- Specifies the name which should be used for this Mobile Network Service.
- ports Sequence[str]
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- protocols Sequence[str]
- A list of the allowed protocol(s) for this flow.
- remote_
ip_ Sequence[str]lists - The remote IP address(es) to which UEs will connect for this flow.
- direction String
- The direction of this flow. Possible values are
Uplink
,Downlink
andBidirectional
. - name String
- Specifies the name which should be used for this Mobile Network Service.
- ports List<String>
- The port(s) to which UEs will connect for this flow. You can specify zero or more ports or port ranges.
- protocols List<String>
- A list of the allowed protocol(s) for this flow.
- remote
Ip List<String>Lists - The remote IP address(es) to which UEs will connect for this flow.
GetNetworkServiceServiceQosPolicy
- Allocation
And intRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- Maximum
Bit List<GetRates Network Service Service Qos Policy Maximum Bit Rate> - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - Preemption
Capability string - 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 string - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- Qos
Indicator int - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- Allocation
And intRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- Maximum
Bit []GetRates Network Service Service Qos Policy Maximum Bit Rate - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - Preemption
Capability string - 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 string - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- Qos
Indicator int - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation
And IntegerRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- maximum
Bit List<GetRates Network Service Service Qos Policy Maximum Bit Rate> - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - preemption
Capability String - 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 String - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos
Indicator Integer - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation
And numberRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- maximum
Bit GetRates Network Service Service Qos Policy Maximum Bit Rate[] - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - preemption
Capability string - 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 string - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos
Indicator number - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation_
and_ intretention_ priority_ level - QoS Flow allocation and retention priority (ARP) level.
- maximum_
bit_ Sequence[Getrates Network Service Service Qos Policy Maximum Bit Rate] - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - preemption_
capability str - 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 - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos_
indicator int - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
- allocation
And NumberRetention Priority Level - QoS Flow allocation and retention priority (ARP) level.
- maximum
Bit List<Property Map>Rates - A
maximum_bit_rate
block as defined below. The Maximum Bit Rate (MBR) for all service data flows that use this PCC Rule or Service. - preemption
Capability String - 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 String - The Preemption Vulnerability of a QoS Flow controls whether it can be preempted by QoS Flow with a higher priority level. See 3GPP TS23.501 section 5.7.2.2 for a full description of the ARP parameters.
- qos
Indicator Number - The QoS Indicator (5QI for 5G network /QCI for 4G net work) value identifies a set of QoS characteristics that control QoS forwarding treatment for QoS flows or EPS bearers.
GetNetworkServiceServiceQosPolicyMaximumBitRate
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurerm
Terraform Provider.