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

nxos.getRouteMapRuleEntryMatchRoutePrefixList

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 Prefix List 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.GetRouteMapRuleEntryMatchRoutePrefixList.Invoke(new()
        {
            Order = 10,
            PrefixListDn = "sys/rpm/pfxlistv4-[LIST1]",
            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.LookupRouteMapRuleEntryMatchRoutePrefixList(ctx, &nxos.LookupRouteMapRuleEntryMatchRoutePrefixListArgs{
    			Order:        10,
    			PrefixListDn: "sys/rpm/pfxlistv4-[LIST1]",
    			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.GetRouteMapRuleEntryMatchRoutePrefixListArgs;
    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.getRouteMapRuleEntryMatchRoutePrefixList(GetRouteMapRuleEntryMatchRoutePrefixListArgs.builder()
                .order(10)
                .prefixListDn("sys/rpm/pfxlistv4-[LIST1]")
                .ruleName("RULE1")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_nxos as nxos
    
    example = nxos.get_route_map_rule_entry_match_route_prefix_list(order=10,
        prefix_list_dn="sys/rpm/pfxlistv4-[LIST1]",
        rule_name="RULE1")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as nxos from "@pulumi/nxos";
    
    const example = nxos.getRouteMapRuleEntryMatchRoutePrefixList({
        order: 10,
        prefixListDn: "sys/rpm/pfxlistv4-[LIST1]",
        ruleName: "RULE1",
    });
    
    variables:
      example:
        fn::invoke:
          Function: nxos:getRouteMapRuleEntryMatchRoutePrefixList
          Arguments:
            order: 10
            prefixListDn: sys/rpm/pfxlistv4-[LIST1]
            ruleName: RULE1
    

    Using getRouteMapRuleEntryMatchRoutePrefixList

    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 getRouteMapRuleEntryMatchRoutePrefixList(args: GetRouteMapRuleEntryMatchRoutePrefixListArgs, opts?: InvokeOptions): Promise<GetRouteMapRuleEntryMatchRoutePrefixListResult>
    function getRouteMapRuleEntryMatchRoutePrefixListOutput(args: GetRouteMapRuleEntryMatchRoutePrefixListOutputArgs, opts?: InvokeOptions): Output<GetRouteMapRuleEntryMatchRoutePrefixListResult>
    def get_route_map_rule_entry_match_route_prefix_list(device: Optional[str] = None,
                                                         order: Optional[int] = None,
                                                         prefix_list_dn: Optional[str] = None,
                                                         rule_name: Optional[str] = None,
                                                         opts: Optional[InvokeOptions] = None) -> GetRouteMapRuleEntryMatchRoutePrefixListResult
    def get_route_map_rule_entry_match_route_prefix_list_output(device: Optional[pulumi.Input[str]] = None,
                                                         order: Optional[pulumi.Input[int]] = None,
                                                         prefix_list_dn: Optional[pulumi.Input[str]] = None,
                                                         rule_name: Optional[pulumi.Input[str]] = None,
                                                         opts: Optional[InvokeOptions] = None) -> Output[GetRouteMapRuleEntryMatchRoutePrefixListResult]
    func LookupRouteMapRuleEntryMatchRoutePrefixList(ctx *Context, args *LookupRouteMapRuleEntryMatchRoutePrefixListArgs, opts ...InvokeOption) (*LookupRouteMapRuleEntryMatchRoutePrefixListResult, error)
    func LookupRouteMapRuleEntryMatchRoutePrefixListOutput(ctx *Context, args *LookupRouteMapRuleEntryMatchRoutePrefixListOutputArgs, opts ...InvokeOption) LookupRouteMapRuleEntryMatchRoutePrefixListResultOutput

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

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

    The following arguments are supported:

    Order int
    Route-Map Rule Entry order.
    PrefixListDn string
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    RuleName string
    Route Map rule name.
    Device string
    A device name from the provider configuration.
    Order int
    Route-Map Rule Entry order.
    PrefixListDn string
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    RuleName string
    Route Map rule name.
    Device string
    A device name from the provider configuration.
    order Integer
    Route-Map Rule Entry order.
    prefixListDn String
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    ruleName String
    Route Map rule name.
    device String
    A device name from the provider configuration.
    order number
    Route-Map Rule Entry order.
    prefixListDn string
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    ruleName string
    Route Map rule name.
    device string
    A device name from the provider configuration.
    order int
    Route-Map Rule Entry order.
    prefix_list_dn str
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    rule_name str
    Route Map rule name.
    device str
    A device name from the provider configuration.
    order Number
    Route-Map Rule Entry order.
    prefixListDn String
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    ruleName String
    Route Map rule name.
    device String
    A device name from the provider configuration.

    getRouteMapRuleEntryMatchRoutePrefixList Result

    The following output properties are available:

    Id string
    The distinguished name of the object.
    Order int
    Route-Map Rule Entry order.
    PrefixListDn string
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    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.
    PrefixListDn string
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    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.
    prefixListDn String
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    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.
    prefixListDn string
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    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.
    prefix_list_dn str
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    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.
    prefixListDn String
    DN of Prefix List. For example: sys/rpm/pfxlistv4-[LIST1]
    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