Cisco NX-OS v0.0.2 published on Friday, Sep 29, 2023 by lbrlabs
nxos.getPimSsmRange
Explore with Pulumi AI
This data source can read the PIM SSM range configuration.
- API Documentation: pimSSMRangeP
 
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nxos = Pulumi.Nxos;
return await Deployment.RunAsync(() => 
{
    var example = Nxos.GetPimSsmRange.Invoke(new()
    {
        VrfName = "default",
    });
});
package main
import (
	"github.com/lbrlabs/pulumi-nxos/sdk/go/nxos"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := nxos.LookupPimSsmRange(ctx, &nxos.LookupPimSsmRangeArgs{
			VrfName: "default",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.nxos.NxosFunctions;
import com.pulumi.nxos.inputs.GetPimSsmRangeArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = NxosFunctions.getPimSsmRange(GetPimSsmRangeArgs.builder()
            .vrfName("default")
            .build());
    }
}
import pulumi
import pulumi_nxos as nxos
example = nxos.get_pim_ssm_range(vrf_name="default")
import * as pulumi from "@pulumi/pulumi";
import * as nxos from "@pulumi/nxos";
const example = nxos.getPimSsmRange({
    vrfName: "default",
});
variables:
  example:
    fn::invoke:
      Function: nxos:getPimSsmRange
      Arguments:
        vrfName: default
Using getPimSsmRange
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 getPimSsmRange(args: GetPimSsmRangeArgs, opts?: InvokeOptions): Promise<GetPimSsmRangeResult>
function getPimSsmRangeOutput(args: GetPimSsmRangeOutputArgs, opts?: InvokeOptions): Output<GetPimSsmRangeResult>def get_pim_ssm_range(device: Optional[str] = None,
                      vrf_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetPimSsmRangeResult
def get_pim_ssm_range_output(device: Optional[pulumi.Input[str]] = None,
                      vrf_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetPimSsmRangeResult]func LookupPimSsmRange(ctx *Context, args *LookupPimSsmRangeArgs, opts ...InvokeOption) (*LookupPimSsmRangeResult, error)
func LookupPimSsmRangeOutput(ctx *Context, args *LookupPimSsmRangeOutputArgs, opts ...InvokeOption) LookupPimSsmRangeResultOutput> Note: This function is named LookupPimSsmRange in the Go SDK.
public static class GetPimSsmRange 
{
    public static Task<GetPimSsmRangeResult> InvokeAsync(GetPimSsmRangeArgs args, InvokeOptions? opts = null)
    public static Output<GetPimSsmRangeResult> Invoke(GetPimSsmRangeInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPimSsmRangeResult> getPimSsmRange(GetPimSsmRangeArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: nxos:index/getPimSsmRange:getPimSsmRange
  arguments:
    # arguments dictionaryThe following arguments are supported:
getPimSsmRange Result
The following output properties are available:
- Group
List1 string - Group list 1.
 - Group
List2 string - Group list 2.
 - Group
List3 string - Group list 3.
 - Group
List4 string - Group list 4.
 - Id string
 - The distinguished name of the object.
 - Prefix
List string - Prefix list name.
 - Route
Map string - Route map name.
 - Ssm
None bool - Exclude standard SSM range (232.0.0.0/8).
 - Vrf
Name string - VRF name.
 - Device string
 - A device name from the provider configuration.
 
- Group
List1 string - Group list 1.
 - Group
List2 string - Group list 2.
 - Group
List3 string - Group list 3.
 - Group
List4 string - Group list 4.
 - Id string
 - The distinguished name of the object.
 - Prefix
List string - Prefix list name.
 - Route
Map string - Route map name.
 - Ssm
None bool - Exclude standard SSM range (232.0.0.0/8).
 - Vrf
Name string - VRF name.
 - Device string
 - A device name from the provider configuration.
 
- group
List1 String - Group list 1.
 - group
List2 String - Group list 2.
 - group
List3 String - Group list 3.
 - group
List4 String - Group list 4.
 - id String
 - The distinguished name of the object.
 - prefix
List String - Prefix list name.
 - route
Map String - Route map name.
 - ssm
None Boolean - Exclude standard SSM range (232.0.0.0/8).
 - vrf
Name String - VRF name.
 - device String
 - A device name from the provider configuration.
 
- group
List1 string - Group list 1.
 - group
List2 string - Group list 2.
 - group
List3 string - Group list 3.
 - group
List4 string - Group list 4.
 - id string
 - The distinguished name of the object.
 - prefix
List string - Prefix list name.
 - route
Map string - Route map name.
 - ssm
None boolean - Exclude standard SSM range (232.0.0.0/8).
 - vrf
Name string - VRF name.
 - device string
 - A device name from the provider configuration.
 
- group_
list1 str - Group list 1.
 - group_
list2 str - Group list 2.
 - group_
list3 str - Group list 3.
 - group_
list4 str - Group list 4.
 - id str
 - The distinguished name of the object.
 - prefix_
list str - Prefix list name.
 - route_
map str - Route map name.
 - ssm_
none bool - Exclude standard SSM range (232.0.0.0/8).
 - vrf_
name str - VRF name.
 - device str
 - A device name from the provider configuration.
 
- group
List1 String - Group list 1.
 - group
List2 String - Group list 2.
 - group
List3 String - Group list 3.
 - group
List4 String - Group list 4.
 - id String
 - The distinguished name of the object.
 - prefix
List String - Prefix list name.
 - route
Map String - Route map name.
 - ssm
None Boolean - Exclude standard SSM range (232.0.0.0/8).
 - vrf
Name String - VRF name.
 - device String
 - A device name from the provider configuration.
 
Package Details
- Repository
 - nxos lbrlabs/pulumi-nxos
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
nxosTerraform Provider.