1. Packages
  2. Cisco NX OS Resource Provider
  3. API Docs
  4. getDefaultQosPolicyMapMatchClassMapSetQosGroup
Cisco NX-OS v0.0.2 published on Friday, Sep 29, 2023 by lbrlabs

nxos.getDefaultQosPolicyMapMatchClassMapSetQosGroup

Explore with Pulumi AI

nxos logo
Cisco NX-OS v0.0.2 published on Friday, Sep 29, 2023 by lbrlabs

    This data source can read the default QoS policy map match class map set QoS group configuration.

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nxos = Pulumi.Nxos;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Nxos.GetDefaultQosPolicyMapMatchClassMapSetQosGroup.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.LookupDefaultQosPolicyMapMatchClassMapSetQosGroup(ctx, &nxos.LookupDefaultQosPolicyMapMatchClassMapSetQosGroupArgs{
    			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.GetDefaultQosPolicyMapMatchClassMapSetQosGroupArgs;
    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.getDefaultQosPolicyMapMatchClassMapSetQosGroup(GetDefaultQosPolicyMapMatchClassMapSetQosGroupArgs.builder()
                .classMapName("Voice")
                .policyMapName("PM1")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_nxos as nxos
    
    example = nxos.get_default_qos_policy_map_match_class_map_set_qos_group(class_map_name="Voice",
        policy_map_name="PM1")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as nxos from "@pulumi/nxos";
    
    const example = nxos.getDefaultQosPolicyMapMatchClassMapSetQosGroup({
        classMapName: "Voice",
        policyMapName: "PM1",
    });
    
    variables:
      example:
        fn::invoke:
          Function: nxos:getDefaultQosPolicyMapMatchClassMapSetQosGroup
          Arguments:
            classMapName: Voice
            policyMapName: PM1
    

    Using getDefaultQosPolicyMapMatchClassMapSetQosGroup

    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 getDefaultQosPolicyMapMatchClassMapSetQosGroup(args: GetDefaultQosPolicyMapMatchClassMapSetQosGroupArgs, opts?: InvokeOptions): Promise<GetDefaultQosPolicyMapMatchClassMapSetQosGroupResult>
    function getDefaultQosPolicyMapMatchClassMapSetQosGroupOutput(args: GetDefaultQosPolicyMapMatchClassMapSetQosGroupOutputArgs, opts?: InvokeOptions): Output<GetDefaultQosPolicyMapMatchClassMapSetQosGroupResult>
    def get_default_qos_policy_map_match_class_map_set_qos_group(class_map_name: Optional[str] = None,
                                                                 device: Optional[str] = None,
                                                                 policy_map_name: Optional[str] = None,
                                                                 opts: Optional[InvokeOptions] = None) -> GetDefaultQosPolicyMapMatchClassMapSetQosGroupResult
    def get_default_qos_policy_map_match_class_map_set_qos_group_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[GetDefaultQosPolicyMapMatchClassMapSetQosGroupResult]
    func LookupDefaultQosPolicyMapMatchClassMapSetQosGroup(ctx *Context, args *LookupDefaultQosPolicyMapMatchClassMapSetQosGroupArgs, opts ...InvokeOption) (*LookupDefaultQosPolicyMapMatchClassMapSetQosGroupResult, error)
    func LookupDefaultQosPolicyMapMatchClassMapSetQosGroupOutput(ctx *Context, args *LookupDefaultQosPolicyMapMatchClassMapSetQosGroupOutputArgs, opts ...InvokeOption) LookupDefaultQosPolicyMapMatchClassMapSetQosGroupResultOutput

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

    public static class GetDefaultQosPolicyMapMatchClassMapSetQosGroup 
    {
        public static Task<GetDefaultQosPolicyMapMatchClassMapSetQosGroupResult> InvokeAsync(GetDefaultQosPolicyMapMatchClassMapSetQosGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetDefaultQosPolicyMapMatchClassMapSetQosGroupResult> Invoke(GetDefaultQosPolicyMapMatchClassMapSetQosGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDefaultQosPolicyMapMatchClassMapSetQosGroupResult> getDefaultQosPolicyMapMatchClassMapSetQosGroup(GetDefaultQosPolicyMapMatchClassMapSetQosGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: nxos:index/getDefaultQosPolicyMapMatchClassMapSetQosGroup:getDefaultQosPolicyMapMatchClassMapSetQosGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClassMapName string
    Class map name.
    PolicyMapName string
    Policy map name.
    Device string
    A device name from the provider configuration.
    ClassMapName string
    Class map name.
    PolicyMapName string
    Policy map name.
    Device string
    A device name from the provider configuration.
    classMapName String
    Class map name.
    policyMapName String
    Policy map name.
    device String
    A device name from the provider configuration.
    classMapName string
    Class map name.
    policyMapName string
    Policy map name.
    device string
    A device name from the provider configuration.
    class_map_name str
    Class map name.
    policy_map_name str
    Policy map name.
    device str
    A device name from the provider configuration.
    classMapName String
    Class map name.
    policyMapName String
    Policy map name.
    device String
    A device name from the provider configuration.

    getDefaultQosPolicyMapMatchClassMapSetQosGroup Result

    The following output properties are available:

    ClassMapName string
    Class map name.
    Id string
    The distinguished name of the object.
    PolicyMapName string
    Policy map name.
    QosGroupId int
    QoS group ID.
    Device string
    A device name from the provider configuration.
    ClassMapName string
    Class map name.
    Id string
    The distinguished name of the object.
    PolicyMapName string
    Policy map name.
    QosGroupId int
    QoS group ID.
    Device string
    A device name from the provider configuration.
    classMapName String
    Class map name.
    id String
    The distinguished name of the object.
    policyMapName String
    Policy map name.
    qosGroupId Integer
    QoS group ID.
    device String
    A device name from the provider configuration.
    classMapName string
    Class map name.
    id string
    The distinguished name of the object.
    policyMapName string
    Policy map name.
    qosGroupId number
    QoS group ID.
    device string
    A device name from the provider configuration.
    class_map_name str
    Class map name.
    id str
    The distinguished name of the object.
    policy_map_name str
    Policy map name.
    qos_group_id int
    QoS group ID.
    device str
    A device name from the provider configuration.
    classMapName String
    Class map name.
    id String
    The distinguished name of the object.
    policyMapName String
    Policy map name.
    qosGroupId Number
    QoS group ID.
    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 nxos Terraform Provider.
    nxos logo
    Cisco NX-OS v0.0.2 published on Friday, Sep 29, 2023 by lbrlabs