Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getTransportWanVpnInterfaceIpsecFeature
Explore with Pulumi AI
This data source can read the Transport WAN VPN Interface IPSEC Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportWanVpnInterfaceIpsecFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    transportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_wan_vpn_interface_ipsec_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
    feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
    transport_wan_vpn_feature_id="140331f6-5418-4755-a059-13c77eb96037")
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.LookupTransportWanVpnInterfaceIpsecFeature(ctx, &sdwan.LookupTransportWanVpnInterfaceIpsecFeatureArgs{
			Id:                       "f6b2c44c-693c-4763-b010-895aa3d236bd",
			FeatureProfileId:         "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
			TransportWanVpnFeatureId: "140331f6-5418-4755-a059-13c77eb96037",
		}, 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.GetTransportWanVpnInterfaceIpsecFeature.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
        FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
        TransportWanVpnFeatureId = "140331f6-5418-4755-a059-13c77eb96037",
    });
});
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.GetTransportWanVpnInterfaceIpsecFeatureArgs;
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.getTransportWanVpnInterfaceIpsecFeature(GetTransportWanVpnInterfaceIpsecFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .transportWanVpnFeatureId("140331f6-5418-4755-a059-13c77eb96037")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getTransportWanVpnInterfaceIpsecFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
        transportWanVpnFeatureId: 140331f6-5418-4755-a059-13c77eb96037
Using getTransportWanVpnInterfaceIpsecFeature
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 getTransportWanVpnInterfaceIpsecFeature(args: GetTransportWanVpnInterfaceIpsecFeatureArgs, opts?: InvokeOptions): Promise<GetTransportWanVpnInterfaceIpsecFeatureResult>
function getTransportWanVpnInterfaceIpsecFeatureOutput(args: GetTransportWanVpnInterfaceIpsecFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportWanVpnInterfaceIpsecFeatureResult>def get_transport_wan_vpn_interface_ipsec_feature(feature_profile_id: Optional[str] = None,
                                                  id: Optional[str] = None,
                                                  transport_wan_vpn_feature_id: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetTransportWanVpnInterfaceIpsecFeatureResult
def get_transport_wan_vpn_interface_ipsec_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                                  id: Optional[pulumi.Input[str]] = None,
                                                  transport_wan_vpn_feature_id: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetTransportWanVpnInterfaceIpsecFeatureResult]func LookupTransportWanVpnInterfaceIpsecFeature(ctx *Context, args *LookupTransportWanVpnInterfaceIpsecFeatureArgs, opts ...InvokeOption) (*LookupTransportWanVpnInterfaceIpsecFeatureResult, error)
func LookupTransportWanVpnInterfaceIpsecFeatureOutput(ctx *Context, args *LookupTransportWanVpnInterfaceIpsecFeatureOutputArgs, opts ...InvokeOption) LookupTransportWanVpnInterfaceIpsecFeatureResultOutput> Note: This function is named LookupTransportWanVpnInterfaceIpsecFeature in the Go SDK.
public static class GetTransportWanVpnInterfaceIpsecFeature 
{
    public static Task<GetTransportWanVpnInterfaceIpsecFeatureResult> InvokeAsync(GetTransportWanVpnInterfaceIpsecFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetTransportWanVpnInterfaceIpsecFeatureResult> Invoke(GetTransportWanVpnInterfaceIpsecFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransportWanVpnInterfaceIpsecFeatureResult> getTransportWanVpnInterfaceIpsecFeature(GetTransportWanVpnInterfaceIpsecFeatureArgs args, InvokeOptions options)
public static Output<GetTransportWanVpnInterfaceIpsecFeatureResult> getTransportWanVpnInterfaceIpsecFeature(GetTransportWanVpnInterfaceIpsecFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getTransportWanVpnInterfaceIpsecFeature:getTransportWanVpnInterfaceIpsecFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- TransportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- TransportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- transportWan StringVpn Feature Id 
- Transport WAN VPN Feature ID
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- transportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- transport_wan_ strvpn_ feature_ id 
- Transport WAN VPN Feature ID
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- transportWan StringVpn Feature Id 
- Transport WAN VPN Feature ID
getTransportWanVpnInterfaceIpsecFeature Result
The following output properties are available:
- ApplicationTunnel stringType 
- Enable Application Tunnel Type
- ApplicationTunnel stringType Variable 
- Variable name
- ClearDont boolFragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- ClearDont stringFragment Variable 
- Variable name
- Description string
- The description of the Feature
- DpdInterval int
- IKE keepalive interval (seconds)
- DpdInterval stringVariable 
- Variable name
- DpdRetries int
- IKE keepalive retries
- DpdRetries stringVariable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- IkeCiphersuite string
- IKE identity the IKE preshared secret belongs to
- IkeCiphersuite stringVariable 
- Variable name
- IkeDiffie stringHellman Group 
- IKE Diffie Hellman Groups
- IkeDiffie stringHellman Group Variable 
- Variable name
- IkeId stringLocal End Point 
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- IkeId stringLocal End Point Variable 
- Variable name
- IkeId stringRemote End Point 
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- IkeId stringRemote End Point Variable 
- Variable name
- IkeIntegrity stringProtocol 
- IKE integrity protocol
- IkeIntegrity stringProtocol Variable 
- Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- IkeRekey intInterval 
- IKE rekey interval \n\n seconds
- IkeRekey stringInterval Variable 
- Variable name
- IkeVersion int
- IKE Version \n\n
- InterfaceDescription string
- Interface description
- InterfaceDescription stringVariable 
- Variable name
- InterfaceName string
- Interface name: IPsec when present
- InterfaceName stringVariable 
- Variable name
- IpMtu int
- Interface MTU \n\n, in bytes
- IpMtu stringVariable 
- Variable name
- IpsecCiphersuite string
- IPsec(ESP) encryption and integrity protocol
- IpsecCiphersuite stringVariable 
- Variable name
- IpsecRekey intInterval 
- IPsec rekey interval \n\n seconds
- IpsecRekey stringInterval Variable 
- Variable name
- IpsecReplay intWindow 
- Replay window size 32..8192 (must be a power of 2)
- IpsecReplay stringWindow Variable 
- Variable name
- Ipv4Address string
- Ipv4AddressVariable string
- Variable name
- Ipv4SubnetMask string
- Ipv4SubnetMask stringVariable 
- Variable name
- Name string
- The name of the Feature
- PerfectForward stringSecrecy 
- IPsec perfect forward secrecy settings
- PerfectForward stringSecrecy Variable 
- Variable name
- Shutdown bool
- Administrative state
- ShutdownVariable string
- Variable name
- TcpMss int
- TCP MSS on SYN packets, in bytes
- TcpMss stringVariable 
- Variable name
- TrackerId string
- Enable tracker for this interface
- TrackerId stringVariable 
- Variable name
- TransportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- TunnelDestination stringIpv4Address 
- TunnelDestination stringIpv4Address Variable 
- Variable name
- TunnelDestination stringIpv4Subnet Mask 
- TunnelDestination stringIpv4Subnet Mask Variable 
- Variable name
- TunnelRoute stringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- TunnelRoute stringVia Variable 
- Variable name
- TunnelSource stringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- TunnelSource stringInterface Variable 
- Variable name
- TunnelSource stringIpv4Address 
- TunnelSource stringIpv4Address Variable 
- Variable name
- TunnelSource stringIpv4Subnet Mask 
- TunnelSource stringIpv4Subnet Mask Variable 
- Variable name
- Version int
- The version of the Feature
- ApplicationTunnel stringType 
- Enable Application Tunnel Type
- ApplicationTunnel stringType Variable 
- Variable name
- ClearDont boolFragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- ClearDont stringFragment Variable 
- Variable name
- Description string
- The description of the Feature
- DpdInterval int
- IKE keepalive interval (seconds)
- DpdInterval stringVariable 
- Variable name
- DpdRetries int
- IKE keepalive retries
- DpdRetries stringVariable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- IkeCiphersuite string
- IKE identity the IKE preshared secret belongs to
- IkeCiphersuite stringVariable 
- Variable name
- IkeDiffie stringHellman Group 
- IKE Diffie Hellman Groups
- IkeDiffie stringHellman Group Variable 
- Variable name
- IkeId stringLocal End Point 
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- IkeId stringLocal End Point Variable 
- Variable name
- IkeId stringRemote End Point 
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- IkeId stringRemote End Point Variable 
- Variable name
- IkeIntegrity stringProtocol 
- IKE integrity protocol
- IkeIntegrity stringProtocol Variable 
- Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- IkeRekey intInterval 
- IKE rekey interval \n\n seconds
- IkeRekey stringInterval Variable 
- Variable name
- IkeVersion int
- IKE Version \n\n
- InterfaceDescription string
- Interface description
- InterfaceDescription stringVariable 
- Variable name
- InterfaceName string
- Interface name: IPsec when present
- InterfaceName stringVariable 
- Variable name
- IpMtu int
- Interface MTU \n\n, in bytes
- IpMtu stringVariable 
- Variable name
- IpsecCiphersuite string
- IPsec(ESP) encryption and integrity protocol
- IpsecCiphersuite stringVariable 
- Variable name
- IpsecRekey intInterval 
- IPsec rekey interval \n\n seconds
- IpsecRekey stringInterval Variable 
- Variable name
- IpsecReplay intWindow 
- Replay window size 32..8192 (must be a power of 2)
- IpsecReplay stringWindow Variable 
- Variable name
- Ipv4Address string
- Ipv4AddressVariable string
- Variable name
- Ipv4SubnetMask string
- Ipv4SubnetMask stringVariable 
- Variable name
- Name string
- The name of the Feature
- PerfectForward stringSecrecy 
- IPsec perfect forward secrecy settings
- PerfectForward stringSecrecy Variable 
- Variable name
- Shutdown bool
- Administrative state
- ShutdownVariable string
- Variable name
- TcpMss int
- TCP MSS on SYN packets, in bytes
- TcpMss stringVariable 
- Variable name
- TrackerId string
- Enable tracker for this interface
- TrackerId stringVariable 
- Variable name
- TransportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- TunnelDestination stringIpv4Address 
- TunnelDestination stringIpv4Address Variable 
- Variable name
- TunnelDestination stringIpv4Subnet Mask 
- TunnelDestination stringIpv4Subnet Mask Variable 
- Variable name
- TunnelRoute stringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- TunnelRoute stringVia Variable 
- Variable name
- TunnelSource stringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- TunnelSource stringInterface Variable 
- Variable name
- TunnelSource stringIpv4Address 
- TunnelSource stringIpv4Address Variable 
- Variable name
- TunnelSource stringIpv4Subnet Mask 
- TunnelSource stringIpv4Subnet Mask Variable 
- Variable name
- Version int
- The version of the Feature
- applicationTunnel StringType 
- Enable Application Tunnel Type
- applicationTunnel StringType Variable 
- Variable name
- clearDont BooleanFragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clearDont StringFragment Variable 
- Variable name
- description String
- The description of the Feature
- dpdInterval Integer
- IKE keepalive interval (seconds)
- dpdInterval StringVariable 
- Variable name
- dpdRetries Integer
- IKE keepalive retries
- dpdRetries StringVariable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- ikeCiphersuite String
- IKE identity the IKE preshared secret belongs to
- ikeCiphersuite StringVariable 
- Variable name
- ikeDiffie StringHellman Group 
- IKE Diffie Hellman Groups
- ikeDiffie StringHellman Group Variable 
- Variable name
- ikeId StringLocal End Point 
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ikeId StringLocal End Point Variable 
- Variable name
- ikeId StringRemote End Point 
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ikeId StringRemote End Point Variable 
- Variable name
- ikeIntegrity StringProtocol 
- IKE integrity protocol
- ikeIntegrity StringProtocol Variable 
- Variable name
- String
- Use preshared key to authenticate IKE peer
- String
- Variable name
- ikeRekey IntegerInterval 
- IKE rekey interval \n\n seconds
- ikeRekey StringInterval Variable 
- Variable name
- ikeVersion Integer
- IKE Version \n\n
- interfaceDescription String
- Interface description
- interfaceDescription StringVariable 
- Variable name
- interfaceName String
- Interface name: IPsec when present
- interfaceName StringVariable 
- Variable name
- ipMtu Integer
- Interface MTU \n\n, in bytes
- ipMtu StringVariable 
- Variable name
- ipsecCiphersuite String
- IPsec(ESP) encryption and integrity protocol
- ipsecCiphersuite StringVariable 
- Variable name
- ipsecRekey IntegerInterval 
- IPsec rekey interval \n\n seconds
- ipsecRekey StringInterval Variable 
- Variable name
- ipsecReplay IntegerWindow 
- Replay window size 32..8192 (must be a power of 2)
- ipsecReplay StringWindow Variable 
- Variable name
- ipv4Address String
- ipv4AddressVariable String
- Variable name
- ipv4SubnetMask String
- ipv4SubnetMask StringVariable 
- Variable name
- name String
- The name of the Feature
- perfectForward StringSecrecy 
- IPsec perfect forward secrecy settings
- perfectForward StringSecrecy Variable 
- Variable name
- shutdown Boolean
- Administrative state
- shutdownVariable String
- Variable name
- tcpMss Integer
- TCP MSS on SYN packets, in bytes
- tcpMss StringVariable 
- Variable name
- trackerId String
- Enable tracker for this interface
- trackerId StringVariable 
- Variable name
- transportWan StringVpn Feature Id 
- Transport WAN VPN Feature ID
- tunnelDestination StringIpv4Address 
- tunnelDestination StringIpv4Address Variable 
- Variable name
- tunnelDestination StringIpv4Subnet Mask 
- tunnelDestination StringIpv4Subnet Mask Variable 
- Variable name
- tunnelRoute StringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelRoute StringVia Variable 
- Variable name
- tunnelSource StringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelSource StringInterface Variable 
- Variable name
- tunnelSource StringIpv4Address 
- tunnelSource StringIpv4Address Variable 
- Variable name
- tunnelSource StringIpv4Subnet Mask 
- tunnelSource StringIpv4Subnet Mask Variable 
- Variable name
- version Integer
- The version of the Feature
- applicationTunnel stringType 
- Enable Application Tunnel Type
- applicationTunnel stringType Variable 
- Variable name
- clearDont booleanFragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clearDont stringFragment Variable 
- Variable name
- description string
- The description of the Feature
- dpdInterval number
- IKE keepalive interval (seconds)
- dpdInterval stringVariable 
- Variable name
- dpdRetries number
- IKE keepalive retries
- dpdRetries stringVariable 
- Variable name
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- ikeCiphersuite string
- IKE identity the IKE preshared secret belongs to
- ikeCiphersuite stringVariable 
- Variable name
- ikeDiffie stringHellman Group 
- IKE Diffie Hellman Groups
- ikeDiffie stringHellman Group Variable 
- Variable name
- ikeId stringLocal End Point 
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ikeId stringLocal End Point Variable 
- Variable name
- ikeId stringRemote End Point 
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ikeId stringRemote End Point Variable 
- Variable name
- ikeIntegrity stringProtocol 
- IKE integrity protocol
- ikeIntegrity stringProtocol Variable 
- Variable name
- string
- Use preshared key to authenticate IKE peer
- string
- Variable name
- ikeRekey numberInterval 
- IKE rekey interval \n\n seconds
- ikeRekey stringInterval Variable 
- Variable name
- ikeVersion number
- IKE Version \n\n
- interfaceDescription string
- Interface description
- interfaceDescription stringVariable 
- Variable name
- interfaceName string
- Interface name: IPsec when present
- interfaceName stringVariable 
- Variable name
- ipMtu number
- Interface MTU \n\n, in bytes
- ipMtu stringVariable 
- Variable name
- ipsecCiphersuite string
- IPsec(ESP) encryption and integrity protocol
- ipsecCiphersuite stringVariable 
- Variable name
- ipsecRekey numberInterval 
- IPsec rekey interval \n\n seconds
- ipsecRekey stringInterval Variable 
- Variable name
- ipsecReplay numberWindow 
- Replay window size 32..8192 (must be a power of 2)
- ipsecReplay stringWindow Variable 
- Variable name
- ipv4Address string
- ipv4AddressVariable string
- Variable name
- ipv4SubnetMask string
- ipv4SubnetMask stringVariable 
- Variable name
- name string
- The name of the Feature
- perfectForward stringSecrecy 
- IPsec perfect forward secrecy settings
- perfectForward stringSecrecy Variable 
- Variable name
- shutdown boolean
- Administrative state
- shutdownVariable string
- Variable name
- tcpMss number
- TCP MSS on SYN packets, in bytes
- tcpMss stringVariable 
- Variable name
- trackerId string
- Enable tracker for this interface
- trackerId stringVariable 
- Variable name
- transportWan stringVpn Feature Id 
- Transport WAN VPN Feature ID
- tunnelDestination stringIpv4Address 
- tunnelDestination stringIpv4Address Variable 
- Variable name
- tunnelDestination stringIpv4Subnet Mask 
- tunnelDestination stringIpv4Subnet Mask Variable 
- Variable name
- tunnelRoute stringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelRoute stringVia Variable 
- Variable name
- tunnelSource stringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelSource stringInterface Variable 
- Variable name
- tunnelSource stringIpv4Address 
- tunnelSource stringIpv4Address Variable 
- Variable name
- tunnelSource stringIpv4Subnet Mask 
- tunnelSource stringIpv4Subnet Mask Variable 
- Variable name
- version number
- The version of the Feature
- application_tunnel_ strtype 
- Enable Application Tunnel Type
- application_tunnel_ strtype_ variable 
- Variable name
- clear_dont_ boolfragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clear_dont_ strfragment_ variable 
- Variable name
- description str
- The description of the Feature
- dpd_interval int
- IKE keepalive interval (seconds)
- dpd_interval_ strvariable 
- Variable name
- dpd_retries int
- IKE keepalive retries
- dpd_retries_ strvariable 
- Variable name
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- ike_ciphersuite str
- IKE identity the IKE preshared secret belongs to
- ike_ciphersuite_ strvariable 
- Variable name
- ike_diffie_ strhellman_ group 
- IKE Diffie Hellman Groups
- ike_diffie_ strhellman_ group_ variable 
- Variable name
- ike_id_ strlocal_ end_ point 
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ike_id_ strlocal_ end_ point_ variable 
- Variable name
- ike_id_ strremote_ end_ point 
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ike_id_ strremote_ end_ point_ variable 
- Variable name
- ike_integrity_ strprotocol 
- IKE integrity protocol
- ike_integrity_ strprotocol_ variable 
- Variable name
- str
- Use preshared key to authenticate IKE peer
- str
- Variable name
- ike_rekey_ intinterval 
- IKE rekey interval \n\n seconds
- ike_rekey_ strinterval_ variable 
- Variable name
- ike_version int
- IKE Version \n\n
- interface_description str
- Interface description
- interface_description_ strvariable 
- Variable name
- interface_name str
- Interface name: IPsec when present
- interface_name_ strvariable 
- Variable name
- ip_mtu int
- Interface MTU \n\n, in bytes
- ip_mtu_ strvariable 
- Variable name
- ipsec_ciphersuite str
- IPsec(ESP) encryption and integrity protocol
- ipsec_ciphersuite_ strvariable 
- Variable name
- ipsec_rekey_ intinterval 
- IPsec rekey interval \n\n seconds
- ipsec_rekey_ strinterval_ variable 
- Variable name
- ipsec_replay_ intwindow 
- Replay window size 32..8192 (must be a power of 2)
- ipsec_replay_ strwindow_ variable 
- Variable name
- ipv4_address str
- ipv4_address_ strvariable 
- Variable name
- ipv4_subnet_ strmask 
- ipv4_subnet_ strmask_ variable 
- Variable name
- name str
- The name of the Feature
- perfect_forward_ strsecrecy 
- IPsec perfect forward secrecy settings
- perfect_forward_ strsecrecy_ variable 
- Variable name
- shutdown bool
- Administrative state
- shutdown_variable str
- Variable name
- tcp_mss int
- TCP MSS on SYN packets, in bytes
- tcp_mss_ strvariable 
- Variable name
- tracker_id str
- Enable tracker for this interface
- tracker_id_ strvariable 
- Variable name
- transport_wan_ strvpn_ feature_ id 
- Transport WAN VPN Feature ID
- tunnel_destination_ stripv4_ address 
- tunnel_destination_ stripv4_ address_ variable 
- Variable name
- tunnel_destination_ stripv4_ subnet_ mask 
- tunnel_destination_ stripv4_ subnet_ mask_ variable 
- Variable name
- tunnel_route_ strvia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_route_ strvia_ variable 
- Variable name
- tunnel_source_ strinterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_source_ strinterface_ variable 
- Variable name
- tunnel_source_ stripv4_ address 
- tunnel_source_ stripv4_ address_ variable 
- Variable name
- tunnel_source_ stripv4_ subnet_ mask 
- tunnel_source_ stripv4_ subnet_ mask_ variable 
- Variable name
- version int
- The version of the Feature
- applicationTunnel StringType 
- Enable Application Tunnel Type
- applicationTunnel StringType Variable 
- Variable name
- clearDont BooleanFragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- clearDont StringFragment Variable 
- Variable name
- description String
- The description of the Feature
- dpdInterval Number
- IKE keepalive interval (seconds)
- dpdInterval StringVariable 
- Variable name
- dpdRetries Number
- IKE keepalive retries
- dpdRetries StringVariable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- ikeCiphersuite String
- IKE identity the IKE preshared secret belongs to
- ikeCiphersuite StringVariable 
- Variable name
- ikeDiffie StringHellman Group 
- IKE Diffie Hellman Groups
- ikeDiffie StringHellman Group Variable 
- Variable name
- ikeId StringLocal End Point 
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- ikeId StringLocal End Point Variable 
- Variable name
- ikeId StringRemote End Point 
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- ikeId StringRemote End Point Variable 
- Variable name
- ikeIntegrity StringProtocol 
- IKE integrity protocol
- ikeIntegrity StringProtocol Variable 
- Variable name
- String
- Use preshared key to authenticate IKE peer
- String
- Variable name
- ikeRekey NumberInterval 
- IKE rekey interval \n\n seconds
- ikeRekey StringInterval Variable 
- Variable name
- ikeVersion Number
- IKE Version \n\n
- interfaceDescription String
- Interface description
- interfaceDescription StringVariable 
- Variable name
- interfaceName String
- Interface name: IPsec when present
- interfaceName StringVariable 
- Variable name
- ipMtu Number
- Interface MTU \n\n, in bytes
- ipMtu StringVariable 
- Variable name
- ipsecCiphersuite String
- IPsec(ESP) encryption and integrity protocol
- ipsecCiphersuite StringVariable 
- Variable name
- ipsecRekey NumberInterval 
- IPsec rekey interval \n\n seconds
- ipsecRekey StringInterval Variable 
- Variable name
- ipsecReplay NumberWindow 
- Replay window size 32..8192 (must be a power of 2)
- ipsecReplay StringWindow Variable 
- Variable name
- ipv4Address String
- ipv4AddressVariable String
- Variable name
- ipv4SubnetMask String
- ipv4SubnetMask StringVariable 
- Variable name
- name String
- The name of the Feature
- perfectForward StringSecrecy 
- IPsec perfect forward secrecy settings
- perfectForward StringSecrecy Variable 
- Variable name
- shutdown Boolean
- Administrative state
- shutdownVariable String
- Variable name
- tcpMss Number
- TCP MSS on SYN packets, in bytes
- tcpMss StringVariable 
- Variable name
- trackerId String
- Enable tracker for this interface
- trackerId StringVariable 
- Variable name
- transportWan StringVpn Feature Id 
- Transport WAN VPN Feature ID
- tunnelDestination StringIpv4Address 
- tunnelDestination StringIpv4Address Variable 
- Variable name
- tunnelDestination StringIpv4Subnet Mask 
- tunnelDestination StringIpv4Subnet Mask Variable 
- Variable name
- tunnelRoute StringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelRoute StringVia Variable 
- Variable name
- tunnelSource StringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelSource StringInterface Variable 
- Variable name
- tunnelSource StringIpv4Address 
- tunnelSource StringIpv4Address Variable 
- Variable name
- tunnelSource StringIpv4Subnet Mask 
- tunnelSource StringIpv4Subnet Mask Variable 
- Variable name
- version Number
- The version of the Feature
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
