1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getCiscoVpnInterfaceIpsecFeatureTemplate
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 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",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_cisco_vpn_interface_ipsec_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoVpnInterfaceIpsecFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

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>
Copy
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]
Copy
func LookupCiscoVpnInterfaceIpsecFeatureTemplate(ctx *Context, args *LookupCiscoVpnInterfaceIpsecFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoVpnInterfaceIpsecFeatureTemplateResult, error)
func LookupCiscoVpnInterfaceIpsecFeatureTemplateOutput(ctx *Context, args *LookupCiscoVpnInterfaceIpsecFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoVpnInterfaceIpsecFeatureTemplateResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> getCiscoVpnInterfaceIpsecFeatureTemplate(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoVpnInterfaceIpsecFeatureTemplateResult> getCiscoVpnInterfaceIpsecFeatureTemplate(GetCiscoVpnInterfaceIpsecFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCiscoVpnInterfaceIpsecFeatureTemplate:getCiscoVpnInterfaceIpsecFeatureTemplate
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Id string
The id of the feature template
Name string
The name of the feature template
Id string
The id of the feature template
Name string
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template
id string
The id of the feature template
name string
The name of the feature template
id str
The id of the feature template
name str
The name of the feature template
id String
The id of the feature template
name String
The name of the feature template

getCiscoVpnInterfaceIpsecFeatureTemplate Result

The following output properties are available:

Application string
Enable Application Tunnel Type
ApplicationVariable string
Variable name
ClearDontFragment bool
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
ClearDontFragmentVariable string
Variable name
DeadPeerDetectionInterval int
IKE keepalive interval (seconds)
DeadPeerDetectionIntervalVariable string
Variable name
DeadPeerDetectionRetries int
IKE keepalive retries
DeadPeerDetectionRetriesVariable string
Variable name
Description string
The description of the feature template
DeviceTypes List<string>
List of supported device types
Id string
The id of the feature template
IkeCiphersuite string
IKE identity the IKE preshared secret belongs to
IkeCiphersuiteVariable string
Variable name
IkeGroup string
IKE Diffie Hellman Groups
IkeGroupVariable string
Variable name
IkeMode string
IKE integrity protocol
IkeModeVariable string
Variable name
IkePreSharedKey string
Use preshared key to authenticate IKE peer
IkePreSharedKeyLocalId string
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
IkePreSharedKeyLocalIdVariable string
Variable name
IkePreSharedKeyRemoteId string
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
IkePreSharedKeyRemoteIdVariable string
Variable name
IkePreSharedKeyVariable string
Variable name
IkeRekeyInterval int
IKE rekey interval \n\n seconds
IkeRekeyIntervalVariable string
Variable name
IkeVersion int
IKE Version \n\n
InterfaceDescription string
Interface description
InterfaceDescriptionVariable string
Variable name
InterfaceName string
Interface name: IPsec when present
InterfaceNameVariable string
Variable name
IpAddress string
Assign IPv4 address
IpAddressVariable string
Variable name
IpsecCiphersuite string
IPsec(ESP) encryption and integrity protocol
IpsecCiphersuiteVariable string
Variable name
IpsecPerfectForwardSecrecy string
IPsec perfect forward secrecy settings
IpsecPerfectForwardSecrecyVariable string
Variable name
IpsecRekeyInterval int
IPsec rekey interval \n\n seconds
IpsecRekeyIntervalVariable string
Variable name
IpsecReplayWindow int
Replay window size 32..8192 (must be a power of 2)
IpsecReplayWindowVariable string
Variable name
Mtu int
Interface MTU \n\n, in bytes
MtuVariable string
Variable name
Name string
The name of the feature template
Shutdown bool
Administrative state
ShutdownVariable string
Variable name
TcpMssAdjust int
TCP MSS on SYN packets, in bytes
TcpMssAdjustVariable string
Variable name
TemplateType string
The template type
TrackerVariable string
Variable name
Trackers List<string>
Enable tracker for this interface
TunnelDestination string
Tunnel destination IP address
TunnelDestinationVariable string
Variable name
TunnelRouteVia string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
TunnelRouteViaVariable string
Variable name
TunnelSource string
Tunnel source IP Address
TunnelSourceInterface string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
TunnelSourceInterfaceVariable string
Variable name
TunnelSourceVariable string
Variable name
Version int
The version of the feature template
Application string
Enable Application Tunnel Type
ApplicationVariable string
Variable name
ClearDontFragment bool
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
ClearDontFragmentVariable string
Variable name
DeadPeerDetectionInterval int
IKE keepalive interval (seconds)
DeadPeerDetectionIntervalVariable string
Variable name
DeadPeerDetectionRetries int
IKE keepalive retries
DeadPeerDetectionRetriesVariable string
Variable name
Description string
The description of the feature template
DeviceTypes []string
List of supported device types
Id string
The id of the feature template
IkeCiphersuite string
IKE identity the IKE preshared secret belongs to
IkeCiphersuiteVariable string
Variable name
IkeGroup string
IKE Diffie Hellman Groups
IkeGroupVariable string
Variable name
IkeMode string
IKE integrity protocol
IkeModeVariable string
Variable name
IkePreSharedKey string
Use preshared key to authenticate IKE peer
IkePreSharedKeyLocalId string
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
IkePreSharedKeyLocalIdVariable string
Variable name
IkePreSharedKeyRemoteId string
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
IkePreSharedKeyRemoteIdVariable string
Variable name
IkePreSharedKeyVariable string
Variable name
IkeRekeyInterval int
IKE rekey interval \n\n seconds
IkeRekeyIntervalVariable string
Variable name
IkeVersion int
IKE Version \n\n
InterfaceDescription string
Interface description
InterfaceDescriptionVariable string
Variable name
InterfaceName string
Interface name: IPsec when present
InterfaceNameVariable string
Variable name
IpAddress string
Assign IPv4 address
IpAddressVariable string
Variable name
IpsecCiphersuite string
IPsec(ESP) encryption and integrity protocol
IpsecCiphersuiteVariable string
Variable name
IpsecPerfectForwardSecrecy string
IPsec perfect forward secrecy settings
IpsecPerfectForwardSecrecyVariable string
Variable name
IpsecRekeyInterval int
IPsec rekey interval \n\n seconds
IpsecRekeyIntervalVariable string
Variable name
IpsecReplayWindow int
Replay window size 32..8192 (must be a power of 2)
IpsecReplayWindowVariable string
Variable name
Mtu int
Interface MTU \n\n, in bytes
MtuVariable string
Variable name
Name string
The name of the feature template
Shutdown bool
Administrative state
ShutdownVariable string
Variable name
TcpMssAdjust int
TCP MSS on SYN packets, in bytes
TcpMssAdjustVariable string
Variable name
TemplateType string
The template type
TrackerVariable string
Variable name
Trackers []string
Enable tracker for this interface
TunnelDestination string
Tunnel destination IP address
TunnelDestinationVariable string
Variable name
TunnelRouteVia string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
TunnelRouteViaVariable string
Variable name
TunnelSource string
Tunnel source IP Address
TunnelSourceInterface string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
TunnelSourceInterfaceVariable string
Variable name
TunnelSourceVariable string
Variable name
Version int
The version of the feature template
application String
Enable Application Tunnel Type
applicationVariable String
Variable name
clearDontFragment Boolean
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
clearDontFragmentVariable String
Variable name
deadPeerDetectionInterval Integer
IKE keepalive interval (seconds)
deadPeerDetectionIntervalVariable String
Variable name
deadPeerDetectionRetries Integer
IKE keepalive retries
deadPeerDetectionRetriesVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
id String
The id of the feature template
ikeCiphersuite String
IKE identity the IKE preshared secret belongs to
ikeCiphersuiteVariable String
Variable name
ikeGroup String
IKE Diffie Hellman Groups
ikeGroupVariable String
Variable name
ikeMode String
IKE integrity protocol
ikeModeVariable String
Variable name
ikePreSharedKey String
Use preshared key to authenticate IKE peer
ikePreSharedKeyLocalId String
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyLocalIdVariable String
Variable name
ikePreSharedKeyRemoteId String
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyRemoteIdVariable String
Variable name
ikePreSharedKeyVariable String
Variable name
ikeRekeyInterval Integer
IKE rekey interval \n\n seconds
ikeRekeyIntervalVariable String
Variable name
ikeVersion Integer
IKE Version \n\n
interfaceDescription String
Interface description
interfaceDescriptionVariable String
Variable name
interfaceName String
Interface name: IPsec when present
interfaceNameVariable String
Variable name
ipAddress String
Assign IPv4 address
ipAddressVariable String
Variable name
ipsecCiphersuite String
IPsec(ESP) encryption and integrity protocol
ipsecCiphersuiteVariable String
Variable name
ipsecPerfectForwardSecrecy String
IPsec perfect forward secrecy settings
ipsecPerfectForwardSecrecyVariable String
Variable name
ipsecRekeyInterval Integer
IPsec rekey interval \n\n seconds
ipsecRekeyIntervalVariable String
Variable name
ipsecReplayWindow Integer
Replay window size 32..8192 (must be a power of 2)
ipsecReplayWindowVariable String
Variable name
mtu Integer
Interface MTU \n\n, in bytes
mtuVariable String
Variable name
name String
The name of the feature template
shutdown Boolean
Administrative state
shutdownVariable String
Variable name
tcpMssAdjust Integer
TCP MSS on SYN packets, in bytes
tcpMssAdjustVariable String
Variable name
templateType String
The template type
trackerVariable String
Variable name
trackers List<String>
Enable tracker for this interface
tunnelDestination String
Tunnel destination IP address
tunnelDestinationVariable String
Variable name
tunnelRouteVia String
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelRouteViaVariable String
Variable name
tunnelSource String
Tunnel source IP Address
tunnelSourceInterface String
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelSourceInterfaceVariable String
Variable name
tunnelSourceVariable String
Variable name
version Integer
The version of the feature template
application string
Enable Application Tunnel Type
applicationVariable string
Variable name
clearDontFragment boolean
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
clearDontFragmentVariable string
Variable name
deadPeerDetectionInterval number
IKE keepalive interval (seconds)
deadPeerDetectionIntervalVariable string
Variable name
deadPeerDetectionRetries number
IKE keepalive retries
deadPeerDetectionRetriesVariable string
Variable name
description string
The description of the feature template
deviceTypes string[]
List of supported device types
id string
The id of the feature template
ikeCiphersuite string
IKE identity the IKE preshared secret belongs to
ikeCiphersuiteVariable string
Variable name
ikeGroup string
IKE Diffie Hellman Groups
ikeGroupVariable string
Variable name
ikeMode string
IKE integrity protocol
ikeModeVariable string
Variable name
ikePreSharedKey string
Use preshared key to authenticate IKE peer
ikePreSharedKeyLocalId string
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyLocalIdVariable string
Variable name
ikePreSharedKeyRemoteId string
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyRemoteIdVariable string
Variable name
ikePreSharedKeyVariable string
Variable name
ikeRekeyInterval number
IKE rekey interval \n\n seconds
ikeRekeyIntervalVariable string
Variable name
ikeVersion number
IKE Version \n\n
interfaceDescription string
Interface description
interfaceDescriptionVariable string
Variable name
interfaceName string
Interface name: IPsec when present
interfaceNameVariable string
Variable name
ipAddress string
Assign IPv4 address
ipAddressVariable string
Variable name
ipsecCiphersuite string
IPsec(ESP) encryption and integrity protocol
ipsecCiphersuiteVariable string
Variable name
ipsecPerfectForwardSecrecy string
IPsec perfect forward secrecy settings
ipsecPerfectForwardSecrecyVariable string
Variable name
ipsecRekeyInterval number
IPsec rekey interval \n\n seconds
ipsecRekeyIntervalVariable string
Variable name
ipsecReplayWindow number
Replay window size 32..8192 (must be a power of 2)
ipsecReplayWindowVariable string
Variable name
mtu number
Interface MTU \n\n, in bytes
mtuVariable string
Variable name
name string
The name of the feature template
shutdown boolean
Administrative state
shutdownVariable string
Variable name
tcpMssAdjust number
TCP MSS on SYN packets, in bytes
tcpMssAdjustVariable string
Variable name
templateType string
The template type
trackerVariable string
Variable name
trackers string[]
Enable tracker for this interface
tunnelDestination string
Tunnel destination IP address
tunnelDestinationVariable string
Variable name
tunnelRouteVia string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelRouteViaVariable string
Variable name
tunnelSource string
Tunnel source IP Address
tunnelSourceInterface string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelSourceInterfaceVariable string
Variable name
tunnelSourceVariable 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
ike_pre_shared_key str
Use preshared key to authenticate IKE peer
ike_pre_shared_key_local_id str
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
ike_pre_shared_key_local_id_variable str
Variable name
ike_pre_shared_key_remote_id str
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
ike_pre_shared_key_remote_id_variable str
Variable name
ike_pre_shared_key_variable 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
applicationVariable String
Variable name
clearDontFragment Boolean
Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
clearDontFragmentVariable String
Variable name
deadPeerDetectionInterval Number
IKE keepalive interval (seconds)
deadPeerDetectionIntervalVariable String
Variable name
deadPeerDetectionRetries Number
IKE keepalive retries
deadPeerDetectionRetriesVariable String
Variable name
description String
The description of the feature template
deviceTypes List<String>
List of supported device types
id String
The id of the feature template
ikeCiphersuite String
IKE identity the IKE preshared secret belongs to
ikeCiphersuiteVariable String
Variable name
ikeGroup String
IKE Diffie Hellman Groups
ikeGroupVariable String
Variable name
ikeMode String
IKE integrity protocol
ikeModeVariable String
Variable name
ikePreSharedKey String
Use preshared key to authenticate IKE peer
ikePreSharedKeyLocalId String
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyLocalIdVariable String
Variable name
ikePreSharedKeyRemoteId String
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyRemoteIdVariable String
Variable name
ikePreSharedKeyVariable String
Variable name
ikeRekeyInterval Number
IKE rekey interval \n\n seconds
ikeRekeyIntervalVariable String
Variable name
ikeVersion Number
IKE Version \n\n
interfaceDescription String
Interface description
interfaceDescriptionVariable String
Variable name
interfaceName String
Interface name: IPsec when present
interfaceNameVariable String
Variable name
ipAddress String
Assign IPv4 address
ipAddressVariable String
Variable name
ipsecCiphersuite String
IPsec(ESP) encryption and integrity protocol
ipsecCiphersuiteVariable String
Variable name
ipsecPerfectForwardSecrecy String
IPsec perfect forward secrecy settings
ipsecPerfectForwardSecrecyVariable String
Variable name
ipsecRekeyInterval Number
IPsec rekey interval \n\n seconds
ipsecRekeyIntervalVariable String
Variable name
ipsecReplayWindow Number
Replay window size 32..8192 (must be a power of 2)
ipsecReplayWindowVariable String
Variable name
mtu Number
Interface MTU \n\n, in bytes
mtuVariable String
Variable name
name String
The name of the feature template
shutdown Boolean
Administrative state
shutdownVariable String
Variable name
tcpMssAdjust Number
TCP MSS on SYN packets, in bytes
tcpMssAdjustVariable String
Variable name
templateType String
The template type
trackerVariable String
Variable name
trackers List<String>
Enable tracker for this interface
tunnelDestination String
Tunnel destination IP address
tunnelDestinationVariable String
Variable name
tunnelRouteVia String
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelRouteViaVariable String
Variable name
tunnelSource String
Tunnel source IP Address
tunnelSourceInterface String
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelSourceInterfaceVariable String
Variable name
tunnelSourceVariable 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.