Cisco NX-OS v0.0.2 published on Friday, Sep 29, 2023 by lbrlabs
nxos.getDefaultQosPolicyMapMatchClassMapPolice
Explore with Pulumi AI
This data source can read the default QoS policy map match class map police configuration.
- API Documentation: ipqosPolice
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nxos = Pulumi.Nxos;
return await Deployment.RunAsync(() => 
{
    var example = Nxos.GetDefaultQosPolicyMapMatchClassMapPolice.Invoke(new()
    {
        ClassMapName = "Voice",
        PolicyMapName = "PM1",
    });
});
package main
import (
	"github.com/lbrlabs/pulumi-nxos/sdk/go/nxos"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := nxos.LookupDefaultQosPolicyMapMatchClassMapPolice(ctx, &nxos.LookupDefaultQosPolicyMapMatchClassMapPoliceArgs{
			ClassMapName:  "Voice",
			PolicyMapName: "PM1",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nxos.NxosFunctions;
import com.pulumi.nxos.inputs.GetDefaultQosPolicyMapMatchClassMapPoliceArgs;
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 = NxosFunctions.getDefaultQosPolicyMapMatchClassMapPolice(GetDefaultQosPolicyMapMatchClassMapPoliceArgs.builder()
            .classMapName("Voice")
            .policyMapName("PM1")
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as nxos from "@pulumi/nxos";
const example = nxos.getDefaultQosPolicyMapMatchClassMapPolice({
    classMapName: "Voice",
    policyMapName: "PM1",
});
import pulumi
import pulumi_nxos as nxos
example = nxos.get_default_qos_policy_map_match_class_map_police(class_map_name="Voice",
    policy_map_name="PM1")
variables:
  example:
    fn::invoke:
      Function: nxos:getDefaultQosPolicyMapMatchClassMapPolice
      Arguments:
        classMapName: Voice
        policyMapName: PM1
Using getDefaultQosPolicyMapMatchClassMapPolice
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 getDefaultQosPolicyMapMatchClassMapPolice(args: GetDefaultQosPolicyMapMatchClassMapPoliceArgs, opts?: InvokeOptions): Promise<GetDefaultQosPolicyMapMatchClassMapPoliceResult>
function getDefaultQosPolicyMapMatchClassMapPoliceOutput(args: GetDefaultQosPolicyMapMatchClassMapPoliceOutputArgs, opts?: InvokeOptions): Output<GetDefaultQosPolicyMapMatchClassMapPoliceResult>def get_default_qos_policy_map_match_class_map_police(class_map_name: Optional[str] = None,
                                                      device: Optional[str] = None,
                                                      policy_map_name: Optional[str] = None,
                                                      opts: Optional[InvokeOptions] = None) -> GetDefaultQosPolicyMapMatchClassMapPoliceResult
def get_default_qos_policy_map_match_class_map_police_output(class_map_name: Optional[pulumi.Input[str]] = None,
                                                      device: Optional[pulumi.Input[str]] = None,
                                                      policy_map_name: Optional[pulumi.Input[str]] = None,
                                                      opts: Optional[InvokeOptions] = None) -> Output[GetDefaultQosPolicyMapMatchClassMapPoliceResult]func LookupDefaultQosPolicyMapMatchClassMapPolice(ctx *Context, args *LookupDefaultQosPolicyMapMatchClassMapPoliceArgs, opts ...InvokeOption) (*LookupDefaultQosPolicyMapMatchClassMapPoliceResult, error)
func LookupDefaultQosPolicyMapMatchClassMapPoliceOutput(ctx *Context, args *LookupDefaultQosPolicyMapMatchClassMapPoliceOutputArgs, opts ...InvokeOption) LookupDefaultQosPolicyMapMatchClassMapPoliceResultOutput> Note: This function is named LookupDefaultQosPolicyMapMatchClassMapPolice in the Go SDK.
public static class GetDefaultQosPolicyMapMatchClassMapPolice 
{
    public static Task<GetDefaultQosPolicyMapMatchClassMapPoliceResult> InvokeAsync(GetDefaultQosPolicyMapMatchClassMapPoliceArgs args, InvokeOptions? opts = null)
    public static Output<GetDefaultQosPolicyMapMatchClassMapPoliceResult> Invoke(GetDefaultQosPolicyMapMatchClassMapPoliceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDefaultQosPolicyMapMatchClassMapPoliceResult> getDefaultQosPolicyMapMatchClassMapPolice(GetDefaultQosPolicyMapMatchClassMapPoliceArgs args, InvokeOptions options)
public static Output<GetDefaultQosPolicyMapMatchClassMapPoliceResult> getDefaultQosPolicyMapMatchClassMapPolice(GetDefaultQosPolicyMapMatchClassMapPoliceArgs args, InvokeOptions options)
fn::invoke:
  function: nxos:index/getDefaultQosPolicyMapMatchClassMapPolice:getDefaultQosPolicyMapMatchClassMapPolice
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ClassMap stringName 
- Class map name.
- PolicyMap stringName 
- Policy map name.
- Device string
- A device name from the provider configuration.
- ClassMap stringName 
- Class map name.
- PolicyMap stringName 
- Policy map name.
- Device string
- A device name from the provider configuration.
- classMap StringName 
- Class map name.
- policyMap StringName 
- Policy map name.
- device String
- A device name from the provider configuration.
- classMap stringName 
- Class map name.
- policyMap stringName 
- Policy map name.
- device string
- A device name from the provider configuration.
- class_map_ strname 
- Class map name.
- policy_map_ strname 
- Policy map name.
- device str
- A device name from the provider configuration.
- classMap StringName 
- Class map name.
- policyMap StringName 
- Policy map name.
- device String
- A device name from the provider configuration.
getDefaultQosPolicyMapMatchClassMapPolice Result
The following output properties are available:
- BcRate int
- CIR burst rate.
- BcUnit string
- CIR burst rate unit.
- BeRate int
- PIR burst rate.
- BeUnit string
- PIR burst rate unit.
- CirRate int
- CIR rate.
- CirUnit string
- CIR rate unit.
- ClassMap stringName 
- Class map name.
- ConformAction string
- Conform action.
- ConformSet intCos 
- Set CoS for conforming traffic.
- ConformSet intDscp 
- Set DSCP for conforming traffic.
- ConformSet stringPrecedence 
- Set precedence for conforming traffic.
- ConformSet intQos Group 
- Set qos-group for conforming traffic.
- ExceedAction string
- Exceed action.
- ExceedSet intCos 
- Set CoS for exceeding traffic.
- ExceedSet intDscp 
- Set DSCP for exceeding traffic.
- ExceedSet stringPrecedence 
- Set precedence for exceeding traffic.
- ExceedSet intQos Group 
- Set qos-group for exceeding traffic.
- Id string
- The distinguished name of the object.
- PirRate int
- PIR rate.
- PirUnit string
- PIR rate unit.
- PolicyMap stringName 
- Policy map name.
- ViolateAction string
- Violate action.
- ViolateSet intCos 
- Set CoS for violating traffic.
- ViolateSet intDscp 
- Set DSCP for violating traffic.
- ViolateSet stringPrecedence 
- Set precedence for violating traffic.
- ViolateSet intQos Group 
- Set qos-group for violating traffic.
- Device string
- A device name from the provider configuration.
- BcRate int
- CIR burst rate.
- BcUnit string
- CIR burst rate unit.
- BeRate int
- PIR burst rate.
- BeUnit string
- PIR burst rate unit.
- CirRate int
- CIR rate.
- CirUnit string
- CIR rate unit.
- ClassMap stringName 
- Class map name.
- ConformAction string
- Conform action.
- ConformSet intCos 
- Set CoS for conforming traffic.
- ConformSet intDscp 
- Set DSCP for conforming traffic.
- ConformSet stringPrecedence 
- Set precedence for conforming traffic.
- ConformSet intQos Group 
- Set qos-group for conforming traffic.
- ExceedAction string
- Exceed action.
- ExceedSet intCos 
- Set CoS for exceeding traffic.
- ExceedSet intDscp 
- Set DSCP for exceeding traffic.
- ExceedSet stringPrecedence 
- Set precedence for exceeding traffic.
- ExceedSet intQos Group 
- Set qos-group for exceeding traffic.
- Id string
- The distinguished name of the object.
- PirRate int
- PIR rate.
- PirUnit string
- PIR rate unit.
- PolicyMap stringName 
- Policy map name.
- ViolateAction string
- Violate action.
- ViolateSet intCos 
- Set CoS for violating traffic.
- ViolateSet intDscp 
- Set DSCP for violating traffic.
- ViolateSet stringPrecedence 
- Set precedence for violating traffic.
- ViolateSet intQos Group 
- Set qos-group for violating traffic.
- Device string
- A device name from the provider configuration.
- bcRate Integer
- CIR burst rate.
- bcUnit String
- CIR burst rate unit.
- beRate Integer
- PIR burst rate.
- beUnit String
- PIR burst rate unit.
- cirRate Integer
- CIR rate.
- cirUnit String
- CIR rate unit.
- classMap StringName 
- Class map name.
- conformAction String
- Conform action.
- conformSet IntegerCos 
- Set CoS for conforming traffic.
- conformSet IntegerDscp 
- Set DSCP for conforming traffic.
- conformSet StringPrecedence 
- Set precedence for conforming traffic.
- conformSet IntegerQos Group 
- Set qos-group for conforming traffic.
- exceedAction String
- Exceed action.
- exceedSet IntegerCos 
- Set CoS for exceeding traffic.
- exceedSet IntegerDscp 
- Set DSCP for exceeding traffic.
- exceedSet StringPrecedence 
- Set precedence for exceeding traffic.
- exceedSet IntegerQos Group 
- Set qos-group for exceeding traffic.
- id String
- The distinguished name of the object.
- pirRate Integer
- PIR rate.
- pirUnit String
- PIR rate unit.
- policyMap StringName 
- Policy map name.
- violateAction String
- Violate action.
- violateSet IntegerCos 
- Set CoS for violating traffic.
- violateSet IntegerDscp 
- Set DSCP for violating traffic.
- violateSet StringPrecedence 
- Set precedence for violating traffic.
- violateSet IntegerQos Group 
- Set qos-group for violating traffic.
- device String
- A device name from the provider configuration.
- bcRate number
- CIR burst rate.
- bcUnit string
- CIR burst rate unit.
- beRate number
- PIR burst rate.
- beUnit string
- PIR burst rate unit.
- cirRate number
- CIR rate.
- cirUnit string
- CIR rate unit.
- classMap stringName 
- Class map name.
- conformAction string
- Conform action.
- conformSet numberCos 
- Set CoS for conforming traffic.
- conformSet numberDscp 
- Set DSCP for conforming traffic.
- conformSet stringPrecedence 
- Set precedence for conforming traffic.
- conformSet numberQos Group 
- Set qos-group for conforming traffic.
- exceedAction string
- Exceed action.
- exceedSet numberCos 
- Set CoS for exceeding traffic.
- exceedSet numberDscp 
- Set DSCP for exceeding traffic.
- exceedSet stringPrecedence 
- Set precedence for exceeding traffic.
- exceedSet numberQos Group 
- Set qos-group for exceeding traffic.
- id string
- The distinguished name of the object.
- pirRate number
- PIR rate.
- pirUnit string
- PIR rate unit.
- policyMap stringName 
- Policy map name.
- violateAction string
- Violate action.
- violateSet numberCos 
- Set CoS for violating traffic.
- violateSet numberDscp 
- Set DSCP for violating traffic.
- violateSet stringPrecedence 
- Set precedence for violating traffic.
- violateSet numberQos Group 
- Set qos-group for violating traffic.
- device string
- A device name from the provider configuration.
- bc_rate int
- CIR burst rate.
- bc_unit str
- CIR burst rate unit.
- be_rate int
- PIR burst rate.
- be_unit str
- PIR burst rate unit.
- cir_rate int
- CIR rate.
- cir_unit str
- CIR rate unit.
- class_map_ strname 
- Class map name.
- conform_action str
- Conform action.
- conform_set_ intcos 
- Set CoS for conforming traffic.
- conform_set_ intdscp 
- Set DSCP for conforming traffic.
- conform_set_ strprecedence 
- Set precedence for conforming traffic.
- conform_set_ intqos_ group 
- Set qos-group for conforming traffic.
- exceed_action str
- Exceed action.
- exceed_set_ intcos 
- Set CoS for exceeding traffic.
- exceed_set_ intdscp 
- Set DSCP for exceeding traffic.
- exceed_set_ strprecedence 
- Set precedence for exceeding traffic.
- exceed_set_ intqos_ group 
- Set qos-group for exceeding traffic.
- id str
- The distinguished name of the object.
- pir_rate int
- PIR rate.
- pir_unit str
- PIR rate unit.
- policy_map_ strname 
- Policy map name.
- violate_action str
- Violate action.
- violate_set_ intcos 
- Set CoS for violating traffic.
- violate_set_ intdscp 
- Set DSCP for violating traffic.
- violate_set_ strprecedence 
- Set precedence for violating traffic.
- violate_set_ intqos_ group 
- Set qos-group for violating traffic.
- device str
- A device name from the provider configuration.
- bcRate Number
- CIR burst rate.
- bcUnit String
- CIR burst rate unit.
- beRate Number
- PIR burst rate.
- beUnit String
- PIR burst rate unit.
- cirRate Number
- CIR rate.
- cirUnit String
- CIR rate unit.
- classMap StringName 
- Class map name.
- conformAction String
- Conform action.
- conformSet NumberCos 
- Set CoS for conforming traffic.
- conformSet NumberDscp 
- Set DSCP for conforming traffic.
- conformSet StringPrecedence 
- Set precedence for conforming traffic.
- conformSet NumberQos Group 
- Set qos-group for conforming traffic.
- exceedAction String
- Exceed action.
- exceedSet NumberCos 
- Set CoS for exceeding traffic.
- exceedSet NumberDscp 
- Set DSCP for exceeding traffic.
- exceedSet StringPrecedence 
- Set precedence for exceeding traffic.
- exceedSet NumberQos Group 
- Set qos-group for exceeding traffic.
- id String
- The distinguished name of the object.
- pirRate Number
- PIR rate.
- pirUnit String
- PIR rate unit.
- policyMap StringName 
- Policy map name.
- violateAction String
- Violate action.
- violateSet NumberCos 
- Set CoS for violating traffic.
- violateSet NumberDscp 
- Set DSCP for violating traffic.
- violateSet StringPrecedence 
- Set precedence for violating traffic.
- violateSet NumberQos Group 
- Set qos-group for violating traffic.
- device String
- A device name from the provider configuration.
Package Details
- Repository
- nxos lbrlabs/pulumi-nxos
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the nxosTerraform Provider.