1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getTransportRoutePolicyFeature
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

sdwan.getTransportRoutePolicyFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi

    This data source can read the Transport Route Policy Feature.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getTransportRoutePolicyFeature({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_transport_route_policy_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := sdwan.LookupTransportRoutePolicyFeature(ctx, &sdwan.LookupTransportRoutePolicyFeatureArgs{
    			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
    			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Sdwan = Pulumi.Sdwan;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Sdwan.GetTransportRoutePolicyFeature.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.sdwan.SdwanFunctions;
    import com.pulumi.sdwan.inputs.GetTransportRoutePolicyFeatureArgs;
    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 = SdwanFunctions.getTransportRoutePolicyFeature(GetTransportRoutePolicyFeatureArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getTransportRoutePolicyFeature
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    

    Using getTransportRoutePolicyFeature

    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 getTransportRoutePolicyFeature(args: GetTransportRoutePolicyFeatureArgs, opts?: InvokeOptions): Promise<GetTransportRoutePolicyFeatureResult>
    function getTransportRoutePolicyFeatureOutput(args: GetTransportRoutePolicyFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportRoutePolicyFeatureResult>
    def get_transport_route_policy_feature(feature_profile_id: Optional[str] = None,
                                           id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetTransportRoutePolicyFeatureResult
    def get_transport_route_policy_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                           id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetTransportRoutePolicyFeatureResult]
    func LookupTransportRoutePolicyFeature(ctx *Context, args *LookupTransportRoutePolicyFeatureArgs, opts ...InvokeOption) (*LookupTransportRoutePolicyFeatureResult, error)
    func LookupTransportRoutePolicyFeatureOutput(ctx *Context, args *LookupTransportRoutePolicyFeatureOutputArgs, opts ...InvokeOption) LookupTransportRoutePolicyFeatureResultOutput

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

    public static class GetTransportRoutePolicyFeature 
    {
        public static Task<GetTransportRoutePolicyFeatureResult> InvokeAsync(GetTransportRoutePolicyFeatureArgs args, InvokeOptions? opts = null)
        public static Output<GetTransportRoutePolicyFeatureResult> Invoke(GetTransportRoutePolicyFeatureInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransportRoutePolicyFeatureResult> getTransportRoutePolicyFeature(GetTransportRoutePolicyFeatureArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getTransportRoutePolicyFeature:getTransportRoutePolicyFeature
      arguments:
        # arguments dictionary

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature

    getTransportRoutePolicyFeature Result

    The following output properties are available:

    DefaultAction string
    Default Action
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    Sequences List<GetTransportRoutePolicyFeatureSequence>
    Route Policy List
    Version int
    The version of the Feature
    DefaultAction string
    Default Action
    Description string
    The description of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    Name string
    The name of the Feature
    Sequences []GetTransportRoutePolicyFeatureSequence
    Route Policy List
    Version int
    The version of the Feature
    defaultAction String
    Default Action
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    name String
    The name of the Feature
    sequences List<GetTransportRoutePolicyFeatureSequence>
    Route Policy List
    version Integer
    The version of the Feature
    defaultAction string
    Default Action
    description string
    The description of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    name string
    The name of the Feature
    sequences GetTransportRoutePolicyFeatureSequence[]
    Route Policy List
    version number
    The version of the Feature
    default_action str
    Default Action
    description str
    The description of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    name str
    The name of the Feature
    sequences Sequence[GetTransportRoutePolicyFeatureSequence]
    Route Policy List
    version int
    The version of the Feature
    defaultAction String
    Default Action
    description String
    The description of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    name String
    The name of the Feature
    sequences List<Property Map>
    Route Policy List
    version Number
    The version of the Feature

    Supporting Types

    GetTransportRoutePolicyFeatureSequence

    Actions List<GetTransportRoutePolicyFeatureSequenceAction>
    Define list of actions
    BaseAction string
    Base Action
    Id int
    Sequence Id
    MatchEntries List<GetTransportRoutePolicyFeatureSequenceMatchEntry>
    Define match conditions
    Name string
    Sequence Name
    Protocol string
    protocol such as IPV4, IPV6, or BOTH
    Actions []GetTransportRoutePolicyFeatureSequenceAction
    Define list of actions
    BaseAction string
    Base Action
    Id int
    Sequence Id
    MatchEntries []GetTransportRoutePolicyFeatureSequenceMatchEntry
    Define match conditions
    Name string
    Sequence Name
    Protocol string
    protocol such as IPV4, IPV6, or BOTH
    actions List<GetTransportRoutePolicyFeatureSequenceAction>
    Define list of actions
    baseAction String
    Base Action
    id Integer
    Sequence Id
    matchEntries List<GetTransportRoutePolicyFeatureSequenceMatchEntry>
    Define match conditions
    name String
    Sequence Name
    protocol String
    protocol such as IPV4, IPV6, or BOTH
    actions GetTransportRoutePolicyFeatureSequenceAction[]
    Define list of actions
    baseAction string
    Base Action
    id number
    Sequence Id
    matchEntries GetTransportRoutePolicyFeatureSequenceMatchEntry[]
    Define match conditions
    name string
    Sequence Name
    protocol string
    protocol such as IPV4, IPV6, or BOTH
    actions Sequence[GetTransportRoutePolicyFeatureSequenceAction]
    Define list of actions
    base_action str
    Base Action
    id int
    Sequence Id
    match_entries Sequence[GetTransportRoutePolicyFeatureSequenceMatchEntry]
    Define match conditions
    name str
    Sequence Name
    protocol str
    protocol such as IPV4, IPV6, or BOTH
    actions List<Property Map>
    Define list of actions
    baseAction String
    Base Action
    id Number
    Sequence Id
    matchEntries List<Property Map>
    Define match conditions
    name String
    Sequence Name
    protocol String
    protocol such as IPV4, IPV6, or BOTH

    GetTransportRoutePolicyFeatureSequenceAction

    AsPathPrepends List<int>
    Communities List<string>
    CommunityAdditive bool
    CommunityVariable string
    Variable name
    Ipv4NextHop string
    Set Ipv4 Next Hop
    Ipv6NextHop string
    Set Ipv6 Next Hop
    LocalPreference int
    Set Local Preference
    Metric int
    Set Metric
    MetricType string
    Set Metric Type
    OmpTag int
    Set OMP Tag
    Origin string
    Set Origin
    OspfTag int
    Set OSPF Tag
    Weight int
    Set Weight
    AsPathPrepends []int
    Communities []string
    CommunityAdditive bool
    CommunityVariable string
    Variable name
    Ipv4NextHop string
    Set Ipv4 Next Hop
    Ipv6NextHop string
    Set Ipv6 Next Hop
    LocalPreference int
    Set Local Preference
    Metric int
    Set Metric
    MetricType string
    Set Metric Type
    OmpTag int
    Set OMP Tag
    Origin string
    Set Origin
    OspfTag int
    Set OSPF Tag
    Weight int
    Set Weight
    asPathPrepends List<Integer>
    communities List<String>
    communityAdditive Boolean
    communityVariable String
    Variable name
    ipv4NextHop String
    Set Ipv4 Next Hop
    ipv6NextHop String
    Set Ipv6 Next Hop
    localPreference Integer
    Set Local Preference
    metric Integer
    Set Metric
    metricType String
    Set Metric Type
    ompTag Integer
    Set OMP Tag
    origin String
    Set Origin
    ospfTag Integer
    Set OSPF Tag
    weight Integer
    Set Weight
    asPathPrepends number[]
    communities string[]
    communityAdditive boolean
    communityVariable string
    Variable name
    ipv4NextHop string
    Set Ipv4 Next Hop
    ipv6NextHop string
    Set Ipv6 Next Hop
    localPreference number
    Set Local Preference
    metric number
    Set Metric
    metricType string
    Set Metric Type
    ompTag number
    Set OMP Tag
    origin string
    Set Origin
    ospfTag number
    Set OSPF Tag
    weight number
    Set Weight
    as_path_prepends Sequence[int]
    communities Sequence[str]
    community_additive bool
    community_variable str
    Variable name
    ipv4_next_hop str
    Set Ipv4 Next Hop
    ipv6_next_hop str
    Set Ipv6 Next Hop
    local_preference int
    Set Local Preference
    metric int
    Set Metric
    metric_type str
    Set Metric Type
    omp_tag int
    Set OMP Tag
    origin str
    Set Origin
    ospf_tag int
    Set OSPF Tag
    weight int
    Set Weight
    asPathPrepends List<Number>
    communities List<String>
    communityAdditive Boolean
    communityVariable String
    Variable name
    ipv4NextHop String
    Set Ipv4 Next Hop
    ipv6NextHop String
    Set Ipv6 Next Hop
    localPreference Number
    Set Local Preference
    metric Number
    Set Metric
    metricType String
    Set Metric Type
    ompTag Number
    Set OMP Tag
    origin String
    Set Origin
    ospfTag Number
    Set OSPF Tag
    weight Number
    Set Weight

    GetTransportRoutePolicyFeatureSequenceMatchEntry

    AsPathListId string
    BgpLocalPreference int
    BGP Local Preference
    ExpandedCommunityListId string
    ExtendedCommunityListId string
    Ipv4AddressPrefixListId string
    Ipv4NextHopPrefixListId string
    Ipv6AddressPrefixListId string
    Ipv6NextHopPrefixListId string
    Metric int
    Select Metric
    OmpTag int
    Select OMP Tag
    OspfTag int
    Select OSPF Tag
    StandardCommunityListCriteria string
    Select a condition such as OR, AND or EXACT
    StandardCommunityLists List<GetTransportRoutePolicyFeatureSequenceMatchEntryStandardCommunityList>
    Select a standard community list
    AsPathListId string
    BgpLocalPreference int
    BGP Local Preference
    ExpandedCommunityListId string
    ExtendedCommunityListId string
    Ipv4AddressPrefixListId string
    Ipv4NextHopPrefixListId string
    Ipv6AddressPrefixListId string
    Ipv6NextHopPrefixListId string
    Metric int
    Select Metric
    OmpTag int
    Select OMP Tag
    OspfTag int
    Select OSPF Tag
    StandardCommunityListCriteria string
    Select a condition such as OR, AND or EXACT
    StandardCommunityLists []GetTransportRoutePolicyFeatureSequenceMatchEntryStandardCommunityList
    Select a standard community list
    asPathListId String
    bgpLocalPreference Integer
    BGP Local Preference
    expandedCommunityListId String
    extendedCommunityListId String
    ipv4AddressPrefixListId String
    ipv4NextHopPrefixListId String
    ipv6AddressPrefixListId String
    ipv6NextHopPrefixListId String
    metric Integer
    Select Metric
    ompTag Integer
    Select OMP Tag
    ospfTag Integer
    Select OSPF Tag
    standardCommunityListCriteria String
    Select a condition such as OR, AND or EXACT
    standardCommunityLists List<GetTransportRoutePolicyFeatureSequenceMatchEntryStandardCommunityList>
    Select a standard community list
    asPathListId string
    bgpLocalPreference number
    BGP Local Preference
    expandedCommunityListId string
    extendedCommunityListId string
    ipv4AddressPrefixListId string
    ipv4NextHopPrefixListId string
    ipv6AddressPrefixListId string
    ipv6NextHopPrefixListId string
    metric number
    Select Metric
    ompTag number
    Select OMP Tag
    ospfTag number
    Select OSPF Tag
    standardCommunityListCriteria string
    Select a condition such as OR, AND or EXACT
    standardCommunityLists GetTransportRoutePolicyFeatureSequenceMatchEntryStandardCommunityList[]
    Select a standard community list
    asPathListId String
    bgpLocalPreference Number
    BGP Local Preference
    expandedCommunityListId String
    extendedCommunityListId String
    ipv4AddressPrefixListId String
    ipv4NextHopPrefixListId String
    ipv6AddressPrefixListId String
    ipv6NextHopPrefixListId String
    metric Number
    Select Metric
    ompTag Number
    Select OMP Tag
    ospfTag Number
    Select OSPF Tag
    standardCommunityListCriteria String
    Select a condition such as OR, AND or EXACT
    standardCommunityLists List<Property Map>
    Select a standard community list

    GetTransportRoutePolicyFeatureSequenceMatchEntryStandardCommunityList

    Id string
    Id string
    id String
    id string
    id str
    id String

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi