1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getServiceMulticastFeature
Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi

sdwan.getServiceMulticastFeature

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi

    This data source can read the Service Multicast Feature.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as sdwan from "@pulumi/sdwan";
    
    const example = sdwan.getServiceMulticastFeature({
        id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
        featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    });
    
    import pulumi
    import pulumi_sdwan as sdwan
    
    example = sdwan.get_service_multicast_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
        feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
    
    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.LookupServiceMulticastFeature(ctx, &sdwan.LookupServiceMulticastFeatureArgs{
    			Id:               "f6b2c44c-693c-4763-b010-895aa3d236bd",
    			FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    		}, 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.GetServiceMulticastFeature.Invoke(new()
        {
            Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
            FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        });
    
    });
    
    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.GetServiceMulticastFeatureArgs;
    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.getServiceMulticastFeature(GetServiceMulticastFeatureArgs.builder()
                .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
                .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: sdwan:getServiceMulticastFeature
          Arguments:
            id: f6b2c44c-693c-4763-b010-895aa3d236bd
            featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
    

    Using getServiceMulticastFeature

    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 getServiceMulticastFeature(args: GetServiceMulticastFeatureArgs, opts?: InvokeOptions): Promise<GetServiceMulticastFeatureResult>
    function getServiceMulticastFeatureOutput(args: GetServiceMulticastFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceMulticastFeatureResult>
    def get_service_multicast_feature(feature_profile_id: Optional[str] = None,
                                      id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetServiceMulticastFeatureResult
    def get_service_multicast_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                      id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetServiceMulticastFeatureResult]
    func LookupServiceMulticastFeature(ctx *Context, args *LookupServiceMulticastFeatureArgs, opts ...InvokeOption) (*LookupServiceMulticastFeatureResult, error)
    func LookupServiceMulticastFeatureOutput(ctx *Context, args *LookupServiceMulticastFeatureOutputArgs, opts ...InvokeOption) LookupServiceMulticastFeatureResultOutput

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

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

    The following arguments are supported:

    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature

    getServiceMulticastFeature Result

    The following output properties are available:

    AutoRpAnnounces List<GetServiceMulticastFeatureAutoRpAnnounce>
    Enable or disable RP Announce
    AutoRpDiscoveries List<GetServiceMulticastFeatureAutoRpDiscovery>
    Enable or disable RP Discovery
    Description string
    The description of the Feature
    EnableAutoRp bool
    Enable or disable auto-RP
    EnableAutoRpVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    IgmpInterfaces List<GetServiceMulticastFeatureIgmpInterface>
    Set IGMP interface parameters
    LocalReplicator bool
    Replicator is local to this device
    LocalReplicatorThreshold int
    Set number of joins per group the router supports
    LocalReplicatorThresholdVariable string
    Variable name
    LocalReplicatorVariable string
    Variable name
    MsdpConnectionRetryInterval int
    Set MSDP refresh timer
    MsdpConnectionRetryIntervalVariable string
    Variable name
    MsdpGroups List<GetServiceMulticastFeatureMsdpGroup>
    multicast MSDP peer
    MsdpOriginatorId string
    Set MSDP originator ID
    MsdpOriginatorIdVariable string
    Variable name
    Name string
    The name of the Feature
    PimBsrCandidates List<GetServiceMulticastFeaturePimBsrCandidate>
    bsr candidate Attributes
    PimBsrRpCandidates List<GetServiceMulticastFeaturePimBsrRpCandidate>
    Set RP Discovery Scope
    PimInterfaces List<GetServiceMulticastFeaturePimInterface>
    Set PIM interface parameters
    PimSourceSpecificMulticastAccessList string
    Set Access List for PIM SSM
    PimSourceSpecificMulticastAccessListVariable string
    Variable name
    PimSourceSpecificMulticastEnable bool
    turn SSM on/off
    PimSptThreshold string
    Set when PIM router joins the SPT (kbps)
    PimSptThresholdVariable string
    Variable name
    SptOnly bool
    Shortest Path Tree (SPT) Only Mode
    SptOnlyVariable string
    Variable name
    StaticRpAddresses List<GetServiceMulticastFeatureStaticRpAddress>
    Set Static RP Address(es)
    Version int
    The version of the Feature
    AutoRpAnnounces []GetServiceMulticastFeatureAutoRpAnnounce
    Enable or disable RP Announce
    AutoRpDiscoveries []GetServiceMulticastFeatureAutoRpDiscovery
    Enable or disable RP Discovery
    Description string
    The description of the Feature
    EnableAutoRp bool
    Enable or disable auto-RP
    EnableAutoRpVariable string
    Variable name
    FeatureProfileId string
    Feature Profile ID
    Id string
    The id of the Feature
    IgmpInterfaces []GetServiceMulticastFeatureIgmpInterface
    Set IGMP interface parameters
    LocalReplicator bool
    Replicator is local to this device
    LocalReplicatorThreshold int
    Set number of joins per group the router supports
    LocalReplicatorThresholdVariable string
    Variable name
    LocalReplicatorVariable string
    Variable name
    MsdpConnectionRetryInterval int
    Set MSDP refresh timer
    MsdpConnectionRetryIntervalVariable string
    Variable name
    MsdpGroups []GetServiceMulticastFeatureMsdpGroup
    multicast MSDP peer
    MsdpOriginatorId string
    Set MSDP originator ID
    MsdpOriginatorIdVariable string
    Variable name
    Name string
    The name of the Feature
    PimBsrCandidates []GetServiceMulticastFeaturePimBsrCandidate
    bsr candidate Attributes
    PimBsrRpCandidates []GetServiceMulticastFeaturePimBsrRpCandidate
    Set RP Discovery Scope
    PimInterfaces []GetServiceMulticastFeaturePimInterface
    Set PIM interface parameters
    PimSourceSpecificMulticastAccessList string
    Set Access List for PIM SSM
    PimSourceSpecificMulticastAccessListVariable string
    Variable name
    PimSourceSpecificMulticastEnable bool
    turn SSM on/off
    PimSptThreshold string
    Set when PIM router joins the SPT (kbps)
    PimSptThresholdVariable string
    Variable name
    SptOnly bool
    Shortest Path Tree (SPT) Only Mode
    SptOnlyVariable string
    Variable name
    StaticRpAddresses []GetServiceMulticastFeatureStaticRpAddress
    Set Static RP Address(es)
    Version int
    The version of the Feature
    autoRpAnnounces List<GetServiceMulticastFeatureAutoRpAnnounce>
    Enable or disable RP Announce
    autoRpDiscoveries List<GetServiceMulticastFeatureAutoRpDiscovery>
    Enable or disable RP Discovery
    description String
    The description of the Feature
    enableAutoRp Boolean
    Enable or disable auto-RP
    enableAutoRpVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    igmpInterfaces List<GetServiceMulticastFeatureIgmpInterface>
    Set IGMP interface parameters
    localReplicator Boolean
    Replicator is local to this device
    localReplicatorThreshold Integer
    Set number of joins per group the router supports
    localReplicatorThresholdVariable String
    Variable name
    localReplicatorVariable String
    Variable name
    msdpConnectionRetryInterval Integer
    Set MSDP refresh timer
    msdpConnectionRetryIntervalVariable String
    Variable name
    msdpGroups List<GetServiceMulticastFeatureMsdpGroup>
    multicast MSDP peer
    msdpOriginatorId String
    Set MSDP originator ID
    msdpOriginatorIdVariable String
    Variable name
    name String
    The name of the Feature
    pimBsrCandidates List<GetServiceMulticastFeaturePimBsrCandidate>
    bsr candidate Attributes
    pimBsrRpCandidates List<GetServiceMulticastFeaturePimBsrRpCandidate>
    Set RP Discovery Scope
    pimInterfaces List<GetServiceMulticastFeaturePimInterface>
    Set PIM interface parameters
    pimSourceSpecificMulticastAccessList String
    Set Access List for PIM SSM
    pimSourceSpecificMulticastAccessListVariable String
    Variable name
    pimSourceSpecificMulticastEnable Boolean
    turn SSM on/off
    pimSptThreshold String
    Set when PIM router joins the SPT (kbps)
    pimSptThresholdVariable String
    Variable name
    sptOnly Boolean
    Shortest Path Tree (SPT) Only Mode
    sptOnlyVariable String
    Variable name
    staticRpAddresses List<GetServiceMulticastFeatureStaticRpAddress>
    Set Static RP Address(es)
    version Integer
    The version of the Feature
    autoRpAnnounces GetServiceMulticastFeatureAutoRpAnnounce[]
    Enable or disable RP Announce
    autoRpDiscoveries GetServiceMulticastFeatureAutoRpDiscovery[]
    Enable or disable RP Discovery
    description string
    The description of the Feature
    enableAutoRp boolean
    Enable or disable auto-RP
    enableAutoRpVariable string
    Variable name
    featureProfileId string
    Feature Profile ID
    id string
    The id of the Feature
    igmpInterfaces GetServiceMulticastFeatureIgmpInterface[]
    Set IGMP interface parameters
    localReplicator boolean
    Replicator is local to this device
    localReplicatorThreshold number
    Set number of joins per group the router supports
    localReplicatorThresholdVariable string
    Variable name
    localReplicatorVariable string
    Variable name
    msdpConnectionRetryInterval number
    Set MSDP refresh timer
    msdpConnectionRetryIntervalVariable string
    Variable name
    msdpGroups GetServiceMulticastFeatureMsdpGroup[]
    multicast MSDP peer
    msdpOriginatorId string
    Set MSDP originator ID
    msdpOriginatorIdVariable string
    Variable name
    name string
    The name of the Feature
    pimBsrCandidates GetServiceMulticastFeaturePimBsrCandidate[]
    bsr candidate Attributes
    pimBsrRpCandidates GetServiceMulticastFeaturePimBsrRpCandidate[]
    Set RP Discovery Scope
    pimInterfaces GetServiceMulticastFeaturePimInterface[]
    Set PIM interface parameters
    pimSourceSpecificMulticastAccessList string
    Set Access List for PIM SSM
    pimSourceSpecificMulticastAccessListVariable string
    Variable name
    pimSourceSpecificMulticastEnable boolean
    turn SSM on/off
    pimSptThreshold string
    Set when PIM router joins the SPT (kbps)
    pimSptThresholdVariable string
    Variable name
    sptOnly boolean
    Shortest Path Tree (SPT) Only Mode
    sptOnlyVariable string
    Variable name
    staticRpAddresses GetServiceMulticastFeatureStaticRpAddress[]
    Set Static RP Address(es)
    version number
    The version of the Feature
    auto_rp_announces Sequence[GetServiceMulticastFeatureAutoRpAnnounce]
    Enable or disable RP Announce
    auto_rp_discoveries Sequence[GetServiceMulticastFeatureAutoRpDiscovery]
    Enable or disable RP Discovery
    description str
    The description of the Feature
    enable_auto_rp bool
    Enable or disable auto-RP
    enable_auto_rp_variable str
    Variable name
    feature_profile_id str
    Feature Profile ID
    id str
    The id of the Feature
    igmp_interfaces Sequence[GetServiceMulticastFeatureIgmpInterface]
    Set IGMP interface parameters
    local_replicator bool
    Replicator is local to this device
    local_replicator_threshold int
    Set number of joins per group the router supports
    local_replicator_threshold_variable str
    Variable name
    local_replicator_variable str
    Variable name
    msdp_connection_retry_interval int
    Set MSDP refresh timer
    msdp_connection_retry_interval_variable str
    Variable name
    msdp_groups Sequence[GetServiceMulticastFeatureMsdpGroup]
    multicast MSDP peer
    msdp_originator_id str
    Set MSDP originator ID
    msdp_originator_id_variable str
    Variable name
    name str
    The name of the Feature
    pim_bsr_candidates Sequence[GetServiceMulticastFeaturePimBsrCandidate]
    bsr candidate Attributes
    pim_bsr_rp_candidates Sequence[GetServiceMulticastFeaturePimBsrRpCandidate]
    Set RP Discovery Scope
    pim_interfaces Sequence[GetServiceMulticastFeaturePimInterface]
    Set PIM interface parameters
    pim_source_specific_multicast_access_list str
    Set Access List for PIM SSM
    pim_source_specific_multicast_access_list_variable str
    Variable name
    pim_source_specific_multicast_enable bool
    turn SSM on/off
    pim_spt_threshold str
    Set when PIM router joins the SPT (kbps)
    pim_spt_threshold_variable str
    Variable name
    spt_only bool
    Shortest Path Tree (SPT) Only Mode
    spt_only_variable str
    Variable name
    static_rp_addresses Sequence[GetServiceMulticastFeatureStaticRpAddress]
    Set Static RP Address(es)
    version int
    The version of the Feature
    autoRpAnnounces List<Property Map>
    Enable or disable RP Announce
    autoRpDiscoveries List<Property Map>
    Enable or disable RP Discovery
    description String
    The description of the Feature
    enableAutoRp Boolean
    Enable or disable auto-RP
    enableAutoRpVariable String
    Variable name
    featureProfileId String
    Feature Profile ID
    id String
    The id of the Feature
    igmpInterfaces List<Property Map>
    Set IGMP interface parameters
    localReplicator Boolean
    Replicator is local to this device
    localReplicatorThreshold Number
    Set number of joins per group the router supports
    localReplicatorThresholdVariable String
    Variable name
    localReplicatorVariable String
    Variable name
    msdpConnectionRetryInterval Number
    Set MSDP refresh timer
    msdpConnectionRetryIntervalVariable String
    Variable name
    msdpGroups List<Property Map>
    multicast MSDP peer
    msdpOriginatorId String
    Set MSDP originator ID
    msdpOriginatorIdVariable String
    Variable name
    name String
    The name of the Feature
    pimBsrCandidates List<Property Map>
    bsr candidate Attributes
    pimBsrRpCandidates List<Property Map>
    Set RP Discovery Scope
    pimInterfaces List<Property Map>
    Set PIM interface parameters
    pimSourceSpecificMulticastAccessList String
    Set Access List for PIM SSM
    pimSourceSpecificMulticastAccessListVariable String
    Variable name
    pimSourceSpecificMulticastEnable Boolean
    turn SSM on/off
    pimSptThreshold String
    Set when PIM router joins the SPT (kbps)
    pimSptThresholdVariable String
    Variable name
    sptOnly Boolean
    Shortest Path Tree (SPT) Only Mode
    sptOnlyVariable String
    Variable name
    staticRpAddresses List<Property Map>
    Set Static RP Address(es)
    version Number
    The version of the Feature

    Supporting Types

    GetServiceMulticastFeatureAutoRpAnnounce

    InterfaceName string
    Set RP Announce Interface Name
    InterfaceNameVariable string
    Variable name
    Scope int
    Set RP Announce Scope
    ScopeVariable string
    Variable name
    InterfaceName string
    Set RP Announce Interface Name
    InterfaceNameVariable string
    Variable name
    Scope int
    Set RP Announce Scope
    ScopeVariable string
    Variable name
    interfaceName String
    Set RP Announce Interface Name
    interfaceNameVariable String
    Variable name
    scope Integer
    Set RP Announce Scope
    scopeVariable String
    Variable name
    interfaceName string
    Set RP Announce Interface Name
    interfaceNameVariable string
    Variable name
    scope number
    Set RP Announce Scope
    scopeVariable string
    Variable name
    interface_name str
    Set RP Announce Interface Name
    interface_name_variable str
    Variable name
    scope int
    Set RP Announce Scope
    scope_variable str
    Variable name
    interfaceName String
    Set RP Announce Interface Name
    interfaceNameVariable String
    Variable name
    scope Number
    Set RP Announce Scope
    scopeVariable String
    Variable name

    GetServiceMulticastFeatureAutoRpDiscovery

    InterfaceName string
    Set RP Discovery Interface Name
    InterfaceNameVariable string
    Variable name
    Scope int
    Set RP Discovery Scope
    ScopeVariable string
    Variable name
    InterfaceName string
    Set RP Discovery Interface Name
    InterfaceNameVariable string
    Variable name
    Scope int
    Set RP Discovery Scope
    ScopeVariable string
    Variable name
    interfaceName String
    Set RP Discovery Interface Name
    interfaceNameVariable String
    Variable name
    scope Integer
    Set RP Discovery Scope
    scopeVariable String
    Variable name
    interfaceName string
    Set RP Discovery Interface Name
    interfaceNameVariable string
    Variable name
    scope number
    Set RP Discovery Scope
    scopeVariable string
    Variable name
    interface_name str
    Set RP Discovery Interface Name
    interface_name_variable str
    Variable name
    scope int
    Set RP Discovery Scope
    scope_variable str
    Variable name
    interfaceName String
    Set RP Discovery Interface Name
    interfaceNameVariable String
    Variable name
    scope Number
    Set RP Discovery Scope
    scopeVariable String
    Variable name

    GetServiceMulticastFeatureIgmpInterface

    InterfaceName string
    Set interface name
    InterfaceNameVariable string
    Variable name
    JoinGroups List<GetServiceMulticastFeatureIgmpInterfaceJoinGroup>
    Configure static joins
    Version int
    igmp Version \n\n
    InterfaceName string
    Set interface name
    InterfaceNameVariable string
    Variable name
    JoinGroups []GetServiceMulticastFeatureIgmpInterfaceJoinGroup
    Configure static joins
    Version int
    igmp Version \n\n
    interfaceName String
    Set interface name
    interfaceNameVariable String
    Variable name
    joinGroups List<GetServiceMulticastFeatureIgmpInterfaceJoinGroup>
    Configure static joins
    version Integer
    igmp Version \n\n
    interfaceName string
    Set interface name
    interfaceNameVariable string
    Variable name
    joinGroups GetServiceMulticastFeatureIgmpInterfaceJoinGroup[]
    Configure static joins
    version number
    igmp Version \n\n
    interface_name str
    Set interface name
    interface_name_variable str
    Variable name
    join_groups Sequence[GetServiceMulticastFeatureIgmpInterfaceJoinGroup]
    Configure static joins
    version int
    igmp Version \n\n
    interfaceName String
    Set interface name
    interfaceNameVariable String
    Variable name
    joinGroups List<Property Map>
    Configure static joins
    version Number
    igmp Version \n\n

    GetServiceMulticastFeatureIgmpInterfaceJoinGroup

    GroupAddress string
    Set group address
    GroupAddressVariable string
    Variable name
    SourceAddress string
    Set source address
    SourceAddressVariable string
    Variable name
    GroupAddress string
    Set group address
    GroupAddressVariable string
    Variable name
    SourceAddress string
    Set source address
    SourceAddressVariable string
    Variable name
    groupAddress String
    Set group address
    groupAddressVariable String
    Variable name
    sourceAddress String
    Set source address
    sourceAddressVariable String
    Variable name
    groupAddress string
    Set group address
    groupAddressVariable string
    Variable name
    sourceAddress string
    Set source address
    sourceAddressVariable string
    Variable name
    group_address str
    Set group address
    group_address_variable str
    Variable name
    source_address str
    Set source address
    source_address_variable str
    Variable name
    groupAddress String
    Set group address
    groupAddressVariable String
    Variable name
    sourceAddress String
    Set source address
    sourceAddressVariable String
    Variable name

    GetServiceMulticastFeatureMsdpGroup

    MeshGroupName string
    Set MSDP mesh group
    MeshGroupNameVariable string
    Variable name
    Peers List<GetServiceMulticastFeatureMsdpGroupPeer>
    Configure peer
    MeshGroupName string
    Set MSDP mesh group
    MeshGroupNameVariable string
    Variable name
    Peers []GetServiceMulticastFeatureMsdpGroupPeer
    Configure peer
    meshGroupName String
    Set MSDP mesh group
    meshGroupNameVariable String
    Variable name
    peers List<GetServiceMulticastFeatureMsdpGroupPeer>
    Configure peer
    meshGroupName string
    Set MSDP mesh group
    meshGroupNameVariable string
    Variable name
    peers GetServiceMulticastFeatureMsdpGroupPeer[]
    Configure peer
    meshGroupName String
    Set MSDP mesh group
    meshGroupNameVariable String
    Variable name
    peers List<Property Map>
    Configure peer

    GetServiceMulticastFeatureMsdpGroupPeer

    ConnectionSourceInterface string
    Set MSDP peer ip connect-source interface
    ConnectionSourceInterfaceVariable string
    Variable name
    DefaultPeer bool
    Set MSDP default peer
    KeepaliveHoldTime int
    Set MSDP peer ip keepalive hold time
    KeepaliveHoldTimeVariable string
    Variable name
    KeepaliveInterval int
    Set MSDP peer ip keepalive interval
    KeepaliveIntervalVariable string
    Variable name
    PeerAuthenticationPassword string
    Set MSDP peer ip password
    PeerAuthenticationPasswordVariable string
    Variable name
    PeerIp string
    Set MSDP peer ip
    PeerIpVariable string
    Variable name
    PrefixListId string
    RemoteAs int
    Set MSDP peer ip remote autonomous system number
    RemoteAsVariable string
    Variable name
    SaLimit int
    Set MSDP peer ip SA limit message number
    SaLimitVariable string
    Variable name
    ConnectionSourceInterface string
    Set MSDP peer ip connect-source interface
    ConnectionSourceInterfaceVariable string
    Variable name
    DefaultPeer bool
    Set MSDP default peer
    KeepaliveHoldTime int
    Set MSDP peer ip keepalive hold time
    KeepaliveHoldTimeVariable string
    Variable name
    KeepaliveInterval int
    Set MSDP peer ip keepalive interval
    KeepaliveIntervalVariable string
    Variable name
    PeerAuthenticationPassword string
    Set MSDP peer ip password
    PeerAuthenticationPasswordVariable string
    Variable name
    PeerIp string
    Set MSDP peer ip
    PeerIpVariable string
    Variable name
    PrefixListId string
    RemoteAs int
    Set MSDP peer ip remote autonomous system number
    RemoteAsVariable string
    Variable name
    SaLimit int
    Set MSDP peer ip SA limit message number
    SaLimitVariable string
    Variable name
    connectionSourceInterface String
    Set MSDP peer ip connect-source interface
    connectionSourceInterfaceVariable String
    Variable name
    defaultPeer Boolean
    Set MSDP default peer
    keepaliveHoldTime Integer
    Set MSDP peer ip keepalive hold time
    keepaliveHoldTimeVariable String
    Variable name
    keepaliveInterval Integer
    Set MSDP peer ip keepalive interval
    keepaliveIntervalVariable String
    Variable name
    peerAuthenticationPassword String
    Set MSDP peer ip password
    peerAuthenticationPasswordVariable String
    Variable name
    peerIp String
    Set MSDP peer ip
    peerIpVariable String
    Variable name
    prefixListId String
    remoteAs Integer
    Set MSDP peer ip remote autonomous system number
    remoteAsVariable String
    Variable name
    saLimit Integer
    Set MSDP peer ip SA limit message number
    saLimitVariable String
    Variable name
    connectionSourceInterface string
    Set MSDP peer ip connect-source interface
    connectionSourceInterfaceVariable string
    Variable name
    defaultPeer boolean
    Set MSDP default peer
    keepaliveHoldTime number
    Set MSDP peer ip keepalive hold time
    keepaliveHoldTimeVariable string
    Variable name
    keepaliveInterval number
    Set MSDP peer ip keepalive interval
    keepaliveIntervalVariable string
    Variable name
    peerAuthenticationPassword string
    Set MSDP peer ip password
    peerAuthenticationPasswordVariable string
    Variable name
    peerIp string
    Set MSDP peer ip
    peerIpVariable string
    Variable name
    prefixListId string
    remoteAs number
    Set MSDP peer ip remote autonomous system number
    remoteAsVariable string
    Variable name
    saLimit number
    Set MSDP peer ip SA limit message number
    saLimitVariable string
    Variable name
    connection_source_interface str
    Set MSDP peer ip connect-source interface
    connection_source_interface_variable str
    Variable name
    default_peer bool
    Set MSDP default peer
    keepalive_hold_time int
    Set MSDP peer ip keepalive hold time
    keepalive_hold_time_variable str
    Variable name
    keepalive_interval int
    Set MSDP peer ip keepalive interval
    keepalive_interval_variable str
    Variable name
    peer_authentication_password str
    Set MSDP peer ip password
    peer_authentication_password_variable str
    Variable name
    peer_ip str
    Set MSDP peer ip
    peer_ip_variable str
    Variable name
    prefix_list_id str
    remote_as int
    Set MSDP peer ip remote autonomous system number
    remote_as_variable str
    Variable name
    sa_limit int
    Set MSDP peer ip SA limit message number
    sa_limit_variable str
    Variable name
    connectionSourceInterface String
    Set MSDP peer ip connect-source interface
    connectionSourceInterfaceVariable String
    Variable name
    defaultPeer Boolean
    Set MSDP default peer
    keepaliveHoldTime Number
    Set MSDP peer ip keepalive hold time
    keepaliveHoldTimeVariable String
    Variable name
    keepaliveInterval Number
    Set MSDP peer ip keepalive interval
    keepaliveIntervalVariable String
    Variable name
    peerAuthenticationPassword String
    Set MSDP peer ip password
    peerAuthenticationPasswordVariable String
    Variable name
    peerIp String
    Set MSDP peer ip
    peerIpVariable String
    Variable name
    prefixListId String
    remoteAs Number
    Set MSDP peer ip remote autonomous system number
    remoteAsVariable String
    Variable name
    saLimit Number
    Set MSDP peer ip SA limit message number
    saLimitVariable String
    Variable name

    GetServiceMulticastFeaturePimBsrCandidate

    AcceptCandidateAccessList string
    Set BSR RP candidate filter
    AcceptCandidateAccessListVariable string
    Variable name
    HashMaskLength int
    Hash Mask length for RP selection
    HashMaskLengthVariable string
    Variable name
    InterfaceName string
    Set Autonomic-Networking virtual interface
    InterfaceNameVariable string
    Variable name
    Priority int
    Set RP candidate priority
    PriorityVariable string
    Variable name
    AcceptCandidateAccessList string
    Set BSR RP candidate filter
    AcceptCandidateAccessListVariable string
    Variable name
    HashMaskLength int
    Hash Mask length for RP selection
    HashMaskLengthVariable string
    Variable name
    InterfaceName string
    Set Autonomic-Networking virtual interface
    InterfaceNameVariable string
    Variable name
    Priority int
    Set RP candidate priority
    PriorityVariable string
    Variable name
    acceptCandidateAccessList String
    Set BSR RP candidate filter
    acceptCandidateAccessListVariable String
    Variable name
    hashMaskLength Integer
    Hash Mask length for RP selection
    hashMaskLengthVariable String
    Variable name
    interfaceName String
    Set Autonomic-Networking virtual interface
    interfaceNameVariable String
    Variable name
    priority Integer
    Set RP candidate priority
    priorityVariable String
    Variable name
    acceptCandidateAccessList string
    Set BSR RP candidate filter
    acceptCandidateAccessListVariable string
    Variable name
    hashMaskLength number
    Hash Mask length for RP selection
    hashMaskLengthVariable string
    Variable name
    interfaceName string
    Set Autonomic-Networking virtual interface
    interfaceNameVariable string
    Variable name
    priority number
    Set RP candidate priority
    priorityVariable string
    Variable name
    accept_candidate_access_list str
    Set BSR RP candidate filter
    accept_candidate_access_list_variable str
    Variable name
    hash_mask_length int
    Hash Mask length for RP selection
    hash_mask_length_variable str
    Variable name
    interface_name str
    Set Autonomic-Networking virtual interface
    interface_name_variable str
    Variable name
    priority int
    Set RP candidate priority
    priority_variable str
    Variable name
    acceptCandidateAccessList String
    Set BSR RP candidate filter
    acceptCandidateAccessListVariable String
    Variable name
    hashMaskLength Number
    Hash Mask length for RP selection
    hashMaskLengthVariable String
    Variable name
    interfaceName String
    Set Autonomic-Networking virtual interface
    interfaceNameVariable String
    Variable name
    priority Number
    Set RP candidate priority
    priorityVariable String
    Variable name

    GetServiceMulticastFeaturePimBsrRpCandidate

    AccessListId string
    Set IP Access List for PIM RP Candidate
    AccessListIdVariable string
    Variable name
    InterfaceName string
    Set Autonomic-Networking virtual interface
    InterfaceNameVariable string
    Variable name
    Interval int
    Set RP candidate advertisement interval
    IntervalVariable string
    Variable name
    Priority int
    Set RP candidate priority
    PriorityVariable string
    Variable name
    AccessListId string
    Set IP Access List for PIM RP Candidate
    AccessListIdVariable string
    Variable name
    InterfaceName string
    Set Autonomic-Networking virtual interface
    InterfaceNameVariable string
    Variable name
    Interval int
    Set RP candidate advertisement interval
    IntervalVariable string
    Variable name
    Priority int
    Set RP candidate priority
    PriorityVariable string
    Variable name
    accessListId String
    Set IP Access List for PIM RP Candidate
    accessListIdVariable String
    Variable name
    interfaceName String
    Set Autonomic-Networking virtual interface
    interfaceNameVariable String
    Variable name
    interval Integer
    Set RP candidate advertisement interval
    intervalVariable String
    Variable name
    priority Integer
    Set RP candidate priority
    priorityVariable String
    Variable name
    accessListId string
    Set IP Access List for PIM RP Candidate
    accessListIdVariable string
    Variable name
    interfaceName string
    Set Autonomic-Networking virtual interface
    interfaceNameVariable string
    Variable name
    interval number
    Set RP candidate advertisement interval
    intervalVariable string
    Variable name
    priority number
    Set RP candidate priority
    priorityVariable string
    Variable name
    access_list_id str
    Set IP Access List for PIM RP Candidate
    access_list_id_variable str
    Variable name
    interface_name str
    Set Autonomic-Networking virtual interface
    interface_name_variable str
    Variable name
    interval int
    Set RP candidate advertisement interval
    interval_variable str
    Variable name
    priority int
    Set RP candidate priority
    priority_variable str
    Variable name
    accessListId String
    Set IP Access List for PIM RP Candidate
    accessListIdVariable String
    Variable name
    interfaceName String
    Set Autonomic-Networking virtual interface
    interfaceNameVariable String
    Variable name
    interval Number
    Set RP candidate advertisement interval
    intervalVariable String
    Variable name
    priority Number
    Set RP candidate priority
    priorityVariable String
    Variable name

    GetServiceMulticastFeaturePimInterface

    InterfaceName string
    Set interface name
    InterfaceNameVariable string
    Variable name
    JoinPruneInterval int
    Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
    JoinPruneIntervalVariable string
    Variable name
    QueryInterval int
    Set PIM query interval
    QueryIntervalVariable string
    Variable name
    InterfaceName string
    Set interface name
    InterfaceNameVariable string
    Variable name
    JoinPruneInterval int
    Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
    JoinPruneIntervalVariable string
    Variable name
    QueryInterval int
    Set PIM query interval
    QueryIntervalVariable string
    Variable name
    interfaceName String
    Set interface name
    interfaceNameVariable String
    Variable name
    joinPruneInterval Integer
    Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
    joinPruneIntervalVariable String
    Variable name
    queryInterval Integer
    Set PIM query interval
    queryIntervalVariable String
    Variable name
    interfaceName string
    Set interface name
    interfaceNameVariable string
    Variable name
    joinPruneInterval number
    Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
    joinPruneIntervalVariable string
    Variable name
    queryInterval number
    Set PIM query interval
    queryIntervalVariable string
    Variable name
    interface_name str
    Set interface name
    interface_name_variable str
    Variable name
    join_prune_interval int
    Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
    join_prune_interval_variable str
    Variable name
    query_interval int
    Set PIM query interval
    query_interval_variable str
    Variable name
    interfaceName String
    Set interface name
    interfaceNameVariable String
    Variable name
    joinPruneInterval Number
    Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
    joinPruneIntervalVariable String
    Variable name
    queryInterval Number
    Set PIM query interval
    queryIntervalVariable String
    Variable name

    GetServiceMulticastFeatureStaticRpAddress

    AccessList string
    Set Static RP Access List
    AccessListVariable string
    Variable name
    IpAddress string
    Set Static RP IP Address
    IpAddressVariable string
    Variable name
    Override bool
    Set override flag
    OverrideVariable string
    Variable name
    AccessList string
    Set Static RP Access List
    AccessListVariable string
    Variable name
    IpAddress string
    Set Static RP IP Address
    IpAddressVariable string
    Variable name
    Override bool
    Set override flag
    OverrideVariable string
    Variable name
    accessList String
    Set Static RP Access List
    accessListVariable String
    Variable name
    ipAddress String
    Set Static RP IP Address
    ipAddressVariable String
    Variable name
    override Boolean
    Set override flag
    overrideVariable String
    Variable name
    accessList string
    Set Static RP Access List
    accessListVariable string
    Variable name
    ipAddress string
    Set Static RP IP Address
    ipAddressVariable string
    Variable name
    override boolean
    Set override flag
    overrideVariable string
    Variable name
    access_list str
    Set Static RP Access List
    access_list_variable str
    Variable name
    ip_address str
    Set Static RP IP Address
    ip_address_variable str
    Variable name
    override bool
    Set override flag
    override_variable str
    Variable name
    accessList String
    Set Static RP Access List
    accessListVariable String
    Variable name
    ipAddress String
    Set Static RP IP Address
    ipAddressVariable String
    Variable name
    override Boolean
    Set override flag
    overrideVariable 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.
    sdwan logo
    Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi