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

nxos.getRouteMapRuleEntryMatchRoute

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 a Match Route in Route-Map Rule Entry configuration.

    Example Usage

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Nxos = Pulumi.Nxos;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Nxos.GetRouteMapRuleEntryMatchRoute.Invoke(new()
        {
            Order = 10,
            RuleName = "RULE1",
        });
    
    });
    
    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.LookupRouteMapRuleEntryMatchRoute(ctx, &nxos.LookupRouteMapRuleEntryMatchRouteArgs{
    			Order:    10,
    			RuleName: "RULE1",
    		}, 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.GetRouteMapRuleEntryMatchRouteArgs;
    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.getRouteMapRuleEntryMatchRoute(GetRouteMapRuleEntryMatchRouteArgs.builder()
                .order(10)
                .ruleName("RULE1")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_nxos as nxos
    
    example = nxos.get_route_map_rule_entry_match_route(order=10,
        rule_name="RULE1")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as nxos from "@pulumi/nxos";
    
    const example = nxos.getRouteMapRuleEntryMatchRoute({
        order: 10,
        ruleName: "RULE1",
    });
    
    variables:
      example:
        fn::invoke:
          Function: nxos:getRouteMapRuleEntryMatchRoute
          Arguments:
            order: 10
            ruleName: RULE1
    

    Using getRouteMapRuleEntryMatchRoute

    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 getRouteMapRuleEntryMatchRoute(args: GetRouteMapRuleEntryMatchRouteArgs, opts?: InvokeOptions): Promise<GetRouteMapRuleEntryMatchRouteResult>
    function getRouteMapRuleEntryMatchRouteOutput(args: GetRouteMapRuleEntryMatchRouteOutputArgs, opts?: InvokeOptions): Output<GetRouteMapRuleEntryMatchRouteResult>
    def get_route_map_rule_entry_match_route(device: Optional[str] = None,
                                             order: Optional[int] = None,
                                             rule_name: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetRouteMapRuleEntryMatchRouteResult
    def get_route_map_rule_entry_match_route_output(device: Optional[pulumi.Input[str]] = None,
                                             order: Optional[pulumi.Input[int]] = None,
                                             rule_name: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetRouteMapRuleEntryMatchRouteResult]
    func LookupRouteMapRuleEntryMatchRoute(ctx *Context, args *LookupRouteMapRuleEntryMatchRouteArgs, opts ...InvokeOption) (*LookupRouteMapRuleEntryMatchRouteResult, error)
    func LookupRouteMapRuleEntryMatchRouteOutput(ctx *Context, args *LookupRouteMapRuleEntryMatchRouteOutputArgs, opts ...InvokeOption) LookupRouteMapRuleEntryMatchRouteResultOutput

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

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

    The following arguments are supported:

    Order int
    Route-Map Rule Entry order.
    RuleName string
    Route Map rule name.
    Device string
    A device name from the provider configuration.
    Order int
    Route-Map Rule Entry order.
    RuleName string
    Route Map rule name.
    Device string
    A device name from the provider configuration.
    order Integer
    Route-Map Rule Entry order.
    ruleName String
    Route Map rule name.
    device String
    A device name from the provider configuration.
    order number
    Route-Map Rule Entry order.
    ruleName string
    Route Map rule name.
    device string
    A device name from the provider configuration.
    order int
    Route-Map Rule Entry order.
    rule_name str
    Route Map rule name.
    device str
    A device name from the provider configuration.
    order Number
    Route-Map Rule Entry order.
    ruleName String
    Route Map rule name.
    device String
    A device name from the provider configuration.

    getRouteMapRuleEntryMatchRoute Result

    The following output properties are available:

    Id string
    The distinguished name of the object.
    Order int
    Route-Map Rule Entry order.
    RuleName string
    Route Map rule name.
    Device string
    A device name from the provider configuration.
    Id string
    The distinguished name of the object.
    Order int
    Route-Map Rule Entry order.
    RuleName string
    Route Map rule name.
    Device string
    A device name from the provider configuration.
    id String
    The distinguished name of the object.
    order Integer
    Route-Map Rule Entry order.
    ruleName String
    Route Map rule name.
    device String
    A device name from the provider configuration.
    id string
    The distinguished name of the object.
    order number
    Route-Map Rule Entry order.
    ruleName string
    Route Map rule name.
    device string
    A device name from the provider configuration.
    id str
    The distinguished name of the object.
    order int
    Route-Map Rule Entry order.
    rule_name str
    Route Map rule name.
    device str
    A device name from the provider configuration.
    id String
    The distinguished name of the object.
    order Number
    Route-Map Rule Entry order.
    ruleName String
    Route Map rule name.
    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