Cisco Catalyst SD-WAN v0.3.2 published on Wednesday, Jul 16, 2025 by Pulumi
sdwan.getCiscoVpnInterfaceIpsecFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco VPN Interface IPSec feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoVpnInterfaceIpsecFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_vpn_interface_ipsec_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.LookupCiscoVpnInterfaceIpsecFeatureTemplate(ctx, &sdwan.LookupCiscoVpnInterfaceIpsecFeatureTemplateArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetCiscoVpnInterfaceIpsecFeatureTemplate.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetCiscoVpnInterfaceIpsecFeatureTemplateArgs;
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 = SdwanFunctions.getCiscoVpnInterfaceIpsecFeatureTemplate(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getCiscoVpnInterfaceIpsecFeatureTemplate
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoVpnInterfaceIpsecFeatureTemplate
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 getCiscoVpnInterfaceIpsecFeatureTemplate(args: GetCiscoVpnInterfaceIpsecFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoVpnInterfaceIpsecFeatureTemplateResult>
function getCiscoVpnInterfaceIpsecFeatureTemplateOutput(args: GetCiscoVpnInterfaceIpsecFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoVpnInterfaceIpsecFeatureTemplateResult>
def get_cisco_vpn_interface_ipsec_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCiscoVpnInterfaceIpsecFeatureTemplateResult
def get_cisco_vpn_interface_ipsec_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCiscoVpnInterfaceIpsecFeatureTemplateResult]
func LookupCiscoVpnInterfaceIpsecFeatureTemplate(ctx *Context, args *LookupCiscoVpnInterfaceIpsecFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoVpnInterfaceIpsecFeatureTemplateResult, error)
func LookupCiscoVpnInterfaceIpsecFeatureTemplateOutput(ctx *Context, args *LookupCiscoVpnInterfaceIpsecFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoVpnInterfaceIpsecFeatureTemplateResultOutput
> Note: This function is named LookupCiscoVpnInterfaceIpsecFeatureTemplate
in the Go SDK.
public static class GetCiscoVpnInterfaceIpsecFeatureTemplate
{
public static Task<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> InvokeAsync(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> Invoke(GetCiscoVpnInterfaceIpsecFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> getCiscoVpnInterfaceIpsecFeatureTemplate(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> getCiscoVpnInterfaceIpsecFeatureTemplate(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getCiscoVpnInterfaceIpsecFeatureTemplate:getCiscoVpnInterfaceIpsecFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getCiscoVpnInterfaceIpsecFeatureTemplate Result
The following output properties are available:
- Application string
- Enable Application Tunnel Type
- Application
Variable string - Variable name
- Clear
Dont Fragment bool - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Clear
Dont Fragment Variable string - Variable name
- Dead
Peer Detection Interval int - IKE keepalive interval (seconds)
- Dead
Peer Detection Interval Variable string - Variable name
- Dead
Peer Detection Retries int - IKE keepalive retries
- Dead
Peer Detection Retries Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Id string
- The id of the feature template
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite Variable string - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group Variable string - Variable name
- Ike
Mode string - IKE integrity protocol
- Ike
Mode Variable string - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- Variable name
- Ike
Rekey Interval int - IKE rekey interval \n\n seconds
- Ike
Rekey Interval Variable string - Variable name
- Ike
Version int - IKE Version \n\n
- Interface
Description string - Interface description
- Interface
Description Variable string - Variable name
- Interface
Name string - Interface name: IPsec when present
- Interface
Name Variable string - Variable name
- Ip
Address string - Assign IPv4 address
- Ip
Address Variable string - Variable name
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite Variable string - Variable name
- Ipsec
Perfect Forward Secrecy string - IPsec perfect forward secrecy settings
- Ipsec
Perfect Forward Secrecy Variable string - Variable name
- Ipsec
Rekey Interval int - IPsec rekey interval \n\n seconds
- Ipsec
Rekey Interval Variable string - Variable name
- Ipsec
Replay Window int - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay Window Variable string - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss Adjust int - TCP MSS on SYN packets, in bytes
- Tcp
Mss Adjust Variable string - Variable name
- Template
Type string - The template type
- Tracker
Variable string - Variable name
- Trackers List<string>
- Enable tracker for this interface
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination Variable string - Variable name
- Tunnel
Route Via string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route Via Variable string - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source Interface string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source Interface Variable string - Variable name
- Tunnel
Source Variable string - Variable name
- Version int
- The version of the feature template
- Application string
- Enable Application Tunnel Type
- Application
Variable string - Variable name
- Clear
Dont Fragment bool - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- Clear
Dont Fragment Variable string - Variable name
- Dead
Peer Detection Interval int - IKE keepalive interval (seconds)
- Dead
Peer Detection Interval Variable string - Variable name
- Dead
Peer Detection Retries int - IKE keepalive retries
- Dead
Peer Detection Retries Variable string - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Id string
- The id of the feature template
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite Variable string - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group Variable string - Variable name
- Ike
Mode string - IKE integrity protocol
- Ike
Mode Variable string - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- Variable name
- Ike
Rekey Interval int - IKE rekey interval \n\n seconds
- Ike
Rekey Interval Variable string - Variable name
- Ike
Version int - IKE Version \n\n
- Interface
Description string - Interface description
- Interface
Description Variable string - Variable name
- Interface
Name string - Interface name: IPsec when present
- Interface
Name Variable string - Variable name
- Ip
Address string - Assign IPv4 address
- Ip
Address Variable string - Variable name
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite Variable string - Variable name
- Ipsec
Perfect Forward Secrecy string - IPsec perfect forward secrecy settings
- Ipsec
Perfect Forward Secrecy Variable string - Variable name
- Ipsec
Rekey Interval int - IPsec rekey interval \n\n seconds
- Ipsec
Rekey Interval Variable string - Variable name
- Ipsec
Replay Window int - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay Window Variable string - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Name string
- The name of the feature template
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss Adjust int - TCP MSS on SYN packets, in bytes
- Tcp
Mss Adjust Variable string - Variable name
- Template
Type string - The template type
- Tracker
Variable string - Variable name
- Trackers []string
- Enable tracker for this interface
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination Variable string - Variable name
- Tunnel
Route Via string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route Via Variable string - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source Interface string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source Interface Variable string - Variable name
- Tunnel
Source Variable string - Variable name
- Version int
- The version of the feature template
- application String
- Enable Application Tunnel Type
- application
Variable String - Variable name
- clear
Dont Fragment Boolean - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont Fragment Variable String - Variable name
- dead
Peer Detection Interval Integer - IKE keepalive interval (seconds)
- dead
Peer Detection Interval Variable String - Variable name
- dead
Peer Detection Retries Integer - IKE keepalive retries
- dead
Peer Detection Retries Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite Variable String - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group Variable String - Variable name
- ike
Mode String - IKE integrity protocol
- ike
Mode Variable String - Variable name
- String
- Use preshared key to authenticate IKE peer
- String
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- Variable name
- ike
Rekey Interval Integer - IKE rekey interval \n\n seconds
- ike
Rekey Interval Variable String - Variable name
- ike
Version Integer - IKE Version \n\n
- interface
Description String - Interface description
- interface
Description Variable String - Variable name
- interface
Name String - Interface name: IPsec when present
- interface
Name Variable String - Variable name
- ip
Address String - Assign IPv4 address
- ip
Address Variable String - Variable name
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite Variable String - Variable name
- ipsec
Perfect Forward Secrecy String - IPsec perfect forward secrecy settings
- ipsec
Perfect Forward Secrecy Variable String - Variable name
- ipsec
Rekey Interval Integer - IPsec rekey interval \n\n seconds
- ipsec
Rekey Interval Variable String - Variable name
- ipsec
Replay Window Integer - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay Window Variable String - Variable name
- mtu Integer
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss Adjust Integer - TCP MSS on SYN packets, in bytes
- tcp
Mss Adjust Variable String - Variable name
- template
Type String - The template type
- tracker
Variable String - Variable name
- trackers List<String>
- Enable tracker for this interface
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination Variable String - Variable name
- tunnel
Route Via String - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route Via Variable String - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source Interface String - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source Interface Variable String - Variable name
- tunnel
Source Variable String - Variable name
- version Integer
- The version of the feature template
- application string
- Enable Application Tunnel Type
- application
Variable string - Variable name
- clear
Dont Fragment boolean - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont Fragment Variable string - Variable name
- dead
Peer Detection Interval number - IKE keepalive interval (seconds)
- dead
Peer Detection Interval Variable string - Variable name
- dead
Peer Detection Retries number - IKE keepalive retries
- dead
Peer Detection Retries Variable string - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- id string
- The id of the feature template
- ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite Variable string - Variable name
- ike
Group string - IKE Diffie Hellman Groups
- ike
Group Variable string - Variable name
- ike
Mode string - IKE integrity protocol
- ike
Mode Variable string - Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- Variable name
- ike
Rekey Interval number - IKE rekey interval \n\n seconds
- ike
Rekey Interval Variable string - Variable name
- ike
Version number - IKE Version \n\n
- interface
Description string - Interface description
- interface
Description Variable string - Variable name
- interface
Name string - Interface name: IPsec when present
- interface
Name Variable string - Variable name
- ip
Address string - Assign IPv4 address
- ip
Address Variable string - Variable name
- ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite Variable string - Variable name
- ipsec
Perfect Forward Secrecy string - IPsec perfect forward secrecy settings
- ipsec
Perfect Forward Secrecy Variable string - Variable name
- ipsec
Rekey Interval number - IPsec rekey interval \n\n seconds
- ipsec
Rekey Interval Variable string - Variable name
- ipsec
Replay Window number - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay Window Variable string - Variable name
- mtu number
- Interface MTU \n\n, in bytes
- mtu
Variable string - Variable name
- name string
- The name of the feature template
- shutdown boolean
- Administrative state
- shutdown
Variable string - Variable name
- tcp
Mss Adjust number - TCP MSS on SYN packets, in bytes
- tcp
Mss Adjust Variable string - Variable name
- template
Type string - The template type
- tracker
Variable string - Variable name
- trackers string[]
- Enable tracker for this interface
- tunnel
Destination string - Tunnel destination IP address
- tunnel
Destination Variable string - Variable name
- tunnel
Route Via string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route Via Variable string - Variable name
- tunnel
Source string - Tunnel source IP Address
- tunnel
Source Interface string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source Interface Variable string - Variable name
- tunnel
Source Variable string - Variable name
- version number
- The version of the feature template
- application str
- Enable Application Tunnel Type
- application_
variable str - Variable name
- clear_
dont_ fragment bool - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear_
dont_ fragment_ variable str - Variable name
- dead_
peer_ detection_ interval int - IKE keepalive interval (seconds)
- dead_
peer_ detection_ interval_ variable str - Variable name
- dead_
peer_ detection_ retries int - IKE keepalive retries
- dead_
peer_ detection_ retries_ variable str - Variable name
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types
- id str
- The id of the feature template
- ike_
ciphersuite str - IKE identity the IKE preshared secret belongs to
- ike_
ciphersuite_ variable str - Variable name
- ike_
group str - IKE Diffie Hellman Groups
- ike_
group_ variable str - Variable name
- ike_
mode str - IKE integrity protocol
- ike_
mode_ variable str - Variable name
- str
- Use preshared key to authenticate IKE peer
- str
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- str
- Variable name
- str
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- str
- Variable name
- str
- Variable name
- ike_
rekey_ interval int - IKE rekey interval \n\n seconds
- ike_
rekey_ interval_ variable str - Variable name
- ike_
version int - IKE Version \n\n
- interface_
description str - Interface description
- interface_
description_ variable str - Variable name
- interface_
name str - Interface name: IPsec when present
- interface_
name_ variable str - Variable name
- ip_
address str - Assign IPv4 address
- ip_
address_ variable str - Variable name
- ipsec_
ciphersuite str - IPsec(ESP) encryption and integrity protocol
- ipsec_
ciphersuite_ variable str - Variable name
- ipsec_
perfect_ forward_ secrecy str - IPsec perfect forward secrecy settings
- ipsec_
perfect_ forward_ secrecy_ variable str - Variable name
- ipsec_
rekey_ interval int - IPsec rekey interval \n\n seconds
- ipsec_
rekey_ interval_ variable str - Variable name
- ipsec_
replay_ window int - Replay window size 32..8192 (must be a power of 2)
- ipsec_
replay_ window_ variable str - Variable name
- mtu int
- Interface MTU \n\n, in bytes
- mtu_
variable str - Variable name
- name str
- The name of the feature template
- shutdown bool
- Administrative state
- shutdown_
variable str - Variable name
- tcp_
mss_ adjust int - TCP MSS on SYN packets, in bytes
- tcp_
mss_ adjust_ variable str - Variable name
- template_
type str - The template type
- tracker_
variable str - Variable name
- trackers Sequence[str]
- Enable tracker for this interface
- tunnel_
destination str - Tunnel destination IP address
- tunnel_
destination_ variable str - Variable name
- tunnel_
route_ via str - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
route_ via_ variable str - Variable name
- tunnel_
source str - Tunnel source IP Address
- tunnel_
source_ interface str - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
source_ interface_ variable str - Variable name
- tunnel_
source_ variable str - Variable name
- version int
- The version of the feature template
- application String
- Enable Application Tunnel Type
- application
Variable String - Variable name
- clear
Dont Fragment Boolean - Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear
Dont Fragment Variable String - Variable name
- dead
Peer Detection Interval Number - IKE keepalive interval (seconds)
- dead
Peer Detection Interval Variable String - Variable name
- dead
Peer Detection Retries Number - IKE keepalive retries
- dead
Peer Detection Retries Variable String - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite Variable String - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group Variable String - Variable name
- ike
Mode String - IKE integrity protocol
- ike
Mode Variable String - Variable name
- String
- Use preshared key to authenticate IKE peer
- String
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- Variable name
- ike
Rekey Interval Number - IKE rekey interval \n\n seconds
- ike
Rekey Interval Variable String - Variable name
- ike
Version Number - IKE Version \n\n
- interface
Description String - Interface description
- interface
Description Variable String - Variable name
- interface
Name String - Interface name: IPsec when present
- interface
Name Variable String - Variable name
- ip
Address String - Assign IPv4 address
- ip
Address Variable String - Variable name
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite Variable String - Variable name
- ipsec
Perfect Forward Secrecy String - IPsec perfect forward secrecy settings
- ipsec
Perfect Forward Secrecy Variable String - Variable name
- ipsec
Rekey Interval Number - IPsec rekey interval \n\n seconds
- ipsec
Rekey Interval Variable String - Variable name
- ipsec
Replay Window Number - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay Window Variable String - Variable name
- mtu Number
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- name String
- The name of the feature template
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss Adjust Number - TCP MSS on SYN packets, in bytes
- tcp
Mss Adjust Variable String - Variable name
- template
Type String - The template type
- tracker
Variable String - Variable name
- trackers List<String>
- Enable tracker for this interface
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination Variable String - Variable name
- tunnel
Route Via String - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route Via Variable String - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source Interface String - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source Interface Variable String - Variable name
- tunnel
Source Variable String - Variable name
- version Number
- The version of the feature template
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.