sdwan.ServiceMulticastFeature
Explore with Pulumi AI
This resource can manage a Service Multicast Feature.
- Minimum SD-WAN Manager version:
20.12.0
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
resources:
example:
type: sdwan:ServiceMulticastFeature
properties:
name: Example
description: My Example
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
sptOnly: false
localReplicator: false
localReplicatorThreshold: 10
igmpInterfaces:
- interface_name: GigabitEthernet1
version: 2
join_groups:
- groupAddress: 224.0.0.0
sourceAddress: 1.2.3.4
pimSourceSpecificMulticastEnable: true
pimSourceSpecificMulticastAccessList: '1'
pimSptThreshold: '0'
pimInterfaces:
- interface_name: GigabitEthernet1
query_interval: 30
join_prune_interval: 60
staticRpAddresses:
- ip_address: 1.2.3.4
access_list: '1'
override: false
enableAutoRp: false
pimBsrRpCandidates:
- interface_name: GigabitEthernet1
access_list_id: '2'
interval: 30
priority: 1
pimBsrCandidates:
- interface_name: GigabitEthernet1
hash_mask_length: 30
priority: 120
accept_candidate_access_list: test
msdpGroups:
- mesh_group_name: Example
peers:
- peerIp: 1.2.3.4
connectionSourceInterface: GigabitEthernet1
remoteAs: 1
peerAuthenticationPassword: Password123!
keepaliveInterval: 15
keepaliveHoldTime: 30
saLimit: 1
defaultPeer: false
msdpOriginatorId: GigabitEthernet1
msdpConnectionRetryInterval: 30
Create ServiceMulticastFeature Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceMulticastFeature(name: string, args: ServiceMulticastFeatureArgs, opts?: CustomResourceOptions);
@overload
def ServiceMulticastFeature(resource_name: str,
args: ServiceMulticastFeatureArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceMulticastFeature(resource_name: str,
opts: Optional[ResourceOptions] = None,
feature_profile_id: Optional[str] = None,
pim_source_specific_multicast_enable: Optional[bool] = None,
msdp_originator_id: Optional[str] = None,
pim_spt_threshold_variable: Optional[str] = None,
enable_auto_rp_variable: Optional[str] = None,
description: Optional[str] = None,
igmp_interfaces: Optional[Sequence[ServiceMulticastFeatureIgmpInterfaceArgs]] = None,
local_replicator: Optional[bool] = None,
local_replicator_threshold: Optional[int] = None,
local_replicator_threshold_variable: Optional[str] = None,
local_replicator_variable: Optional[str] = None,
msdp_connection_retry_interval: Optional[int] = None,
msdp_connection_retry_interval_variable: Optional[str] = None,
msdp_groups: Optional[Sequence[ServiceMulticastFeatureMsdpGroupArgs]] = None,
enable_auto_rp: Optional[bool] = None,
auto_rp_announces: Optional[Sequence[ServiceMulticastFeatureAutoRpAnnounceArgs]] = None,
pim_source_specific_multicast_access_list: Optional[str] = None,
pim_bsr_candidates: Optional[Sequence[ServiceMulticastFeaturePimBsrCandidateArgs]] = None,
pim_bsr_rp_candidates: Optional[Sequence[ServiceMulticastFeaturePimBsrRpCandidateArgs]] = None,
pim_interfaces: Optional[Sequence[ServiceMulticastFeaturePimInterfaceArgs]] = None,
name: Optional[str] = None,
pim_source_specific_multicast_access_list_variable: Optional[str] = None,
auto_rp_discoveries: Optional[Sequence[ServiceMulticastFeatureAutoRpDiscoveryArgs]] = None,
pim_spt_threshold: Optional[str] = None,
msdp_originator_id_variable: Optional[str] = None,
spt_only: Optional[bool] = None,
spt_only_variable: Optional[str] = None,
static_rp_addresses: Optional[Sequence[ServiceMulticastFeatureStaticRpAddressArgs]] = None)
func NewServiceMulticastFeature(ctx *Context, name string, args ServiceMulticastFeatureArgs, opts ...ResourceOption) (*ServiceMulticastFeature, error)
public ServiceMulticastFeature(string name, ServiceMulticastFeatureArgs args, CustomResourceOptions? opts = null)
public ServiceMulticastFeature(String name, ServiceMulticastFeatureArgs args)
public ServiceMulticastFeature(String name, ServiceMulticastFeatureArgs args, CustomResourceOptions options)
type: sdwan:ServiceMulticastFeature
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServiceMulticastFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceMulticastFeatureArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceMulticastFeatureArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceMulticastFeatureArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceMulticastFeatureArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var serviceMulticastFeatureResource = new Sdwan.ServiceMulticastFeature("serviceMulticastFeatureResource", new()
{
FeatureProfileId = "string",
PimSourceSpecificMulticastEnable = false,
MsdpOriginatorId = "string",
PimSptThresholdVariable = "string",
EnableAutoRpVariable = "string",
Description = "string",
IgmpInterfaces = new[]
{
new Sdwan.Inputs.ServiceMulticastFeatureIgmpInterfaceArgs
{
InterfaceName = "string",
InterfaceNameVariable = "string",
JoinGroups = new[]
{
new Sdwan.Inputs.ServiceMulticastFeatureIgmpInterfaceJoinGroupArgs
{
GroupAddress = "string",
GroupAddressVariable = "string",
SourceAddress = "string",
SourceAddressVariable = "string",
},
},
Version = 0,
},
},
LocalReplicator = false,
LocalReplicatorThreshold = 0,
LocalReplicatorThresholdVariable = "string",
LocalReplicatorVariable = "string",
MsdpConnectionRetryInterval = 0,
MsdpConnectionRetryIntervalVariable = "string",
MsdpGroups = new[]
{
new Sdwan.Inputs.ServiceMulticastFeatureMsdpGroupArgs
{
MeshGroupName = "string",
MeshGroupNameVariable = "string",
Peers = new[]
{
new Sdwan.Inputs.ServiceMulticastFeatureMsdpGroupPeerArgs
{
ConnectionSourceInterface = "string",
ConnectionSourceInterfaceVariable = "string",
DefaultPeer = false,
KeepaliveHoldTime = 0,
KeepaliveHoldTimeVariable = "string",
KeepaliveInterval = 0,
KeepaliveIntervalVariable = "string",
PeerAuthenticationPassword = "string",
PeerAuthenticationPasswordVariable = "string",
PeerIp = "string",
PeerIpVariable = "string",
PrefixListId = "string",
RemoteAs = 0,
RemoteAsVariable = "string",
SaLimit = 0,
SaLimitVariable = "string",
},
},
},
},
EnableAutoRp = false,
AutoRpAnnounces = new[]
{
new Sdwan.Inputs.ServiceMulticastFeatureAutoRpAnnounceArgs
{
InterfaceName = "string",
InterfaceNameVariable = "string",
Scope = 0,
ScopeVariable = "string",
},
},
PimSourceSpecificMulticastAccessList = "string",
PimBsrCandidates = new[]
{
new Sdwan.Inputs.ServiceMulticastFeaturePimBsrCandidateArgs
{
AcceptCandidateAccessList = "string",
AcceptCandidateAccessListVariable = "string",
HashMaskLength = 0,
HashMaskLengthVariable = "string",
InterfaceName = "string",
InterfaceNameVariable = "string",
Priority = 0,
PriorityVariable = "string",
},
},
PimBsrRpCandidates = new[]
{
new Sdwan.Inputs.ServiceMulticastFeaturePimBsrRpCandidateArgs
{
AccessListId = "string",
AccessListIdVariable = "string",
InterfaceName = "string",
InterfaceNameVariable = "string",
Interval = 0,
IntervalVariable = "string",
Priority = 0,
PriorityVariable = "string",
},
},
PimInterfaces = new[]
{
new Sdwan.Inputs.ServiceMulticastFeaturePimInterfaceArgs
{
InterfaceName = "string",
InterfaceNameVariable = "string",
JoinPruneInterval = 0,
JoinPruneIntervalVariable = "string",
QueryInterval = 0,
QueryIntervalVariable = "string",
},
},
Name = "string",
PimSourceSpecificMulticastAccessListVariable = "string",
AutoRpDiscoveries = new[]
{
new Sdwan.Inputs.ServiceMulticastFeatureAutoRpDiscoveryArgs
{
InterfaceName = "string",
InterfaceNameVariable = "string",
Scope = 0,
ScopeVariable = "string",
},
},
PimSptThreshold = "string",
MsdpOriginatorIdVariable = "string",
SptOnly = false,
SptOnlyVariable = "string",
StaticRpAddresses = new[]
{
new Sdwan.Inputs.ServiceMulticastFeatureStaticRpAddressArgs
{
AccessList = "string",
AccessListVariable = "string",
IpAddress = "string",
IpAddressVariable = "string",
Override = false,
OverrideVariable = "string",
},
},
});
example, err := sdwan.NewServiceMulticastFeature(ctx, "serviceMulticastFeatureResource", &sdwan.ServiceMulticastFeatureArgs{
FeatureProfileId: pulumi.String("string"),
PimSourceSpecificMulticastEnable: pulumi.Bool(false),
MsdpOriginatorId: pulumi.String("string"),
PimSptThresholdVariable: pulumi.String("string"),
EnableAutoRpVariable: pulumi.String("string"),
Description: pulumi.String("string"),
IgmpInterfaces: sdwan.ServiceMulticastFeatureIgmpInterfaceArray{
&sdwan.ServiceMulticastFeatureIgmpInterfaceArgs{
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
JoinGroups: sdwan.ServiceMulticastFeatureIgmpInterfaceJoinGroupArray{
&sdwan.ServiceMulticastFeatureIgmpInterfaceJoinGroupArgs{
GroupAddress: pulumi.String("string"),
GroupAddressVariable: pulumi.String("string"),
SourceAddress: pulumi.String("string"),
SourceAddressVariable: pulumi.String("string"),
},
},
Version: pulumi.Int(0),
},
},
LocalReplicator: pulumi.Bool(false),
LocalReplicatorThreshold: pulumi.Int(0),
LocalReplicatorThresholdVariable: pulumi.String("string"),
LocalReplicatorVariable: pulumi.String("string"),
MsdpConnectionRetryInterval: pulumi.Int(0),
MsdpConnectionRetryIntervalVariable: pulumi.String("string"),
MsdpGroups: sdwan.ServiceMulticastFeatureMsdpGroupArray{
&sdwan.ServiceMulticastFeatureMsdpGroupArgs{
MeshGroupName: pulumi.String("string"),
MeshGroupNameVariable: pulumi.String("string"),
Peers: sdwan.ServiceMulticastFeatureMsdpGroupPeerArray{
&sdwan.ServiceMulticastFeatureMsdpGroupPeerArgs{
ConnectionSourceInterface: pulumi.String("string"),
ConnectionSourceInterfaceVariable: pulumi.String("string"),
DefaultPeer: pulumi.Bool(false),
KeepaliveHoldTime: pulumi.Int(0),
KeepaliveHoldTimeVariable: pulumi.String("string"),
KeepaliveInterval: pulumi.Int(0),
KeepaliveIntervalVariable: pulumi.String("string"),
PeerAuthenticationPassword: pulumi.String("string"),
PeerAuthenticationPasswordVariable: pulumi.String("string"),
PeerIp: pulumi.String("string"),
PeerIpVariable: pulumi.String("string"),
PrefixListId: pulumi.String("string"),
RemoteAs: pulumi.Int(0),
RemoteAsVariable: pulumi.String("string"),
SaLimit: pulumi.Int(0),
SaLimitVariable: pulumi.String("string"),
},
},
},
},
EnableAutoRp: pulumi.Bool(false),
AutoRpAnnounces: sdwan.ServiceMulticastFeatureAutoRpAnnounceArray{
&sdwan.ServiceMulticastFeatureAutoRpAnnounceArgs{
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
Scope: pulumi.Int(0),
ScopeVariable: pulumi.String("string"),
},
},
PimSourceSpecificMulticastAccessList: pulumi.String("string"),
PimBsrCandidates: sdwan.ServiceMulticastFeaturePimBsrCandidateArray{
&sdwan.ServiceMulticastFeaturePimBsrCandidateArgs{
AcceptCandidateAccessList: pulumi.String("string"),
AcceptCandidateAccessListVariable: pulumi.String("string"),
HashMaskLength: pulumi.Int(0),
HashMaskLengthVariable: pulumi.String("string"),
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
Priority: pulumi.Int(0),
PriorityVariable: pulumi.String("string"),
},
},
PimBsrRpCandidates: sdwan.ServiceMulticastFeaturePimBsrRpCandidateArray{
&sdwan.ServiceMulticastFeaturePimBsrRpCandidateArgs{
AccessListId: pulumi.String("string"),
AccessListIdVariable: pulumi.String("string"),
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
Interval: pulumi.Int(0),
IntervalVariable: pulumi.String("string"),
Priority: pulumi.Int(0),
PriorityVariable: pulumi.String("string"),
},
},
PimInterfaces: sdwan.ServiceMulticastFeaturePimInterfaceArray{
&sdwan.ServiceMulticastFeaturePimInterfaceArgs{
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
JoinPruneInterval: pulumi.Int(0),
JoinPruneIntervalVariable: pulumi.String("string"),
QueryInterval: pulumi.Int(0),
QueryIntervalVariable: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
PimSourceSpecificMulticastAccessListVariable: pulumi.String("string"),
AutoRpDiscoveries: sdwan.ServiceMulticastFeatureAutoRpDiscoveryArray{
&sdwan.ServiceMulticastFeatureAutoRpDiscoveryArgs{
InterfaceName: pulumi.String("string"),
InterfaceNameVariable: pulumi.String("string"),
Scope: pulumi.Int(0),
ScopeVariable: pulumi.String("string"),
},
},
PimSptThreshold: pulumi.String("string"),
MsdpOriginatorIdVariable: pulumi.String("string"),
SptOnly: pulumi.Bool(false),
SptOnlyVariable: pulumi.String("string"),
StaticRpAddresses: sdwan.ServiceMulticastFeatureStaticRpAddressArray{
&sdwan.ServiceMulticastFeatureStaticRpAddressArgs{
AccessList: pulumi.String("string"),
AccessListVariable: pulumi.String("string"),
IpAddress: pulumi.String("string"),
IpAddressVariable: pulumi.String("string"),
Override: pulumi.Bool(false),
OverrideVariable: pulumi.String("string"),
},
},
})
var serviceMulticastFeatureResource = new ServiceMulticastFeature("serviceMulticastFeatureResource", ServiceMulticastFeatureArgs.builder()
.featureProfileId("string")
.pimSourceSpecificMulticastEnable(false)
.msdpOriginatorId("string")
.pimSptThresholdVariable("string")
.enableAutoRpVariable("string")
.description("string")
.igmpInterfaces(ServiceMulticastFeatureIgmpInterfaceArgs.builder()
.interfaceName("string")
.interfaceNameVariable("string")
.joinGroups(ServiceMulticastFeatureIgmpInterfaceJoinGroupArgs.builder()
.groupAddress("string")
.groupAddressVariable("string")
.sourceAddress("string")
.sourceAddressVariable("string")
.build())
.version(0)
.build())
.localReplicator(false)
.localReplicatorThreshold(0)
.localReplicatorThresholdVariable("string")
.localReplicatorVariable("string")
.msdpConnectionRetryInterval(0)
.msdpConnectionRetryIntervalVariable("string")
.msdpGroups(ServiceMulticastFeatureMsdpGroupArgs.builder()
.meshGroupName("string")
.meshGroupNameVariable("string")
.peers(ServiceMulticastFeatureMsdpGroupPeerArgs.builder()
.connectionSourceInterface("string")
.connectionSourceInterfaceVariable("string")
.defaultPeer(false)
.keepaliveHoldTime(0)
.keepaliveHoldTimeVariable("string")
.keepaliveInterval(0)
.keepaliveIntervalVariable("string")
.peerAuthenticationPassword("string")
.peerAuthenticationPasswordVariable("string")
.peerIp("string")
.peerIpVariable("string")
.prefixListId("string")
.remoteAs(0)
.remoteAsVariable("string")
.saLimit(0)
.saLimitVariable("string")
.build())
.build())
.enableAutoRp(false)
.autoRpAnnounces(ServiceMulticastFeatureAutoRpAnnounceArgs.builder()
.interfaceName("string")
.interfaceNameVariable("string")
.scope(0)
.scopeVariable("string")
.build())
.pimSourceSpecificMulticastAccessList("string")
.pimBsrCandidates(ServiceMulticastFeaturePimBsrCandidateArgs.builder()
.acceptCandidateAccessList("string")
.acceptCandidateAccessListVariable("string")
.hashMaskLength(0)
.hashMaskLengthVariable("string")
.interfaceName("string")
.interfaceNameVariable("string")
.priority(0)
.priorityVariable("string")
.build())
.pimBsrRpCandidates(ServiceMulticastFeaturePimBsrRpCandidateArgs.builder()
.accessListId("string")
.accessListIdVariable("string")
.interfaceName("string")
.interfaceNameVariable("string")
.interval(0)
.intervalVariable("string")
.priority(0)
.priorityVariable("string")
.build())
.pimInterfaces(ServiceMulticastFeaturePimInterfaceArgs.builder()
.interfaceName("string")
.interfaceNameVariable("string")
.joinPruneInterval(0)
.joinPruneIntervalVariable("string")
.queryInterval(0)
.queryIntervalVariable("string")
.build())
.name("string")
.pimSourceSpecificMulticastAccessListVariable("string")
.autoRpDiscoveries(ServiceMulticastFeatureAutoRpDiscoveryArgs.builder()
.interfaceName("string")
.interfaceNameVariable("string")
.scope(0)
.scopeVariable("string")
.build())
.pimSptThreshold("string")
.msdpOriginatorIdVariable("string")
.sptOnly(false)
.sptOnlyVariable("string")
.staticRpAddresses(ServiceMulticastFeatureStaticRpAddressArgs.builder()
.accessList("string")
.accessListVariable("string")
.ipAddress("string")
.ipAddressVariable("string")
.override(false)
.overrideVariable("string")
.build())
.build());
service_multicast_feature_resource = sdwan.ServiceMulticastFeature("serviceMulticastFeatureResource",
feature_profile_id="string",
pim_source_specific_multicast_enable=False,
msdp_originator_id="string",
pim_spt_threshold_variable="string",
enable_auto_rp_variable="string",
description="string",
igmp_interfaces=[{
"interface_name": "string",
"interface_name_variable": "string",
"join_groups": [{
"group_address": "string",
"group_address_variable": "string",
"source_address": "string",
"source_address_variable": "string",
}],
"version": 0,
}],
local_replicator=False,
local_replicator_threshold=0,
local_replicator_threshold_variable="string",
local_replicator_variable="string",
msdp_connection_retry_interval=0,
msdp_connection_retry_interval_variable="string",
msdp_groups=[{
"mesh_group_name": "string",
"mesh_group_name_variable": "string",
"peers": [{
"connection_source_interface": "string",
"connection_source_interface_variable": "string",
"default_peer": False,
"keepalive_hold_time": 0,
"keepalive_hold_time_variable": "string",
"keepalive_interval": 0,
"keepalive_interval_variable": "string",
"peer_authentication_password": "string",
"peer_authentication_password_variable": "string",
"peer_ip": "string",
"peer_ip_variable": "string",
"prefix_list_id": "string",
"remote_as": 0,
"remote_as_variable": "string",
"sa_limit": 0,
"sa_limit_variable": "string",
}],
}],
enable_auto_rp=False,
auto_rp_announces=[{
"interface_name": "string",
"interface_name_variable": "string",
"scope": 0,
"scope_variable": "string",
}],
pim_source_specific_multicast_access_list="string",
pim_bsr_candidates=[{
"accept_candidate_access_list": "string",
"accept_candidate_access_list_variable": "string",
"hash_mask_length": 0,
"hash_mask_length_variable": "string",
"interface_name": "string",
"interface_name_variable": "string",
"priority": 0,
"priority_variable": "string",
}],
pim_bsr_rp_candidates=[{
"access_list_id": "string",
"access_list_id_variable": "string",
"interface_name": "string",
"interface_name_variable": "string",
"interval": 0,
"interval_variable": "string",
"priority": 0,
"priority_variable": "string",
}],
pim_interfaces=[{
"interface_name": "string",
"interface_name_variable": "string",
"join_prune_interval": 0,
"join_prune_interval_variable": "string",
"query_interval": 0,
"query_interval_variable": "string",
}],
name="string",
pim_source_specific_multicast_access_list_variable="string",
auto_rp_discoveries=[{
"interface_name": "string",
"interface_name_variable": "string",
"scope": 0,
"scope_variable": "string",
}],
pim_spt_threshold="string",
msdp_originator_id_variable="string",
spt_only=False,
spt_only_variable="string",
static_rp_addresses=[{
"access_list": "string",
"access_list_variable": "string",
"ip_address": "string",
"ip_address_variable": "string",
"override": False,
"override_variable": "string",
}])
const serviceMulticastFeatureResource = new sdwan.ServiceMulticastFeature("serviceMulticastFeatureResource", {
featureProfileId: "string",
pimSourceSpecificMulticastEnable: false,
msdpOriginatorId: "string",
pimSptThresholdVariable: "string",
enableAutoRpVariable: "string",
description: "string",
igmpInterfaces: [{
interfaceName: "string",
interfaceNameVariable: "string",
joinGroups: [{
groupAddress: "string",
groupAddressVariable: "string",
sourceAddress: "string",
sourceAddressVariable: "string",
}],
version: 0,
}],
localReplicator: false,
localReplicatorThreshold: 0,
localReplicatorThresholdVariable: "string",
localReplicatorVariable: "string",
msdpConnectionRetryInterval: 0,
msdpConnectionRetryIntervalVariable: "string",
msdpGroups: [{
meshGroupName: "string",
meshGroupNameVariable: "string",
peers: [{
connectionSourceInterface: "string",
connectionSourceInterfaceVariable: "string",
defaultPeer: false,
keepaliveHoldTime: 0,
keepaliveHoldTimeVariable: "string",
keepaliveInterval: 0,
keepaliveIntervalVariable: "string",
peerAuthenticationPassword: "string",
peerAuthenticationPasswordVariable: "string",
peerIp: "string",
peerIpVariable: "string",
prefixListId: "string",
remoteAs: 0,
remoteAsVariable: "string",
saLimit: 0,
saLimitVariable: "string",
}],
}],
enableAutoRp: false,
autoRpAnnounces: [{
interfaceName: "string",
interfaceNameVariable: "string",
scope: 0,
scopeVariable: "string",
}],
pimSourceSpecificMulticastAccessList: "string",
pimBsrCandidates: [{
acceptCandidateAccessList: "string",
acceptCandidateAccessListVariable: "string",
hashMaskLength: 0,
hashMaskLengthVariable: "string",
interfaceName: "string",
interfaceNameVariable: "string",
priority: 0,
priorityVariable: "string",
}],
pimBsrRpCandidates: [{
accessListId: "string",
accessListIdVariable: "string",
interfaceName: "string",
interfaceNameVariable: "string",
interval: 0,
intervalVariable: "string",
priority: 0,
priorityVariable: "string",
}],
pimInterfaces: [{
interfaceName: "string",
interfaceNameVariable: "string",
joinPruneInterval: 0,
joinPruneIntervalVariable: "string",
queryInterval: 0,
queryIntervalVariable: "string",
}],
name: "string",
pimSourceSpecificMulticastAccessListVariable: "string",
autoRpDiscoveries: [{
interfaceName: "string",
interfaceNameVariable: "string",
scope: 0,
scopeVariable: "string",
}],
pimSptThreshold: "string",
msdpOriginatorIdVariable: "string",
sptOnly: false,
sptOnlyVariable: "string",
staticRpAddresses: [{
accessList: "string",
accessListVariable: "string",
ipAddress: "string",
ipAddressVariable: "string",
override: false,
overrideVariable: "string",
}],
});
type: sdwan:ServiceMulticastFeature
properties:
autoRpAnnounces:
- interfaceName: string
interfaceNameVariable: string
scope: 0
scopeVariable: string
autoRpDiscoveries:
- interfaceName: string
interfaceNameVariable: string
scope: 0
scopeVariable: string
description: string
enableAutoRp: false
enableAutoRpVariable: string
featureProfileId: string
igmpInterfaces:
- interfaceName: string
interfaceNameVariable: string
joinGroups:
- groupAddress: string
groupAddressVariable: string
sourceAddress: string
sourceAddressVariable: string
version: 0
localReplicator: false
localReplicatorThreshold: 0
localReplicatorThresholdVariable: string
localReplicatorVariable: string
msdpConnectionRetryInterval: 0
msdpConnectionRetryIntervalVariable: string
msdpGroups:
- meshGroupName: string
meshGroupNameVariable: string
peers:
- connectionSourceInterface: string
connectionSourceInterfaceVariable: string
defaultPeer: false
keepaliveHoldTime: 0
keepaliveHoldTimeVariable: string
keepaliveInterval: 0
keepaliveIntervalVariable: string
peerAuthenticationPassword: string
peerAuthenticationPasswordVariable: string
peerIp: string
peerIpVariable: string
prefixListId: string
remoteAs: 0
remoteAsVariable: string
saLimit: 0
saLimitVariable: string
msdpOriginatorId: string
msdpOriginatorIdVariable: string
name: string
pimBsrCandidates:
- acceptCandidateAccessList: string
acceptCandidateAccessListVariable: string
hashMaskLength: 0
hashMaskLengthVariable: string
interfaceName: string
interfaceNameVariable: string
priority: 0
priorityVariable: string
pimBsrRpCandidates:
- accessListId: string
accessListIdVariable: string
interfaceName: string
interfaceNameVariable: string
interval: 0
intervalVariable: string
priority: 0
priorityVariable: string
pimInterfaces:
- interfaceName: string
interfaceNameVariable: string
joinPruneInterval: 0
joinPruneIntervalVariable: string
queryInterval: 0
queryIntervalVariable: string
pimSourceSpecificMulticastAccessList: string
pimSourceSpecificMulticastAccessListVariable: string
pimSourceSpecificMulticastEnable: false
pimSptThreshold: string
pimSptThresholdVariable: string
sptOnly: false
sptOnlyVariable: string
staticRpAddresses:
- accessList: string
accessListVariable: string
ipAddress: string
ipAddressVariable: string
override: false
overrideVariable: string
ServiceMulticastFeature Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServiceMulticastFeature resource accepts the following input properties:
- Feature
Profile Id string - Feature Profile ID
- Pim
Source Specific Multicast Enable bool - turn SSM on/off
- Auto
Rp Announces List<Service Multicast Feature Auto Rp Announce> - Enable or disable RP Announce
- Auto
Rp Discoveries List<Service Multicast Feature Auto Rp Discovery> - Enable or disable RP Discovery
- Description string
- The description of the Feature
- Enable
Auto Rp bool - Enable or disable auto-RP - Default value:
false
- Enable
Auto Rp Variable string - Variable name
- Igmp
Interfaces List<Service Multicast Feature Igmp Interface> - Set IGMP interface parameters
- Local
Replicator bool - Replicator is local to this device - Default value:
false
- Local
Replicator Threshold int - Set number of joins per group the router supports - Range:
0
-131072
- Local
Replicator Threshold Variable string - Variable name
- Local
Replicator Variable string - Variable name
- Msdp
Connection Retry Interval int - Set MSDP refresh timer - Range:
1
-60
- Msdp
Connection Retry Interval Variable string - Variable name
- Msdp
Groups List<Service Multicast Feature Msdp Group> - multicast MSDP peer
- Msdp
Originator Id string - Set MSDP originator ID
- Msdp
Originator Id Variable string - Variable name
- Name string
- The name of the Feature
- Pim
Bsr Candidates List<Service Multicast Feature Pim Bsr Candidate> - bsr candidate Attributes
- Pim
Bsr Rp Candidates List<Service Multicast Feature Pim Bsr Rp Candidate> - Set RP Discovery Scope
- Pim
Interfaces List<Service Multicast Feature Pim Interface> - Set PIM interface parameters
- Pim
Source Specific Multicast Access List string - Set Access List for PIM SSM
- Pim
Source Specific Multicast Access List Variable string - Variable name
- Pim
Spt Threshold string - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- Pim
Spt Threshold Variable string - Variable name
- Spt
Only bool - Shortest Path Tree (SPT) Only Mode - Default value:
false
- Spt
Only Variable string - Variable name
- Static
Rp Addresses List<Service Multicast Feature Static Rp Address> - Set Static RP Address(es)
- Feature
Profile Id string - Feature Profile ID
- Pim
Source Specific Multicast Enable bool - turn SSM on/off
- Auto
Rp Announces []Service Multicast Feature Auto Rp Announce Args - Enable or disable RP Announce
- Auto
Rp Discoveries []Service Multicast Feature Auto Rp Discovery Args - Enable or disable RP Discovery
- Description string
- The description of the Feature
- Enable
Auto Rp bool - Enable or disable auto-RP - Default value:
false
- Enable
Auto Rp Variable string - Variable name
- Igmp
Interfaces []Service Multicast Feature Igmp Interface Args - Set IGMP interface parameters
- Local
Replicator bool - Replicator is local to this device - Default value:
false
- Local
Replicator Threshold int - Set number of joins per group the router supports - Range:
0
-131072
- Local
Replicator Threshold Variable string - Variable name
- Local
Replicator Variable string - Variable name
- Msdp
Connection Retry Interval int - Set MSDP refresh timer - Range:
1
-60
- Msdp
Connection Retry Interval Variable string - Variable name
- Msdp
Groups []Service Multicast Feature Msdp Group Args - multicast MSDP peer
- Msdp
Originator Id string - Set MSDP originator ID
- Msdp
Originator Id Variable string - Variable name
- Name string
- The name of the Feature
- Pim
Bsr Candidates []Service Multicast Feature Pim Bsr Candidate Args - bsr candidate Attributes
- Pim
Bsr Rp Candidates []Service Multicast Feature Pim Bsr Rp Candidate Args - Set RP Discovery Scope
- Pim
Interfaces []Service Multicast Feature Pim Interface Args - Set PIM interface parameters
- Pim
Source Specific Multicast Access List string - Set Access List for PIM SSM
- Pim
Source Specific Multicast Access List Variable string - Variable name
- Pim
Spt Threshold string - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- Pim
Spt Threshold Variable string - Variable name
- Spt
Only bool - Shortest Path Tree (SPT) Only Mode - Default value:
false
- Spt
Only Variable string - Variable name
- Static
Rp Addresses []Service Multicast Feature Static Rp Address Args - Set Static RP Address(es)
- feature
Profile Id String - Feature Profile ID
- pim
Source Specific Multicast Enable Boolean - turn SSM on/off
- auto
Rp Announces List<Service Multicast Feature Auto Rp Announce> - Enable or disable RP Announce
- auto
Rp Discoveries List<Service Multicast Feature Auto Rp Discovery> - Enable or disable RP Discovery
- description String
- The description of the Feature
- enable
Auto Rp Boolean - Enable or disable auto-RP - Default value:
false
- enable
Auto Rp Variable String - Variable name
- igmp
Interfaces List<Service Multicast Feature Igmp Interface> - Set IGMP interface parameters
- local
Replicator Boolean - Replicator is local to this device - Default value:
false
- local
Replicator Threshold Integer - Set number of joins per group the router supports - Range:
0
-131072
- local
Replicator Threshold Variable String - Variable name
- local
Replicator Variable String - Variable name
- msdp
Connection Retry Interval Integer - Set MSDP refresh timer - Range:
1
-60
- msdp
Connection Retry Interval Variable String - Variable name
- msdp
Groups List<Service Multicast Feature Msdp Group> - multicast MSDP peer
- msdp
Originator Id String - Set MSDP originator ID
- msdp
Originator Id Variable String - Variable name
- name String
- The name of the Feature
- pim
Bsr Candidates List<Service Multicast Feature Pim Bsr Candidate> - bsr candidate Attributes
- pim
Bsr Rp Candidates List<Service Multicast Feature Pim Bsr Rp Candidate> - Set RP Discovery Scope
- pim
Interfaces List<Service Multicast Feature Pim Interface> - Set PIM interface parameters
- pim
Source Specific Multicast Access List String - Set Access List for PIM SSM
- pim
Source Specific Multicast Access List Variable String - Variable name
- pim
Spt Threshold String - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- pim
Spt Threshold Variable String - Variable name
- spt
Only Boolean - Shortest Path Tree (SPT) Only Mode - Default value:
false
- spt
Only Variable String - Variable name
- static
Rp Addresses List<Service Multicast Feature Static Rp Address> - Set Static RP Address(es)
- feature
Profile Id string - Feature Profile ID
- pim
Source Specific Multicast Enable boolean - turn SSM on/off
- auto
Rp Announces Service Multicast Feature Auto Rp Announce[] - Enable or disable RP Announce
- auto
Rp Discoveries Service Multicast Feature Auto Rp Discovery[] - Enable or disable RP Discovery
- description string
- The description of the Feature
- enable
Auto Rp boolean - Enable or disable auto-RP - Default value:
false
- enable
Auto Rp Variable string - Variable name
- igmp
Interfaces Service Multicast Feature Igmp Interface[] - Set IGMP interface parameters
- local
Replicator boolean - Replicator is local to this device - Default value:
false
- local
Replicator Threshold number - Set number of joins per group the router supports - Range:
0
-131072
- local
Replicator Threshold Variable string - Variable name
- local
Replicator Variable string - Variable name
- msdp
Connection Retry Interval number - Set MSDP refresh timer - Range:
1
-60
- msdp
Connection Retry Interval Variable string - Variable name
- msdp
Groups Service Multicast Feature Msdp Group[] - multicast MSDP peer
- msdp
Originator Id string - Set MSDP originator ID
- msdp
Originator Id Variable string - Variable name
- name string
- The name of the Feature
- pim
Bsr Candidates Service Multicast Feature Pim Bsr Candidate[] - bsr candidate Attributes
- pim
Bsr Rp Candidates Service Multicast Feature Pim Bsr Rp Candidate[] - Set RP Discovery Scope
- pim
Interfaces Service Multicast Feature Pim Interface[] - Set PIM interface parameters
- pim
Source Specific Multicast Access List string - Set Access List for PIM SSM
- pim
Source Specific Multicast Access List Variable string - Variable name
- pim
Spt Threshold string - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- pim
Spt Threshold Variable string - Variable name
- spt
Only boolean - Shortest Path Tree (SPT) Only Mode - Default value:
false
- spt
Only Variable string - Variable name
- static
Rp Addresses Service Multicast Feature Static Rp Address[] - Set Static RP Address(es)
- feature_
profile_ id str - Feature Profile ID
- pim_
source_ specific_ multicast_ enable bool - turn SSM on/off
- auto_
rp_ announces Sequence[Service Multicast Feature Auto Rp Announce Args] - Enable or disable RP Announce
- auto_
rp_ discoveries Sequence[Service Multicast Feature Auto Rp Discovery Args] - Enable or disable RP Discovery
- description str
- The description of the Feature
- enable_
auto_ rp bool - Enable or disable auto-RP - Default value:
false
- enable_
auto_ rp_ variable str - Variable name
- igmp_
interfaces Sequence[Service Multicast Feature Igmp Interface Args] - Set IGMP interface parameters
- local_
replicator bool - Replicator is local to this device - Default value:
false
- local_
replicator_ threshold int - Set number of joins per group the router supports - Range:
0
-131072
- local_
replicator_ threshold_ variable str - Variable name
- local_
replicator_ variable str - Variable name
- msdp_
connection_ retry_ interval int - Set MSDP refresh timer - Range:
1
-60
- msdp_
connection_ retry_ interval_ variable str - Variable name
- msdp_
groups Sequence[Service Multicast Feature Msdp Group Args] - 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[Service Multicast Feature Pim Bsr Candidate Args] - bsr candidate Attributes
- pim_
bsr_ rp_ candidates Sequence[Service Multicast Feature Pim Bsr Rp Candidate Args] - Set RP Discovery Scope
- pim_
interfaces Sequence[Service Multicast Feature Pim Interface Args] - 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_
spt_ threshold str - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- pim_
spt_ threshold_ variable str - Variable name
- spt_
only bool - Shortest Path Tree (SPT) Only Mode - Default value:
false
- spt_
only_ variable str - Variable name
- static_
rp_ addresses Sequence[Service Multicast Feature Static Rp Address Args] - Set Static RP Address(es)
- feature
Profile Id String - Feature Profile ID
- pim
Source Specific Multicast Enable Boolean - turn SSM on/off
- auto
Rp Announces List<Property Map> - Enable or disable RP Announce
- auto
Rp Discoveries List<Property Map> - Enable or disable RP Discovery
- description String
- The description of the Feature
- enable
Auto Rp Boolean - Enable or disable auto-RP - Default value:
false
- enable
Auto Rp Variable String - Variable name
- igmp
Interfaces List<Property Map> - Set IGMP interface parameters
- local
Replicator Boolean - Replicator is local to this device - Default value:
false
- local
Replicator Threshold Number - Set number of joins per group the router supports - Range:
0
-131072
- local
Replicator Threshold Variable String - Variable name
- local
Replicator Variable String - Variable name
- msdp
Connection Retry Interval Number - Set MSDP refresh timer - Range:
1
-60
- msdp
Connection Retry Interval Variable String - Variable name
- msdp
Groups List<Property Map> - multicast MSDP peer
- msdp
Originator Id String - Set MSDP originator ID
- msdp
Originator Id Variable String - Variable name
- name String
- The name of the Feature
- pim
Bsr Candidates List<Property Map> - bsr candidate Attributes
- pim
Bsr Rp Candidates List<Property Map> - Set RP Discovery Scope
- pim
Interfaces List<Property Map> - Set PIM interface parameters
- pim
Source Specific Multicast Access List String - Set Access List for PIM SSM
- pim
Source Specific Multicast Access List Variable String - Variable name
- pim
Spt Threshold String - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- pim
Spt Threshold Variable String - Variable name
- spt
Only Boolean - Shortest Path Tree (SPT) Only Mode - Default value:
false
- spt
Only Variable String - Variable name
- static
Rp Addresses List<Property Map> - Set Static RP Address(es)
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceMulticastFeature resource produces the following output properties:
Look up Existing ServiceMulticastFeature Resource
Get an existing ServiceMulticastFeature resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ServiceMulticastFeatureState, opts?: CustomResourceOptions): ServiceMulticastFeature
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
auto_rp_announces: Optional[Sequence[ServiceMulticastFeatureAutoRpAnnounceArgs]] = None,
auto_rp_discoveries: Optional[Sequence[ServiceMulticastFeatureAutoRpDiscoveryArgs]] = None,
description: Optional[str] = None,
enable_auto_rp: Optional[bool] = None,
enable_auto_rp_variable: Optional[str] = None,
feature_profile_id: Optional[str] = None,
igmp_interfaces: Optional[Sequence[ServiceMulticastFeatureIgmpInterfaceArgs]] = None,
local_replicator: Optional[bool] = None,
local_replicator_threshold: Optional[int] = None,
local_replicator_threshold_variable: Optional[str] = None,
local_replicator_variable: Optional[str] = None,
msdp_connection_retry_interval: Optional[int] = None,
msdp_connection_retry_interval_variable: Optional[str] = None,
msdp_groups: Optional[Sequence[ServiceMulticastFeatureMsdpGroupArgs]] = None,
msdp_originator_id: Optional[str] = None,
msdp_originator_id_variable: Optional[str] = None,
name: Optional[str] = None,
pim_bsr_candidates: Optional[Sequence[ServiceMulticastFeaturePimBsrCandidateArgs]] = None,
pim_bsr_rp_candidates: Optional[Sequence[ServiceMulticastFeaturePimBsrRpCandidateArgs]] = None,
pim_interfaces: Optional[Sequence[ServiceMulticastFeaturePimInterfaceArgs]] = None,
pim_source_specific_multicast_access_list: Optional[str] = None,
pim_source_specific_multicast_access_list_variable: Optional[str] = None,
pim_source_specific_multicast_enable: Optional[bool] = None,
pim_spt_threshold: Optional[str] = None,
pim_spt_threshold_variable: Optional[str] = None,
spt_only: Optional[bool] = None,
spt_only_variable: Optional[str] = None,
static_rp_addresses: Optional[Sequence[ServiceMulticastFeatureStaticRpAddressArgs]] = None,
version: Optional[int] = None) -> ServiceMulticastFeature
func GetServiceMulticastFeature(ctx *Context, name string, id IDInput, state *ServiceMulticastFeatureState, opts ...ResourceOption) (*ServiceMulticastFeature, error)
public static ServiceMulticastFeature Get(string name, Input<string> id, ServiceMulticastFeatureState? state, CustomResourceOptions? opts = null)
public static ServiceMulticastFeature get(String name, Output<String> id, ServiceMulticastFeatureState state, CustomResourceOptions options)
resources: _: type: sdwan:ServiceMulticastFeature get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Auto
Rp Announces List<Service Multicast Feature Auto Rp Announce> - Enable or disable RP Announce
- Auto
Rp Discoveries List<Service Multicast Feature Auto Rp Discovery> - Enable or disable RP Discovery
- Description string
- The description of the Feature
- Enable
Auto Rp bool - Enable or disable auto-RP - Default value:
false
- Enable
Auto Rp Variable string - Variable name
- Feature
Profile Id string - Feature Profile ID
- Igmp
Interfaces List<Service Multicast Feature Igmp Interface> - Set IGMP interface parameters
- Local
Replicator bool - Replicator is local to this device - Default value:
false
- Local
Replicator Threshold int - Set number of joins per group the router supports - Range:
0
-131072
- Local
Replicator Threshold Variable string - Variable name
- Local
Replicator Variable string - Variable name
- Msdp
Connection Retry Interval int - Set MSDP refresh timer - Range:
1
-60
- Msdp
Connection Retry Interval Variable string - Variable name
- Msdp
Groups List<Service Multicast Feature Msdp Group> - multicast MSDP peer
- Msdp
Originator Id string - Set MSDP originator ID
- Msdp
Originator Id Variable string - Variable name
- Name string
- The name of the Feature
- Pim
Bsr Candidates List<Service Multicast Feature Pim Bsr Candidate> - bsr candidate Attributes
- Pim
Bsr Rp Candidates List<Service Multicast Feature Pim Bsr Rp Candidate> - Set RP Discovery Scope
- Pim
Interfaces List<Service Multicast Feature Pim Interface> - Set PIM interface parameters
- Pim
Source Specific Multicast Access List string - Set Access List for PIM SSM
- Pim
Source Specific Multicast Access List Variable string - Variable name
- Pim
Source Specific Multicast Enable bool - turn SSM on/off
- Pim
Spt Threshold string - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- Pim
Spt Threshold Variable string - Variable name
- Spt
Only bool - Shortest Path Tree (SPT) Only Mode - Default value:
false
- Spt
Only Variable string - Variable name
- Static
Rp Addresses List<Service Multicast Feature Static Rp Address> - Set Static RP Address(es)
- Version int
- The version of the Feature
- Auto
Rp Announces []Service Multicast Feature Auto Rp Announce Args - Enable or disable RP Announce
- Auto
Rp Discoveries []Service Multicast Feature Auto Rp Discovery Args - Enable or disable RP Discovery
- Description string
- The description of the Feature
- Enable
Auto Rp bool - Enable or disable auto-RP - Default value:
false
- Enable
Auto Rp Variable string - Variable name
- Feature
Profile Id string - Feature Profile ID
- Igmp
Interfaces []Service Multicast Feature Igmp Interface Args - Set IGMP interface parameters
- Local
Replicator bool - Replicator is local to this device - Default value:
false
- Local
Replicator Threshold int - Set number of joins per group the router supports - Range:
0
-131072
- Local
Replicator Threshold Variable string - Variable name
- Local
Replicator Variable string - Variable name
- Msdp
Connection Retry Interval int - Set MSDP refresh timer - Range:
1
-60
- Msdp
Connection Retry Interval Variable string - Variable name
- Msdp
Groups []Service Multicast Feature Msdp Group Args - multicast MSDP peer
- Msdp
Originator Id string - Set MSDP originator ID
- Msdp
Originator Id Variable string - Variable name
- Name string
- The name of the Feature
- Pim
Bsr Candidates []Service Multicast Feature Pim Bsr Candidate Args - bsr candidate Attributes
- Pim
Bsr Rp Candidates []Service Multicast Feature Pim Bsr Rp Candidate Args - Set RP Discovery Scope
- Pim
Interfaces []Service Multicast Feature Pim Interface Args - Set PIM interface parameters
- Pim
Source Specific Multicast Access List string - Set Access List for PIM SSM
- Pim
Source Specific Multicast Access List Variable string - Variable name
- Pim
Source Specific Multicast Enable bool - turn SSM on/off
- Pim
Spt Threshold string - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- Pim
Spt Threshold Variable string - Variable name
- Spt
Only bool - Shortest Path Tree (SPT) Only Mode - Default value:
false
- Spt
Only Variable string - Variable name
- Static
Rp Addresses []Service Multicast Feature Static Rp Address Args - Set Static RP Address(es)
- Version int
- The version of the Feature
- auto
Rp Announces List<Service Multicast Feature Auto Rp Announce> - Enable or disable RP Announce
- auto
Rp Discoveries List<Service Multicast Feature Auto Rp Discovery> - Enable or disable RP Discovery
- description String
- The description of the Feature
- enable
Auto Rp Boolean - Enable or disable auto-RP - Default value:
false
- enable
Auto Rp Variable String - Variable name
- feature
Profile Id String - Feature Profile ID
- igmp
Interfaces List<Service Multicast Feature Igmp Interface> - Set IGMP interface parameters
- local
Replicator Boolean - Replicator is local to this device - Default value:
false
- local
Replicator Threshold Integer - Set number of joins per group the router supports - Range:
0
-131072
- local
Replicator Threshold Variable String - Variable name
- local
Replicator Variable String - Variable name
- msdp
Connection Retry Interval Integer - Set MSDP refresh timer - Range:
1
-60
- msdp
Connection Retry Interval Variable String - Variable name
- msdp
Groups List<Service Multicast Feature Msdp Group> - multicast MSDP peer
- msdp
Originator Id String - Set MSDP originator ID
- msdp
Originator Id Variable String - Variable name
- name String
- The name of the Feature
- pim
Bsr Candidates List<Service Multicast Feature Pim Bsr Candidate> - bsr candidate Attributes
- pim
Bsr Rp Candidates List<Service Multicast Feature Pim Bsr Rp Candidate> - Set RP Discovery Scope
- pim
Interfaces List<Service Multicast Feature Pim Interface> - Set PIM interface parameters
- pim
Source Specific Multicast Access List String - Set Access List for PIM SSM
- pim
Source Specific Multicast Access List Variable String - Variable name
- pim
Source Specific Multicast Enable Boolean - turn SSM on/off
- pim
Spt Threshold String - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- pim
Spt Threshold Variable String - Variable name
- spt
Only Boolean - Shortest Path Tree (SPT) Only Mode - Default value:
false
- spt
Only Variable String - Variable name
- static
Rp Addresses List<Service Multicast Feature Static Rp Address> - Set Static RP Address(es)
- version Integer
- The version of the Feature
- auto
Rp Announces Service Multicast Feature Auto Rp Announce[] - Enable or disable RP Announce
- auto
Rp Discoveries Service Multicast Feature Auto Rp Discovery[] - Enable or disable RP Discovery
- description string
- The description of the Feature
- enable
Auto Rp boolean - Enable or disable auto-RP - Default value:
false
- enable
Auto Rp Variable string - Variable name
- feature
Profile Id string - Feature Profile ID
- igmp
Interfaces Service Multicast Feature Igmp Interface[] - Set IGMP interface parameters
- local
Replicator boolean - Replicator is local to this device - Default value:
false
- local
Replicator Threshold number - Set number of joins per group the router supports - Range:
0
-131072
- local
Replicator Threshold Variable string - Variable name
- local
Replicator Variable string - Variable name
- msdp
Connection Retry Interval number - Set MSDP refresh timer - Range:
1
-60
- msdp
Connection Retry Interval Variable string - Variable name
- msdp
Groups Service Multicast Feature Msdp Group[] - multicast MSDP peer
- msdp
Originator Id string - Set MSDP originator ID
- msdp
Originator Id Variable string - Variable name
- name string
- The name of the Feature
- pim
Bsr Candidates Service Multicast Feature Pim Bsr Candidate[] - bsr candidate Attributes
- pim
Bsr Rp Candidates Service Multicast Feature Pim Bsr Rp Candidate[] - Set RP Discovery Scope
- pim
Interfaces Service Multicast Feature Pim Interface[] - Set PIM interface parameters
- pim
Source Specific Multicast Access List string - Set Access List for PIM SSM
- pim
Source Specific Multicast Access List Variable string - Variable name
- pim
Source Specific Multicast Enable boolean - turn SSM on/off
- pim
Spt Threshold string - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- pim
Spt Threshold Variable string - Variable name
- spt
Only boolean - Shortest Path Tree (SPT) Only Mode - Default value:
false
- spt
Only Variable string - Variable name
- static
Rp Addresses Service Multicast Feature Static Rp Address[] - Set Static RP Address(es)
- version number
- The version of the Feature
- auto_
rp_ announces Sequence[Service Multicast Feature Auto Rp Announce Args] - Enable or disable RP Announce
- auto_
rp_ discoveries Sequence[Service Multicast Feature Auto Rp Discovery Args] - Enable or disable RP Discovery
- description str
- The description of the Feature
- enable_
auto_ rp bool - Enable or disable auto-RP - Default value:
false
- enable_
auto_ rp_ variable str - Variable name
- feature_
profile_ id str - Feature Profile ID
- igmp_
interfaces Sequence[Service Multicast Feature Igmp Interface Args] - Set IGMP interface parameters
- local_
replicator bool - Replicator is local to this device - Default value:
false
- local_
replicator_ threshold int - Set number of joins per group the router supports - Range:
0
-131072
- local_
replicator_ threshold_ variable str - Variable name
- local_
replicator_ variable str - Variable name
- msdp_
connection_ retry_ interval int - Set MSDP refresh timer - Range:
1
-60
- msdp_
connection_ retry_ interval_ variable str - Variable name
- msdp_
groups Sequence[Service Multicast Feature Msdp Group Args] - 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[Service Multicast Feature Pim Bsr Candidate Args] - bsr candidate Attributes
- pim_
bsr_ rp_ candidates Sequence[Service Multicast Feature Pim Bsr Rp Candidate Args] - Set RP Discovery Scope
- pim_
interfaces Sequence[Service Multicast Feature Pim Interface Args] - 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) - Choices:
0
,infinity
- Default value:0
- pim_
spt_ threshold_ variable str - Variable name
- spt_
only bool - Shortest Path Tree (SPT) Only Mode - Default value:
false
- spt_
only_ variable str - Variable name
- static_
rp_ addresses Sequence[Service Multicast Feature Static Rp Address Args] - Set Static RP Address(es)
- version int
- The version of the Feature
- auto
Rp Announces List<Property Map> - Enable or disable RP Announce
- auto
Rp Discoveries List<Property Map> - Enable or disable RP Discovery
- description String
- The description of the Feature
- enable
Auto Rp Boolean - Enable or disable auto-RP - Default value:
false
- enable
Auto Rp Variable String - Variable name
- feature
Profile Id String - Feature Profile ID
- igmp
Interfaces List<Property Map> - Set IGMP interface parameters
- local
Replicator Boolean - Replicator is local to this device - Default value:
false
- local
Replicator Threshold Number - Set number of joins per group the router supports - Range:
0
-131072
- local
Replicator Threshold Variable String - Variable name
- local
Replicator Variable String - Variable name
- msdp
Connection Retry Interval Number - Set MSDP refresh timer - Range:
1
-60
- msdp
Connection Retry Interval Variable String - Variable name
- msdp
Groups List<Property Map> - multicast MSDP peer
- msdp
Originator Id String - Set MSDP originator ID
- msdp
Originator Id Variable String - Variable name
- name String
- The name of the Feature
- pim
Bsr Candidates List<Property Map> - bsr candidate Attributes
- pim
Bsr Rp Candidates List<Property Map> - Set RP Discovery Scope
- pim
Interfaces List<Property Map> - Set PIM interface parameters
- pim
Source Specific Multicast Access List String - Set Access List for PIM SSM
- pim
Source Specific Multicast Access List Variable String - Variable name
- pim
Source Specific Multicast Enable Boolean - turn SSM on/off
- pim
Spt Threshold String - Set when PIM router joins the SPT (kbps) - Choices:
0
,infinity
- Default value:0
- pim
Spt Threshold Variable String - Variable name
- spt
Only Boolean - Shortest Path Tree (SPT) Only Mode - Default value:
false
- spt
Only Variable String - Variable name
- static
Rp Addresses List<Property Map> - Set Static RP Address(es)
- version Number
- The version of the Feature
Supporting Types
Service Multicast Feature Auto Rp Announce, Service Multicast Feature Auto Rp Announce Args
- Interface
Name string - Set RP Announce Interface Name
- Interface
Name Variable string - Variable name
- Scope int
- Set RP Announce Scope
- Range:
1
-255
- Range:
- Scope
Variable string - Variable name
- Interface
Name string - Set RP Announce Interface Name
- Interface
Name Variable string - Variable name
- Scope int
- Set RP Announce Scope
- Range:
1
-255
- Range:
- Scope
Variable string - Variable name
- interface
Name String - Set RP Announce Interface Name
- interface
Name Variable String - Variable name
- scope Integer
- Set RP Announce Scope
- Range:
1
-255
- Range:
- scope
Variable String - Variable name
- interface
Name string - Set RP Announce Interface Name
- interface
Name Variable string - Variable name
- scope number
- Set RP Announce Scope
- Range:
1
-255
- Range:
- scope
Variable string - Variable name
- interface_
name str - Set RP Announce Interface Name
- interface_
name_ variable str - Variable name
- scope int
- Set RP Announce Scope
- Range:
1
-255
- Range:
- scope_
variable str - Variable name
- interface
Name String - Set RP Announce Interface Name
- interface
Name Variable String - Variable name
- scope Number
- Set RP Announce Scope
- Range:
1
-255
- Range:
- scope
Variable String - Variable name
Service Multicast Feature Auto Rp Discovery, Service Multicast Feature Auto Rp Discovery Args
- Interface
Name string - Set RP Discovery Interface Name
- Interface
Name Variable string - Variable name
- Scope int
- Set RP Discovery Scope
- Range:
1
-255
- Range:
- Scope
Variable string - Variable name
- Interface
Name string - Set RP Discovery Interface Name
- Interface
Name Variable string - Variable name
- Scope int
- Set RP Discovery Scope
- Range:
1
-255
- Range:
- Scope
Variable string - Variable name
- interface
Name String - Set RP Discovery Interface Name
- interface
Name Variable String - Variable name
- scope Integer
- Set RP Discovery Scope
- Range:
1
-255
- Range:
- scope
Variable String - Variable name
- interface
Name string - Set RP Discovery Interface Name
- interface
Name Variable string - Variable name
- scope number
- Set RP Discovery Scope
- Range:
1
-255
- Range:
- scope
Variable string - Variable name
- interface_
name str - Set RP Discovery Interface Name
- interface_
name_ variable str - Variable name
- scope int
- Set RP Discovery Scope
- Range:
1
-255
- Range:
- scope_
variable str - Variable name
- interface
Name String - Set RP Discovery Interface Name
- interface
Name Variable String - Variable name
- scope Number
- Set RP Discovery Scope
- Range:
1
-255
- Range:
- scope
Variable String - Variable name
Service Multicast Feature Igmp Interface, Service Multicast Feature Igmp Interface Args
- Interface
Name string - Set interface name
- Interface
Name Variable string - Variable name
- Join
Groups List<Service Multicast Feature Igmp Interface Join Group> - Configure static joins
- Version int
- igmp Version <1..3>
- Range:
1
-3
- Default value:
2
- Range:
- Interface
Name string - Set interface name
- Interface
Name Variable string - Variable name
- Join
Groups []Service Multicast Feature Igmp Interface Join Group - Configure static joins
- Version int
- igmp Version <1..3>
- Range:
1
-3
- Default value:
2
- Range:
- interface
Name String - Set interface name
- interface
Name Variable String - Variable name
- join
Groups List<Service Multicast Feature Igmp Interface Join Group> - Configure static joins
- version Integer
- igmp Version <1..3>
- Range:
1
-3
- Default value:
2
- Range:
- interface
Name string - Set interface name
- interface
Name Variable string - Variable name
- join
Groups Service Multicast Feature Igmp Interface Join Group[] - Configure static joins
- version number
- igmp Version <1..3>
- Range:
1
-3
- Default value:
2
- Range:
- interface_
name str - Set interface name
- interface_
name_ variable str - Variable name
- join_
groups Sequence[Service Multicast Feature Igmp Interface Join Group] - Configure static joins
- version int
- igmp Version <1..3>
- Range:
1
-3
- Default value:
2
- Range:
- interface
Name String - Set interface name
- interface
Name Variable String - Variable name
- join
Groups List<Property Map> - Configure static joins
- version Number
- igmp Version <1..3>
- Range:
1
-3
- Default value:
2
- Range:
Service Multicast Feature Igmp Interface Join Group, Service Multicast Feature Igmp Interface Join Group Args
- Group
Address string - Set group address
- Group
Address Variable string - Variable name
- Source
Address string - Set source address
- Source
Address Variable string - Variable name
- Group
Address string - Set group address
- Group
Address Variable string - Variable name
- Source
Address string - Set source address
- Source
Address Variable string - Variable name
- group
Address String - Set group address
- group
Address Variable String - Variable name
- source
Address String - Set source address
- source
Address Variable String - Variable name
- group
Address string - Set group address
- group
Address Variable string - Variable name
- source
Address string - Set source address
- source
Address Variable 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
- group
Address String - Set group address
- group
Address Variable String - Variable name
- source
Address String - Set source address
- source
Address Variable String - Variable name
Service Multicast Feature Msdp Group, Service Multicast Feature Msdp Group Args
- Mesh
Group Name string - Set MSDP mesh group
- Mesh
Group Name Variable string - Variable name
- Peers
List<Service
Multicast Feature Msdp Group Peer> - Configure peer
- Mesh
Group Name string - Set MSDP mesh group
- Mesh
Group Name Variable string - Variable name
- Peers
[]Service
Multicast Feature Msdp Group Peer - Configure peer
- mesh
Group Name String - Set MSDP mesh group
- mesh
Group Name Variable String - Variable name
- peers
List<Service
Multicast Feature Msdp Group Peer> - Configure peer
- mesh
Group Name string - Set MSDP mesh group
- mesh
Group Name Variable string - Variable name
- peers
Service
Multicast Feature Msdp Group Peer[] - Configure peer
- mesh_
group_ name str - Set MSDP mesh group
- mesh_
group_ name_ variable str - Variable name
- peers
Sequence[Service
Multicast Feature Msdp Group Peer] - Configure peer
- mesh
Group Name String - Set MSDP mesh group
- mesh
Group Name Variable String - Variable name
- peers List<Property Map>
- Configure peer
Service Multicast Feature Msdp Group Peer, Service Multicast Feature Msdp Group Peer Args
- Connection
Source Interface string - Set MSDP peer ip connect-source interface
- Connection
Source Interface Variable string - Variable name
- Default
Peer bool - Set MSDP default peer
- Keepalive
Hold Time int - Set MSDP peer ip keepalive hold time
- Range:
1
-75
- Range:
- Keepalive
Hold Time Variable string - Variable name
- Keepalive
Interval int - Set MSDP peer ip keepalive interval
- Range:
1
-60
- Range:
- Keepalive
Interval Variable string - Variable name
- Peer
Authentication Password string - Set MSDP peer ip password
- Peer
Authentication Password Variable string - Variable name
- Peer
Ip string - Set MSDP peer ip
- Peer
Ip Variable string - Variable name
- Prefix
List Id string - Remote
As int - Set MSDP peer ip remote autonomous system number
- Range:
1
-65535
- Range:
- Remote
As Variable string - Variable name
- Sa
Limit int - Set MSDP peer ip SA limit message number
- Range:
1
-2147483646
- Range:
- Sa
Limit Variable string - Variable name
- Connection
Source Interface string - Set MSDP peer ip connect-source interface
- Connection
Source Interface Variable string - Variable name
- Default
Peer bool - Set MSDP default peer
- Keepalive
Hold Time int - Set MSDP peer ip keepalive hold time
- Range:
1
-75
- Range:
- Keepalive
Hold Time Variable string - Variable name
- Keepalive
Interval int - Set MSDP peer ip keepalive interval
- Range:
1
-60
- Range:
- Keepalive
Interval Variable string - Variable name
- Peer
Authentication Password string - Set MSDP peer ip password
- Peer
Authentication Password Variable string - Variable name
- Peer
Ip string - Set MSDP peer ip
- Peer
Ip Variable string - Variable name
- Prefix
List Id string - Remote
As int - Set MSDP peer ip remote autonomous system number
- Range:
1
-65535
- Range:
- Remote
As Variable string - Variable name
- Sa
Limit int - Set MSDP peer ip SA limit message number
- Range:
1
-2147483646
- Range:
- Sa
Limit Variable string - Variable name
- connection
Source Interface String - Set MSDP peer ip connect-source interface
- connection
Source Interface Variable String - Variable name
- default
Peer Boolean - Set MSDP default peer
- keepalive
Hold Time Integer - Set MSDP peer ip keepalive hold time
- Range:
1
-75
- Range:
- keepalive
Hold Time Variable String - Variable name
- keepalive
Interval Integer - Set MSDP peer ip keepalive interval
- Range:
1
-60
- Range:
- keepalive
Interval Variable String - Variable name
- peer
Authentication Password String - Set MSDP peer ip password
- peer
Authentication Password Variable String - Variable name
- peer
Ip String - Set MSDP peer ip
- peer
Ip Variable String - Variable name
- prefix
List Id String - remote
As Integer - Set MSDP peer ip remote autonomous system number
- Range:
1
-65535
- Range:
- remote
As Variable String - Variable name
- sa
Limit Integer - Set MSDP peer ip SA limit message number
- Range:
1
-2147483646
- Range:
- sa
Limit Variable String - Variable name
- connection
Source Interface string - Set MSDP peer ip connect-source interface
- connection
Source Interface Variable string - Variable name
- default
Peer boolean - Set MSDP default peer
- keepalive
Hold Time number - Set MSDP peer ip keepalive hold time
- Range:
1
-75
- Range:
- keepalive
Hold Time Variable string - Variable name
- keepalive
Interval number - Set MSDP peer ip keepalive interval
- Range:
1
-60
- Range:
- keepalive
Interval Variable string - Variable name
- peer
Authentication Password string - Set MSDP peer ip password
- peer
Authentication Password Variable string - Variable name
- peer
Ip string - Set MSDP peer ip
- peer
Ip Variable string - Variable name
- prefix
List Id string - remote
As number - Set MSDP peer ip remote autonomous system number
- Range:
1
-65535
- Range:
- remote
As Variable string - Variable name
- sa
Limit number - Set MSDP peer ip SA limit message number
- Range:
1
-2147483646
- Range:
- sa
Limit Variable 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
- Range:
1
-75
- Range:
- keepalive_
hold_ time_ variable str - Variable name
- keepalive_
interval int - Set MSDP peer ip keepalive interval
- Range:
1
-60
- Range:
- 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
- Range:
1
-65535
- Range:
- remote_
as_ variable str - Variable name
- sa_
limit int - Set MSDP peer ip SA limit message number
- Range:
1
-2147483646
- Range:
- sa_
limit_ variable str - Variable name
- connection
Source Interface String - Set MSDP peer ip connect-source interface
- connection
Source Interface Variable String - Variable name
- default
Peer Boolean - Set MSDP default peer
- keepalive
Hold Time Number - Set MSDP peer ip keepalive hold time
- Range:
1
-75
- Range:
- keepalive
Hold Time Variable String - Variable name
- keepalive
Interval Number - Set MSDP peer ip keepalive interval
- Range:
1
-60
- Range:
- keepalive
Interval Variable String - Variable name
- peer
Authentication Password String - Set MSDP peer ip password
- peer
Authentication Password Variable String - Variable name
- peer
Ip String - Set MSDP peer ip
- peer
Ip Variable String - Variable name
- prefix
List Id String - remote
As Number - Set MSDP peer ip remote autonomous system number
- Range:
1
-65535
- Range:
- remote
As Variable String - Variable name
- sa
Limit Number - Set MSDP peer ip SA limit message number
- Range:
1
-2147483646
- Range:
- sa
Limit Variable String - Variable name
Service Multicast Feature Pim Bsr Candidate, Service Multicast Feature Pim Bsr Candidate Args
- Accept
Candidate Access List string - Set BSR RP candidate filter
- Accept
Candidate Access List Variable string - Variable name
- Hash
Mask Length int - Hash Mask length for RP selection
- Range:
0
-32
- Range:
- Hash
Mask Length Variable string - Variable name
- Interface
Name string - Set Autonomic-Networking virtual interface
- Interface
Name Variable string - Variable name
- Priority int
- Set RP candidate priority
- Range:
0
-255
- Range:
- Priority
Variable string - Variable name
- Accept
Candidate Access List string - Set BSR RP candidate filter
- Accept
Candidate Access List Variable string - Variable name
- Hash
Mask Length int - Hash Mask length for RP selection
- Range:
0
-32
- Range:
- Hash
Mask Length Variable string - Variable name
- Interface
Name string - Set Autonomic-Networking virtual interface
- Interface
Name Variable string - Variable name
- Priority int
- Set RP candidate priority
- Range:
0
-255
- Range:
- Priority
Variable string - Variable name
- accept
Candidate Access List String - Set BSR RP candidate filter
- accept
Candidate Access List Variable String - Variable name
- hash
Mask Length Integer - Hash Mask length for RP selection
- Range:
0
-32
- Range:
- hash
Mask Length Variable String - Variable name
- interface
Name String - Set Autonomic-Networking virtual interface
- interface
Name Variable String - Variable name
- priority Integer
- Set RP candidate priority
- Range:
0
-255
- Range:
- priority
Variable String - Variable name
- accept
Candidate Access List string - Set BSR RP candidate filter
- accept
Candidate Access List Variable string - Variable name
- hash
Mask Length number - Hash Mask length for RP selection
- Range:
0
-32
- Range:
- hash
Mask Length Variable string - Variable name
- interface
Name string - Set Autonomic-Networking virtual interface
- interface
Name Variable string - Variable name
- priority number
- Set RP candidate priority
- Range:
0
-255
- Range:
- priority
Variable 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
- Range:
0
-32
- Range:
- 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
- Range:
0
-255
- Range:
- priority_
variable str - Variable name
- accept
Candidate Access List String - Set BSR RP candidate filter
- accept
Candidate Access List Variable String - Variable name
- hash
Mask Length Number - Hash Mask length for RP selection
- Range:
0
-32
- Range:
- hash
Mask Length Variable String - Variable name
- interface
Name String - Set Autonomic-Networking virtual interface
- interface
Name Variable String - Variable name
- priority Number
- Set RP candidate priority
- Range:
0
-255
- Range:
- priority
Variable String - Variable name
Service Multicast Feature Pim Bsr Rp Candidate, Service Multicast Feature Pim Bsr Rp Candidate Args
- Access
List Id string - Set IP Access List for PIM RP Candidate
- Access
List Id Variable string - Variable name
- Interface
Name string - Set Autonomic-Networking virtual interface
- Interface
Name Variable string - Variable name
- Interval int
- Set RP candidate advertisement interval
- Range:
1
-16383
- Range:
- Interval
Variable string - Variable name
- Priority int
- Set RP candidate priority
- Range:
0
-255
- Range:
- Priority
Variable string - Variable name
- Access
List Id string - Set IP Access List for PIM RP Candidate
- Access
List Id Variable string - Variable name
- Interface
Name string - Set Autonomic-Networking virtual interface
- Interface
Name Variable string - Variable name
- Interval int
- Set RP candidate advertisement interval
- Range:
1
-16383
- Range:
- Interval
Variable string - Variable name
- Priority int
- Set RP candidate priority
- Range:
0
-255
- Range:
- Priority
Variable string - Variable name
- access
List Id String - Set IP Access List for PIM RP Candidate
- access
List Id Variable String - Variable name
- interface
Name String - Set Autonomic-Networking virtual interface
- interface
Name Variable String - Variable name
- interval Integer
- Set RP candidate advertisement interval
- Range:
1
-16383
- Range:
- interval
Variable String - Variable name
- priority Integer
- Set RP candidate priority
- Range:
0
-255
- Range:
- priority
Variable String - Variable name
- access
List Id string - Set IP Access List for PIM RP Candidate
- access
List Id Variable string - Variable name
- interface
Name string - Set Autonomic-Networking virtual interface
- interface
Name Variable string - Variable name
- interval number
- Set RP candidate advertisement interval
- Range:
1
-16383
- Range:
- interval
Variable string - Variable name
- priority number
- Set RP candidate priority
- Range:
0
-255
- Range:
- priority
Variable 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
- Range:
1
-16383
- Range:
- interval_
variable str - Variable name
- priority int
- Set RP candidate priority
- Range:
0
-255
- Range:
- priority_
variable str - Variable name
- access
List Id String - Set IP Access List for PIM RP Candidate
- access
List Id Variable String - Variable name
- interface
Name String - Set Autonomic-Networking virtual interface
- interface
Name Variable String - Variable name
- interval Number
- Set RP candidate advertisement interval
- Range:
1
-16383
- Range:
- interval
Variable String - Variable name
- priority Number
- Set RP candidate priority
- Range:
0
-255
- Range:
- priority
Variable String - Variable name
Service Multicast Feature Pim Interface, Service Multicast Feature Pim Interface Args
- Interface
Name string - Set interface name
- Interface
Name Variable string - Variable name
- Join
Prune Interval int - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- Range:
10
-600
- Default value:
60
- Range:
- Join
Prune Interval Variable string - Variable name
- Query
Interval int - Set PIM query interval
- Range:
1
-18725
- Default value:
30
- Range:
- Query
Interval Variable string - Variable name
- Interface
Name string - Set interface name
- Interface
Name Variable string - Variable name
- Join
Prune Interval int - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- Range:
10
-600
- Default value:
60
- Range:
- Join
Prune Interval Variable string - Variable name
- Query
Interval int - Set PIM query interval
- Range:
1
-18725
- Default value:
30
- Range:
- Query
Interval Variable string - Variable name
- interface
Name String - Set interface name
- interface
Name Variable String - Variable name
- join
Prune Interval Integer - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- Range:
10
-600
- Default value:
60
- Range:
- join
Prune Interval Variable String - Variable name
- query
Interval Integer - Set PIM query interval
- Range:
1
-18725
- Default value:
30
- Range:
- query
Interval Variable String - Variable name
- interface
Name string - Set interface name
- interface
Name Variable string - Variable name
- join
Prune Interval number - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- Range:
10
-600
- Default value:
60
- Range:
- join
Prune Interval Variable string - Variable name
- query
Interval number - Set PIM query interval
- Range:
1
-18725
- Default value:
30
- Range:
- query
Interval Variable 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
- Range:
10
-600
- Default value:
60
- Range:
- join_
prune_ interval_ variable str - Variable name
- query_
interval int - Set PIM query interval
- Range:
1
-18725
- Default value:
30
- Range:
- query_
interval_ variable str - Variable name
- interface
Name String - Set interface name
- interface
Name Variable String - Variable name
- join
Prune Interval Number - Set interval at which PIM multicast traffic can join or be removed from RPT or SPT
- Range:
10
-600
- Default value:
60
- Range:
- join
Prune Interval Variable String - Variable name
- query
Interval Number - Set PIM query interval
- Range:
1
-18725
- Default value:
30
- Range:
- query
Interval Variable String - Variable name
Service Multicast Feature Static Rp Address, Service Multicast Feature Static Rp Address Args
- Access
List string - Set Static RP Access List
- Access
List Variable string - Variable name
- Ip
Address string - Set Static RP IP Address
- Ip
Address Variable string - Variable name
- Override bool
- Set override flag
- Default value:
false
- Default value:
- Override
Variable string - Variable name
- Access
List string - Set Static RP Access List
- Access
List Variable string - Variable name
- Ip
Address string - Set Static RP IP Address
- Ip
Address Variable string - Variable name
- Override bool
- Set override flag
- Default value:
false
- Default value:
- Override
Variable string - Variable name
- access
List String - Set Static RP Access List
- access
List Variable String - Variable name
- ip
Address String - Set Static RP IP Address
- ip
Address Variable String - Variable name
- override Boolean
- Set override flag
- Default value:
false
- Default value:
- override
Variable String - Variable name
- access
List string - Set Static RP Access List
- access
List Variable string - Variable name
- ip
Address string - Set Static RP IP Address
- ip
Address Variable string - Variable name
- override boolean
- Set override flag
- Default value:
false
- Default value:
- override
Variable 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
- Default value:
false
- Default value:
- override_
variable str - Variable name
- access
List String - Set Static RP Access List
- access
List Variable String - Variable name
- ip
Address String - Set Static RP IP Address
- ip
Address Variable String - Variable name
- override Boolean
- Set override flag
- Default value:
false
- Default value:
- override
Variable String - Variable name
Import
The pulumi import
command can be used, for example:
Expected import identifier with the format: “service_multicast_feature_id,feature_profile_id”
$ pulumi import sdwan:index/serviceMulticastFeature:ServiceMulticastFeature example "f6b2c44c-693c-4763-b010-895aa3d236bd,f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.