1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getCiscoBfdFeatureTemplate
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getCiscoBfdFeatureTemplate

Explore with Pulumi AI

Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

This data source can read the Cisco BFD feature template.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getCiscoBfdFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_cisco_bfd_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
Copy
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.LookupCiscoBfdFeatureTemplate(ctx, &sdwan.LookupCiscoBfdFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;

return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetCiscoBfdFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });

});
Copy
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.GetCiscoBfdFeatureTemplateArgs;
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.getCiscoBfdFeatureTemplate(GetCiscoBfdFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoBfdFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

Using getCiscoBfdFeatureTemplate

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 getCiscoBfdFeatureTemplate(args: GetCiscoBfdFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoBfdFeatureTemplateResult>
function getCiscoBfdFeatureTemplateOutput(args: GetCiscoBfdFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoBfdFeatureTemplateResult>
Copy
def get_cisco_bfd_feature_template(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCiscoBfdFeatureTemplateResult
def get_cisco_bfd_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCiscoBfdFeatureTemplateResult]
Copy
func LookupCiscoBfdFeatureTemplate(ctx *Context, args *LookupCiscoBfdFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoBfdFeatureTemplateResult, error)
func LookupCiscoBfdFeatureTemplateOutput(ctx *Context, args *LookupCiscoBfdFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoBfdFeatureTemplateResultOutput
Copy

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

public static class GetCiscoBfdFeatureTemplate 
{
    public static Task<GetCiscoBfdFeatureTemplateResult> InvokeAsync(GetCiscoBfdFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoBfdFeatureTemplateResult> Invoke(GetCiscoBfdFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCiscoBfdFeatureTemplateResult> getCiscoBfdFeatureTemplate(GetCiscoBfdFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoBfdFeatureTemplateResult> getCiscoBfdFeatureTemplate(GetCiscoBfdFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCiscoBfdFeatureTemplate:getCiscoBfdFeatureTemplate
  arguments:
    # arguments dictionary
Copy

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

getCiscoBfdFeatureTemplate Result

The following output properties are available:

Colors List<GetCiscoBfdFeatureTemplateColor>
Set color that identifies the WAN transport tunnel
DefaultDscp int
Set default DSCP value for BFD packets
DefaultDscpVariable string
Variable name
Description string
The description of the feature template
DeviceTypes List<string>
List of supported device types
Id string
The id of the feature template
Multiplier int
Set the number of polling intervals used to determine tunnel SLA class
MultiplierVariable string
Variable name
Name string
The name of the feature template
PollInterval int
Set how often BFD polls tunnels to collect packet latency, loss, and statistics
PollIntervalVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
Colors []GetCiscoBfdFeatureTemplateColor
Set color that identifies the WAN transport tunnel
DefaultDscp int
Set default DSCP value for BFD packets
DefaultDscpVariable string
Variable name
Description string
The description of the feature template
DeviceTypes []string
List of supported device types
Id string
The id of the feature template
Multiplier int
Set the number of polling intervals used to determine tunnel SLA class
MultiplierVariable string
Variable name
Name string
The name of the feature template
PollInterval int
Set how often BFD polls tunnels to collect packet latency, loss, and statistics
PollIntervalVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
colors List<GetCiscoBfdFeatureTemplateColor>
Set color that identifies the WAN transport tunnel
defaultDscp Integer
Set default DSCP value for BFD packets
defaultDscpVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
id String
The id of the feature template
multiplier Integer
Set the number of polling intervals used to determine tunnel SLA class
multiplierVariable String
Variable name
name String
The name of the feature template
pollInterval Integer
Set how often BFD polls tunnels to collect packet latency, loss, and statistics
pollIntervalVariable String
Variable name
templateType String
The template type
version Integer
The version of the feature template
colors GetCiscoBfdFeatureTemplateColor[]
Set color that identifies the WAN transport tunnel
defaultDscp number
Set default DSCP value for BFD packets
defaultDscpVariable string
Variable name
description string
The description of the feature template
deviceTypes string[]
List of supported device types
id string
The id of the feature template
multiplier number
Set the number of polling intervals used to determine tunnel SLA class
multiplierVariable string
Variable name
name string
The name of the feature template
pollInterval number
Set how often BFD polls tunnels to collect packet latency, loss, and statistics
pollIntervalVariable string
Variable name
templateType string
The template type
version number
The version of the feature template
colors Sequence[GetCiscoBfdFeatureTemplateColor]
Set color that identifies the WAN transport tunnel
default_dscp int
Set default DSCP value for BFD packets
default_dscp_variable str
Variable name
description str
The description of the feature template
device_types Sequence[str]
List of supported device types
id str
The id of the feature template
multiplier int
Set the number of polling intervals used to determine tunnel SLA class
multiplier_variable str
Variable name
name str
The name of the feature template
poll_interval int
Set how often BFD polls tunnels to collect packet latency, loss, and statistics
poll_interval_variable str
Variable name
template_type str
The template type
version int
The version of the feature template
colors List<Property Map>
Set color that identifies the WAN transport tunnel
defaultDscp Number
Set default DSCP value for BFD packets
defaultDscpVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
id String
The id of the feature template
multiplier Number
Set the number of polling intervals used to determine tunnel SLA class
multiplierVariable String
Variable name
name String
The name of the feature template
pollInterval Number
Set how often BFD polls tunnels to collect packet latency, loss, and statistics
pollIntervalVariable String
Variable name
templateType String
The template type
version Number
The version of the feature template

Supporting Types

GetCiscoBfdFeatureTemplateColor

Color This property is required. string
Set color that identifies the WAN transport tunnel
ColorVariable This property is required. string
Variable name
Dscp This property is required. int
Set BFD Default DSCP value for tloc color
DscpVariable This property is required. string
Variable name
HelloInterval This property is required. int
Set how often BFD sends Hello packets
HelloIntervalVariable This property is required. string
Variable name
Multiplier This property is required. int
Set how many Hello packet intervals to wait before declaring that a tunnel has failed
MultiplierVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
PmtuDiscovery This property is required. bool
Control automatic path MTU discovery
PmtuDiscoveryVariable This property is required. string
Variable name
Color This property is required. string
Set color that identifies the WAN transport tunnel
ColorVariable This property is required. string
Variable name
Dscp This property is required. int
Set BFD Default DSCP value for tloc color
DscpVariable This property is required. string
Variable name
HelloInterval This property is required. int
Set how often BFD sends Hello packets
HelloIntervalVariable This property is required. string
Variable name
Multiplier This property is required. int
Set how many Hello packet intervals to wait before declaring that a tunnel has failed
MultiplierVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
PmtuDiscovery This property is required. bool
Control automatic path MTU discovery
PmtuDiscoveryVariable This property is required. string
Variable name
color This property is required. String
Set color that identifies the WAN transport tunnel
colorVariable This property is required. String
Variable name
dscp This property is required. Integer
Set BFD Default DSCP value for tloc color
dscpVariable This property is required. String
Variable name
helloInterval This property is required. Integer
Set how often BFD sends Hello packets
helloIntervalVariable This property is required. String
Variable name
multiplier This property is required. Integer
Set how many Hello packet intervals to wait before declaring that a tunnel has failed
multiplierVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
pmtuDiscovery This property is required. Boolean
Control automatic path MTU discovery
pmtuDiscoveryVariable This property is required. String
Variable name
color This property is required. string
Set color that identifies the WAN transport tunnel
colorVariable This property is required. string
Variable name
dscp This property is required. number
Set BFD Default DSCP value for tloc color
dscpVariable This property is required. string
Variable name
helloInterval This property is required. number
Set how often BFD sends Hello packets
helloIntervalVariable This property is required. string
Variable name
multiplier This property is required. number
Set how many Hello packet intervals to wait before declaring that a tunnel has failed
multiplierVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
pmtuDiscovery This property is required. boolean
Control automatic path MTU discovery
pmtuDiscoveryVariable This property is required. string
Variable name
color This property is required. str
Set color that identifies the WAN transport tunnel
color_variable This property is required. str
Variable name
dscp This property is required. int
Set BFD Default DSCP value for tloc color
dscp_variable This property is required. str
Variable name
hello_interval This property is required. int
Set how often BFD sends Hello packets
hello_interval_variable This property is required. str
Variable name
multiplier This property is required. int
Set how many Hello packet intervals to wait before declaring that a tunnel has failed
multiplier_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
pmtu_discovery This property is required. bool
Control automatic path MTU discovery
pmtu_discovery_variable This property is required. str
Variable name
color This property is required. String
Set color that identifies the WAN transport tunnel
colorVariable This property is required. String
Variable name
dscp This property is required. Number
Set BFD Default DSCP value for tloc color
dscpVariable This property is required. String
Variable name
helloInterval This property is required. Number
Set how often BFD sends Hello packets
helloIntervalVariable This property is required. String
Variable name
multiplier This property is required. Number
Set how many Hello packet intervals to wait before declaring that a tunnel has failed
multiplierVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
pmtuDiscovery This property is required. Boolean
Control automatic path MTU discovery
pmtuDiscoveryVariable This property is required. String
Variable name

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi