1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getEigrpFeatureTemplate
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.getEigrpFeatureTemplate

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    This data source can read the eigrp feature template.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getEigrpFeatureTemplate({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_eigrp_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
    
    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.LookupEigrpFeatureTemplate(ctx, &sdwan.LookupEigrpFeatureTemplateArgs{
    			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
    		}, 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.GetEigrpFeatureTemplate.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        });
    
    });
    
    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.GetEigrpFeatureTemplateArgs;
    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.getEigrpFeatureTemplate(GetEigrpFeatureTemplateArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getEigrpFeatureTemplate
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
    

    Using getEigrpFeatureTemplate

    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 getEigrpFeatureTemplate(args: GetEigrpFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetEigrpFeatureTemplateResult>
    function getEigrpFeatureTemplateOutput(args: GetEigrpFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetEigrpFeatureTemplateResult>
    def get_eigrp_feature_template(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetEigrpFeatureTemplateResult
    def get_eigrp_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetEigrpFeatureTemplateResult]
    func LookupEigrpFeatureTemplate(ctx *Context, args *LookupEigrpFeatureTemplateArgs, opts ...InvokeOption) (*LookupEigrpFeatureTemplateResult, error)
    func LookupEigrpFeatureTemplateOutput(ctx *Context, args *LookupEigrpFeatureTemplateOutputArgs, opts ...InvokeOption) LookupEigrpFeatureTemplateResultOutput

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

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

    The following arguments are supported:

    Id string
    The id of the feature template
    Name string
    The name of the feature template
    Id string
    The id of the feature template
    Name string
    The name of the feature template
    id String
    The id of the feature template
    name String
    The name of the feature template
    id string
    The id of the feature template
    name string
    The name of the feature template
    id str
    The id of the feature template
    name str
    The name of the feature template
    id String
    The id of the feature template
    name String
    The name of the feature template

    getEigrpFeatureTemplate Result

    The following output properties are available:

    AddressFamilies List<GetEigrpFeatureTemplateAddressFamily>
    Set EIGRP address family
    AsNumber int
    Set autonomous system ID \n\n
    AsNumberVariable string
    Variable name
    AuthenticationType string
    Set EIGRP router authentication type
    AuthenticationTypeVariable string
    Variable name
    Description string
    The description of the feature template
    DeviceTypes List<string>
    List of supported device types
    Filter bool
    Selective route download
    FilterVariable string
    Variable name
    HelloInterval int
    Set EIGRP hello interval
    HelloIntervalVariable string
    Variable name
    HmacAuthenticationKey string
    Set hmac-sha-256 authentication key
    HmacAuthenticationKeyVariable string
    Variable name
    HoldTime int
    Set EIGRP hold time
    HoldTimeVariable string
    Variable name
    Id string
    The id of the feature template
    Interfaces List<GetEigrpFeatureTemplateInterface>
    Configure IPv4 Static Routes
    Keys List<GetEigrpFeatureTemplateKey>
    Set keychain name
    Name string
    The name of the feature template
    RoutePolicyName string
    Configure policy to apply to prefixes received from EIGRP neighbor
    RoutePolicyNameVariable string
    Variable name
    TemplateType string
    The template type
    Version int
    The version of the feature template
    AddressFamilies []GetEigrpFeatureTemplateAddressFamily
    Set EIGRP address family
    AsNumber int
    Set autonomous system ID \n\n
    AsNumberVariable string
    Variable name
    AuthenticationType string
    Set EIGRP router authentication type
    AuthenticationTypeVariable string
    Variable name
    Description string
    The description of the feature template
    DeviceTypes []string
    List of supported device types
    Filter bool
    Selective route download
    FilterVariable string
    Variable name
    HelloInterval int
    Set EIGRP hello interval
    HelloIntervalVariable string
    Variable name
    HmacAuthenticationKey string
    Set hmac-sha-256 authentication key
    HmacAuthenticationKeyVariable string
    Variable name
    HoldTime int
    Set EIGRP hold time
    HoldTimeVariable string
    Variable name
    Id string
    The id of the feature template
    Interfaces []GetEigrpFeatureTemplateInterface
    Configure IPv4 Static Routes
    Keys []GetEigrpFeatureTemplateKey
    Set keychain name
    Name string
    The name of the feature template
    RoutePolicyName string
    Configure policy to apply to prefixes received from EIGRP neighbor
    RoutePolicyNameVariable string
    Variable name
    TemplateType string
    The template type
    Version int
    The version of the feature template
    addressFamilies List<GetEigrpFeatureTemplateAddressFamily>
    Set EIGRP address family
    asNumber Integer
    Set autonomous system ID \n\n
    asNumberVariable String
    Variable name
    authenticationType String
    Set EIGRP router authentication type
    authenticationTypeVariable String
    Variable name
    description String
    The description of the feature template
    deviceTypes List<String>
    List of supported device types
    filter Boolean
    Selective route download
    filterVariable String
    Variable name
    helloInterval Integer
    Set EIGRP hello interval
    helloIntervalVariable String
    Variable name
    hmacAuthenticationKey String
    Set hmac-sha-256 authentication key
    hmacAuthenticationKeyVariable String
    Variable name
    holdTime Integer
    Set EIGRP hold time
    holdTimeVariable String
    Variable name
    id String
    The id of the feature template
    interfaces List<GetEigrpFeatureTemplateInterface>
    Configure IPv4 Static Routes
    keys List<GetEigrpFeatureTemplateKey>
    Set keychain name
    name String
    The name of the feature template
    routePolicyName String
    Configure policy to apply to prefixes received from EIGRP neighbor
    routePolicyNameVariable String
    Variable name
    templateType String
    The template type
    version Integer
    The version of the feature template
    addressFamilies GetEigrpFeatureTemplateAddressFamily[]
    Set EIGRP address family
    asNumber number
    Set autonomous system ID \n\n
    asNumberVariable string
    Variable name
    authenticationType string
    Set EIGRP router authentication type
    authenticationTypeVariable string
    Variable name
    description string
    The description of the feature template
    deviceTypes string[]
    List of supported device types
    filter boolean
    Selective route download
    filterVariable string
    Variable name
    helloInterval number
    Set EIGRP hello interval
    helloIntervalVariable string
    Variable name
    hmacAuthenticationKey string
    Set hmac-sha-256 authentication key
    hmacAuthenticationKeyVariable string
    Variable name
    holdTime number
    Set EIGRP hold time
    holdTimeVariable string
    Variable name
    id string
    The id of the feature template
    interfaces GetEigrpFeatureTemplateInterface[]
    Configure IPv4 Static Routes
    keys GetEigrpFeatureTemplateKey[]
    Set keychain name
    name string
    The name of the feature template
    routePolicyName string
    Configure policy to apply to prefixes received from EIGRP neighbor
    routePolicyNameVariable string
    Variable name
    templateType string
    The template type
    version number
    The version of the feature template
    address_families Sequence[GetEigrpFeatureTemplateAddressFamily]
    Set EIGRP address family
    as_number int
    Set autonomous system ID \n\n
    as_number_variable str
    Variable name
    authentication_type str
    Set EIGRP router authentication type
    authentication_type_variable str
    Variable name
    description str
    The description of the feature template
    device_types Sequence[str]
    List of supported device types
    filter bool
    Selective route download
    filter_variable str
    Variable name
    hello_interval int
    Set EIGRP hello interval
    hello_interval_variable str
    Variable name
    hmac_authentication_key str
    Set hmac-sha-256 authentication key
    hmac_authentication_key_variable str
    Variable name
    hold_time int
    Set EIGRP hold time
    hold_time_variable str
    Variable name
    id str
    The id of the feature template
    interfaces Sequence[GetEigrpFeatureTemplateInterface]
    Configure IPv4 Static Routes
    keys Sequence[GetEigrpFeatureTemplateKey]
    Set keychain name
    name str
    The name of the feature template
    route_policy_name str
    Configure policy to apply to prefixes received from EIGRP neighbor
    route_policy_name_variable str
    Variable name
    template_type str
    The template type
    version int
    The version of the feature template
    addressFamilies List<Property Map>
    Set EIGRP address family
    asNumber Number
    Set autonomous system ID \n\n
    asNumberVariable String
    Variable name
    authenticationType String
    Set EIGRP router authentication type
    authenticationTypeVariable String
    Variable name
    description String
    The description of the feature template
    deviceTypes List<String>
    List of supported device types
    filter Boolean
    Selective route download
    filterVariable String
    Variable name
    helloInterval Number
    Set EIGRP hello interval
    helloIntervalVariable String
    Variable name
    hmacAuthenticationKey String
    Set hmac-sha-256 authentication key
    hmacAuthenticationKeyVariable String
    Variable name
    holdTime Number
    Set EIGRP hold time
    holdTimeVariable String
    Variable name
    id String
    The id of the feature template
    interfaces List<Property Map>
    Configure IPv4 Static Routes
    keys List<Property Map>
    Set keychain name
    name String
    The name of the feature template
    routePolicyName String
    Configure policy to apply to prefixes received from EIGRP neighbor
    routePolicyNameVariable String
    Variable name
    templateType String
    The template type
    version Number
    The version of the feature template

    Supporting Types

    GetEigrpFeatureTemplateAddressFamily

    Networks List<GetEigrpFeatureTemplateAddressFamilyNetwork>
    Configure the networks for EIGRP to advertise
    Optional bool
    Indicates if list item is considered optional.
    Redistributes List<GetEigrpFeatureTemplateAddressFamilyRedistribute>
    Redistribute routes into EIGRP
    Type string
    Set EIGRP address family
    Networks []GetEigrpFeatureTemplateAddressFamilyNetwork
    Configure the networks for EIGRP to advertise
    Optional bool
    Indicates if list item is considered optional.
    Redistributes []GetEigrpFeatureTemplateAddressFamilyRedistribute
    Redistribute routes into EIGRP
    Type string
    Set EIGRP address family
    networks List<GetEigrpFeatureTemplateAddressFamilyNetwork>
    Configure the networks for EIGRP to advertise
    optional Boolean
    Indicates if list item is considered optional.
    redistributes List<GetEigrpFeatureTemplateAddressFamilyRedistribute>
    Redistribute routes into EIGRP
    type String
    Set EIGRP address family
    networks GetEigrpFeatureTemplateAddressFamilyNetwork[]
    Configure the networks for EIGRP to advertise
    optional boolean
    Indicates if list item is considered optional.
    redistributes GetEigrpFeatureTemplateAddressFamilyRedistribute[]
    Redistribute routes into EIGRP
    type string
    Set EIGRP address family
    networks Sequence[GetEigrpFeatureTemplateAddressFamilyNetwork]
    Configure the networks for EIGRP to advertise
    optional bool
    Indicates if list item is considered optional.
    redistributes Sequence[GetEigrpFeatureTemplateAddressFamilyRedistribute]
    Redistribute routes into EIGRP
    type str
    Set EIGRP address family
    networks List<Property Map>
    Configure the networks for EIGRP to advertise
    optional Boolean
    Indicates if list item is considered optional.
    redistributes List<Property Map>
    Redistribute routes into EIGRP
    type String
    Set EIGRP address family

    GetEigrpFeatureTemplateAddressFamilyNetwork

    Optional bool
    Indicates if list item is considered optional.
    Prefix string
    Configure the prefixes for EIGRP to announce
    PrefixVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Prefix string
    Configure the prefixes for EIGRP to announce
    PrefixVariable string
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    prefix String
    Configure the prefixes for EIGRP to announce
    prefixVariable String
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    prefix string
    Configure the prefixes for EIGRP to announce
    prefixVariable string
    Variable name
    optional bool
    Indicates if list item is considered optional.
    prefix str
    Configure the prefixes for EIGRP to announce
    prefix_variable str
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    prefix String
    Configure the prefixes for EIGRP to announce
    prefixVariable String
    Variable name

    GetEigrpFeatureTemplateAddressFamilyRedistribute

    Optional bool
    Indicates if list item is considered optional.
    Protocol string
    Set the protocol to redistribute routes from
    ProtocolVariable string
    Variable name
    RoutePolicy string
    Configure policy to apply to prefixes received from EIGRP neighbor
    RoutePolicyVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Protocol string
    Set the protocol to redistribute routes from
    ProtocolVariable string
    Variable name
    RoutePolicy string
    Configure policy to apply to prefixes received from EIGRP neighbor
    RoutePolicyVariable string
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    protocol String
    Set the protocol to redistribute routes from
    protocolVariable String
    Variable name
    routePolicy String
    Configure policy to apply to prefixes received from EIGRP neighbor
    routePolicyVariable String
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    protocol string
    Set the protocol to redistribute routes from
    protocolVariable string
    Variable name
    routePolicy string
    Configure policy to apply to prefixes received from EIGRP neighbor
    routePolicyVariable string
    Variable name
    optional bool
    Indicates if list item is considered optional.
    protocol str
    Set the protocol to redistribute routes from
    protocol_variable str
    Variable name
    route_policy str
    Configure policy to apply to prefixes received from EIGRP neighbor
    route_policy_variable str
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    protocol String
    Set the protocol to redistribute routes from
    protocolVariable String
    Variable name
    routePolicy String
    Configure policy to apply to prefixes received from EIGRP neighbor
    routePolicyVariable String
    Variable name

    GetEigrpFeatureTemplateInterface

    InterfaceName string
    Set interface name
    InterfaceNameVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Shutdown bool
    Enable/disable EIGRP
    ShutdownVariable string
    Variable name
    SummaryAddresses List<GetEigrpFeatureTemplateInterfaceSummaryAddress>
    Set summary addresses
    InterfaceName string
    Set interface name
    InterfaceNameVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Shutdown bool
    Enable/disable EIGRP
    ShutdownVariable string
    Variable name
    SummaryAddresses []GetEigrpFeatureTemplateInterfaceSummaryAddress
    Set summary addresses
    interfaceName String
    Set interface name
    interfaceNameVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    shutdown Boolean
    Enable/disable EIGRP
    shutdownVariable String
    Variable name
    summaryAddresses List<GetEigrpFeatureTemplateInterfaceSummaryAddress>
    Set summary addresses
    interfaceName string
    Set interface name
    interfaceNameVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    shutdown boolean
    Enable/disable EIGRP
    shutdownVariable string
    Variable name
    summaryAddresses GetEigrpFeatureTemplateInterfaceSummaryAddress[]
    Set summary addresses
    interface_name str
    Set interface name
    interface_name_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    shutdown bool
    Enable/disable EIGRP
    shutdown_variable str
    Variable name
    summary_addresses Sequence[GetEigrpFeatureTemplateInterfaceSummaryAddress]
    Set summary addresses
    interfaceName String
    Set interface name
    interfaceNameVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    shutdown Boolean
    Enable/disable EIGRP
    shutdownVariable String
    Variable name
    summaryAddresses List<Property Map>
    Set summary addresses

    GetEigrpFeatureTemplateInterfaceSummaryAddress

    Optional bool
    Indicates if list item is considered optional.
    Prefix string
    Set summary address prefix
    PrefixVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Prefix string
    Set summary address prefix
    PrefixVariable string
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    prefix String
    Set summary address prefix
    prefixVariable String
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    prefix string
    Set summary address prefix
    prefixVariable string
    Variable name
    optional bool
    Indicates if list item is considered optional.
    prefix str
    Set summary address prefix
    prefix_variable str
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    prefix String
    Set summary address prefix
    prefixVariable String
    Variable name

    GetEigrpFeatureTemplateKey

    Md5AuthenticationKey string
    Set MD5 key
    Md5AuthenticationKeyVariable string
    Variable name
    Md5KeyId int
    Set MD5 key ID
    Md5KeyIdVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Md5AuthenticationKey string
    Set MD5 key
    Md5AuthenticationKeyVariable string
    Variable name
    Md5KeyId int
    Set MD5 key ID
    Md5KeyIdVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    md5AuthenticationKey String
    Set MD5 key
    md5AuthenticationKeyVariable String
    Variable name
    md5KeyId Integer
    Set MD5 key ID
    md5KeyIdVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    md5AuthenticationKey string
    Set MD5 key
    md5AuthenticationKeyVariable string
    Variable name
    md5KeyId number
    Set MD5 key ID
    md5KeyIdVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    md5_authentication_key str
    Set MD5 key
    md5_authentication_key_variable str
    Variable name
    md5_key_id int
    Set MD5 key ID
    md5_key_id_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    md5AuthenticationKey String
    Set MD5 key
    md5AuthenticationKeyVariable String
    Variable name
    md5KeyId Number
    Set MD5 key ID
    md5KeyIdVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.

    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.1 published on Friday, May 31, 2024 by Pulumi