Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getServiceMulticastFeature
Explore with Pulumi AI
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:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
getServiceMulticastFeature Result
The following output properties are available:
- Auto
Rp List<GetAnnounces Service Multicast Feature Auto Rp Announce> - Enable or disable RP Announce
- Auto
Rp List<GetDiscoveries Service Multicast Feature Auto Rp Discovery> - Enable or disable RP Discovery
- Description string
- The description of the Feature
- Enable
Auto boolRp - Enable or disable auto-RP
- Enable
Auto stringRp Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Igmp
Interfaces List<GetService Multicast Feature Igmp Interface> - Set IGMP interface parameters
- Local
Replicator bool - Replicator is local to this device
- Local
Replicator intThreshold - Set number of joins per group the router supports
- Local
Replicator stringThreshold Variable - Variable name
- Local
Replicator stringVariable - Variable name
- Msdp
Connection intRetry Interval - Set MSDP refresh timer
- Msdp
Connection stringRetry Interval Variable - Variable name
- Msdp
Groups List<GetService Multicast Feature Msdp Group> - multicast MSDP peer
- Msdp
Originator stringId - Set MSDP originator ID
- Msdp
Originator stringId Variable - Variable name
- Name string
- The name of the Feature
- Pim
Bsr List<GetCandidates Service Multicast Feature Pim Bsr Candidate> - bsr candidate Attributes
- Pim
Bsr List<GetRp Candidates Service Multicast Feature Pim Bsr Rp Candidate> - Set RP Discovery Scope
- Pim
Interfaces List<GetService Multicast Feature Pim Interface> - Set PIM interface parameters
- Pim
Source stringSpecific Multicast Access List - Set Access List for PIM SSM
- Pim
Source stringSpecific Multicast Access List Variable - Variable name
- Pim
Source boolSpecific Multicast Enable - turn SSM on/off
- Pim
Spt stringThreshold - Set when PIM router joins the SPT (kbps)
- Pim
Spt stringThreshold Variable - Variable name
- Spt
Only bool - Shortest Path Tree (SPT) Only Mode
- Spt
Only stringVariable - Variable name
- Static
Rp List<GetAddresses Service Multicast Feature Static Rp Address> - Set Static RP Address(es)
- Version int
- The version of the Feature
- Auto
Rp []GetAnnounces Service Multicast Feature Auto Rp Announce - Enable or disable RP Announce
- Auto
Rp []GetDiscoveries Service Multicast Feature Auto Rp Discovery - Enable or disable RP Discovery
- Description string
- The description of the Feature
- Enable
Auto boolRp - Enable or disable auto-RP
- Enable
Auto stringRp Variable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Igmp
Interfaces []GetService Multicast Feature Igmp Interface - Set IGMP interface parameters
- Local
Replicator bool - Replicator is local to this device
- Local
Replicator intThreshold - Set number of joins per group the router supports
- Local
Replicator stringThreshold Variable - Variable name
- Local
Replicator stringVariable - Variable name
- Msdp
Connection intRetry Interval - Set MSDP refresh timer
- Msdp
Connection stringRetry Interval Variable - Variable name
- Msdp
Groups []GetService Multicast Feature Msdp Group - multicast MSDP peer
- Msdp
Originator stringId - Set MSDP originator ID
- Msdp
Originator stringId Variable - Variable name
- Name string
- The name of the Feature
- Pim
Bsr []GetCandidates Service Multicast Feature Pim Bsr Candidate - bsr candidate Attributes
- Pim
Bsr []GetRp Candidates Service Multicast Feature Pim Bsr Rp Candidate - Set RP Discovery Scope
- Pim
Interfaces []GetService Multicast Feature Pim Interface - Set PIM interface parameters
- Pim
Source stringSpecific Multicast Access List - Set Access List for PIM SSM
- Pim
Source stringSpecific Multicast Access List Variable - Variable name
- Pim
Source boolSpecific Multicast Enable - turn SSM on/off
- Pim
Spt stringThreshold - Set when PIM router joins the SPT (kbps)
- Pim
Spt stringThreshold Variable - Variable name
- Spt
Only bool - Shortest Path Tree (SPT) Only Mode
- Spt
Only stringVariable - Variable name
- Static
Rp []GetAddresses Service Multicast Feature Static Rp Address - Set Static RP Address(es)
- Version int
- The version of the Feature
- auto
Rp List<GetAnnounces Service Multicast Feature Auto Rp Announce> - Enable or disable RP Announce
- auto
Rp List<GetDiscoveries Service Multicast Feature Auto Rp Discovery> - Enable or disable RP Discovery
- description String
- The description of the Feature
- enable
Auto BooleanRp - Enable or disable auto-RP
- enable
Auto StringRp Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- igmp
Interfaces List<GetService Multicast Feature Igmp Interface> - Set IGMP interface parameters
- local
Replicator Boolean - Replicator is local to this device
- local
Replicator IntegerThreshold - Set number of joins per group the router supports
- local
Replicator StringThreshold Variable - Variable name
- local
Replicator StringVariable - Variable name
- msdp
Connection IntegerRetry Interval - Set MSDP refresh timer
- msdp
Connection StringRetry Interval Variable - Variable name
- msdp
Groups List<GetService Multicast Feature Msdp Group> - multicast MSDP peer
- msdp
Originator StringId - Set MSDP originator ID
- msdp
Originator StringId Variable - Variable name
- name String
- The name of the Feature
- pim
Bsr List<GetCandidates Service Multicast Feature Pim Bsr Candidate> - bsr candidate Attributes
- pim
Bsr List<GetRp Candidates Service Multicast Feature Pim Bsr Rp Candidate> - Set RP Discovery Scope
- pim
Interfaces List<GetService Multicast Feature Pim Interface> - Set PIM interface parameters
- pim
Source StringSpecific Multicast Access List - Set Access List for PIM SSM
- pim
Source StringSpecific Multicast Access List Variable - Variable name
- pim
Source BooleanSpecific Multicast Enable - turn SSM on/off
- pim
Spt StringThreshold - Set when PIM router joins the SPT (kbps)
- pim
Spt StringThreshold Variable - Variable name
- spt
Only Boolean - Shortest Path Tree (SPT) Only Mode
- spt
Only StringVariable - Variable name
- static
Rp List<GetAddresses Service Multicast Feature Static Rp Address> - Set Static RP Address(es)
- version Integer
- The version of the Feature
- auto
Rp GetAnnounces Service Multicast Feature Auto Rp Announce[] - Enable or disable RP Announce
- auto
Rp GetDiscoveries Service Multicast Feature Auto Rp Discovery[] - Enable or disable RP Discovery
- description string
- The description of the Feature
- enable
Auto booleanRp - Enable or disable auto-RP
- enable
Auto stringRp Variable - Variable name
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- igmp
Interfaces GetService Multicast Feature Igmp Interface[] - Set IGMP interface parameters
- local
Replicator boolean - Replicator is local to this device
- local
Replicator numberThreshold - Set number of joins per group the router supports
- local
Replicator stringThreshold Variable - Variable name
- local
Replicator stringVariable - Variable name
- msdp
Connection numberRetry Interval - Set MSDP refresh timer
- msdp
Connection stringRetry Interval Variable - Variable name
- msdp
Groups GetService Multicast Feature Msdp Group[] - multicast MSDP peer
- msdp
Originator stringId - Set MSDP originator ID
- msdp
Originator stringId Variable - Variable name
- name string
- The name of the Feature
- pim
Bsr GetCandidates Service Multicast Feature Pim Bsr Candidate[] - bsr candidate Attributes
- pim
Bsr GetRp Candidates Service Multicast Feature Pim Bsr Rp Candidate[] - Set RP Discovery Scope
- pim
Interfaces GetService Multicast Feature Pim Interface[] - Set PIM interface parameters
- pim
Source stringSpecific Multicast Access List - Set Access List for PIM SSM
- pim
Source stringSpecific Multicast Access List Variable - Variable name
- pim
Source booleanSpecific Multicast Enable - turn SSM on/off
- pim
Spt stringThreshold - Set when PIM router joins the SPT (kbps)
- pim
Spt stringThreshold Variable - Variable name
- spt
Only boolean - Shortest Path Tree (SPT) Only Mode
- spt
Only stringVariable - Variable name
- static
Rp GetAddresses Service Multicast Feature Static Rp Address[] - Set Static RP Address(es)
- version number
- The version of the Feature
- auto_
rp_ Sequence[Getannounces Service Multicast Feature Auto Rp Announce] - Enable or disable RP Announce
- auto_
rp_ Sequence[Getdiscoveries Service Multicast Feature Auto Rp Discovery] - Enable or disable RP Discovery
- description str
- The description of the Feature
- enable_
auto_ boolrp - Enable or disable auto-RP
- enable_
auto_ strrp_ variable - Variable name
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- igmp_
interfaces Sequence[GetService Multicast Feature Igmp Interface] - Set IGMP interface parameters
- local_
replicator bool - Replicator is local to this device
- local_
replicator_ intthreshold - Set number of joins per group the router supports
- local_
replicator_ strthreshold_ variable - Variable name
- local_
replicator_ strvariable - Variable name
- msdp_
connection_ intretry_ interval - Set MSDP refresh timer
- msdp_
connection_ strretry_ interval_ variable - Variable name
- msdp_
groups Sequence[GetService Multicast Feature Msdp Group] - multicast MSDP peer
- msdp_
originator_ strid - Set MSDP originator ID
- msdp_
originator_ strid_ variable - Variable name
- name str
- The name of the Feature
- pim_
bsr_ Sequence[Getcandidates Service Multicast Feature Pim Bsr Candidate] - bsr candidate Attributes
- pim_
bsr_ Sequence[Getrp_ candidates Service Multicast Feature Pim Bsr Rp Candidate] - Set RP Discovery Scope
- pim_
interfaces Sequence[GetService Multicast Feature Pim Interface] - Set PIM interface parameters
- pim_
source_ strspecific_ multicast_ access_ list - Set Access List for PIM SSM
- pim_
source_ strspecific_ multicast_ access_ list_ variable - Variable name
- pim_
source_ boolspecific_ multicast_ enable - turn SSM on/off
- pim_
spt_ strthreshold - Set when PIM router joins the SPT (kbps)
- pim_
spt_ strthreshold_ variable - Variable name
- spt_
only bool - Shortest Path Tree (SPT) Only Mode
- spt_
only_ strvariable - Variable name
- static_
rp_ Sequence[Getaddresses Service Multicast Feature Static Rp Address] - Set Static RP Address(es)
- version int
- The version of the Feature
- auto
Rp List<Property Map>Announces - Enable or disable RP Announce
- auto
Rp List<Property Map>Discoveries - Enable or disable RP Discovery
- description String
- The description of the Feature
- enable
Auto BooleanRp - Enable or disable auto-RP
- enable
Auto StringRp Variable - Variable name
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- igmp
Interfaces List<Property Map> - Set IGMP interface parameters
- local
Replicator Boolean - Replicator is local to this device
- local
Replicator NumberThreshold - Set number of joins per group the router supports
- local
Replicator StringThreshold Variable - Variable name
- local
Replicator StringVariable - Variable name
- msdp
Connection NumberRetry Interval - Set MSDP refresh timer
- msdp
Connection StringRetry Interval Variable - Variable name
- msdp
Groups List<Property Map> - multicast MSDP peer
- msdp
Originator StringId - Set MSDP originator ID
- msdp
Originator StringId Variable - Variable name
- name String
- The name of the Feature
- pim
Bsr List<Property Map>Candidates - bsr candidate Attributes
- pim
Bsr List<Property Map>Rp Candidates - Set RP Discovery Scope
- pim
Interfaces List<Property Map> - Set PIM interface parameters
- pim
Source StringSpecific Multicast Access List - Set Access List for PIM SSM
- pim
Source StringSpecific Multicast Access List Variable - Variable name
- pim
Source BooleanSpecific Multicast Enable - turn SSM on/off
- pim
Spt StringThreshold - Set when PIM router joins the SPT (kbps)
- pim
Spt StringThreshold Variable - Variable name
- spt
Only Boolean - Shortest Path Tree (SPT) Only Mode
- spt
Only StringVariable - Variable name
- static
Rp List<Property Map>Addresses - Set Static RP Address(es)
- version Number
- The version of the Feature
Supporting Types
GetServiceMulticastFeatureAutoRpAnnounce
- Interface
Name string - Set RP Announce Interface Name
- Interface
Name stringVariable - Variable name
- Scope int
- Set RP Announce Scope
- Scope
Variable string - Variable name
- Interface
Name string - Set RP Announce Interface Name
- Interface
Name stringVariable - Variable name
- Scope int
- Set RP Announce Scope
- Scope
Variable string - Variable name
- interface
Name String - Set RP Announce Interface Name
- interface
Name StringVariable - Variable name
- scope Integer
- Set RP Announce Scope
- scope
Variable String - Variable name
- interface
Name string - Set RP Announce Interface Name
- interface
Name stringVariable - Variable name
- scope number
- Set RP Announce Scope
- scope
Variable string - Variable name
- interface_
name str - Set RP Announce Interface Name
- interface_
name_ strvariable - Variable name
- scope int
- Set RP Announce Scope
- scope_
variable str - Variable name
- interface
Name String - Set RP Announce Interface Name
- interface
Name StringVariable - Variable name
- scope Number
- Set RP Announce Scope
- scope
Variable String - Variable name
GetServiceMulticastFeatureAutoRpDiscovery
- Interface
Name string - Set RP Discovery Interface Name
- Interface
Name stringVariable - Variable name
- Scope int
- Set RP Discovery Scope
- Scope
Variable string - Variable name
- Interface
Name string - Set RP Discovery Interface Name
- Interface
Name stringVariable - Variable name
- Scope int
- Set RP Discovery Scope
- Scope
Variable string - Variable name
- interface
Name String - Set RP Discovery Interface Name
- interface
Name StringVariable - Variable name
- scope Integer
- Set RP Discovery Scope
- scope
Variable String - Variable name
- interface
Name string - Set RP Discovery Interface Name
- interface
Name stringVariable - Variable name
- scope number
- Set RP Discovery Scope
- scope
Variable string - Variable name
- interface_
name str - Set RP Discovery Interface Name
- interface_
name_ strvariable - Variable name
- scope int
- Set RP Discovery Scope
- scope_
variable str - Variable name
- interface
Name String - Set RP Discovery Interface Name
- interface
Name StringVariable - Variable name
- scope Number
- Set RP Discovery Scope
- scope
Variable String - Variable name
GetServiceMulticastFeatureIgmpInterface
- Interface
Name string - Set interface name
- Interface
Name stringVariable - Variable name
- Join
Groups List<GetService Multicast Feature Igmp Interface Join Group> - Configure static joins
- Version int
- igmp Version \n\n
- Interface
Name string - Set interface name
- Interface
Name stringVariable - Variable name
- Join
Groups []GetService Multicast Feature Igmp Interface Join Group - Configure static joins
- Version int
- igmp Version \n\n
- interface
Name String - Set interface name
- interface
Name StringVariable - Variable name
- join
Groups List<GetService Multicast Feature Igmp Interface Join Group> - Configure static joins
- version Integer
- igmp Version \n\n
- interface
Name string - Set interface name
- interface
Name stringVariable - Variable name
- join
Groups GetService Multicast Feature Igmp Interface Join Group[] - Configure static joins
- version number
- igmp Version \n\n
- interface_
name str - Set interface name
- interface_
name_ strvariable - Variable name
- join_
groups Sequence[GetService Multicast Feature Igmp Interface Join Group] - Configure static joins
- version int
- igmp Version \n\n
- interface
Name String - Set interface name
- interface
Name StringVariable - Variable name
- join
Groups List<Property Map> - Configure static joins
- version Number
- igmp Version \n\n
GetServiceMulticastFeatureIgmpInterfaceJoinGroup
- Group
Address string - Set group address
- Group
Address stringVariable - Variable name
- Source
Address string - Set source address
- Source
Address stringVariable - Variable name
- Group
Address string - Set group address
- Group
Address stringVariable - Variable name
- Source
Address string - Set source address
- Source
Address stringVariable - Variable name
- group
Address String - Set group address
- group
Address StringVariable - Variable name
- source
Address String - Set source address
- source
Address StringVariable - Variable name
- group
Address string - Set group address
- group
Address stringVariable - Variable name
- source
Address string - Set source address
- source
Address stringVariable - Variable name
- group_
address str - Set group address
- group_
address_ strvariable - Variable name
- source_
address str - Set source address
- source_
address_ strvariable - Variable name
- group
Address String - Set group address
- group
Address StringVariable - Variable name
- source
Address String - Set source address
- source
Address StringVariable - Variable name
GetServiceMulticastFeatureMsdpGroup
- Mesh
Group stringName - Set MSDP mesh group
- Mesh
Group stringName Variable - Variable name
- Peers
List<Get
Service Multicast Feature Msdp Group Peer> - Configure peer
- Mesh
Group stringName - Set MSDP mesh group
- Mesh
Group stringName Variable - Variable name
- Peers
[]Get
Service Multicast Feature Msdp Group Peer - Configure peer
- mesh
Group StringName - Set MSDP mesh group
- mesh
Group StringName Variable - Variable name
- peers
List<Get
Service Multicast Feature Msdp Group Peer> - Configure peer
- mesh
Group stringName - Set MSDP mesh group
- mesh
Group stringName Variable - Variable name
- peers
Get
Service Multicast Feature Msdp Group Peer[] - Configure peer
- mesh_
group_ strname - Set MSDP mesh group
- mesh_
group_ strname_ variable - Variable name
- peers
Sequence[Get
Service Multicast Feature Msdp Group Peer] - Configure peer
- mesh
Group StringName - Set MSDP mesh group
- mesh
Group StringName Variable - Variable name
- peers List<Property Map>
- Configure peer
GetServiceMulticastFeatureMsdpGroupPeer
- Connection
Source stringInterface - Set MSDP peer ip connect-source interface
- Connection
Source stringInterface Variable - Variable name
- Default
Peer bool - Set MSDP default peer
- Keepalive
Hold intTime - Set MSDP peer ip keepalive hold time
- Keepalive
Hold stringTime Variable - Variable name
- Keepalive
Interval int - Set MSDP peer ip keepalive interval
- Keepalive
Interval stringVariable - Variable name
- Peer
Authentication stringPassword - Set MSDP peer ip password
- Peer
Authentication stringPassword Variable - Variable name
- Peer
Ip string - Set MSDP peer ip
- Peer
Ip stringVariable - Variable name
- Prefix
List stringId - Remote
As int - Set MSDP peer ip remote autonomous system number
- Remote
As stringVariable - Variable name
- Sa
Limit int - Set MSDP peer ip SA limit message number
- Sa
Limit stringVariable - Variable name
- Connection
Source stringInterface - Set MSDP peer ip connect-source interface
- Connection
Source stringInterface Variable - Variable name
- Default
Peer bool - Set MSDP default peer
- Keepalive
Hold intTime - Set MSDP peer ip keepalive hold time
- Keepalive
Hold stringTime Variable - Variable name
- Keepalive
Interval int - Set MSDP peer ip keepalive interval
- Keepalive
Interval stringVariable - Variable name
- Peer
Authentication stringPassword - Set MSDP peer ip password
- Peer
Authentication stringPassword Variable - Variable name
- Peer
Ip string - Set MSDP peer ip
- Peer
Ip stringVariable - Variable name
- Prefix
List stringId - Remote
As int - Set MSDP peer ip remote autonomous system number
- Remote
As stringVariable - Variable name
- Sa
Limit int - Set MSDP peer ip SA limit message number
- Sa
Limit stringVariable - Variable name
- connection
Source StringInterface - Set MSDP peer ip connect-source interface
- connection
Source StringInterface Variable - Variable name
- default
Peer Boolean - Set MSDP default peer
- keepalive
Hold IntegerTime - Set MSDP peer ip keepalive hold time
- keepalive
Hold StringTime Variable - Variable name
- keepalive
Interval Integer - Set MSDP peer ip keepalive interval
- keepalive
Interval StringVariable - Variable name
- peer
Authentication StringPassword - Set MSDP peer ip password
- peer
Authentication StringPassword Variable - Variable name
- peer
Ip String - Set MSDP peer ip
- peer
Ip StringVariable - Variable name
- prefix
List StringId - remote
As Integer - Set MSDP peer ip remote autonomous system number
- remote
As StringVariable - Variable name
- sa
Limit Integer - Set MSDP peer ip SA limit message number
- sa
Limit StringVariable - Variable name
- connection
Source stringInterface - Set MSDP peer ip connect-source interface
- connection
Source stringInterface Variable - Variable name
- default
Peer boolean - Set MSDP default peer
- keepalive
Hold numberTime - Set MSDP peer ip keepalive hold time
- keepalive
Hold stringTime Variable - Variable name
- keepalive
Interval number - Set MSDP peer ip keepalive interval
- keepalive
Interval stringVariable - Variable name
- peer
Authentication stringPassword - Set MSDP peer ip password
- peer
Authentication stringPassword Variable - Variable name
- peer
Ip string - Set MSDP peer ip
- peer
Ip stringVariable - Variable name
- prefix
List stringId - remote
As number - Set MSDP peer ip remote autonomous system number
- remote
As stringVariable - Variable name
- sa
Limit number - Set MSDP peer ip SA limit message number
- sa
Limit stringVariable - Variable name
- connection_
source_ strinterface - Set MSDP peer ip connect-source interface
- connection_
source_ strinterface_ variable - Variable name
- default_
peer bool - Set MSDP default peer
- keepalive_
hold_ inttime - Set MSDP peer ip keepalive hold time
- keepalive_
hold_ strtime_ variable - Variable name
- keepalive_
interval int - Set MSDP peer ip keepalive interval
- keepalive_
interval_ strvariable - Variable name
- peer_
authentication_ strpassword - Set MSDP peer ip password
- peer_
authentication_ strpassword_ variable - Variable name
- peer_
ip str - Set MSDP peer ip
- peer_
ip_ strvariable - Variable name
- prefix_
list_ strid - remote_
as int - Set MSDP peer ip remote autonomous system number
- remote_
as_ strvariable - Variable name
- sa_
limit int - Set MSDP peer ip SA limit message number
- sa_
limit_ strvariable - Variable name
- connection
Source StringInterface - Set MSDP peer ip connect-source interface
- connection
Source StringInterface Variable - Variable name
- default
Peer Boolean - Set MSDP default peer
- keepalive
Hold NumberTime - Set MSDP peer ip keepalive hold time
- keepalive
Hold StringTime Variable - Variable name
- keepalive
Interval Number - Set MSDP peer ip keepalive interval
- keepalive
Interval StringVariable - Variable name
- peer
Authentication StringPassword - Set MSDP peer ip password
- peer
Authentication StringPassword Variable - Variable name
- peer
Ip String - Set MSDP peer ip
- peer
Ip StringVariable - Variable name
- prefix
List StringId - remote
As Number - Set MSDP peer ip remote autonomous system number
- remote
As StringVariable - Variable name
- sa
Limit Number - Set MSDP peer ip SA limit message number
- sa
Limit StringVariable - Variable name
GetServiceMulticastFeaturePimBsrCandidate
- Accept
Candidate stringAccess List - Set BSR RP candidate filter
- Accept
Candidate stringAccess List Variable - Variable name
- Hash
Mask intLength - Hash Mask length for RP selection
- Hash
Mask stringLength Variable - Variable name
- Interface
Name string - Set Autonomic-Networking virtual interface
- Interface
Name stringVariable - Variable name
- Priority int
- Set RP candidate priority
- Priority
Variable string - Variable name
- Accept
Candidate stringAccess List - Set BSR RP candidate filter
- Accept
Candidate stringAccess List Variable - Variable name
- Hash
Mask intLength - Hash Mask length for RP selection
- Hash
Mask stringLength Variable - Variable name
- Interface
Name string - Set Autonomic-Networking virtual interface
- Interface
Name stringVariable - Variable name
- Priority int
- Set RP candidate priority
- Priority
Variable string - Variable name
- accept
Candidate StringAccess List - Set BSR RP candidate filter
- accept
Candidate StringAccess List Variable - Variable name
- hash
Mask IntegerLength - Hash Mask length for RP selection
- hash
Mask StringLength Variable - Variable name
- interface
Name String - Set Autonomic-Networking virtual interface
- interface
Name StringVariable - Variable name
- priority Integer
- Set RP candidate priority
- priority
Variable String - Variable name
- accept
Candidate stringAccess List - Set BSR RP candidate filter
- accept
Candidate stringAccess List Variable - Variable name
- hash
Mask numberLength - Hash Mask length for RP selection
- hash
Mask stringLength Variable - Variable name
- interface
Name string - Set Autonomic-Networking virtual interface
- interface
Name stringVariable - Variable name
- priority number
- Set RP candidate priority
- priority
Variable string - Variable name
- accept_
candidate_ straccess_ list - Set BSR RP candidate filter
- accept_
candidate_ straccess_ list_ variable - Variable name
- hash_
mask_ intlength - Hash Mask length for RP selection
- hash_
mask_ strlength_ variable - Variable name
- interface_
name str - Set Autonomic-Networking virtual interface
- interface_
name_ strvariable - Variable name
- priority int
- Set RP candidate priority
- priority_
variable str - Variable name
- accept
Candidate StringAccess List - Set BSR RP candidate filter
- accept
Candidate StringAccess List Variable - Variable name
- hash
Mask NumberLength - Hash Mask length for RP selection
- hash
Mask StringLength Variable - Variable name
- interface
Name String - Set Autonomic-Networking virtual interface
- interface
Name StringVariable - Variable name
- priority Number
- Set RP candidate priority
- priority
Variable String - Variable name
GetServiceMulticastFeaturePimBsrRpCandidate
- Access
List stringId - Set IP Access List for PIM RP Candidate
- Access
List stringId Variable - Variable name
- Interface
Name string - Set Autonomic-Networking virtual interface
- Interface
Name stringVariable - Variable name
- Interval int
- Set RP candidate advertisement interval
- Interval
Variable string - Variable name
- Priority int
- Set RP candidate priority
- Priority
Variable string - Variable name
- Access
List stringId - Set IP Access List for PIM RP Candidate
- Access
List stringId Variable - Variable name
- Interface
Name string - Set Autonomic-Networking virtual interface
- Interface
Name stringVariable - Variable name
- Interval int
- Set RP candidate advertisement interval
- Interval
Variable string - Variable name
- Priority int
- Set RP candidate priority
- Priority
Variable string - Variable name
- access
List StringId - Set IP Access List for PIM RP Candidate
- access
List StringId Variable - Variable name
- interface
Name String - Set Autonomic-Networking virtual interface
- interface
Name StringVariable - Variable name
- interval Integer
- Set RP candidate advertisement interval
- interval
Variable String - Variable name
- priority Integer
- Set RP candidate priority
- priority
Variable String - Variable name
- access
List stringId - Set IP Access List for PIM RP Candidate
- access
List stringId Variable - Variable name
- interface
Name string - Set Autonomic-Networking virtual interface
- interface
Name stringVariable - Variable name
- interval number
- Set RP candidate advertisement interval
- interval
Variable string - Variable name
- priority number
- Set RP candidate priority
- priority
Variable string - Variable name
- access_
list_ strid - Set IP Access List for PIM RP Candidate
- access_
list_ strid_ variable - Variable name
- interface_
name str - Set Autonomic-Networking virtual interface
- interface_
name_ strvariable - 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
- access
List StringId - Set IP Access List for PIM RP Candidate
- access
List StringId Variable - Variable name
- interface
Name String - Set Autonomic-Networking virtual interface
- interface
Name StringVariable - Variable name
- interval Number
- Set RP candidate advertisement interval
- interval
Variable String - Variable name
- priority Number
- Set RP candidate priority
- priority
Variable String - Variable name
GetServiceMulticastFeaturePimInterface
- Interface
Name string - Set interface name
- Interface
Name stringVariable - Variable name
- Join
Prune intInterval - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- Join
Prune stringInterval Variable - Variable name
- Query
Interval int - Set PIM query interval
- Query
Interval stringVariable - Variable name
- Interface
Name string - Set interface name
- Interface
Name stringVariable - Variable name
- Join
Prune intInterval - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- Join
Prune stringInterval Variable - Variable name
- Query
Interval int - Set PIM query interval
- Query
Interval stringVariable - Variable name
- interface
Name String - Set interface name
- interface
Name StringVariable - Variable name
- join
Prune IntegerInterval - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- join
Prune StringInterval Variable - Variable name
- query
Interval Integer - Set PIM query interval
- query
Interval StringVariable - Variable name
- interface
Name string - Set interface name
- interface
Name stringVariable - Variable name
- join
Prune numberInterval - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- join
Prune stringInterval Variable - Variable name
- query
Interval number - Set PIM query interval
- query
Interval 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
- query_
interval int - Set PIM query interval
- query_
interval_ strvariable - Variable name
- interface
Name String - Set interface name
- interface
Name StringVariable - Variable name
- join
Prune NumberInterval - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- join
Prune StringInterval Variable - Variable name
- query
Interval Number - Set PIM query interval
- query
Interval StringVariable - Variable name
GetServiceMulticastFeatureStaticRpAddress
- Access
List string - Set Static RP Access List
- Access
List stringVariable - Variable name
- Ip
Address string - Set Static RP IP Address
- Ip
Address stringVariable - Variable name
- Override bool
- Set override flag
- Override
Variable string - Variable name
- Access
List string - Set Static RP Access List
- Access
List stringVariable - Variable name
- Ip
Address string - Set Static RP IP Address
- Ip
Address stringVariable - Variable name
- Override bool
- Set override flag
- Override
Variable string - Variable name
- access
List String - Set Static RP Access List
- access
List StringVariable - Variable name
- ip
Address String - Set Static RP IP Address
- ip
Address StringVariable - Variable name
- override Boolean
- Set override flag
- override
Variable String - Variable name
- access
List string - Set Static RP Access List
- access
List stringVariable - Variable name
- ip
Address string - Set Static RP IP Address
- ip
Address stringVariable - Variable name
- override boolean
- Set override flag
- override
Variable 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
- override bool
- Set override flag
- override_
variable str - Variable name
- access
List String - Set Static RP Access List
- access
List StringVariable - Variable name
- ip
Address String - Set Static RP IP Address
- ip
Address StringVariable - Variable name
- override Boolean
- Set override flag
- override
Variable 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.