Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getCedgePimFeatureTemplate
Explore with Pulumi AI
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",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cedge_pim_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.LookupCedgePimFeatureTemplate(ctx, &sdwan.LookupCedgePimFeatureTemplateArgs{
			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.GetCedgePimFeatureTemplate.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.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());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getCedgePimFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
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>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]func LookupCedgePimFeatureTemplate(ctx *Context, args *LookupCedgePimFeatureTemplateArgs, opts ...InvokeOption) (*LookupCedgePimFeatureTemplateResult, error)
func LookupCedgePimFeatureTemplateOutput(ctx *Context, args *LookupCedgePimFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCedgePimFeatureTemplateResultOutput> 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)
}public static CompletableFuture<GetCedgePimFeatureTemplateResult> getCedgePimFeatureTemplate(GetCedgePimFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCedgePimFeatureTemplateResult> getCedgePimFeatureTemplate(GetCedgePimFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getCedgePimFeatureTemplate:getCedgePimFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCedgePimFeatureTemplate Result
The following output properties are available:
- AutoRp bool
- Enable or disable auto-RP
- AutoRp stringVariable 
- Variable name
- BsrCandidate string
- Set Autonomic-Networking virtual interface
- BsrCandidate stringVariable 
- 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
- HashMask stringLength 
- Hash Mask length for RP selection
- HashMask stringLength Variable 
- Variable name
- Id string
- The id of the feature template
- InterfaceName string
- Set RP Discovery Interface Name
- InterfaceName stringVariable 
- Variable name
- Interfaces
List<GetCedge Pim Feature Template Interface> 
- 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<GetCedge Pim Feature Template Rp Address> 
- Set Static RP Address(es)
- RpAnnounce List<GetFields Cedge Pim Feature Template Rp Announce Field> 
- Enable or disable RP Announce
- RpCandidate stringAccess List 
- Set BSR RP candidate filter
- RpCandidate stringAccess List Variable 
- Variable name
- RpCandidates List<GetCedge Pim Feature Template Rp Candidate> 
- Set RP Discovery Scope
- Scope int
- Set RP Discovery Scope
- ScopeVariable string
- Variable name
- SptThreshold string
- Set when PIM router joins the SPT (kbps)
- SptThreshold stringVariable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- AutoRp bool
- Enable or disable auto-RP
- AutoRp stringVariable 
- Variable name
- BsrCandidate string
- Set Autonomic-Networking virtual interface
- BsrCandidate stringVariable 
- 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
- HashMask stringLength 
- Hash Mask length for RP selection
- HashMask stringLength Variable 
- Variable name
- Id string
- The id of the feature template
- InterfaceName string
- Set RP Discovery Interface Name
- InterfaceName stringVariable 
- Variable name
- Interfaces
[]GetCedge Pim Feature Template Interface 
- 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 []GetCedge Pim Feature Template Rp Address 
- Set Static RP Address(es)
- RpAnnounce []GetFields Cedge Pim Feature Template Rp Announce Field 
- Enable or disable RP Announce
- RpCandidate stringAccess List 
- Set BSR RP candidate filter
- RpCandidate stringAccess List Variable 
- Variable name
- RpCandidates []GetCedge Pim Feature Template Rp Candidate 
- Set RP Discovery Scope
- Scope int
- Set RP Discovery Scope
- ScopeVariable string
- Variable name
- SptThreshold string
- Set when PIM router joins the SPT (kbps)
- SptThreshold stringVariable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- autoRp Boolean
- Enable or disable auto-RP
- autoRp StringVariable 
- Variable name
- bsrCandidate String
- Set Autonomic-Networking virtual interface
- bsrCandidate StringVariable 
- 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
- hashMask StringLength 
- Hash Mask length for RP selection
- hashMask StringLength Variable 
- Variable name
- id String
- The id of the feature template
- interfaceName String
- Set RP Discovery Interface Name
- interfaceName StringVariable 
- Variable name
- interfaces
List<GetCedge Pim Feature Template Interface> 
- 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<GetCedge Pim Feature Template Rp Address> 
- Set Static RP Address(es)
- rpAnnounce List<GetFields Cedge Pim Feature Template Rp Announce Field> 
- Enable or disable RP Announce
- rpCandidate StringAccess List 
- Set BSR RP candidate filter
- rpCandidate StringAccess List Variable 
- Variable name
- rpCandidates List<GetCedge Pim Feature Template Rp Candidate> 
- Set RP Discovery Scope
- scope Integer
- Set RP Discovery Scope
- scopeVariable String
- Variable name
- sptThreshold String
- Set when PIM router joins the SPT (kbps)
- sptThreshold StringVariable 
- Variable name
- templateType String
- The template type
- version Integer
- The version of the feature template
- autoRp boolean
- Enable or disable auto-RP
- autoRp stringVariable 
- Variable name
- bsrCandidate string
- Set Autonomic-Networking virtual interface
- bsrCandidate stringVariable 
- 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
- hashMask stringLength 
- Hash Mask length for RP selection
- hashMask stringLength Variable 
- Variable name
- id string
- The id of the feature template
- interfaceName string
- Set RP Discovery Interface Name
- interfaceName stringVariable 
- Variable name
- interfaces
GetCedge Pim Feature Template Interface[] 
- 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 GetCedge Pim Feature Template Rp Address[] 
- Set Static RP Address(es)
- rpAnnounce GetFields Cedge Pim Feature Template Rp Announce Field[] 
- Enable or disable RP Announce
- rpCandidate stringAccess List 
- Set BSR RP candidate filter
- rpCandidate stringAccess List Variable 
- Variable name
- rpCandidates GetCedge Pim Feature Template Rp Candidate[] 
- Set RP Discovery Scope
- scope number
- Set RP Discovery Scope
- scopeVariable string
- Variable name
- sptThreshold string
- Set when PIM router joins the SPT (kbps)
- sptThreshold stringVariable 
- 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_ strvariable 
- Variable name
- bsr_candidate str
- Set Autonomic-Networking virtual interface
- bsr_candidate_ strvariable 
- 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_ strlength 
- Hash Mask length for RP selection
- hash_mask_ strlength_ variable 
- Variable name
- id str
- The id of the feature template
- interface_name str
- Set RP Discovery Interface Name
- interface_name_ strvariable 
- Variable name
- interfaces
Sequence[GetCedge Pim Feature Template Interface] 
- 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[GetCedge Pim Feature Template Rp Address] 
- Set Static RP Address(es)
- rp_announce_ Sequence[Getfields Cedge Pim Feature Template Rp Announce Field] 
- Enable or disable RP Announce
- rp_candidate_ straccess_ list 
- Set BSR RP candidate filter
- rp_candidate_ straccess_ list_ variable 
- Variable name
- rp_candidates Sequence[GetCedge Pim Feature Template Rp Candidate] 
- 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_ strvariable 
- Variable name
- template_type str
- The template type
- version int
- The version of the feature template
- autoRp Boolean
- Enable or disable auto-RP
- autoRp StringVariable 
- Variable name
- bsrCandidate String
- Set Autonomic-Networking virtual interface
- bsrCandidate StringVariable 
- 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
- hashMask StringLength 
- Hash Mask length for RP selection
- hashMask StringLength Variable 
- Variable name
- id String
- The id of the feature template
- interfaceName String
- Set RP Discovery Interface Name
- interfaceName StringVariable 
- 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)
- rpAnnounce List<Property Map>Fields 
- Enable or disable RP Announce
- rpCandidate StringAccess List 
- Set BSR RP candidate filter
- rpCandidate StringAccess List Variable 
- 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)
- sptThreshold StringVariable 
- Variable name
- templateType String
- The template type
- version Number
- The version of the feature template
Supporting Types
GetCedgePimFeatureTemplateInterface     
- InterfaceName string
- Set interface name
- InterfaceName stringVariable 
- Variable name
- JoinPrune intInterval 
- Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- JoinPrune stringInterval Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- QueryInterval int
- Set PIM query interval
- QueryInterval stringVariable 
- Variable name
- InterfaceName string
- Set interface name
- InterfaceName stringVariable 
- Variable name
- JoinPrune intInterval 
- Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- JoinPrune stringInterval Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- QueryInterval int
- Set PIM query interval
- QueryInterval stringVariable 
- Variable name
- interfaceName String
- Set interface name
- interfaceName StringVariable 
- Variable name
- joinPrune IntegerInterval 
- Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- joinPrune StringInterval Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- queryInterval Integer
- Set PIM query interval
- queryInterval StringVariable 
- Variable name
- interfaceName string
- Set interface name
- interfaceName stringVariable 
- Variable name
- joinPrune numberInterval 
- Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- joinPrune stringInterval Variable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- queryInterval number
- Set PIM query interval
- queryInterval stringVariable 
- Variable name
- interface_name str
- Set interface name
- interface_name_ strvariable 
- Variable name
- join_prune_ intinterval 
- Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- join_prune_ strinterval_ variable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- query_interval int
- Set PIM query interval
- query_interval_ strvariable 
- Variable name
- interfaceName String
- Set interface name
- interfaceName StringVariable 
- Variable name
- joinPrune NumberInterval 
- Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- joinPrune StringInterval Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- queryInterval Number
- Set PIM query interval
- queryInterval StringVariable 
- Variable name
GetCedgePimFeatureTemplateRpAddress      
- AccessList string
- Set Static RP Access List
- AccessList stringVariable 
- Variable name
- IpAddress string
- Set Static RP IP Address
- IpAddress stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Override bool
- Set override flag
- OverrideVariable string
- Variable name
- AccessList string
- Set Static RP Access List
- AccessList stringVariable 
- Variable name
- IpAddress string
- Set Static RP IP Address
- IpAddress stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Override bool
- Set override flag
- OverrideVariable string
- Variable name
- accessList String
- Set Static RP Access List
- accessList StringVariable 
- Variable name
- ipAddress String
- Set Static RP IP Address
- ipAddress StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- override Boolean
- Set override flag
- overrideVariable String
- Variable name
- accessList string
- Set Static RP Access List
- accessList stringVariable 
- Variable name
- ipAddress string
- Set Static RP IP Address
- ipAddress stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- override boolean
- Set override flag
- overrideVariable string
- Variable name
- access_list str
- Set Static RP Access List
- access_list_ strvariable 
- Variable name
- ip_address str
- Set Static RP IP Address
- ip_address_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- override bool
- Set override flag
- override_variable str
- Variable name
- accessList String
- Set Static RP Access List
- accessList StringVariable 
- Variable name
- ipAddress String
- Set Static RP IP Address
- ipAddress StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- override Boolean
- Set override flag
- overrideVariable String
- Variable name
GetCedgePimFeatureTemplateRpAnnounceField       
- InterfaceName string
- Set RP Announce Interface Name
- InterfaceName stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Scope int
- Set RP Announce Scope
- ScopeVariable string
- Variable name
- InterfaceName string
- Set RP Announce Interface Name
- InterfaceName stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Scope int
- Set RP Announce Scope
- ScopeVariable string
- Variable name
- interfaceName String
- Set RP Announce Interface Name
- interfaceName StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- scope Integer
- Set RP Announce Scope
- scopeVariable String
- Variable name
- interfaceName string
- Set RP Announce Interface Name
- interfaceName stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- scope number
- Set RP Announce Scope
- scopeVariable string
- Variable name
- interface_name str
- Set RP Announce Interface Name
- interface_name_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- scope int
- Set RP Announce Scope
- scope_variable str
- Variable name
- interfaceName String
- Set RP Announce Interface Name
- interfaceName StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- scope Number
- Set RP Announce Scope
- scopeVariable String
- Variable name
GetCedgePimFeatureTemplateRpCandidate      
- AccessList string
- Set IP Access List for PIM RP Candidate
- AccessList stringVariable 
- Variable name
- Interface string
- Set Autonomic-Networking virtual interface
- InterfaceVariable string
- Variable name
- Interval int
- Set RP candidate advertisement interval
- IntervalVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Priority int
- Set RP candidate priority
- PriorityVariable string
- Variable name
- AccessList string
- Set IP Access List for PIM RP Candidate
- AccessList stringVariable 
- Variable name
- Interface string
- Set Autonomic-Networking virtual interface
- InterfaceVariable string
- Variable name
- Interval int
- Set RP candidate advertisement interval
- IntervalVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Priority int
- Set RP candidate priority
- PriorityVariable string
- Variable name
- accessList String
- Set IP Access List for PIM RP Candidate
- accessList StringVariable 
- Variable name
- interfaceVariable String
- Variable name
- interface_ String
- Set Autonomic-Networking virtual interface
- interval Integer
- Set RP candidate advertisement interval
- intervalVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- priority Integer
- Set RP candidate priority
- priorityVariable String
- Variable name
- accessList string
- Set IP Access List for PIM RP Candidate
- accessList stringVariable 
- Variable name
- interface string
- Set Autonomic-Networking virtual interface
- interfaceVariable string
- Variable name
- interval number
- Set RP candidate advertisement interval
- intervalVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- priority number
- Set RP candidate priority
- priorityVariable string
- Variable name
- access_list str
- Set IP Access List for PIM RP Candidate
- access_list_ strvariable 
- Variable name
- interface str
- Set Autonomic-Networking virtual interface
- interface_variable str
- Variable name
- interval int
- Set RP candidate advertisement interval
- interval_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- priority int
- Set RP candidate priority
- priority_variable str
- Variable name
- accessList String
- Set IP Access List for PIM RP Candidate
- accessList StringVariable 
- Variable name
- interface String
- Set Autonomic-Networking virtual interface
- interfaceVariable String
- Variable name
- interval Number
- Set RP candidate advertisement interval
- intervalVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- priority Number
- Set RP candidate priority
- priorityVariable String
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
