Cisco NX-OS v0.0.2 published on Friday, Sep 29, 2023 by lbrlabs
nxos.getIsisVrf
Explore with Pulumi AI
This data source can read the IS-IS VRF configuration.
- API Documentation: isisDom
Example Usage
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Nxos = Pulumi.Nxos;
return await Deployment.RunAsync(() => 
{
    var example = Nxos.GetIsisVrf.Invoke(new()
    {
        InstanceName = "ISIS1",
        Name = "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.LookupIsisVrf(ctx, &nxos.LookupIsisVrfArgs{
			InstanceName: "ISIS1",
			Name:         "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.GetIsisVrfArgs;
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.getIsisVrf(GetIsisVrfArgs.builder()
            .instanceName("ISIS1")
            .name("default")
            .build());
    }
}
import * as pulumi from "@pulumi/pulumi";
import * as nxos from "@pulumi/nxos";
const example = nxos.getIsisVrf({
    instanceName: "ISIS1",
    name: "default",
});
import pulumi
import pulumi_nxos as nxos
example = nxos.get_isis_vrf(instance_name="ISIS1",
    name="default")
variables:
  example:
    fn::invoke:
      Function: nxos:getIsisVrf
      Arguments:
        instanceName: ISIS1
        name: default
Using getIsisVrf
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 getIsisVrf(args: GetIsisVrfArgs, opts?: InvokeOptions): Promise<GetIsisVrfResult>
function getIsisVrfOutput(args: GetIsisVrfOutputArgs, opts?: InvokeOptions): Output<GetIsisVrfResult>def get_isis_vrf(device: Optional[str] = None,
                 instance_name: Optional[str] = None,
                 name: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetIsisVrfResult
def get_isis_vrf_output(device: Optional[pulumi.Input[str]] = None,
                 instance_name: Optional[pulumi.Input[str]] = None,
                 name: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetIsisVrfResult]func LookupIsisVrf(ctx *Context, args *LookupIsisVrfArgs, opts ...InvokeOption) (*LookupIsisVrfResult, error)
func LookupIsisVrfOutput(ctx *Context, args *LookupIsisVrfOutputArgs, opts ...InvokeOption) LookupIsisVrfResultOutput> Note: This function is named LookupIsisVrf in the Go SDK.
public static class GetIsisVrf 
{
    public static Task<GetIsisVrfResult> InvokeAsync(GetIsisVrfArgs args, InvokeOptions? opts = null)
    public static Output<GetIsisVrfResult> Invoke(GetIsisVrfInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIsisVrfResult> getIsisVrf(GetIsisVrfArgs args, InvokeOptions options)
public static Output<GetIsisVrfResult> getIsisVrf(GetIsisVrfArgs args, InvokeOptions options)
fn::invoke:
  function: nxos:index/getIsisVrf:getIsisVrf
  arguments:
    # arguments dictionaryThe following arguments are supported:
- InstanceName string
- IS-IS instance name.
- Name string
- VRF name.
- Device string
- A device name from the provider configuration.
- InstanceName string
- IS-IS instance name.
- Name string
- VRF name.
- Device string
- A device name from the provider configuration.
- instanceName String
- IS-IS instance name.
- name String
- VRF name.
- device String
- A device name from the provider configuration.
- instanceName string
- IS-IS instance name.
- name string
- VRF name.
- device string
- A device name from the provider configuration.
- instance_name str
- IS-IS instance name.
- name str
- VRF name.
- device str
- A device name from the provider configuration.
- instanceName String
- IS-IS instance name.
- name String
- VRF name.
- device String
- A device name from the provider configuration.
getIsisVrf Result
The following output properties are available:
- AdminState string
- Administrative state.
- AuthenticationCheck boolL1 
- Authentication Check for ISIS on Level-1.
- AuthenticationCheck boolL2 
- Authentication Check for ISIS on Level-2.
- AuthenticationKey stringL1 
- Authentication Key for IS-IS on Level-1.
- AuthenticationKey stringL2 
- Authentication Key for IS-IS on Level-2.
- AuthenticationType stringL1 
- IS-IS Authentication-Type for Level-1.
- AuthenticationType stringL2 
- IS-IS Authentication-Type for Level-2.
- BandwidthReference int
- The IS-IS domain bandwidth reference. This sets the default reference bandwidth used for calculating the IS-IS cost metric.
- BanwidthReference stringUnit 
- Bandwidth reference unit.
- Id string
- The distinguished name of the object.
- InstanceName string
- IS-IS instance name.
- IsType string
- IS-IS domain type.
- MetricType string
- IS-IS metric type.
- Mtu int
- The configuration of link-state packet (LSP) maximum transmission units (MTU) is supported. You can enable up to 4352 bytes.
- Name string
- VRF name.
- Net string
- Holds IS-IS domain NET (address) value.
- PassiveDefault string
- IS-IS Domain passive-interface default level.
- Device string
- A device name from the provider configuration.
- AdminState string
- Administrative state.
- AuthenticationCheck boolL1 
- Authentication Check for ISIS on Level-1.
- AuthenticationCheck boolL2 
- Authentication Check for ISIS on Level-2.
- AuthenticationKey stringL1 
- Authentication Key for IS-IS on Level-1.
- AuthenticationKey stringL2 
- Authentication Key for IS-IS on Level-2.
- AuthenticationType stringL1 
- IS-IS Authentication-Type for Level-1.
- AuthenticationType stringL2 
- IS-IS Authentication-Type for Level-2.
- BandwidthReference int
- The IS-IS domain bandwidth reference. This sets the default reference bandwidth used for calculating the IS-IS cost metric.
- BanwidthReference stringUnit 
- Bandwidth reference unit.
- Id string
- The distinguished name of the object.
- InstanceName string
- IS-IS instance name.
- IsType string
- IS-IS domain type.
- MetricType string
- IS-IS metric type.
- Mtu int
- The configuration of link-state packet (LSP) maximum transmission units (MTU) is supported. You can enable up to 4352 bytes.
- Name string
- VRF name.
- Net string
- Holds IS-IS domain NET (address) value.
- PassiveDefault string
- IS-IS Domain passive-interface default level.
- Device string
- A device name from the provider configuration.
- adminState String
- Administrative state.
- authenticationCheck BooleanL1 
- Authentication Check for ISIS on Level-1.
- authenticationCheck BooleanL2 
- Authentication Check for ISIS on Level-2.
- authenticationKey StringL1 
- Authentication Key for IS-IS on Level-1.
- authenticationKey StringL2 
- Authentication Key for IS-IS on Level-2.
- authenticationType StringL1 
- IS-IS Authentication-Type for Level-1.
- authenticationType StringL2 
- IS-IS Authentication-Type for Level-2.
- bandwidthReference Integer
- The IS-IS domain bandwidth reference. This sets the default reference bandwidth used for calculating the IS-IS cost metric.
- banwidthReference StringUnit 
- Bandwidth reference unit.
- id String
- The distinguished name of the object.
- instanceName String
- IS-IS instance name.
- isType String
- IS-IS domain type.
- metricType String
- IS-IS metric type.
- mtu Integer
- The configuration of link-state packet (LSP) maximum transmission units (MTU) is supported. You can enable up to 4352 bytes.
- name String
- VRF name.
- net String
- Holds IS-IS domain NET (address) value.
- passiveDefault String
- IS-IS Domain passive-interface default level.
- device String
- A device name from the provider configuration.
- adminState string
- Administrative state.
- authenticationCheck booleanL1 
- Authentication Check for ISIS on Level-1.
- authenticationCheck booleanL2 
- Authentication Check for ISIS on Level-2.
- authenticationKey stringL1 
- Authentication Key for IS-IS on Level-1.
- authenticationKey stringL2 
- Authentication Key for IS-IS on Level-2.
- authenticationType stringL1 
- IS-IS Authentication-Type for Level-1.
- authenticationType stringL2 
- IS-IS Authentication-Type for Level-2.
- bandwidthReference number
- The IS-IS domain bandwidth reference. This sets the default reference bandwidth used for calculating the IS-IS cost metric.
- banwidthReference stringUnit 
- Bandwidth reference unit.
- id string
- The distinguished name of the object.
- instanceName string
- IS-IS instance name.
- isType string
- IS-IS domain type.
- metricType string
- IS-IS metric type.
- mtu number
- The configuration of link-state packet (LSP) maximum transmission units (MTU) is supported. You can enable up to 4352 bytes.
- name string
- VRF name.
- net string
- Holds IS-IS domain NET (address) value.
- passiveDefault string
- IS-IS Domain passive-interface default level.
- device string
- A device name from the provider configuration.
- admin_state str
- Administrative state.
- authentication_check_ booll1 
- Authentication Check for ISIS on Level-1.
- authentication_check_ booll2 
- Authentication Check for ISIS on Level-2.
- authentication_key_ strl1 
- Authentication Key for IS-IS on Level-1.
- authentication_key_ strl2 
- Authentication Key for IS-IS on Level-2.
- authentication_type_ strl1 
- IS-IS Authentication-Type for Level-1.
- authentication_type_ strl2 
- IS-IS Authentication-Type for Level-2.
- bandwidth_reference int
- The IS-IS domain bandwidth reference. This sets the default reference bandwidth used for calculating the IS-IS cost metric.
- banwidth_reference_ strunit 
- Bandwidth reference unit.
- id str
- The distinguished name of the object.
- instance_name str
- IS-IS instance name.
- is_type str
- IS-IS domain type.
- metric_type str
- IS-IS metric type.
- mtu int
- The configuration of link-state packet (LSP) maximum transmission units (MTU) is supported. You can enable up to 4352 bytes.
- name str
- VRF name.
- net str
- Holds IS-IS domain NET (address) value.
- passive_default str
- IS-IS Domain passive-interface default level.
- device str
- A device name from the provider configuration.
- adminState String
- Administrative state.
- authenticationCheck BooleanL1 
- Authentication Check for ISIS on Level-1.
- authenticationCheck BooleanL2 
- Authentication Check for ISIS on Level-2.
- authenticationKey StringL1 
- Authentication Key for IS-IS on Level-1.
- authenticationKey StringL2 
- Authentication Key for IS-IS on Level-2.
- authenticationType StringL1 
- IS-IS Authentication-Type for Level-1.
- authenticationType StringL2 
- IS-IS Authentication-Type for Level-2.
- bandwidthReference Number
- The IS-IS domain bandwidth reference. This sets the default reference bandwidth used for calculating the IS-IS cost metric.
- banwidthReference StringUnit 
- Bandwidth reference unit.
- id String
- The distinguished name of the object.
- instanceName String
- IS-IS instance name.
- isType String
- IS-IS domain type.
- metricType String
- IS-IS metric type.
- mtu Number
- The configuration of link-state packet (LSP) maximum transmission units (MTU) is supported. You can enable up to 4352 bytes.
- name String
- VRF name.
- net String
- Holds IS-IS domain NET (address) value.
- passiveDefault String
- IS-IS Domain passive-interface default level.
- 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.