1. Packages
  2. Cisco Meraki
  3. API Docs
  4. networks
  5. getSwitchQosRulesOrder
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

meraki.networks.getSwitchQosRulesOrder

Explore with Pulumi AI

meraki logo
Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi

    Example Usage

    Using getSwitchQosRulesOrder

    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 getSwitchQosRulesOrder(args: GetSwitchQosRulesOrderArgs, opts?: InvokeOptions): Promise<GetSwitchQosRulesOrderResult>
    function getSwitchQosRulesOrderOutput(args: GetSwitchQosRulesOrderOutputArgs, opts?: InvokeOptions): Output<GetSwitchQosRulesOrderResult>
    def get_switch_qos_rules_order(network_id: Optional[str] = None,
                                   qos_rule_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetSwitchQosRulesOrderResult
    def get_switch_qos_rules_order_output(network_id: Optional[pulumi.Input[str]] = None,
                                   qos_rule_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetSwitchQosRulesOrderResult]
    func LookupSwitchQosRulesOrder(ctx *Context, args *LookupSwitchQosRulesOrderArgs, opts ...InvokeOption) (*LookupSwitchQosRulesOrderResult, error)
    func LookupSwitchQosRulesOrderOutput(ctx *Context, args *LookupSwitchQosRulesOrderOutputArgs, opts ...InvokeOption) LookupSwitchQosRulesOrderResultOutput

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

    public static class GetSwitchQosRulesOrder 
    {
        public static Task<GetSwitchQosRulesOrderResult> InvokeAsync(GetSwitchQosRulesOrderArgs args, InvokeOptions? opts = null)
        public static Output<GetSwitchQosRulesOrderResult> Invoke(GetSwitchQosRulesOrderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSwitchQosRulesOrderResult> getSwitchQosRulesOrder(GetSwitchQosRulesOrderArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: meraki:networks/getSwitchQosRulesOrder:getSwitchQosRulesOrder
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NetworkId string
    networkId path parameter. Network ID
    QosRuleId string
    qosRuleId path parameter. Qos rule ID
    NetworkId string
    networkId path parameter. Network ID
    QosRuleId string
    qosRuleId path parameter. Qos rule ID
    networkId String
    networkId path parameter. Network ID
    qosRuleId String
    qosRuleId path parameter. Qos rule ID
    networkId string
    networkId path parameter. Network ID
    qosRuleId string
    qosRuleId path parameter. Qos rule ID
    network_id str
    networkId path parameter. Network ID
    qos_rule_id str
    qosRuleId path parameter. Qos rule ID
    networkId String
    networkId path parameter. Network ID
    qosRuleId String
    qosRuleId path parameter. Qos rule ID

    getSwitchQosRulesOrder Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetSwitchQosRulesOrderItem
    Items List<GetSwitchQosRulesOrderItem>
    Array of ResponseSwitchGetNetworkSwitchQosRules
    NetworkId string
    networkId path parameter. Network ID
    QosRuleId string
    qosRuleId path parameter. Qos rule ID
    Id string
    The provider-assigned unique ID for this managed resource.
    Item GetSwitchQosRulesOrderItem
    Items []GetSwitchQosRulesOrderItem
    Array of ResponseSwitchGetNetworkSwitchQosRules
    NetworkId string
    networkId path parameter. Network ID
    QosRuleId string
    qosRuleId path parameter. Qos rule ID
    id String
    The provider-assigned unique ID for this managed resource.
    item GetSwitchQosRulesOrderItem
    items List<GetSwitchQosRulesOrderItem>
    Array of ResponseSwitchGetNetworkSwitchQosRules
    networkId String
    networkId path parameter. Network ID
    qosRuleId String
    qosRuleId path parameter. Qos rule ID
    id string
    The provider-assigned unique ID for this managed resource.
    item GetSwitchQosRulesOrderItem
    items GetSwitchQosRulesOrderItem[]
    Array of ResponseSwitchGetNetworkSwitchQosRules
    networkId string
    networkId path parameter. Network ID
    qosRuleId string
    qosRuleId path parameter. Qos rule ID
    id str
    The provider-assigned unique ID for this managed resource.
    item GetSwitchQosRulesOrderItem
    items Sequence[GetSwitchQosRulesOrderItem]
    Array of ResponseSwitchGetNetworkSwitchQosRules
    network_id str
    networkId path parameter. Network ID
    qos_rule_id str
    qosRuleId path parameter. Qos rule ID
    id String
    The provider-assigned unique ID for this managed resource.
    item Property Map
    items List<Property Map>
    Array of ResponseSwitchGetNetworkSwitchQosRules
    networkId String
    networkId path parameter. Network ID
    qosRuleId String
    qosRuleId path parameter. Qos rule ID

    Supporting Types

    GetSwitchQosRulesOrderItem

    Dscp int
    DstPort int
    DstPortRange string
    Id string
    Protocol string
    SrcPort int
    SrcPortRange string
    Vlan int
    Dscp int
    DstPort int
    DstPortRange string
    Id string
    Protocol string
    SrcPort int
    SrcPortRange string
    Vlan int
    dscp Integer
    dstPort Integer
    dstPortRange String
    id String
    protocol String
    srcPort Integer
    srcPortRange String
    vlan Integer
    dscp number
    dstPort number
    dstPortRange string
    id string
    protocol string
    srcPort number
    srcPortRange string
    vlan number
    dscp Number
    dstPort Number
    dstPortRange String
    id String
    protocol String
    srcPort Number
    srcPortRange String
    vlan Number

    Package Details

    Repository
    meraki pulumi/pulumi-meraki
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the meraki Terraform Provider.
    meraki logo
    Cisco Meraki v0.2.4 published on Friday, Jun 14, 2024 by Pulumi