avi 31.1.1 published on Monday, Apr 14, 2025 by vmware
avi.getVrfcontext
Explore with Pulumi AI
<!–
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:
- 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.
getVrfcontext Result
The following output properties are available:
- Attrs
List<Get
Vrfcontext Attr> - 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 List<GetVrfcontext Bfd Profile> - Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Bgp
Profiles List<GetVrfcontext Bgp Profile> - Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
- Cloud
Ref string - 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 List<GetVrfcontext Configpb Attribute> - 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<Get
Vrfcontext Debugvrfcontext> - 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.
- Gateway
Mons List<GetVrfcontext Gateway Mon> - 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
- Internal
Gateway List<GetMonitors Vrfcontext Internal Gateway Monitor> - 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 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<Get
Vrfcontext Marker> - 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.
- Static
Routes List<GetVrfcontext Static Route> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- System
Default string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref 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
[]Get
Vrfcontext Attr - 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 []GetVrfcontext Bfd Profile - Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Bgp
Profiles []GetVrfcontext Bgp Profile - Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
- Cloud
Ref string - 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 []GetVrfcontext Configpb Attribute - 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
[]Get
Vrfcontext Debugvrfcontext - 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.
- Gateway
Mons []GetVrfcontext Gateway Mon - 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
- Internal
Gateway []GetMonitors Vrfcontext Internal Gateway Monitor - 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 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
[]Get
Vrfcontext Marker - 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.
- Static
Routes []GetVrfcontext Static Route - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- System
Default string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref 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<Get
Vrfcontext Attr> - 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 List<GetVrfcontext Bfd Profile> - Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- bgp
Profiles List<GetVrfcontext Bgp Profile> - Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloud
Ref String - 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 List<GetVrfcontext Configpb Attribute> - 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<Get
Vrfcontext Debugvrfcontext> - 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.
- gateway
Mons List<GetVrfcontext Gateway Mon> - 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
- internal
Gateway List<GetMonitors Vrfcontext Internal Gateway Monitor> - 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 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<Get
Vrfcontext Marker> - 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.
- static
Routes List<GetVrfcontext Static Route> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system
Default String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref 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
Get
Vrfcontext Attr[] - 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 GetVrfcontext Bfd Profile[] - Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- bgp
Profiles GetVrfcontext Bgp Profile[] - Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloud
Ref string - 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 GetVrfcontext Configpb Attribute[] - 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
Get
Vrfcontext Debugvrfcontext[] - 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.
- gateway
Mons GetVrfcontext Gateway Mon[] - 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
- internal
Gateway GetMonitors Vrfcontext Internal Gateway Monitor[] - 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 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
Get
Vrfcontext Marker[] - 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.
- static
Routes GetVrfcontext Static Route[] - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system
Default string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref 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[Get
Vrfcontext Attr] - 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[GetVrfcontext Bfd Profile] - Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- bgp_
profiles Sequence[GetVrfcontext Bgp Profile] - 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[GetVrfcontext Configpb Attribute] - 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[Get
Vrfcontext Debugvrfcontext] - 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[GetVrfcontext Gateway Mon] - 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_ Sequence[Getmonitors Vrfcontext Internal Gateway Monitor] - 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[Get
Vrfcontext Marker] - 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[GetVrfcontext Static Route] - 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.
- bfd
Profiles List<Property Map> - Bfd configuration profile. Field introduced in 20.1.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- bgp
Profiles List<Property Map> - Bgp local and peer info. Allowed with any value in enterprise, enterprise with cloud services edition.
- cloud
Ref String - 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 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.
- gateway
Mons 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
- internal
Gateway List<Property Map>Monitors - 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 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.
- static
Routes List<Property Map> - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- system
Default String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref 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
GetVrfcontextBfdProfile
GetVrfcontextBgpProfile
- Communities List<string>
- Hold
Time string - Ibgp string
- Ip
Communities List<GetVrfcontext Bgp Profile Ip Community> - Keepalive
Interval string - Local
As string - Local
Preference string - Num
As stringPath Prepend - Peers
List<Get
Vrfcontext Bgp Profile Peer> - Routing
Options List<GetVrfcontext Bgp Profile Routing Option> - Send
Community string - Shutdown string
- Communities []string
- Hold
Time string - Ibgp string
- Ip
Communities []GetVrfcontext Bgp Profile Ip Community - Keepalive
Interval string - Local
As string - Local
Preference string - Num
As stringPath Prepend - Peers
[]Get
Vrfcontext Bgp Profile Peer - Routing
Options []GetVrfcontext Bgp Profile Routing Option - Send
Community string - Shutdown string
- communities List<String>
- hold
Time String - ibgp String
- ip
Communities List<GetVrfcontext Bgp Profile Ip Community> - keepalive
Interval String - local
As String - local
Preference String - num
As StringPath Prepend - peers
List<Get
Vrfcontext Bgp Profile Peer> - routing
Options List<GetVrfcontext Bgp Profile Routing Option> - send
Community String - shutdown String
- communities string[]
- hold
Time string - ibgp string
- ip
Communities GetVrfcontext Bgp Profile Ip Community[] - keepalive
Interval string - local
As string - local
Preference string - num
As stringPath Prepend - peers
Get
Vrfcontext Bgp Profile Peer[] - routing
Options GetVrfcontext Bgp Profile Routing Option[] - send
Community string - shutdown string
- communities Sequence[str]
- hold_
time str - ibgp str
- ip_
communities Sequence[GetVrfcontext Bgp Profile Ip Community] - keepalive_
interval str - local_
as str - local_
preference str - num_
as_ strpath_ prepend - peers
Sequence[Get
Vrfcontext Bgp Profile Peer] - routing_
options Sequence[GetVrfcontext Bgp Profile Routing Option] - send_
community str - shutdown str
- communities List<String>
- hold
Time String - ibgp String
- ip
Communities List<Property Map> - keepalive
Interval String - local
As String - local
Preference String - num
As StringPath Prepend - peers List<Property Map>
- routing
Options List<Property Map> - send
Community String - shutdown String
GetVrfcontextBgpProfileIpCommunity
GetVrfcontextBgpProfileIpCommunityIpBegin
GetVrfcontextBgpProfileIpCommunityIpEnd
GetVrfcontextBgpProfilePeer
- Advertise
Snat stringIp - Advertise
Vip string - Advertisement
Interval string - Bfd string
- Connect
Timer string - Ebgp
Multihop string - Hold
Time string - Ibgp
Local stringAs Override - Keepalive
Interval string - Label string
- Local
As string - Md5Secret string
- Network
Ref string - Peer
Ip6s List<GetVrfcontext Bgp Profile Peer Peer Ip6> - Peer
Ips List<GetVrfcontext Bgp Profile Peer Peer Ip> - Remote
As string - Shutdown string
- Subnet6s
List<Get
Vrfcontext Bgp Profile Peer Subnet6> - Subnets
List<Get
Vrfcontext Bgp Profile Peer Subnet>
- Advertise
Snat stringIp - Advertise
Vip string - Advertisement
Interval string - Bfd string
- Connect
Timer string - Ebgp
Multihop string - Hold
Time string - Ibgp
Local stringAs Override - Keepalive
Interval string - Label string
- Local
As string - Md5Secret string
- Network
Ref string - Peer
Ip6s []GetVrfcontext Bgp Profile Peer Peer Ip6 - Peer
Ips []GetVrfcontext Bgp Profile Peer Peer Ip - Remote
As string - Shutdown string
- Subnet6s
[]Get
Vrfcontext Bgp Profile Peer Subnet6 - Subnets
[]Get
Vrfcontext Bgp Profile Peer Subnet
- advertise
Snat StringIp - advertise
Vip String - advertisement
Interval String - bfd String
- connect
Timer String - ebgp
Multihop String - hold
Time String - ibgp
Local StringAs Override - keepalive
Interval String - label String
- local
As String - md5Secret String
- network
Ref String - peer
Ip6s List<GetVrfcontext Bgp Profile Peer Peer Ip6> - peer
Ips List<GetVrfcontext Bgp Profile Peer Peer Ip> - remote
As String - shutdown String
- subnet6s
List<Get
Vrfcontext Bgp Profile Peer Subnet6> - subnets
List<Get
Vrfcontext Bgp Profile Peer Subnet>
- advertise
Snat stringIp - advertise
Vip string - advertisement
Interval string - bfd string
- connect
Timer string - ebgp
Multihop string - hold
Time string - ibgp
Local stringAs Override - keepalive
Interval string - label string
- local
As string - md5Secret string
- network
Ref string - peer
Ip6s GetVrfcontext Bgp Profile Peer Peer Ip6[] - peer
Ips GetVrfcontext Bgp Profile Peer Peer Ip[] - remote
As string - shutdown string
- subnet6s
Get
Vrfcontext Bgp Profile Peer Subnet6[] - subnets
Get
Vrfcontext Bgp Profile Peer Subnet[]
- advertise_
snat_ strip - advertise_
vip str - advertisement_
interval str - bfd str
- connect_
timer str - ebgp_
multihop str - hold_
time str - ibgp_
local_ stras_ override - keepalive_
interval str - label str
- local_
as str - md5_
secret str - network_
ref str - peer_
ip6s Sequence[GetVrfcontext Bgp Profile Peer Peer Ip6] - peer_
ips Sequence[GetVrfcontext Bgp Profile Peer Peer Ip] - remote_
as str - shutdown str
- subnet6s
Sequence[Get
Vrfcontext Bgp Profile Peer Subnet6] - subnets
Sequence[Get
Vrfcontext Bgp Profile Peer Subnet]
- advertise
Snat StringIp - advertise
Vip String - advertisement
Interval String - bfd String
- connect
Timer String - ebgp
Multihop String - hold
Time String - ibgp
Local StringAs Override - keepalive
Interval String - label String
- local
As String - md5Secret String
- network
Ref String - peer
Ip6s List<Property Map> - peer
Ips List<Property Map> - remote
As String - shutdown String
- subnet6s List<Property Map>
- subnets List<Property Map>
GetVrfcontextBgpProfilePeerPeerIp
GetVrfcontextBgpProfilePeerPeerIp6
GetVrfcontextBgpProfilePeerSubnet
- ip
Addrs List<Property Map> - mask String
GetVrfcontextBgpProfilePeerSubnet6
- ip
Addrs List<Property Map> - mask String
GetVrfcontextBgpProfilePeerSubnet6IpAddr
GetVrfcontextBgpProfilePeerSubnetIpAddr
GetVrfcontextBgpProfileRoutingOption
- Advertise
Default stringRoute - Advertise
Learned stringRoutes - Label string
- Learn
Only stringDefault Route - Learn
Routes string - Max
Learn stringLimit
- Advertise
Default stringRoute - Advertise
Learned stringRoutes - Label string
- Learn
Only stringDefault Route - Learn
Routes string - Max
Learn stringLimit
- advertise
Default StringRoute - advertise
Learned StringRoutes - label String
- learn
Only StringDefault Route - learn
Routes String - max
Learn StringLimit
- advertise
Default stringRoute - advertise
Learned stringRoutes - label string
- learn
Only stringDefault Route - learn
Routes string - max
Learn stringLimit
- advertise
Default StringRoute - advertise
Learned StringRoutes - label String
- learn
Only StringDefault Route - learn
Routes String - max
Learn StringLimit
GetVrfcontextConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetVrfcontextDebugvrfcontext
GetVrfcontextDebugvrfcontextFlag
- Flag string
- Flag string
- flag String
- flag string
- flag str
- flag String
GetVrfcontextGatewayMon
GetVrfcontextGatewayMonGatewayIp
GetVrfcontextGatewayMonSubnet
- ip
Addrs List<Property Map> - mask String
GetVrfcontextGatewayMonSubnetIpAddr
GetVrfcontextInternalGatewayMonitor
- Disable
Gateway stringMonitor - Gateway
Monitor stringFailure Threshold - Gateway
Monitor stringInterval - Gateway
Monitor stringSuccess Threshold
- Disable
Gateway stringMonitor - Gateway
Monitor stringFailure Threshold - Gateway
Monitor stringInterval - Gateway
Monitor stringSuccess Threshold
- disable
Gateway StringMonitor - gateway
Monitor StringFailure Threshold - gateway
Monitor StringInterval - gateway
Monitor StringSuccess Threshold
- disable
Gateway stringMonitor - gateway
Monitor stringFailure Threshold - gateway
Monitor stringInterval - gateway
Monitor stringSuccess Threshold
- disable
Gateway StringMonitor - gateway
Monitor StringFailure Threshold - gateway
Monitor StringInterval - gateway
Monitor StringSuccess Threshold
GetVrfcontextMarker
GetVrfcontextStaticRoute
GetVrfcontextStaticRouteLabel
GetVrfcontextStaticRouteNextHop
GetVrfcontextStaticRoutePrefix
- ip
Addrs List<Property Map> - mask String
GetVrfcontextStaticRoutePrefixIpAddr
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
avi
Terraform Provider.