1. Packages
  2. Cisco Meraki Provider
  3. API Docs
  4. networks
  5. getSwitchRoutingMulticastRendezvousPoints
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>
Copy
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]
Copy
func LookupSwitchRoutingMulticastRendezvousPoints(ctx *Context, args *LookupSwitchRoutingMulticastRendezvousPointsArgs, opts ...InvokeOption) (*LookupSwitchRoutingMulticastRendezvousPointsResult, error)
func LookupSwitchRoutingMulticastRendezvousPointsOutput(ctx *Context, args *LookupSwitchRoutingMulticastRendezvousPointsOutputArgs, opts ...InvokeOption) LookupSwitchRoutingMulticastRendezvousPointsResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSwitchRoutingMulticastRendezvousPointsResult> getSwitchRoutingMulticastRendezvousPoints(GetSwitchRoutingMulticastRendezvousPointsArgs args, InvokeOptions options)
public static Output<GetSwitchRoutingMulticastRendezvousPointsResult> getSwitchRoutingMulticastRendezvousPoints(GetSwitchRoutingMulticastRendezvousPointsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: meraki:networks/getSwitchRoutingMulticastRendezvousPoints:getSwitchRoutingMulticastRendezvousPoints
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

NetworkId string
networkId path parameter. Network ID
RendezvousPointId string
rendezvousPointId path parameter. Rendezvous point ID
NetworkId string
networkId path parameter. Network ID
RendezvousPointId string
rendezvousPointId path parameter. Rendezvous point ID
networkId String
networkId path parameter. Network ID
rendezvousPointId String
rendezvousPointId path parameter. Rendezvous point ID
networkId string
networkId path parameter. Network ID
rendezvousPointId string
rendezvousPointId path parameter. Rendezvous point ID
network_id str
networkId path parameter. Network ID
rendezvous_point_id str
rendezvousPointId path parameter. Rendezvous point ID
networkId String
networkId path parameter. Network ID
rendezvousPointId String
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 GetSwitchRoutingMulticastRendezvousPointsItem
Items List<GetSwitchRoutingMulticastRendezvousPointsItem>
Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
NetworkId string
networkId path parameter. Network ID
RendezvousPointId string
rendezvousPointId path parameter. Rendezvous point ID
Id string
The provider-assigned unique ID for this managed resource.
Item GetSwitchRoutingMulticastRendezvousPointsItem
Items []GetSwitchRoutingMulticastRendezvousPointsItem
Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
NetworkId string
networkId path parameter. Network ID
RendezvousPointId string
rendezvousPointId path parameter. Rendezvous point ID
id String
The provider-assigned unique ID for this managed resource.
item GetSwitchRoutingMulticastRendezvousPointsItem
items List<GetSwitchRoutingMulticastRendezvousPointsItem>
Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
networkId String
networkId path parameter. Network ID
rendezvousPointId String
rendezvousPointId path parameter. Rendezvous point ID
id string
The provider-assigned unique ID for this managed resource.
item GetSwitchRoutingMulticastRendezvousPointsItem
items GetSwitchRoutingMulticastRendezvousPointsItem[]
Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
networkId string
networkId path parameter. Network ID
rendezvousPointId string
rendezvousPointId path parameter. Rendezvous point ID
id str
The provider-assigned unique ID for this managed resource.
item GetSwitchRoutingMulticastRendezvousPointsItem
items Sequence[GetSwitchRoutingMulticastRendezvousPointsItem]
Array of ResponseSwitchGetNetworkSwitchRoutingMulticastRendezvousPoints
network_id str
networkId path parameter. Network ID
rendezvous_point_id str
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
rendezvousPointId String
rendezvousPointId path parameter. Rendezvous point ID

Supporting Types

GetSwitchRoutingMulticastRendezvousPointsItem

InterfaceIp This property is required. string
The IP address of the interface to use.
InterfaceName This property is required. string
The name of the interface to use.
MulticastGroup This property is required. string
'Any', or the IP address of a multicast group.
RendezvousPointId This property is required. string
The id.
Serial This property is required. string
The serial.
InterfaceIp This property is required. string
The IP address of the interface to use.
InterfaceName This property is required. string
The name of the interface to use.
MulticastGroup This property is required. string
'Any', or the IP address of a multicast group.
RendezvousPointId This property is required. string
The id.
Serial This property is required. string
The serial.
interfaceIp This property is required. String
The IP address of the interface to use.
interfaceName This property is required. String
The name of the interface to use.
multicastGroup This property is required. String
'Any', or the IP address of a multicast group.
rendezvousPointId This property is required. String
The id.
serial This property is required. String
The serial.
interfaceIp This property is required. string
The IP address of the interface to use.
interfaceName This property is required. string
The name of the interface to use.
multicastGroup This property is required. string
'Any', or the IP address of a multicast group.
rendezvousPointId This property is required. string
The id.
serial This property is required. string
The serial.
interface_ip This property is required. str
The IP address of the interface to use.
interface_name This property is required. str
The name of the interface to use.
multicast_group This property is required. str
'Any', or the IP address of a multicast group.
rendezvous_point_id This property is required. str
The id.
serial This property is required. str
The serial.
interfaceIp This property is required. String
The IP address of the interface to use.
interfaceName This property is required. String
The name of the interface to use.
multicastGroup This property is required. String
'Any', or the IP address of a multicast group.
rendezvousPointId This property is required. String
The id.
serial This property is required. String
The serial.

Package Details

Repository
meraki pulumi/pulumi-meraki
License
Apache-2.0
Notes
This Pulumi package is based on the meraki Terraform Provider.