Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi
This data source can read the SSE Cisco Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSseCiscoFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_sse_cisco_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
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.GetSseCiscoFeature(ctx, &sdwan.LookupSseCiscoFeatureArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, 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.GetSseCiscoFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
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.GetSseCiscoFeatureArgs;
import java.util.ArrayList;
import java.util.Arrays;
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.getSseCiscoFeature(GetSseCiscoFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getSseCiscoFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
pulumi {
required_providers {
sdwan = {
source = "pulumi/sdwan"
}
}
}
data "sdwan_getsseciscofeature" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Using getSseCiscoFeature
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 getSseCiscoFeature(args: GetSseCiscoFeatureArgs, opts?: InvokeOptions): Promise<GetSseCiscoFeatureResult>
function getSseCiscoFeatureOutput(args: GetSseCiscoFeatureOutputArgs, opts?: InvokeOptions): Output<GetSseCiscoFeatureResult>def get_sse_cisco_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSseCiscoFeatureResult
def get_sse_cisco_feature_output(feature_profile_id: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSseCiscoFeatureResult]func LookupSseCiscoFeature(ctx *Context, args *LookupSseCiscoFeatureArgs, opts ...InvokeOption) (*LookupSseCiscoFeatureResult, error)
func LookupSseCiscoFeatureOutput(ctx *Context, args *LookupSseCiscoFeatureOutputArgs, opts ...InvokeOption) LookupSseCiscoFeatureResultOutput> Note: This function is named LookupSseCiscoFeature in the Go SDK.
public static class GetSseCiscoFeature
{
public static Task<GetSseCiscoFeatureResult> InvokeAsync(GetSseCiscoFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetSseCiscoFeatureResult> Invoke(GetSseCiscoFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSseCiscoFeatureResult> getSseCiscoFeature(GetSseCiscoFeatureArgs args, InvokeOptions options)
public static Output<GetSseCiscoFeatureResult> getSseCiscoFeature(GetSseCiscoFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getSseCiscoFeature:getSseCiscoFeature
arguments:
# arguments dictionarydata "sdwan_getsseciscofeature" "name" {
# arguments
}The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- feature_
profile_ stringid - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
getSseCiscoFeature Result
The following output properties are available:
- Context
Sharing boolFor Sgt - Enable/disable Cisco SSE context sharing for sgt
- Context
Sharing boolFor Vpn - Enable/disable Cisco SSE context sharing for vpn
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interface
Pairs List<GetSse Cisco Feature Interface Pair> - Interface Pair for active and backup
- Interfaces
List<Get
Sse Cisco Feature Interface> - Interface name: IPsec when present
- Name string
- The name of the Feature
- Region string
- Region for Primary and Secondary Datacenter
- Region
Variable string - Variable name
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
List<Get
Sse Cisco Feature Tracker> - Tracker configuration
- Version int
- The version of the Feature
- Context
Sharing boolFor Sgt - Enable/disable Cisco SSE context sharing for sgt
- Context
Sharing boolFor Vpn - Enable/disable Cisco SSE context sharing for vpn
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Interface
Pairs []GetSse Cisco Feature Interface Pair - Interface Pair for active and backup
- Interfaces
[]Get
Sse Cisco Feature Interface - Interface name: IPsec when present
- Name string
- The name of the Feature
- Region string
- Region for Primary and Secondary Datacenter
- Region
Variable string - Variable name
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
[]Get
Sse Cisco Feature Tracker - Tracker configuration
- Version int
- The version of the Feature
- context_
sharing_ boolfor_ sgt - Enable/disable Cisco SSE context sharing for sgt
- context_
sharing_ boolfor_ vpn - Enable/disable Cisco SSE context sharing for vpn
- description string
- The description of the Feature
- feature_
profile_ stringid - Feature Profile ID
- id string
- The id of the Feature
- interface_
pairs list(object) - Interface Pair for active and backup
- interfaces list(object)
- Interface name: IPsec when present
- name string
- The name of the Feature
- region string
- Region for Primary and Secondary Datacenter
- region_
variable string - Variable name
- tracker_
source_ stringip - Source IP address for Tracker
- tracker_
source_ stringip_ variable - Variable name
- trackers list(object)
- Tracker configuration
- version number
- The version of the Feature
- context
Sharing BooleanFor Sgt - Enable/disable Cisco SSE context sharing for sgt
- context
Sharing BooleanFor Vpn - Enable/disable Cisco SSE context sharing for vpn
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interface
Pairs List<GetSse Cisco Feature Interface Pair> - Interface Pair for active and backup
- interfaces
List<Get
Sse Cisco Feature Interface> - Interface name: IPsec when present
- name String
- The name of the Feature
- region String
- Region for Primary and Secondary Datacenter
- region
Variable String - Variable name
- tracker
Source StringIp - Source IP address for Tracker
- tracker
Source StringIp Variable - Variable name
- trackers
List<Get
Sse Cisco Feature Tracker> - Tracker configuration
- version Integer
- The version of the Feature
- context
Sharing booleanFor Sgt - Enable/disable Cisco SSE context sharing for sgt
- context
Sharing booleanFor Vpn - Enable/disable Cisco SSE context sharing for vpn
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- interface
Pairs GetSse Cisco Feature Interface Pair[] - Interface Pair for active and backup
- interfaces
Get
Sse Cisco Feature Interface[] - Interface name: IPsec when present
- name string
- The name of the Feature
- region string
- Region for Primary and Secondary Datacenter
- region
Variable string - Variable name
- tracker
Source stringIp - Source IP address for Tracker
- tracker
Source stringIp Variable - Variable name
- trackers
Get
Sse Cisco Feature Tracker[] - Tracker configuration
- version number
- The version of the Feature
- context_
sharing_ boolfor_ sgt - Enable/disable Cisco SSE context sharing for sgt
- context_
sharing_ boolfor_ vpn - Enable/disable Cisco SSE context sharing for vpn
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- interface_
pairs Sequence[GetSse Cisco Feature Interface Pair] - Interface Pair for active and backup
- interfaces
Sequence[Get
Sse Cisco Feature Interface] - Interface name: IPsec when present
- name str
- The name of the Feature
- region str
- Region for Primary and Secondary Datacenter
- region_
variable str - Variable name
- tracker_
source_ strip - Source IP address for Tracker
- tracker_
source_ strip_ variable - Variable name
- trackers
Sequence[Get
Sse Cisco Feature Tracker] - Tracker configuration
- version int
- The version of the Feature
- context
Sharing BooleanFor Sgt - Enable/disable Cisco SSE context sharing for sgt
- context
Sharing BooleanFor Vpn - Enable/disable Cisco SSE context sharing for vpn
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- interface
Pairs List<Property Map> - Interface Pair for active and backup
- interfaces List<Property Map>
- Interface name: IPsec when present
- name String
- The name of the Feature
- region String
- Region for Primary and Secondary Datacenter
- region
Variable String - Variable name
- tracker
Source StringIp - Source IP address for Tracker
- tracker
Source StringIp Variable - Variable name
- trackers List<Property Map>
- Tracker configuration
- version Number
- The version of the Feature
Supporting Types
GetSseCiscoFeatureInterface
- Dpd
Interval int - IKE keepalive interval (seconds)
- Dpd
Interval stringVariable - Variable name
- Dpd
Retries int - IKE keepalive retries
- Dpd
Retries stringVariable - Variable name
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group stringVariable - Variable name
- Ike
Rekey intInterval - IKE rekey interval \n\n seconds
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Version int - IKE Version \n\n
- Ike
Version stringVariable - Variable name
- Interface
Name string - Interface name: ipsec(1..255)
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval \n\n seconds
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay stringWindow Variable - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- Perfect
Forward stringSecrecy Variable - Variable name
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringAdjust Variable - Variable name
- Track
Enable bool - Enable/disable Cisco SSE tracking
- Track
Enable stringVariable - Variable name
- Tracker string
- Enable tracker for this interface
- Tunnel
Dc stringPreference - SSE Tunnel Data Center
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Dpd
Interval int - IKE keepalive interval (seconds)
- Dpd
Interval stringVariable - Variable name
- Dpd
Retries int - IKE keepalive retries
- Dpd
Retries stringVariable - Variable name
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group stringVariable - Variable name
- Ike
Rekey intInterval - IKE rekey interval \n\n seconds
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Version int - IKE Version \n\n
- Ike
Version stringVariable - Variable name
- Interface
Name string - Interface name: ipsec(1..255)
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval \n\n seconds
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay stringWindow Variable - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- Perfect
Forward stringSecrecy Variable - Variable name
- Shutdown bool
- Administrative state
- Shutdown
Variable string - Variable name
- Tcp
Mss intAdjust - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringAdjust Variable - Variable name
- Track
Enable bool - Enable/disable Cisco SSE tracking
- Track
Enable stringVariable - Variable name
- Tracker string
- Enable tracker for this interface
- Tunnel
Dc stringPreference - SSE Tunnel Data Center
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- dpd_
interval number - IKE keepalive interval (seconds)
- dpd_
interval_ stringvariable - Variable name
- dpd_
retries number - IKE keepalive retries
- dpd_
retries_ stringvariable - Variable name
- ike_
ciphersuite string - IKE identity the IKE preshared secret belongs to
- ike_
ciphersuite_ stringvariable - Variable name
- ike_
group string - IKE Diffie Hellman Groups
- ike_
group_ stringvariable - Variable name
- ike_
rekey_ numberinterval - IKE rekey interval \n\n seconds
- ike_
rekey_ stringinterval_ variable - Variable name
- ike_
version number - IKE Version \n\n
- ike_
version_ stringvariable - Variable name
- interface_
name string - Interface name: ipsec(1..255)
- ipsec_
ciphersuite string - IPsec(ESP) encryption and integrity protocol
- ipsec_
ciphersuite_ stringvariable - Variable name
- ipsec_
rekey_ numberinterval - IPsec rekey interval \n\n seconds
- ipsec_
rekey_ stringinterval_ variable - Variable name
- ipsec_
replay_ numberwindow - Replay window size 32..8192 (must be a power of 2)
- ipsec_
replay_ stringwindow_ variable - Variable name
- mtu number
- Interface MTU \n\n, in bytes
- mtu_
variable string - Variable name
- perfect_
forward_ stringsecrecy - IPsec perfect forward secrecy settings
- perfect_
forward_ stringsecrecy_ variable - Variable name
- shutdown bool
- Administrative state
- shutdown_
variable string - Variable name
- tcp_
mss_ numberadjust - TCP MSS on SYN packets, in bytes
- tcp_
mss_ stringadjust_ variable - Variable name
- track_
enable bool - Enable/disable Cisco SSE tracking
- track_
enable_ stringvariable - Variable name
- tracker string
- Enable tracker for this interface
- tunnel_
dc_ stringpreference - SSE Tunnel Data Center
- tunnel_
route_ stringvia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
route_ stringvia_ variable - Variable name
- tunnel_
source_ stringinterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_
source_ stringinterface_ variable - Variable name
- dpd
Interval Integer - IKE keepalive interval (seconds)
- dpd
Interval StringVariable - Variable name
- dpd
Retries Integer - IKE keepalive retries
- dpd
Retries StringVariable - Variable name
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group StringVariable - Variable name
- ike
Rekey IntegerInterval - IKE rekey interval \n\n seconds
- ike
Rekey StringInterval Variable - Variable name
- ike
Version Integer - IKE Version \n\n
- ike
Version StringVariable - Variable name
- interface
Name String - Interface name: ipsec(1..255)
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Rekey IntegerInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay IntegerWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay StringWindow Variable - Variable name
- mtu Integer
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- perfect
Forward StringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward StringSecrecy Variable - Variable name
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss IntegerAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss StringAdjust Variable - Variable name
- track
Enable Boolean - Enable/disable Cisco SSE tracking
- track
Enable StringVariable - Variable name
- tracker String
- Enable tracker for this interface
- tunnel
Dc StringPreference - SSE Tunnel Data Center
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- dpd
Interval number - IKE keepalive interval (seconds)
- dpd
Interval stringVariable - Variable name
- dpd
Retries number - IKE keepalive retries
- dpd
Retries stringVariable - Variable name
- ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite stringVariable - Variable name
- ike
Group string - IKE Diffie Hellman Groups
- ike
Group stringVariable - Variable name
- ike
Rekey numberInterval - IKE rekey interval \n\n seconds
- ike
Rekey stringInterval Variable - Variable name
- ike
Version number - IKE Version \n\n
- ike
Version stringVariable - Variable name
- interface
Name string - Interface name: ipsec(1..255)
- ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite stringVariable - Variable name
- ipsec
Rekey numberInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey stringInterval Variable - Variable name
- ipsec
Replay numberWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay stringWindow Variable - Variable name
- mtu number
- Interface MTU \n\n, in bytes
- mtu
Variable string - Variable name
- perfect
Forward stringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward stringSecrecy Variable - Variable name
- shutdown boolean
- Administrative state
- shutdown
Variable string - Variable name
- tcp
Mss numberAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss stringAdjust Variable - Variable name
- track
Enable boolean - Enable/disable Cisco SSE tracking
- track
Enable stringVariable - Variable name
- tracker string
- Enable tracker for this interface
- tunnel
Dc stringPreference - SSE Tunnel Data Center
- tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route stringVia Variable - Variable name
- tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source stringInterface Variable - Variable name
- dpd_
interval int - IKE keepalive interval (seconds)
- dpd_
interval_ strvariable - Variable name
- dpd_
retries int - IKE keepalive retries
- dpd_
retries_ strvariable - Variable name
- ike_
ciphersuite str - IKE identity the IKE preshared secret belongs to
- ike_
ciphersuite_ strvariable - Variable name
- ike_
group str - IKE Diffie Hellman Groups
- ike_
group_ strvariable - Variable name
- ike_
rekey_ intinterval - IKE rekey interval \n\n seconds
- ike_
rekey_ strinterval_ variable - Variable name
- ike_
version int - IKE Version \n\n
- ike_
version_ strvariable - Variable name
- interface_
name str - Interface name: ipsec(1..255)
- 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
- mtu int
- Interface MTU \n\n, in bytes
- mtu_
variable str - Variable name
- 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_ intadjust - TCP MSS on SYN packets, in bytes
- tcp_
mss_ stradjust_ variable - Variable name
- track_
enable bool - Enable/disable Cisco SSE tracking
- track_
enable_ strvariable - Variable name
- tracker str
- Enable tracker for this interface
- tunnel_
dc_ strpreference - SSE Tunnel Data Center
- 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
- dpd
Interval Number - IKE keepalive interval (seconds)
- dpd
Interval StringVariable - Variable name
- dpd
Retries Number - IKE keepalive retries
- dpd
Retries StringVariable - Variable name
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group StringVariable - Variable name
- ike
Rekey NumberInterval - IKE rekey interval \n\n seconds
- ike
Rekey StringInterval Variable - Variable name
- ike
Version Number - IKE Version \n\n
- ike
Version StringVariable - Variable name
- interface
Name String - Interface name: ipsec(1..255)
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Rekey NumberInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay NumberWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay StringWindow Variable - Variable name
- mtu Number
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- perfect
Forward StringSecrecy - IPsec perfect forward secrecy settings
- perfect
Forward StringSecrecy Variable - Variable name
- shutdown Boolean
- Administrative state
- shutdown
Variable String - Variable name
- tcp
Mss NumberAdjust - TCP MSS on SYN packets, in bytes
- tcp
Mss StringAdjust Variable - Variable name
- track
Enable Boolean - Enable/disable Cisco SSE tracking
- track
Enable StringVariable - Variable name
- tracker String
- Enable tracker for this interface
- tunnel
Dc StringPreference - SSE Tunnel Data Center
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
GetSseCiscoFeatureInterfacePair
- Active
Interface string - Active Tunnel Interface for SSE
- Active
Interface intWeight - Active Tunnel Interface Weight
- Backup
Interface string - Backup Tunnel Interface for Cisco SSE
- Backup
Interface intWeight - Backup Tunnel Interface Weight
- Active
Interface string - Active Tunnel Interface for SSE
- Active
Interface intWeight - Active Tunnel Interface Weight
- Backup
Interface string - Backup Tunnel Interface for Cisco SSE
- Backup
Interface intWeight - Backup Tunnel Interface Weight
- active_
interface string - Active Tunnel Interface for SSE
- active_
interface_ numberweight - Active Tunnel Interface Weight
- backup_
interface string - Backup Tunnel Interface for Cisco SSE
- backup_
interface_ numberweight - Backup Tunnel Interface Weight
- active
Interface String - Active Tunnel Interface for SSE
- active
Interface IntegerWeight - Active Tunnel Interface Weight
- backup
Interface String - Backup Tunnel Interface for Cisco SSE
- backup
Interface IntegerWeight - Backup Tunnel Interface Weight
- active
Interface string - Active Tunnel Interface for SSE
- active
Interface numberWeight - Active Tunnel Interface Weight
- backup
Interface string - Backup Tunnel Interface for Cisco SSE
- backup
Interface numberWeight - Backup Tunnel Interface Weight
- active_
interface str - Active Tunnel Interface for SSE
- active_
interface_ intweight - Active Tunnel Interface Weight
- backup_
interface str - Backup Tunnel Interface for Cisco SSE
- backup_
interface_ intweight - Backup Tunnel Interface Weight
- active
Interface String - Active Tunnel Interface for SSE
- active
Interface NumberWeight - Active Tunnel Interface Weight
- backup
Interface String - Backup Tunnel Interface for Cisco SSE
- backup
Interface NumberWeight - Backup Tunnel Interface Weight
GetSseCiscoFeatureTracker
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Interval int
- Probe interval \n\n seconds
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- Threshold
Variable string - Variable name
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Interval int
- Probe interval \n\n seconds
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- Threshold
Variable string - Variable name
- endpoint_
api_ stringurl - API url of endpoint
- endpoint_
api_ stringurl_ variable - Variable name
- interval number
- Probe interval \n\n seconds
- interval_
variable string - Variable name
- multiplier number
- Probe failure multiplier \n\n failed attempts
- multiplier_
variable string - Variable name
- name string
- Tracker name
- threshold number
- Probe Timeout threshold \n\n milliseconds
- threshold_
variable string - Variable name
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- interval Integer
- Probe interval \n\n seconds
- interval
Variable String - Variable name
- multiplier Integer
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable String - Variable name
- name String
- Tracker name
- threshold Integer
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable String - Variable name
- endpoint
Api stringUrl - API url of endpoint
- endpoint
Api stringUrl Variable - Variable name
- interval number
- Probe interval \n\n seconds
- interval
Variable string - Variable name
- multiplier number
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable string - Variable name
- name string
- Tracker name
- threshold number
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable string - Variable name
- endpoint_
api_ strurl - API url of endpoint
- endpoint_
api_ strurl_ variable - Variable name
- interval int
- Probe interval \n\n seconds
- interval_
variable str - Variable name
- multiplier int
- Probe failure multiplier \n\n failed attempts
- multiplier_
variable str - Variable name
- name str
- Tracker name
- threshold int
- Probe Timeout threshold \n\n milliseconds
- threshold_
variable str - Variable name
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- interval Number
- Probe interval \n\n seconds
- interval
Variable String - Variable name
- multiplier Number
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable String - Variable name
- name String
- Tracker name
- threshold Number
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi