Cisco Meraki v0.4.1 published on Saturday, Mar 15, 2025 by Pulumi
meraki.networks.getSwitchRoutingMulticastRendezvousPoints
Explore with Pulumi AI
Example Usage
Using getSwitchRoutingMulticastRendezvousPoints
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 getSwitchRoutingMulticastRendezvousPoints(args: GetSwitchRoutingMulticastRendezvousPointsArgs, opts?: InvokeOptions): Promise<GetSwitchRoutingMulticastRendezvousPointsResult>
function getSwitchRoutingMulticastRendezvousPointsOutput(args: GetSwitchRoutingMulticastRendezvousPointsOutputArgs, opts?: InvokeOptions): Output<GetSwitchRoutingMulticastRendezvousPointsResult>def get_switch_routing_multicast_rendezvous_points(network_id: Optional[str] = None,
                                                   rendezvous_point_id: Optional[str] = None,
                                                   opts: Optional[InvokeOptions] = None) -> GetSwitchRoutingMulticastRendezvousPointsResult
def get_switch_routing_multicast_rendezvous_points_output(network_id: Optional[pulumi.Input[str]] = None,
                                                   rendezvous_point_id: Optional[pulumi.Input[str]] = None,
                                                   opts: Optional[InvokeOptions] = None) -> Output[GetSwitchRoutingMulticastRendezvousPointsResult]func LookupSwitchRoutingMulticastRendezvousPoints(ctx *Context, args *LookupSwitchRoutingMulticastRendezvousPointsArgs, opts ...InvokeOption) (*LookupSwitchRoutingMulticastRendezvousPointsResult, error)
func LookupSwitchRoutingMulticastRendezvousPointsOutput(ctx *Context, args *LookupSwitchRoutingMulticastRendezvousPointsOutputArgs, opts ...InvokeOption) LookupSwitchRoutingMulticastRendezvousPointsResultOutput> Note: This function is named LookupSwitchRoutingMulticastRendezvousPoints in the Go SDK.
public static class GetSwitchRoutingMulticastRendezvousPoints 
{
    public static Task<GetSwitchRoutingMulticastRendezvousPointsResult> InvokeAsync(GetSwitchRoutingMulticastRendezvousPointsArgs args, InvokeOptions? opts = null)
    public static Output<GetSwitchRoutingMulticastRendezvousPointsResult> Invoke(GetSwitchRoutingMulticastRendezvousPointsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSwitchRoutingMulticastRendezvousPointsResult> getSwitchRoutingMulticastRendezvousPoints(GetSwitchRoutingMulticastRendezvousPointsArgs args, InvokeOptions options)
public static Output<GetSwitchRoutingMulticastRendezvousPointsResult> getSwitchRoutingMulticastRendezvousPoints(GetSwitchRoutingMulticastRendezvousPointsArgs args, InvokeOptions options)
fn::invoke:
  function: meraki:networks/getSwitchRoutingMulticastRendezvousPoints:getSwitchRoutingMulticastRendezvousPoints
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NetworkId string
- networkId path parameter. Network ID
- RendezvousPoint stringId 
- rendezvousPointId path parameter. Rendezvous point ID
- NetworkId string
- networkId path parameter. Network ID
- RendezvousPoint stringId 
- rendezvousPointId path parameter. Rendezvous point ID
- networkId String
- networkId path parameter. Network ID
- rendezvousPoint StringId 
- rendezvousPointId path parameter. Rendezvous point ID
- networkId string
- networkId path parameter. Network ID
- rendezvousPoint stringId 
- rendezvousPointId path parameter. Rendezvous point ID
- network_id str
- networkId path parameter. Network ID
- rendezvous_point_ strid 
- rendezvousPointId path parameter. Rendezvous point ID
- networkId String
- networkId path parameter. Network ID
- rendezvousPoint StringId 
- rendezvousPointId path parameter. Rendezvous point ID
getSwitchRoutingMulticastRendezvousPoints Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetSwitch Routing Multicast Rendezvous Points Item 
- Items
List<GetSwitch Routing Multicast Rendezvous Points Item> 
- Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
- NetworkId string
- networkId path parameter. Network ID
- RendezvousPoint stringId 
- rendezvousPointId path parameter. Rendezvous point ID
- Id string
- The provider-assigned unique ID for this managed resource.
- Item
GetSwitch Routing Multicast Rendezvous Points Item 
- Items
[]GetSwitch Routing Multicast Rendezvous Points Item 
- Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
- NetworkId string
- networkId path parameter. Network ID
- RendezvousPoint stringId 
- rendezvousPointId path parameter. Rendezvous point ID
- id String
- The provider-assigned unique ID for this managed resource.
- item
GetSwitch Routing Multicast Rendezvous Points Item 
- items
List<GetSwitch Routing Multicast Rendezvous Points Item> 
- Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
- networkId String
- networkId path parameter. Network ID
- rendezvousPoint StringId 
- rendezvousPointId path parameter. Rendezvous point ID
- id string
- The provider-assigned unique ID for this managed resource.
- item
GetSwitch Routing Multicast Rendezvous Points Item 
- items
GetSwitch Routing Multicast Rendezvous Points Item[] 
- Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
- networkId string
- networkId path parameter. Network ID
- rendezvousPoint stringId 
- rendezvousPointId path parameter. Rendezvous point ID
- id str
- The provider-assigned unique ID for this managed resource.
- item
GetSwitch Routing Multicast Rendezvous Points Item 
- items
Sequence[GetSwitch Routing Multicast Rendezvous Points Item] 
- Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
- network_id str
- networkId path parameter. Network ID
- rendezvous_point_ strid 
- rendezvousPointId path parameter. Rendezvous point ID
- id String
- The provider-assigned unique ID for this managed resource.
- item Property Map
- items List<Property Map>
- Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
- networkId String
- networkId path parameter. Network ID
- rendezvousPoint StringId 
- rendezvousPointId path parameter. Rendezvous point ID
Supporting Types
GetSwitchRoutingMulticastRendezvousPointsItem      
- InterfaceIp string
- The IP address of the interface to use.
- InterfaceName string
- The name of the interface to use.
- MulticastGroup string
- 'Any', or the IP address of a multicast group.
- RendezvousPoint stringId 
- The id.
- Serial string
- The serial.
- InterfaceIp string
- The IP address of the interface to use.
- InterfaceName string
- The name of the interface to use.
- MulticastGroup string
- 'Any', or the IP address of a multicast group.
- RendezvousPoint stringId 
- The id.
- Serial string
- The serial.
- interfaceIp String
- The IP address of the interface to use.
- interfaceName String
- The name of the interface to use.
- multicastGroup String
- 'Any', or the IP address of a multicast group.
- rendezvousPoint StringId 
- The id.
- serial String
- The serial.
- interfaceIp string
- The IP address of the interface to use.
- interfaceName string
- The name of the interface to use.
- multicastGroup string
- 'Any', or the IP address of a multicast group.
- rendezvousPoint stringId 
- The id.
- serial string
- The serial.
- interface_ip str
- The IP address of the interface to use.
- interface_name str
- The name of the interface to use.
- multicast_group str
- 'Any', or the IP address of a multicast group.
- rendezvous_point_ strid 
- The id.
- serial str
- The serial.
- interfaceIp String
- The IP address of the interface to use.
- interfaceName String
- The name of the interface to use.
- multicastGroup String
- 'Any', or the IP address of a multicast group.
- rendezvousPoint StringId 
- The id.
- serial String
- The serial.
Package Details
- Repository
- meraki pulumi/pulumi-meraki
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the merakiTerraform Provider.
