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

sdwan.getCedgePimFeatureTemplate

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 cEdge PIM feature template.

Example Usage

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

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

example = sdwan.get_cedge_pim_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.LookupCedgePimFeatureTemplate(ctx, &sdwan.LookupCedgePimFeatureTemplateArgs{
			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.GetCedgePimFeatureTemplate.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.GetCedgePimFeatureTemplateArgs;
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.getCedgePimFeatureTemplate(GetCedgePimFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());

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

Using getCedgePimFeatureTemplate

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 getCedgePimFeatureTemplate(args: GetCedgePimFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCedgePimFeatureTemplateResult>
function getCedgePimFeatureTemplateOutput(args: GetCedgePimFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCedgePimFeatureTemplateResult>
Copy
def get_cedge_pim_feature_template(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCedgePimFeatureTemplateResult
def get_cedge_pim_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCedgePimFeatureTemplateResult]
Copy
func LookupCedgePimFeatureTemplate(ctx *Context, args *LookupCedgePimFeatureTemplateArgs, opts ...InvokeOption) (*LookupCedgePimFeatureTemplateResult, error)
func LookupCedgePimFeatureTemplateOutput(ctx *Context, args *LookupCedgePimFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCedgePimFeatureTemplateResultOutput
Copy

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

public static class GetCedgePimFeatureTemplate 
{
    public static Task<GetCedgePimFeatureTemplateResult> InvokeAsync(GetCedgePimFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCedgePimFeatureTemplateResult> Invoke(GetCedgePimFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetCedgePimFeatureTemplateResult> getCedgePimFeatureTemplate(GetCedgePimFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCedgePimFeatureTemplateResult> getCedgePimFeatureTemplate(GetCedgePimFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCedgePimFeatureTemplate:getCedgePimFeatureTemplate
  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

getCedgePimFeatureTemplate Result

The following output properties are available:

AutoRp bool
Enable or disable auto-RP
AutoRpVariable string
Variable name
BsrCandidate string
Set Autonomic-Networking virtual interface
BsrCandidateVariable string
Variable name
Default bool
Turn SSM On / Off
DefaultVariable string
Variable name
Description string
The description of the feature template
DeviceTypes List<string>
List of supported device types
HashMaskLength string
Hash Mask length for RP selection
HashMaskLengthVariable string
Variable name
Id string
The id of the feature template
InterfaceName string
Set RP Discovery Interface Name
InterfaceNameVariable string
Variable name
Interfaces List<GetCedgePimFeatureTemplateInterface>
Set PIM interface parameters
Name string
The name of the feature template
Priority int
Set RP candidate priority
PriorityVariable string
Variable name
Range string
Set Access List for PIM SSM
RangeVariable string
Variable name
RpAddresses List<GetCedgePimFeatureTemplateRpAddress>
Set Static RP Address(es)
RpAnnounceFields List<GetCedgePimFeatureTemplateRpAnnounceField>
Enable or disable RP Announce
RpCandidateAccessList string
Set BSR RP candidate filter
RpCandidateAccessListVariable string
Variable name
RpCandidates List<GetCedgePimFeatureTemplateRpCandidate>
Set RP Discovery Scope
Scope int
Set RP Discovery Scope
ScopeVariable string
Variable name
SptThreshold string
Set when PIM router joins the SPT (kbps)
SptThresholdVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
AutoRp bool
Enable or disable auto-RP
AutoRpVariable string
Variable name
BsrCandidate string
Set Autonomic-Networking virtual interface
BsrCandidateVariable string
Variable name
Default bool
Turn SSM On / Off
DefaultVariable string
Variable name
Description string
The description of the feature template
DeviceTypes []string
List of supported device types
HashMaskLength string
Hash Mask length for RP selection
HashMaskLengthVariable string
Variable name
Id string
The id of the feature template
InterfaceName string
Set RP Discovery Interface Name
InterfaceNameVariable string
Variable name
Interfaces []GetCedgePimFeatureTemplateInterface
Set PIM interface parameters
Name string
The name of the feature template
Priority int
Set RP candidate priority
PriorityVariable string
Variable name
Range string
Set Access List for PIM SSM
RangeVariable string
Variable name
RpAddresses []GetCedgePimFeatureTemplateRpAddress
Set Static RP Address(es)
RpAnnounceFields []GetCedgePimFeatureTemplateRpAnnounceField
Enable or disable RP Announce
RpCandidateAccessList string
Set BSR RP candidate filter
RpCandidateAccessListVariable string
Variable name
RpCandidates []GetCedgePimFeatureTemplateRpCandidate
Set RP Discovery Scope
Scope int
Set RP Discovery Scope
ScopeVariable string
Variable name
SptThreshold string
Set when PIM router joins the SPT (kbps)
SptThresholdVariable string
Variable name
TemplateType string
The template type
Version int
The version of the feature template
autoRp Boolean
Enable or disable auto-RP
autoRpVariable String
Variable name
bsrCandidate String
Set Autonomic-Networking virtual interface
bsrCandidateVariable String
Variable name
defaultVariable String
Variable name
default_ Boolean
Turn SSM On / Off
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
hashMaskLength String
Hash Mask length for RP selection
hashMaskLengthVariable String
Variable name
id String
The id of the feature template
interfaceName String
Set RP Discovery Interface Name
interfaceNameVariable String
Variable name
interfaces List<GetCedgePimFeatureTemplateInterface>
Set PIM interface parameters
name String
The name of the feature template
priority Integer
Set RP candidate priority
priorityVariable String
Variable name
range String
Set Access List for PIM SSM
rangeVariable String
Variable name
rpAddresses List<GetCedgePimFeatureTemplateRpAddress>
Set Static RP Address(es)
rpAnnounceFields List<GetCedgePimFeatureTemplateRpAnnounceField>
Enable or disable RP Announce
rpCandidateAccessList String
Set BSR RP candidate filter
rpCandidateAccessListVariable String
Variable name
rpCandidates List<GetCedgePimFeatureTemplateRpCandidate>
Set RP Discovery Scope
scope Integer
Set RP Discovery Scope
scopeVariable String
Variable name
sptThreshold String
Set when PIM router joins the SPT (kbps)
sptThresholdVariable String
Variable name
templateType String
The template type
version Integer
The version of the feature template
autoRp boolean
Enable or disable auto-RP
autoRpVariable string
Variable name
bsrCandidate string
Set Autonomic-Networking virtual interface
bsrCandidateVariable string
Variable name
default boolean
Turn SSM On / Off
defaultVariable string
Variable name
description string
The description of the feature template
deviceTypes string[]
List of supported device types
hashMaskLength string
Hash Mask length for RP selection
hashMaskLengthVariable string
Variable name
id string
The id of the feature template
interfaceName string
Set RP Discovery Interface Name
interfaceNameVariable string
Variable name
interfaces GetCedgePimFeatureTemplateInterface[]
Set PIM interface parameters
name string
The name of the feature template
priority number
Set RP candidate priority
priorityVariable string
Variable name
range string
Set Access List for PIM SSM
rangeVariable string
Variable name
rpAddresses GetCedgePimFeatureTemplateRpAddress[]
Set Static RP Address(es)
rpAnnounceFields GetCedgePimFeatureTemplateRpAnnounceField[]
Enable or disable RP Announce
rpCandidateAccessList string
Set BSR RP candidate filter
rpCandidateAccessListVariable string
Variable name
rpCandidates GetCedgePimFeatureTemplateRpCandidate[]
Set RP Discovery Scope
scope number
Set RP Discovery Scope
scopeVariable string
Variable name
sptThreshold string
Set when PIM router joins the SPT (kbps)
sptThresholdVariable string
Variable name
templateType string
The template type
version number
The version of the feature template
auto_rp bool
Enable or disable auto-RP
auto_rp_variable str
Variable name
bsr_candidate str
Set Autonomic-Networking virtual interface
bsr_candidate_variable str
Variable name
default bool
Turn SSM On / Off
default_variable str
Variable name
description str
The description of the feature template
device_types Sequence[str]
List of supported device types
hash_mask_length str
Hash Mask length for RP selection
hash_mask_length_variable str
Variable name
id str
The id of the feature template
interface_name str
Set RP Discovery Interface Name
interface_name_variable str
Variable name
interfaces Sequence[GetCedgePimFeatureTemplateInterface]
Set PIM interface parameters
name str
The name of the feature template
priority int
Set RP candidate priority
priority_variable str
Variable name
range str
Set Access List for PIM SSM
range_variable str
Variable name
rp_addresses Sequence[GetCedgePimFeatureTemplateRpAddress]
Set Static RP Address(es)
rp_announce_fields Sequence[GetCedgePimFeatureTemplateRpAnnounceField]
Enable or disable RP Announce
rp_candidate_access_list str
Set BSR RP candidate filter
rp_candidate_access_list_variable str
Variable name
rp_candidates Sequence[GetCedgePimFeatureTemplateRpCandidate]
Set RP Discovery Scope
scope int
Set RP Discovery Scope
scope_variable str
Variable name
spt_threshold str
Set when PIM router joins the SPT (kbps)
spt_threshold_variable str
Variable name
template_type str
The template type
version int
The version of the feature template
autoRp Boolean
Enable or disable auto-RP
autoRpVariable String
Variable name
bsrCandidate String
Set Autonomic-Networking virtual interface
bsrCandidateVariable String
Variable name
default Boolean
Turn SSM On / Off
defaultVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
hashMaskLength String
Hash Mask length for RP selection
hashMaskLengthVariable String
Variable name
id String
The id of the feature template
interfaceName String
Set RP Discovery Interface Name
interfaceNameVariable String
Variable name
interfaces List<Property Map>
Set PIM interface parameters
name String
The name of the feature template
priority Number
Set RP candidate priority
priorityVariable String
Variable name
range String
Set Access List for PIM SSM
rangeVariable String
Variable name
rpAddresses List<Property Map>
Set Static RP Address(es)
rpAnnounceFields List<Property Map>
Enable or disable RP Announce
rpCandidateAccessList String
Set BSR RP candidate filter
rpCandidateAccessListVariable String
Variable name
rpCandidates List<Property Map>
Set RP Discovery Scope
scope Number
Set RP Discovery Scope
scopeVariable String
Variable name
sptThreshold String
Set when PIM router joins the SPT (kbps)
sptThresholdVariable String
Variable name
templateType String
The template type
version Number
The version of the feature template

Supporting Types

GetCedgePimFeatureTemplateInterface

InterfaceName This property is required. string
Set interface name
InterfaceNameVariable This property is required. string
Variable name
JoinPruneInterval This property is required. int
Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
JoinPruneIntervalVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
QueryInterval This property is required. int
Set PIM query interval
QueryIntervalVariable This property is required. string
Variable name
InterfaceName This property is required. string
Set interface name
InterfaceNameVariable This property is required. string
Variable name
JoinPruneInterval This property is required. int
Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
JoinPruneIntervalVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
QueryInterval This property is required. int
Set PIM query interval
QueryIntervalVariable This property is required. string
Variable name
interfaceName This property is required. String
Set interface name
interfaceNameVariable This property is required. String
Variable name
joinPruneInterval This property is required. Integer
Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
joinPruneIntervalVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
queryInterval This property is required. Integer
Set PIM query interval
queryIntervalVariable This property is required. String
Variable name
interfaceName This property is required. string
Set interface name
interfaceNameVariable This property is required. string
Variable name
joinPruneInterval This property is required. number
Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
joinPruneIntervalVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
queryInterval This property is required. number
Set PIM query interval
queryIntervalVariable This property is required. string
Variable name
interface_name This property is required. str
Set interface name
interface_name_variable This property is required. str
Variable name
join_prune_interval This property is required. int
Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
join_prune_interval_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
query_interval This property is required. int
Set PIM query interval
query_interval_variable This property is required. str
Variable name
interfaceName This property is required. String
Set interface name
interfaceNameVariable This property is required. String
Variable name
joinPruneInterval This property is required. Number
Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
joinPruneIntervalVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
queryInterval This property is required. Number
Set PIM query interval
queryIntervalVariable This property is required. String
Variable name

GetCedgePimFeatureTemplateRpAddress

AccessList This property is required. string
Set Static RP Access List
AccessListVariable This property is required. string
Variable name
IpAddress This property is required. string
Set Static RP IP Address
IpAddressVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Override This property is required. bool
Set override flag
OverrideVariable This property is required. string
Variable name
AccessList This property is required. string
Set Static RP Access List
AccessListVariable This property is required. string
Variable name
IpAddress This property is required. string
Set Static RP IP Address
IpAddressVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Override This property is required. bool
Set override flag
OverrideVariable This property is required. string
Variable name
accessList This property is required. String
Set Static RP Access List
accessListVariable This property is required. String
Variable name
ipAddress This property is required. String
Set Static RP IP Address
ipAddressVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
override This property is required. Boolean
Set override flag
overrideVariable This property is required. String
Variable name
accessList This property is required. string
Set Static RP Access List
accessListVariable This property is required. string
Variable name
ipAddress This property is required. string
Set Static RP IP Address
ipAddressVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
override This property is required. boolean
Set override flag
overrideVariable This property is required. string
Variable name
access_list This property is required. str
Set Static RP Access List
access_list_variable This property is required. str
Variable name
ip_address This property is required. str
Set Static RP IP Address
ip_address_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
override This property is required. bool
Set override flag
override_variable This property is required. str
Variable name
accessList This property is required. String
Set Static RP Access List
accessListVariable This property is required. String
Variable name
ipAddress This property is required. String
Set Static RP IP Address
ipAddressVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
override This property is required. Boolean
Set override flag
overrideVariable This property is required. String
Variable name

GetCedgePimFeatureTemplateRpAnnounceField

InterfaceName This property is required. string
Set RP Announce Interface Name
InterfaceNameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Scope This property is required. int
Set RP Announce Scope
ScopeVariable This property is required. string
Variable name
InterfaceName This property is required. string
Set RP Announce Interface Name
InterfaceNameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Scope This property is required. int
Set RP Announce Scope
ScopeVariable This property is required. string
Variable name
interfaceName This property is required. String
Set RP Announce Interface Name
interfaceNameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
scope This property is required. Integer
Set RP Announce Scope
scopeVariable This property is required. String
Variable name
interfaceName This property is required. string
Set RP Announce Interface Name
interfaceNameVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
scope This property is required. number
Set RP Announce Scope
scopeVariable This property is required. string
Variable name
interface_name This property is required. str
Set RP Announce Interface Name
interface_name_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
scope This property is required. int
Set RP Announce Scope
scope_variable This property is required. str
Variable name
interfaceName This property is required. String
Set RP Announce Interface Name
interfaceNameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
scope This property is required. Number
Set RP Announce Scope
scopeVariable This property is required. String
Variable name

GetCedgePimFeatureTemplateRpCandidate

AccessList This property is required. string
Set IP Access List for PIM RP Candidate
AccessListVariable This property is required. string
Variable name
Interface This property is required. string
Set Autonomic-Networking virtual interface
InterfaceVariable This property is required. string
Variable name
Interval This property is required. int
Set RP candidate advertisement interval
IntervalVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Priority This property is required. int
Set RP candidate priority
PriorityVariable This property is required. string
Variable name
AccessList This property is required. string
Set IP Access List for PIM RP Candidate
AccessListVariable This property is required. string
Variable name
Interface This property is required. string
Set Autonomic-Networking virtual interface
InterfaceVariable This property is required. string
Variable name
Interval This property is required. int
Set RP candidate advertisement interval
IntervalVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Priority This property is required. int
Set RP candidate priority
PriorityVariable This property is required. string
Variable name
accessList This property is required. String
Set IP Access List for PIM RP Candidate
accessListVariable This property is required. String
Variable name
interfaceVariable This property is required. String
Variable name
interface_ This property is required. String
Set Autonomic-Networking virtual interface
interval This property is required. Integer
Set RP candidate advertisement interval
intervalVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
priority This property is required. Integer
Set RP candidate priority
priorityVariable This property is required. String
Variable name
accessList This property is required. string
Set IP Access List for PIM RP Candidate
accessListVariable This property is required. string
Variable name
interface This property is required. string
Set Autonomic-Networking virtual interface
interfaceVariable This property is required. string
Variable name
interval This property is required. number
Set RP candidate advertisement interval
intervalVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
priority This property is required. number
Set RP candidate priority
priorityVariable This property is required. string
Variable name
access_list This property is required. str
Set IP Access List for PIM RP Candidate
access_list_variable This property is required. str
Variable name
interface This property is required. str
Set Autonomic-Networking virtual interface
interface_variable This property is required. str
Variable name
interval This property is required. int
Set RP candidate advertisement interval
interval_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
priority This property is required. int
Set RP candidate priority
priority_variable This property is required. str
Variable name
accessList This property is required. String
Set IP Access List for PIM RP Candidate
accessListVariable This property is required. String
Variable name
interface This property is required. String
Set Autonomic-Networking virtual interface
interfaceVariable This property is required. String
Variable name
interval This property is required. Number
Set RP candidate advertisement interval
intervalVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
priority This property is required. Number
Set RP candidate priority
priorityVariable 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