Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi
sdwan.getEigrpFeatureTemplate
Explore with Pulumi AI
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:
getEigrpFeatureTemplate Result
The following output properties are available:
- Address
Families List<GetEigrp Feature Template Address Family> - Set EIGRP address family
- As
Number int - Set autonomous system ID \n\n
- As
Number stringVariable - Variable name
- Authentication
Type string - Set EIGRP router authentication type
- Authentication
Type stringVariable - Variable name
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Filter bool
- Selective route download
- Filter
Variable string - Variable name
- Hello
Interval int - Set EIGRP hello interval
- Hello
Interval stringVariable - Variable name
- Hmac
Authentication stringKey - Set hmac-sha-256 authentication key
- Hmac
Authentication stringKey Variable - Variable name
- Hold
Time int - Set EIGRP hold time
- Hold
Time stringVariable - Variable name
- Id string
- The id of the feature template
- Interfaces
List<Get
Eigrp Feature Template Interface> - Configure IPv4 Static Routes
- Keys
List<Get
Eigrp Feature Template Key> - Set keychain name
- Name string
- The name of the feature template
- Route
Policy stringName - Configure policy to apply to prefixes received from EIGRP neighbor
- Route
Policy stringName Variable - Variable name
- Template
Type string - The template type
- Version int
- The version of the feature template
- Address
Families []GetEigrp Feature Template Address Family - Set EIGRP address family
- As
Number int - Set autonomous system ID \n\n
- As
Number stringVariable - Variable name
- Authentication
Type string - Set EIGRP router authentication type
- Authentication
Type stringVariable - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Filter bool
- Selective route download
- Filter
Variable string - Variable name
- Hello
Interval int - Set EIGRP hello interval
- Hello
Interval stringVariable - Variable name
- Hmac
Authentication stringKey - Set hmac-sha-256 authentication key
- Hmac
Authentication stringKey Variable - Variable name
- Hold
Time int - Set EIGRP hold time
- Hold
Time stringVariable - Variable name
- Id string
- The id of the feature template
- Interfaces
[]Get
Eigrp Feature Template Interface - Configure IPv4 Static Routes
- Keys
[]Get
Eigrp Feature Template Key - Set keychain name
- Name string
- The name of the feature template
- Route
Policy stringName - Configure policy to apply to prefixes received from EIGRP neighbor
- Route
Policy stringName Variable - Variable name
- Template
Type string - The template type
- Version int
- The version of the feature template
- address
Families List<GetEigrp Feature Template Address Family> - Set EIGRP address family
- as
Number Integer - Set autonomous system ID \n\n
- as
Number StringVariable - Variable name
- authentication
Type String - Set EIGRP router authentication type
- authentication
Type StringVariable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- filter Boolean
- Selective route download
- filter
Variable String - Variable name
- hello
Interval Integer - Set EIGRP hello interval
- hello
Interval StringVariable - Variable name
- hmac
Authentication StringKey - Set hmac-sha-256 authentication key
- hmac
Authentication StringKey Variable - Variable name
- hold
Time Integer - Set EIGRP hold time
- hold
Time StringVariable - Variable name
- id String
- The id of the feature template
- interfaces
List<Get
Eigrp Feature Template Interface> - Configure IPv4 Static Routes
- keys
List<Get
Eigrp Feature Template Key> - Set keychain name
- name String
- The name of the feature template
- route
Policy StringName - Configure policy to apply to prefixes received from EIGRP neighbor
- route
Policy StringName Variable - Variable name
- template
Type String - The template type
- version Integer
- The version of the feature template
- address
Families GetEigrp Feature Template Address Family[] - Set EIGRP address family
- as
Number number - Set autonomous system ID \n\n
- as
Number stringVariable - Variable name
- authentication
Type string - Set EIGRP router authentication type
- authentication
Type stringVariable - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- filter boolean
- Selective route download
- filter
Variable string - Variable name
- hello
Interval number - Set EIGRP hello interval
- hello
Interval stringVariable - Variable name
- hmac
Authentication stringKey - Set hmac-sha-256 authentication key
- hmac
Authentication stringKey Variable - Variable name
- hold
Time number - Set EIGRP hold time
- hold
Time stringVariable - Variable name
- id string
- The id of the feature template
- interfaces
Get
Eigrp Feature Template Interface[] - Configure IPv4 Static Routes
- keys
Get
Eigrp Feature Template Key[] - Set keychain name
- name string
- The name of the feature template
- route
Policy stringName - Configure policy to apply to prefixes received from EIGRP neighbor
- route
Policy stringName Variable - Variable name
- template
Type string - The template type
- version number
- The version of the feature template
- address_
families Sequence[GetEigrp Feature Template Address Family] - Set EIGRP address family
- as_
number int - Set autonomous system ID \n\n
- as_
number_ strvariable - Variable name
- authentication_
type str - Set EIGRP router authentication type
- authentication_
type_ strvariable - 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_ strvariable - Variable name
- hmac_
authentication_ strkey - Set hmac-sha-256 authentication key
- hmac_
authentication_ strkey_ variable - Variable name
- hold_
time int - Set EIGRP hold time
- hold_
time_ strvariable - Variable name
- id str
- The id of the feature template
- interfaces
Sequence[Get
Eigrp Feature Template Interface] - Configure IPv4 Static Routes
- keys
Sequence[Get
Eigrp Feature Template Key] - Set keychain name
- name str
- The name of the feature template
- route_
policy_ strname - Configure policy to apply to prefixes received from EIGRP neighbor
- route_
policy_ strname_ variable - Variable name
- template_
type str - The template type
- version int
- The version of the feature template
- address
Families List<Property Map> - Set EIGRP address family
- as
Number Number - Set autonomous system ID \n\n
- as
Number StringVariable - Variable name
- authentication
Type String - Set EIGRP router authentication type
- authentication
Type StringVariable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- filter Boolean
- Selective route download
- filter
Variable String - Variable name
- hello
Interval Number - Set EIGRP hello interval
- hello
Interval StringVariable - Variable name
- hmac
Authentication StringKey - Set hmac-sha-256 authentication key
- hmac
Authentication StringKey Variable - Variable name
- hold
Time Number - Set EIGRP hold time
- hold
Time StringVariable - 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
- route
Policy StringName - Configure policy to apply to prefixes received from EIGRP neighbor
- route
Policy StringName Variable - Variable name
- template
Type String - The template type
- version Number
- The version of the feature template
Supporting Types
GetEigrpFeatureTemplateAddressFamily
- Networks
List<Get
Eigrp Feature Template Address Family Network> - Configure the networks for EIGRP to advertise
- Optional bool
- Indicates if list item is considered optional.
- Redistributes
List<Get
Eigrp Feature Template Address Family Redistribute> - Redistribute routes into EIGRP
- Type string
- Set EIGRP address family
- Networks
[]Get
Eigrp Feature Template Address Family Network - Configure the networks for EIGRP to advertise
- Optional bool
- Indicates if list item is considered optional.
- Redistributes
[]Get
Eigrp Feature Template Address Family Redistribute - Redistribute routes into EIGRP
- Type string
- Set EIGRP address family
- networks
List<Get
Eigrp Feature Template Address Family Network> - Configure the networks for EIGRP to advertise
- optional Boolean
- Indicates if list item is considered optional.
- redistributes
List<Get
Eigrp Feature Template Address Family Redistribute> - Redistribute routes into EIGRP
- type String
- Set EIGRP address family
- networks
Get
Eigrp Feature Template Address Family Network[] - Configure the networks for EIGRP to advertise
- optional boolean
- Indicates if list item is considered optional.
- redistributes
Get
Eigrp Feature Template Address Family Redistribute[] - Redistribute routes into EIGRP
- type string
- Set EIGRP address family
- networks
Sequence[Get
Eigrp Feature Template Address Family Network] - Configure the networks for EIGRP to advertise
- optional bool
- Indicates if list item is considered optional.
- redistributes
Sequence[Get
Eigrp Feature Template Address Family Redistribute] - 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
- Prefix
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Configure the prefixes for EIGRP to announce
- Prefix
Variable string - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Configure the prefixes for EIGRP to announce
- prefix
Variable String - Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Configure the prefixes for EIGRP to announce
- prefix
Variable 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
- prefix
Variable String - Variable name
GetEigrpFeatureTemplateAddressFamilyRedistribute
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol to redistribute routes from
- Protocol
Variable string - Variable name
- Route
Policy string - Configure policy to apply to prefixes received from EIGRP neighbor
- Route
Policy stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol to redistribute routes from
- Protocol
Variable string - Variable name
- Route
Policy string - Configure policy to apply to prefixes received from EIGRP neighbor
- Route
Policy stringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol to redistribute routes from
- protocol
Variable String - Variable name
- route
Policy String - Configure policy to apply to prefixes received from EIGRP neighbor
- route
Policy StringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Set the protocol to redistribute routes from
- protocol
Variable string - Variable name
- route
Policy string - Configure policy to apply to prefixes received from EIGRP neighbor
- route
Policy stringVariable - 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_ strvariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol to redistribute routes from
- protocol
Variable String - Variable name
- route
Policy String - Configure policy to apply to prefixes received from EIGRP neighbor
- route
Policy StringVariable - Variable name
GetEigrpFeatureTemplateInterface
- Interface
Name string - Set interface name
- Interface
Name stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Enable/disable EIGRP
- Shutdown
Variable string - Variable name
- Summary
Addresses List<GetEigrp Feature Template Interface Summary Address> - Set summary addresses
- Interface
Name string - Set interface name
- Interface
Name stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Enable/disable EIGRP
- Shutdown
Variable string - Variable name
- Summary
Addresses []GetEigrp Feature Template Interface Summary Address - Set summary addresses
- interface
Name String - Set interface name
- interface
Name StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Enable/disable EIGRP
- shutdown
Variable String - Variable name
- summary
Addresses List<GetEigrp Feature Template Interface Summary Address> - Set summary addresses
- interface
Name string - Set interface name
- interface
Name stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- shutdown boolean
- Enable/disable EIGRP
- shutdown
Variable string - Variable name
- summary
Addresses GetEigrp Feature Template Interface Summary Address[] - Set summary addresses
- interface_
name str - Set interface name
- interface_
name_ strvariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- shutdown bool
- Enable/disable EIGRP
- shutdown_
variable str - Variable name
- summary_
addresses Sequence[GetEigrp Feature Template Interface Summary Address] - Set summary addresses
- interface
Name String - Set interface name
- interface
Name StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Enable/disable EIGRP
- shutdown
Variable String - Variable name
- summary
Addresses List<Property Map> - Set summary addresses
GetEigrpFeatureTemplateInterfaceSummaryAddress
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Set summary address prefix
- Prefix
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Set summary address prefix
- Prefix
Variable string - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Set summary address prefix
- prefix
Variable String - Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Set summary address prefix
- prefix
Variable 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
- prefix
Variable String - Variable name
GetEigrpFeatureTemplateKey
- Md5Authentication
Key string - Set MD5 key
- Md5Authentication
Key stringVariable - Variable name
- Md5Key
Id int - Set MD5 key ID
- Md5Key
Id stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Md5Authentication
Key string - Set MD5 key
- Md5Authentication
Key stringVariable - Variable name
- Md5Key
Id int - Set MD5 key ID
- Md5Key
Id stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- md5Authentication
Key String - Set MD5 key
- md5Authentication
Key StringVariable - Variable name
- md5Key
Id Integer - Set MD5 key ID
- md5Key
Id StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- md5Authentication
Key string - Set MD5 key
- md5Authentication
Key stringVariable - Variable name
- md5Key
Id number - Set MD5 key ID
- md5Key
Id stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- md5_
authentication_ strkey - Set MD5 key
- md5_
authentication_ strkey_ variable - Variable name
- md5_
key_ intid - Set MD5 key ID
- md5_
key_ strid_ variable - Variable name
- optional bool
- Indicates if list item is considered optional.
- md5Authentication
Key String - Set MD5 key
- md5Authentication
Key StringVariable - Variable name
- md5Key
Id Number - Set MD5 key ID
- md5Key
Id StringVariable - 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.