1. Packages
  2. Avi Provider
  3. API Docs
  4. getVrfcontext
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.getVrfcontext

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “AVI: avi.Vrfcontext” sidebar_current: “docs-avi-datasource-vrfcontext” description: |- Get information of Avi VrfContext.

    avi.Vrfcontext

    This data source is used to to get avi.Vrfcontext objects.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const fooVrfcontext = avi.getVrfcontext({
        cloudRef: "/api/cloud/?tenant=admin&name=Default-Cloud",
        name: "foo",
        uuid: "vrfcontext-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
    });
    
    import pulumi
    import pulumi_avi as avi
    
    foo_vrfcontext = avi.get_vrfcontext(cloud_ref="/api/cloud/?tenant=admin&name=Default-Cloud",
        name="foo",
        uuid="vrfcontext-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := avi.LookupVrfcontext(ctx, &avi.LookupVrfcontextArgs{
    			CloudRef: pulumi.StringRef("/api/cloud/?tenant=admin&name=Default-Cloud"),
    			Name:     pulumi.StringRef("foo"),
    			Uuid:     pulumi.StringRef("vrfcontext-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Avi = Pulumi.Avi;
    
    return await Deployment.RunAsync(() => 
    {
        var fooVrfcontext = Avi.GetVrfcontext.Invoke(new()
        {
            CloudRef = "/api/cloud/?tenant=admin&name=Default-Cloud",
            Name = "foo",
            Uuid = "vrfcontext-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.AviFunctions;
    import com.pulumi.avi.inputs.GetVrfcontextArgs;
    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 fooVrfcontext = AviFunctions.getVrfcontext(GetVrfcontextArgs.builder()
                .cloudRef("/api/cloud/?tenant=admin&name=Default-Cloud")
                .name("foo")
                .uuid("vrfcontext-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
                .build());
    
        }
    }
    
    variables:
      fooVrfcontext:
        fn::invoke:
          function: avi:getVrfcontext
          arguments:
            cloudRef: /api/cloud/?tenant=admin&name=Default-Cloud
            name: foo
            uuid: vrfcontext-f9cf6b3e-a411-436f-95e2-2982ba2b217b
    

    Using getVrfcontext

    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 getVrfcontext(args: GetVrfcontextArgs, opts?: InvokeOptions): Promise<GetVrfcontextResult>
    function getVrfcontextOutput(args: GetVrfcontextOutputArgs, opts?: InvokeOptions): Output<GetVrfcontextResult>
    def get_vrfcontext(cloud_ref: Optional[str] = None,
                       id: Optional[str] = None,
                       name: Optional[str] = None,
                       tenant_ref: Optional[str] = None,
                       uuid: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetVrfcontextResult
    def get_vrfcontext_output(cloud_ref: Optional[pulumi.Input[str]] = None,
                       id: Optional[pulumi.Input[str]] = None,
                       name: Optional[pulumi.Input[str]] = None,
                       tenant_ref: Optional[pulumi.Input[str]] = None,
                       uuid: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetVrfcontextResult]
    func LookupVrfcontext(ctx *Context, args *LookupVrfcontextArgs, opts ...InvokeOption) (*LookupVrfcontextResult, error)
    func LookupVrfcontextOutput(ctx *Context, args *LookupVrfcontextOutputArgs, opts ...InvokeOption) LookupVrfcontextResultOutput

    > Note: This function is named LookupVrfcontext in the Go SDK.

    public static class GetVrfcontext 
    {
        public static Task<GetVrfcontextResult> InvokeAsync(GetVrfcontextArgs args, InvokeOptions? opts = null)
        public static Output<GetVrfcontextResult> Invoke(GetVrfcontextInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVrfcontextResult> getVrfcontext(GetVrfcontextArgs args, InvokeOptions options)
    public static Output<GetVrfcontextResult> getVrfcontext(GetVrfcontextArgs args, InvokeOptions options)
    
    fn::invoke:
      function: avi:index/getVrfcontext:getVrfcontext
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CloudRef string
    Search VrfContext by cloud_ref.
    Id string
    Name string
    Search VrfContext by name.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Search VrfContext by uuid.
    CloudRef string
    Search VrfContext by cloud_ref.
    Id string
    Name string
    Search VrfContext by name.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Search VrfContext by uuid.
    cloudRef String
    Search VrfContext by cloud_ref.
    id String
    name String
    Search VrfContext by name.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Search VrfContext by uuid.
    cloudRef string
    Search VrfContext by cloud_ref.
    id string
    name string
    Search VrfContext by name.
    tenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Search VrfContext by uuid.
    cloud_ref str
    Search VrfContext by cloud_ref.
    id str
    name str
    Search VrfContext by name.
    tenant_ref str
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid str
    Search VrfContext by uuid.
    cloudRef String
    Search VrfContext by cloud_ref.
    id String
    name String
    Search VrfContext by name.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Search VrfContext by uuid.

    getVrfcontext Result

    The following output properties are available:

    Attrs List<GetVrfcontextAttr>
    Key/value vrfcontext attributes. Field introduced in 20.1.2. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    BfdProfiles List<GetVrfcontextBfdProfile>
    Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    BgpProfiles List<GetVrfcontextBgpProfile>
    Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
    CloudRef string
    It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes List<GetVrfcontextConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Debugvrfcontexts List<GetVrfcontextDebugvrfcontext>
    Configure debug flags for vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Description string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    GatewayMons List<GetVrfcontextGatewayMon>
    Configure ping based heartbeat check for gateway in service engines of vrf. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    InternalGatewayMonitors List<GetVrfcontextInternalGatewayMonitor>
    Configure ping based heartbeat check for all default gateways in service engines of vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LldpEnable string
    Enable lldp. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    Markers List<GetVrfcontextMarker>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    StaticRoutes List<GetVrfcontextStaticRoute>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SystemDefault string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Attrs []GetVrfcontextAttr
    Key/value vrfcontext attributes. Field introduced in 20.1.2. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    BfdProfiles []GetVrfcontextBfdProfile
    Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    BgpProfiles []GetVrfcontextBgpProfile
    Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
    CloudRef string
    It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    ConfigpbAttributes []GetVrfcontextConfigpbAttribute
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Debugvrfcontexts []GetVrfcontextDebugvrfcontext
    Configure debug flags for vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Description string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    GatewayMons []GetVrfcontextGatewayMon
    Configure ping based heartbeat check for gateway in service engines of vrf. Allowed with any value in enterprise, enterprise with cloud services edition.
    Id string
    InternalGatewayMonitors []GetVrfcontextInternalGatewayMonitor
    Configure ping based heartbeat check for all default gateways in service engines of vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    LldpEnable string
    Enable lldp. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    Markers []GetVrfcontextMarker
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    StaticRoutes []GetVrfcontextStaticRoute
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    SystemDefault string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    attrs List<GetVrfcontextAttr>
    Key/value vrfcontext attributes. Field introduced in 20.1.2. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    bfdProfiles List<GetVrfcontextBfdProfile>
    Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    bgpProfiles List<GetVrfcontextBgpProfile>
    Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudRef String
    It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<GetVrfcontextConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    debugvrfcontexts List<GetVrfcontextDebugvrfcontext>
    Configure debug flags for vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gatewayMons List<GetVrfcontextGatewayMon>
    Configure ping based heartbeat check for gateway in service engines of vrf. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    internalGatewayMonitors List<GetVrfcontextInternalGatewayMonitor>
    Configure ping based heartbeat check for all default gateways in service engines of vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lldpEnable String
    Enable lldp. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    markers List<GetVrfcontextMarker>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    staticRoutes List<GetVrfcontextStaticRoute>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemDefault String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    attrs GetVrfcontextAttr[]
    Key/value vrfcontext attributes. Field introduced in 20.1.2. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    bfdProfiles GetVrfcontextBfdProfile[]
    Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    bgpProfiles GetVrfcontextBgpProfile[]
    Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudRef string
    It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes GetVrfcontextConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    debugvrfcontexts GetVrfcontextDebugvrfcontext[]
    Configure debug flags for vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gatewayMons GetVrfcontextGatewayMon[]
    Configure ping based heartbeat check for gateway in service engines of vrf. Allowed with any value in enterprise, enterprise with cloud services edition.
    id string
    internalGatewayMonitors GetVrfcontextInternalGatewayMonitor[]
    Configure ping based heartbeat check for all default gateways in service engines of vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lldpEnable string
    Enable lldp. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    markers GetVrfcontextMarker[]
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    staticRoutes GetVrfcontextStaticRoute[]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemDefault string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    attrs Sequence[GetVrfcontextAttr]
    Key/value vrfcontext attributes. Field introduced in 20.1.2. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    bfd_profiles Sequence[GetVrfcontextBfdProfile]
    Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    bgp_profiles Sequence[GetVrfcontextBgpProfile]
    Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloud_ref str
    It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpb_attributes Sequence[GetVrfcontextConfigpbAttribute]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    debugvrfcontexts Sequence[GetVrfcontextDebugvrfcontext]
    Configure debug flags for vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gateway_mons Sequence[GetVrfcontextGatewayMon]
    Configure ping based heartbeat check for gateway in service engines of vrf. Allowed with any value in enterprise, enterprise with cloud services edition.
    id str
    internal_gateway_monitors Sequence[GetVrfcontextInternalGatewayMonitor]
    Configure ping based heartbeat check for all default gateways in service engines of vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lldp_enable str
    Enable lldp. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    markers Sequence[GetVrfcontextMarker]
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    static_routes Sequence[GetVrfcontextStaticRoute]
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    system_default str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenant_ref str
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    attrs List<Property Map>
    Key/value vrfcontext attributes. Field introduced in 20.1.2. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    bfdProfiles List<Property Map>
    Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    bgpProfiles List<Property Map>
    Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudRef String
    It is a reference to an object of type cloud. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    configpbAttributes List<Property Map>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    debugvrfcontexts List<Property Map>
    Configure debug flags for vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    description String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gatewayMons List<Property Map>
    Configure ping based heartbeat check for gateway in service engines of vrf. Allowed with any value in enterprise, enterprise with cloud services edition.
    id String
    internalGatewayMonitors List<Property Map>
    Configure ping based heartbeat check for all default gateways in service engines of vrf. Field introduced in 17.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    lldpEnable String
    Enable lldp. Field introduced in 18.2.10, 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition. Allowed in essentials (allowed values- true), basic (allowed values- true) edition.
    markers List<Property Map>
    List of labels to be used for granular rbac. Field introduced in 20.1.5. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    name String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    staticRoutes List<Property Map>
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    systemDefault String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    uuid String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.

    Supporting Types

    GetVrfcontextAttr

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    GetVrfcontextBfdProfile

    Minrx string
    Mintx string
    Multi string
    Minrx string
    Mintx string
    Multi string
    minrx String
    mintx String
    multi String
    minrx string
    mintx string
    multi string
    minrx str
    mintx str
    multi str
    minrx String
    mintx String
    multi String

    GetVrfcontextBgpProfile

    GetVrfcontextBgpProfileIpCommunity

    GetVrfcontextBgpProfileIpCommunityIpBegin

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextBgpProfileIpCommunityIpEnd

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextBgpProfilePeer

    GetVrfcontextBgpProfilePeerPeerIp

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextBgpProfilePeerPeerIp6

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextBgpProfilePeerSubnet

    GetVrfcontextBgpProfilePeerSubnet6

    GetVrfcontextBgpProfilePeerSubnet6IpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextBgpProfilePeerSubnetIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextBgpProfileRoutingOption

    GetVrfcontextConfigpbAttribute

    Version string
    Version string
    version String
    version string
    version String

    GetVrfcontextDebugvrfcontext

    GetVrfcontextDebugvrfcontextFlag

    Flag string
    Flag string
    flag String
    flag string
    flag str
    flag String

    GetVrfcontextGatewayMon

    GetVrfcontextGatewayMonGatewayIp

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextGatewayMonSubnet

    GetVrfcontextGatewayMonSubnetIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextInternalGatewayMonitor

    GetVrfcontextMarker

    Key string
    Values List<string>
    Key string
    Values []string
    key String
    values List<String>
    key string
    values string[]
    key str
    values Sequence[str]
    key String
    values List<String>

    GetVrfcontextStaticRoute

    GetVrfcontextStaticRouteLabel

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    GetVrfcontextStaticRouteNextHop

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    GetVrfcontextStaticRoutePrefix

    GetVrfcontextStaticRoutePrefixIpAddr

    Addr string
    Type string
    Addr string
    Type string
    addr String
    type String
    addr string
    type string
    addr str
    type str
    addr String
    type String

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware