Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getCiscoSecureInternetGatewayFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco Secure Internet Gateway feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoSecureInternetGatewayFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_secure_internet_gateway_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.LookupCiscoSecureInternetGatewayFeatureTemplate(ctx, &sdwan.LookupCiscoSecureInternetGatewayFeatureTemplateArgs{
			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.GetCiscoSecureInternetGatewayFeatureTemplate.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.GetCiscoSecureInternetGatewayFeatureTemplateArgs;
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.getCiscoSecureInternetGatewayFeatureTemplate(GetCiscoSecureInternetGatewayFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoSecureInternetGatewayFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoSecureInternetGatewayFeatureTemplate
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 getCiscoSecureInternetGatewayFeatureTemplate(args: GetCiscoSecureInternetGatewayFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoSecureInternetGatewayFeatureTemplateResult>
function getCiscoSecureInternetGatewayFeatureTemplateOutput(args: GetCiscoSecureInternetGatewayFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoSecureInternetGatewayFeatureTemplateResult>def get_cisco_secure_internet_gateway_feature_template(id: Optional[str] = None,
                                                       name: Optional[str] = None,
                                                       opts: Optional[InvokeOptions] = None) -> GetCiscoSecureInternetGatewayFeatureTemplateResult
def get_cisco_secure_internet_gateway_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                                       name: Optional[pulumi.Input[str]] = None,
                                                       opts: Optional[InvokeOptions] = None) -> Output[GetCiscoSecureInternetGatewayFeatureTemplateResult]func LookupCiscoSecureInternetGatewayFeatureTemplate(ctx *Context, args *LookupCiscoSecureInternetGatewayFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSecureInternetGatewayFeatureTemplateResult, error)
func LookupCiscoSecureInternetGatewayFeatureTemplateOutput(ctx *Context, args *LookupCiscoSecureInternetGatewayFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSecureInternetGatewayFeatureTemplateResultOutput> Note: This function is named LookupCiscoSecureInternetGatewayFeatureTemplate in the Go SDK.
public static class GetCiscoSecureInternetGatewayFeatureTemplate 
{
    public static Task<GetCiscoSecureInternetGatewayFeatureTemplateResult> InvokeAsync(GetCiscoSecureInternetGatewayFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoSecureInternetGatewayFeatureTemplateResult> Invoke(GetCiscoSecureInternetGatewayFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCiscoSecureInternetGatewayFeatureTemplateResult> getCiscoSecureInternetGatewayFeatureTemplate(GetCiscoSecureInternetGatewayFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoSecureInternetGatewayFeatureTemplateResult> getCiscoSecureInternetGatewayFeatureTemplate(GetCiscoSecureInternetGatewayFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getCiscoSecureInternetGatewayFeatureTemplate:getCiscoSecureInternetGatewayFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCiscoSecureInternetGatewayFeatureTemplate Result
The following output properties are available:
- Description string
- The description of the feature template
- DeviceTypes List<string>
- List of supported device types
- Id string
- The id of the feature template
- Interfaces
List<GetCisco Secure Internet Gateway Feature Template Interface> 
- Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
List<GetCisco Secure Internet Gateway Feature Template Service> 
- Configure services
- TemplateType string
- The template type
- TrackerSource stringIp 
- Source IP address for Tracker
- TrackerSource stringIp Variable 
- Variable name
- Trackers
List<GetCisco Secure Internet Gateway Feature Template Tracker> 
- Tracker configuration
- Version int
- The version of the feature template
- VpnId int
- List of VPN instances
- Description string
- The description of the feature template
- DeviceTypes []string
- List of supported device types
- Id string
- The id of the feature template
- Interfaces
[]GetCisco Secure Internet Gateway Feature Template Interface 
- Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
[]GetCisco Secure Internet Gateway Feature Template Service 
- Configure services
- TemplateType string
- The template type
- TrackerSource stringIp 
- Source IP address for Tracker
- TrackerSource stringIp Variable 
- Variable name
- Trackers
[]GetCisco Secure Internet Gateway Feature Template Tracker 
- Tracker configuration
- Version int
- The version of the feature template
- VpnId int
- List of VPN instances
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- id String
- The id of the feature template
- interfaces
List<GetCisco Secure Internet Gateway Feature Template Interface> 
- Interface name: IPsec when present
- name String
- The name of the feature template
- services
List<GetCisco Secure Internet Gateway Feature Template Service> 
- Configure services
- templateType String
- The template type
- trackerSource StringIp 
- Source IP address for Tracker
- trackerSource StringIp Variable 
- Variable name
- trackers
List<GetCisco Secure Internet Gateway Feature Template Tracker> 
- Tracker configuration
- version Integer
- The version of the feature template
- vpnId Integer
- List of VPN instances
- description string
- The description of the feature template
- deviceTypes string[]
- List of supported device types
- id string
- The id of the feature template
- interfaces
GetCisco Secure Internet Gateway Feature Template Interface[] 
- Interface name: IPsec when present
- name string
- The name of the feature template
- services
GetCisco Secure Internet Gateway Feature Template Service[] 
- Configure services
- templateType string
- The template type
- trackerSource stringIp 
- Source IP address for Tracker
- trackerSource stringIp Variable 
- Variable name
- trackers
GetCisco Secure Internet Gateway Feature Template Tracker[] 
- Tracker configuration
- version number
- The version of the feature template
- vpnId number
- List of VPN instances
- 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
- interfaces
Sequence[GetCisco Secure Internet Gateway Feature Template Interface] 
- Interface name: IPsec when present
- name str
- The name of the feature template
- services
Sequence[GetCisco Secure Internet Gateway Feature Template Service] 
- Configure services
- template_type str
- The template type
- tracker_source_ strip 
- Source IP address for Tracker
- tracker_source_ strip_ variable 
- Variable name
- trackers
Sequence[GetCisco Secure Internet Gateway Feature Template Tracker] 
- Tracker configuration
- version int
- The version of the feature template
- vpn_id int
- List of VPN instances
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- id String
- The id of the feature template
- interfaces List<Property Map>
- Interface name: IPsec when present
- name String
- The name of the feature template
- services List<Property Map>
- Configure services
- templateType String
- The template type
- trackerSource StringIp 
- Source IP address for Tracker
- trackerSource StringIp Variable 
- Variable name
- trackers List<Property Map>
- Tracker configuration
- version Number
- The version of the feature template
- vpnId Number
- List of VPN instances
Supporting Types
GetCiscoSecureInternetGatewayFeatureTemplateInterface       
- Application string
- Enable Application Tunnel Type
- AutoTunnel boolMode 
- Auto Tunnel Mode
- DeadPeer intDetection Interval 
- IKE keepalive interval (seconds)
- DeadPeer stringDetection Interval Variable 
- Variable name
- DeadPeer intDetection Retries 
- IKE keepalive retries
- DeadPeer stringDetection Retries Variable 
- Variable name
- Description string
- Interface description
- DescriptionVariable string
- Variable name
- IkeCiphersuite string
- IKE identity the IKE preshared secret belongs to
- IkeCiphersuite stringVariable 
- Variable name
- IkeGroup string
- IKE Diffie Hellman Groups
- IkeGroup stringVariable 
- Variable name
- string
- Use preshared key to authenticate IKE peer
- bool
- 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
- IkeRekey intInterval 
- IKE rekey interval \n\n seconds
- IkeRekey stringInterval Variable 
- Variable name
- IkeVersion int
- IKE Version \n\n
- IkeVersion stringVariable 
- Variable name
- IpUnnumbered bool
- Unnumbered interface
- IpsecCiphersuite string
- IPsec(ESP) encryption and integrity protocol
- IpsecCiphersuite stringVariable 
- Variable name
- IpsecPerfect stringForward Secrecy 
- IPsec perfect forward secrecy settings
- IpsecPerfect stringForward Secrecy Variable 
- 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
- Assign IPv4 address
- Ipv4AddressVariable string
- Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- MtuVariable string
- Variable name
- Name string
- Interface name: IPsec when present
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state
- SigProvider string
- SIG Tunnel Provider
- TcpMss int
- TCP MSS on SYN packets, in bytes
- TcpMss stringVariable 
- Variable name
- TrackEnable bool
- Enable/disable SIG tracking
- Tracker string
- Enable tracker for this interface
- TunnelDc stringPreference 
- SIG Tunnel Data Center
- TunnelDestination string
- Tunnel destination IP address
- TunnelDestination stringVariable 
- Variable name
- TunnelPublic stringIp 
- Public IP required to setup GRE tunnel to Zscaler
- TunnelPublic stringIp Variable 
- Variable name
- TunnelRoute stringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- TunnelRoute stringVia Variable 
- Variable name
- TunnelSource string
- Tunnel source IP Address
- TunnelSource stringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- TunnelSource stringInterface Variable 
- Variable name
- TunnelSource stringVariable 
- Variable name
- Application string
- Enable Application Tunnel Type
- AutoTunnel boolMode 
- Auto Tunnel Mode
- DeadPeer intDetection Interval 
- IKE keepalive interval (seconds)
- DeadPeer stringDetection Interval Variable 
- Variable name
- DeadPeer intDetection Retries 
- IKE keepalive retries
- DeadPeer stringDetection Retries Variable 
- Variable name
- Description string
- Interface description
- DescriptionVariable string
- Variable name
- IkeCiphersuite string
- IKE identity the IKE preshared secret belongs to
- IkeCiphersuite stringVariable 
- Variable name
- IkeGroup string
- IKE Diffie Hellman Groups
- IkeGroup stringVariable 
- Variable name
- string
- Use preshared key to authenticate IKE peer
- bool
- 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
- IkeRekey intInterval 
- IKE rekey interval \n\n seconds
- IkeRekey stringInterval Variable 
- Variable name
- IkeVersion int
- IKE Version \n\n
- IkeVersion stringVariable 
- Variable name
- IpUnnumbered bool
- Unnumbered interface
- IpsecCiphersuite string
- IPsec(ESP) encryption and integrity protocol
- IpsecCiphersuite stringVariable 
- Variable name
- IpsecPerfect stringForward Secrecy 
- IPsec perfect forward secrecy settings
- IpsecPerfect stringForward Secrecy Variable 
- 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
- Assign IPv4 address
- Ipv4AddressVariable string
- Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- MtuVariable string
- Variable name
- Name string
- Interface name: IPsec when present
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state
- SigProvider string
- SIG Tunnel Provider
- TcpMss int
- TCP MSS on SYN packets, in bytes
- TcpMss stringVariable 
- Variable name
- TrackEnable bool
- Enable/disable SIG tracking
- Tracker string
- Enable tracker for this interface
- TunnelDc stringPreference 
- SIG Tunnel Data Center
- TunnelDestination string
- Tunnel destination IP address
- TunnelDestination stringVariable 
- Variable name
- TunnelPublic stringIp 
- Public IP required to setup GRE tunnel to Zscaler
- TunnelPublic stringIp Variable 
- Variable name
- TunnelRoute stringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- TunnelRoute stringVia Variable 
- Variable name
- TunnelSource string
- Tunnel source IP Address
- TunnelSource stringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- TunnelSource stringInterface Variable 
- Variable name
- TunnelSource stringVariable 
- Variable name
- application String
- Enable Application Tunnel Type
- autoTunnel BooleanMode 
- Auto Tunnel Mode
- deadPeer IntegerDetection Interval 
- IKE keepalive interval (seconds)
- deadPeer StringDetection Interval Variable 
- Variable name
- deadPeer IntegerDetection Retries 
- IKE keepalive retries
- deadPeer StringDetection Retries Variable 
- Variable name
- description String
- Interface description
- descriptionVariable String
- Variable name
- ikeCiphersuite String
- IKE identity the IKE preshared secret belongs to
- ikeCiphersuite StringVariable 
- Variable name
- ikeGroup String
- IKE Diffie Hellman Groups
- ikeGroup StringVariable 
- Variable name
- String
- Use preshared key to authenticate IKE peer
- Boolean
- 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
- ikeRekey IntegerInterval 
- IKE rekey interval \n\n seconds
- ikeRekey StringInterval Variable 
- Variable name
- ikeVersion Integer
- IKE Version \n\n
- ikeVersion StringVariable 
- Variable name
- ipUnnumbered Boolean
- Unnumbered interface
- ipsecCiphersuite String
- IPsec(ESP) encryption and integrity protocol
- ipsecCiphersuite StringVariable 
- Variable name
- ipsecPerfect StringForward Secrecy 
- IPsec perfect forward secrecy settings
- ipsecPerfect StringForward Secrecy Variable 
- 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
- Assign IPv4 address
- ipv4AddressVariable String
- Variable name
- mtu Integer
- Interface MTU \n\n, in bytes
- mtuVariable String
- Variable name
- name String
- Interface name: IPsec when present
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state
- sigProvider String
- SIG Tunnel Provider
- tcpMss Integer
- TCP MSS on SYN packets, in bytes
- tcpMss StringVariable 
- Variable name
- trackEnable Boolean
- Enable/disable SIG tracking
- tracker String
- Enable tracker for this interface
- tunnelDc StringPreference 
- SIG Tunnel Data Center
- tunnelDestination String
- Tunnel destination IP address
- tunnelDestination StringVariable 
- Variable name
- tunnelPublic StringIp 
- Public IP required to setup GRE tunnel to Zscaler
- tunnelPublic StringIp Variable 
- Variable name
- tunnelRoute StringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelRoute StringVia Variable 
- Variable name
- tunnelSource String
- Tunnel source IP Address
- tunnelSource StringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelSource StringInterface Variable 
- Variable name
- tunnelSource StringVariable 
- Variable name
- application string
- Enable Application Tunnel Type
- autoTunnel booleanMode 
- Auto Tunnel Mode
- deadPeer numberDetection Interval 
- IKE keepalive interval (seconds)
- deadPeer stringDetection Interval Variable 
- Variable name
- deadPeer numberDetection Retries 
- IKE keepalive retries
- deadPeer stringDetection Retries Variable 
- Variable name
- description string
- Interface description
- descriptionVariable string
- Variable name
- ikeCiphersuite string
- IKE identity the IKE preshared secret belongs to
- ikeCiphersuite stringVariable 
- Variable name
- ikeGroup string
- IKE Diffie Hellman Groups
- ikeGroup stringVariable 
- Variable name
- string
- Use preshared key to authenticate IKE peer
- boolean
- 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
- ikeRekey numberInterval 
- IKE rekey interval \n\n seconds
- ikeRekey stringInterval Variable 
- Variable name
- ikeVersion number
- IKE Version \n\n
- ikeVersion stringVariable 
- Variable name
- ipUnnumbered boolean
- Unnumbered interface
- ipsecCiphersuite string
- IPsec(ESP) encryption and integrity protocol
- ipsecCiphersuite stringVariable 
- Variable name
- ipsecPerfect stringForward Secrecy 
- IPsec perfect forward secrecy settings
- ipsecPerfect stringForward Secrecy Variable 
- 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
- Assign IPv4 address
- ipv4AddressVariable string
- Variable name
- mtu number
- Interface MTU \n\n, in bytes
- mtuVariable string
- Variable name
- name string
- Interface name: IPsec when present
- nameVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- shutdown boolean
- Administrative state
- sigProvider string
- SIG Tunnel Provider
- tcpMss number
- TCP MSS on SYN packets, in bytes
- tcpMss stringVariable 
- Variable name
- trackEnable boolean
- Enable/disable SIG tracking
- tracker string
- Enable tracker for this interface
- tunnelDc stringPreference 
- SIG Tunnel Data Center
- tunnelDestination string
- Tunnel destination IP address
- tunnelDestination stringVariable 
- Variable name
- tunnelPublic stringIp 
- Public IP required to setup GRE tunnel to Zscaler
- tunnelPublic stringIp Variable 
- Variable name
- tunnelRoute stringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelRoute stringVia Variable 
- Variable name
- tunnelSource string
- Tunnel source IP Address
- tunnelSource stringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelSource stringInterface Variable 
- Variable name
- tunnelSource stringVariable 
- Variable name
- application str
- Enable Application Tunnel Type
- auto_tunnel_ boolmode 
- Auto Tunnel Mode
- dead_peer_ intdetection_ interval 
- IKE keepalive interval (seconds)
- dead_peer_ strdetection_ interval_ variable 
- Variable name
- dead_peer_ intdetection_ retries 
- IKE keepalive retries
- dead_peer_ strdetection_ retries_ variable 
- Variable name
- description str
- Interface description
- description_variable str
- 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
- str
- Use preshared key to authenticate IKE peer
- bool
- 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_ 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
- ip_unnumbered bool
- Unnumbered interface
- ipsec_ciphersuite str
- IPsec(ESP) encryption and integrity protocol
- ipsec_ciphersuite_ strvariable 
- Variable name
- ipsec_perfect_ strforward_ secrecy 
- IPsec perfect forward secrecy settings
- ipsec_perfect_ strforward_ secrecy_ variable 
- 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
- Assign IPv4 address
- ipv4_address_ strvariable 
- Variable name
- mtu int
- Interface MTU \n\n, in bytes
- mtu_variable str
- Variable name
- name str
- Interface name: IPsec when present
- name_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- shutdown bool
- Administrative state
- sig_provider str
- SIG Tunnel Provider
- tcp_mss int
- TCP MSS on SYN packets, in bytes
- tcp_mss_ strvariable 
- Variable name
- track_enable bool
- Enable/disable SIG tracking
- tracker str
- Enable tracker for this interface
- tunnel_dc_ strpreference 
- SIG Tunnel Data Center
- tunnel_destination str
- Tunnel destination IP address
- tunnel_destination_ strvariable 
- Variable name
- tunnel_public_ strip 
- Public IP required to setup GRE tunnel to Zscaler
- tunnel_public_ strip_ 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 str
- Tunnel source IP Address
- tunnel_source_ strinterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel_source_ strinterface_ variable 
- Variable name
- tunnel_source_ strvariable 
- Variable name
- application String
- Enable Application Tunnel Type
- autoTunnel BooleanMode 
- Auto Tunnel Mode
- deadPeer NumberDetection Interval 
- IKE keepalive interval (seconds)
- deadPeer StringDetection Interval Variable 
- Variable name
- deadPeer NumberDetection Retries 
- IKE keepalive retries
- deadPeer StringDetection Retries Variable 
- Variable name
- description String
- Interface description
- descriptionVariable String
- Variable name
- ikeCiphersuite String
- IKE identity the IKE preshared secret belongs to
- ikeCiphersuite StringVariable 
- Variable name
- ikeGroup String
- IKE Diffie Hellman Groups
- ikeGroup StringVariable 
- Variable name
- String
- Use preshared key to authenticate IKE peer
- Boolean
- 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
- ikeRekey NumberInterval 
- IKE rekey interval \n\n seconds
- ikeRekey StringInterval Variable 
- Variable name
- ikeVersion Number
- IKE Version \n\n
- ikeVersion StringVariable 
- Variable name
- ipUnnumbered Boolean
- Unnumbered interface
- ipsecCiphersuite String
- IPsec(ESP) encryption and integrity protocol
- ipsecCiphersuite StringVariable 
- Variable name
- ipsecPerfect StringForward Secrecy 
- IPsec perfect forward secrecy settings
- ipsecPerfect StringForward Secrecy Variable 
- 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
- Assign IPv4 address
- ipv4AddressVariable String
- Variable name
- mtu Number
- Interface MTU \n\n, in bytes
- mtuVariable String
- Variable name
- name String
- Interface name: IPsec when present
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state
- sigProvider String
- SIG Tunnel Provider
- tcpMss Number
- TCP MSS on SYN packets, in bytes
- tcpMss StringVariable 
- Variable name
- trackEnable Boolean
- Enable/disable SIG tracking
- tracker String
- Enable tracker for this interface
- tunnelDc StringPreference 
- SIG Tunnel Data Center
- tunnelDestination String
- Tunnel destination IP address
- tunnelDestination StringVariable 
- Variable name
- tunnelPublic StringIp 
- Public IP required to setup GRE tunnel to Zscaler
- tunnelPublic StringIp Variable 
- Variable name
- tunnelRoute StringVia 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelRoute StringVia Variable 
- Variable name
- tunnelSource String
- Tunnel source IP Address
- tunnelSource StringInterface 
- \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnelSource StringInterface Variable 
- Variable name
- tunnelSource StringVariable 
- Variable name
GetCiscoSecureInternetGatewayFeatureTemplateService       
- InterfacePairs List<GetCisco Secure Internet Gateway Feature Template Service Interface Pair> 
- Interface Pair for active and backup
- Optional bool
- Indicates if list item is considered optional.
- ServiceType string
- Service Type
- UmbrellaPrimary stringData Center 
- Umbrella Primary Datacenter
- UmbrellaPrimary stringData Center Variable 
- Variable name
- UmbrellaSecondary stringData Center 
- Umbrella Secondary Datacenter
- UmbrellaSecondary stringData Center Variable 
- Variable name
- ZscalerAup boolBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access
- ZscalerAup boolEnabled 
- Enable Acceptable User Policy
- ZscalerAup boolForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection
- ZscalerAup intTimeout 
- Custom Acceptable User Policy frequency in days
- ZscalerAuthentication boolRequired 
- Enforce Authentication
- ZscalerCaution boolEnabled 
- Enable Caution
- ZscalerFirewall boolEnabled 
- Firewall enabled
- ZscalerIps boolControl Enabled 
- Enable IPS Control
- ZscalerLocation stringName 
- Zscaler location name (optional)
- ZscalerLocation stringName Variable 
- Variable name
- ZscalerPrimary stringData Center 
- Custom Primary Datacenter
- ZscalerPrimary stringData Center Variable 
- Variable name
- ZscalerSecondary stringData Center 
- Custom Secondary Datacenter
- ZscalerSecondary stringData Center Variable 
- Variable name
- ZscalerSurrogate stringDisplay Time Unit 
- Display time unit
- ZscalerSurrogate intIdle Time 
- Idle time to disassociation
- ZscalerSurrogate boolIp 
- Enable Surrogate IP
- ZscalerSurrogate boolIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers
- ZscalerSurrogate intRefresh Time 
- Refresh time for re-validation of surrogacy in minutes
- ZscalerSurrogate stringRefresh Time Unit 
- Refresh Time unit
- ZscalerXff boolForward 
- XFF forwarding enabled
- InterfacePairs []GetCisco Secure Internet Gateway Feature Template Service Interface Pair 
- Interface Pair for active and backup
- Optional bool
- Indicates if list item is considered optional.
- ServiceType string
- Service Type
- UmbrellaPrimary stringData Center 
- Umbrella Primary Datacenter
- UmbrellaPrimary stringData Center Variable 
- Variable name
- UmbrellaSecondary stringData Center 
- Umbrella Secondary Datacenter
- UmbrellaSecondary stringData Center Variable 
- Variable name
- ZscalerAup boolBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access
- ZscalerAup boolEnabled 
- Enable Acceptable User Policy
- ZscalerAup boolForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection
- ZscalerAup intTimeout 
- Custom Acceptable User Policy frequency in days
- ZscalerAuthentication boolRequired 
- Enforce Authentication
- ZscalerCaution boolEnabled 
- Enable Caution
- ZscalerFirewall boolEnabled 
- Firewall enabled
- ZscalerIps boolControl Enabled 
- Enable IPS Control
- ZscalerLocation stringName 
- Zscaler location name (optional)
- ZscalerLocation stringName Variable 
- Variable name
- ZscalerPrimary stringData Center 
- Custom Primary Datacenter
- ZscalerPrimary stringData Center Variable 
- Variable name
- ZscalerSecondary stringData Center 
- Custom Secondary Datacenter
- ZscalerSecondary stringData Center Variable 
- Variable name
- ZscalerSurrogate stringDisplay Time Unit 
- Display time unit
- ZscalerSurrogate intIdle Time 
- Idle time to disassociation
- ZscalerSurrogate boolIp 
- Enable Surrogate IP
- ZscalerSurrogate boolIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers
- ZscalerSurrogate intRefresh Time 
- Refresh time for re-validation of surrogacy in minutes
- ZscalerSurrogate stringRefresh Time Unit 
- Refresh Time unit
- ZscalerXff boolForward 
- XFF forwarding enabled
- interfacePairs List<GetCisco Secure Internet Gateway Feature Template Service Interface Pair> 
- Interface Pair for active and backup
- optional Boolean
- Indicates if list item is considered optional.
- serviceType String
- Service Type
- umbrellaPrimary StringData Center 
- Umbrella Primary Datacenter
- umbrellaPrimary StringData Center Variable 
- Variable name
- umbrellaSecondary StringData Center 
- Umbrella Secondary Datacenter
- umbrellaSecondary StringData Center Variable 
- Variable name
- zscalerAup BooleanBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access
- zscalerAup BooleanEnabled 
- Enable Acceptable User Policy
- zscalerAup BooleanForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection
- zscalerAup IntegerTimeout 
- Custom Acceptable User Policy frequency in days
- zscalerAuthentication BooleanRequired 
- Enforce Authentication
- zscalerCaution BooleanEnabled 
- Enable Caution
- zscalerFirewall BooleanEnabled 
- Firewall enabled
- zscalerIps BooleanControl Enabled 
- Enable IPS Control
- zscalerLocation StringName 
- Zscaler location name (optional)
- zscalerLocation StringName Variable 
- Variable name
- zscalerPrimary StringData Center 
- Custom Primary Datacenter
- zscalerPrimary StringData Center Variable 
- Variable name
- zscalerSecondary StringData Center 
- Custom Secondary Datacenter
- zscalerSecondary StringData Center Variable 
- Variable name
- zscalerSurrogate StringDisplay Time Unit 
- Display time unit
- zscalerSurrogate IntegerIdle Time 
- Idle time to disassociation
- zscalerSurrogate BooleanIp 
- Enable Surrogate IP
- zscalerSurrogate BooleanIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers
- zscalerSurrogate IntegerRefresh Time 
- Refresh time for re-validation of surrogacy in minutes
- zscalerSurrogate StringRefresh Time Unit 
- Refresh Time unit
- zscalerXff BooleanForward 
- XFF forwarding enabled
- interfacePairs GetCisco Secure Internet Gateway Feature Template Service Interface Pair[] 
- Interface Pair for active and backup
- optional boolean
- Indicates if list item is considered optional.
- serviceType string
- Service Type
- umbrellaPrimary stringData Center 
- Umbrella Primary Datacenter
- umbrellaPrimary stringData Center Variable 
- Variable name
- umbrellaSecondary stringData Center 
- Umbrella Secondary Datacenter
- umbrellaSecondary stringData Center Variable 
- Variable name
- zscalerAup booleanBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access
- zscalerAup booleanEnabled 
- Enable Acceptable User Policy
- zscalerAup booleanForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection
- zscalerAup numberTimeout 
- Custom Acceptable User Policy frequency in days
- zscalerAuthentication booleanRequired 
- Enforce Authentication
- zscalerCaution booleanEnabled 
- Enable Caution
- zscalerFirewall booleanEnabled 
- Firewall enabled
- zscalerIps booleanControl Enabled 
- Enable IPS Control
- zscalerLocation stringName 
- Zscaler location name (optional)
- zscalerLocation stringName Variable 
- Variable name
- zscalerPrimary stringData Center 
- Custom Primary Datacenter
- zscalerPrimary stringData Center Variable 
- Variable name
- zscalerSecondary stringData Center 
- Custom Secondary Datacenter
- zscalerSecondary stringData Center Variable 
- Variable name
- zscalerSurrogate stringDisplay Time Unit 
- Display time unit
- zscalerSurrogate numberIdle Time 
- Idle time to disassociation
- zscalerSurrogate booleanIp 
- Enable Surrogate IP
- zscalerSurrogate booleanIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers
- zscalerSurrogate numberRefresh Time 
- Refresh time for re-validation of surrogacy in minutes
- zscalerSurrogate stringRefresh Time Unit 
- Refresh Time unit
- zscalerXff booleanForward 
- XFF forwarding enabled
- interface_pairs Sequence[GetCisco Secure Internet Gateway Feature Template Service Interface Pair] 
- Interface Pair for active and backup
- optional bool
- Indicates if list item is considered optional.
- service_type str
- Service Type
- umbrella_primary_ strdata_ center 
- Umbrella Primary Datacenter
- umbrella_primary_ strdata_ center_ variable 
- Variable name
- umbrella_secondary_ strdata_ center 
- Umbrella Secondary Datacenter
- umbrella_secondary_ strdata_ center_ variable 
- Variable name
- zscaler_aup_ boolblock_ internet_ until_ accepted 
- For first-time Acceptable User Policy behavior, block Internet access
- zscaler_aup_ boolenabled 
- Enable Acceptable User Policy
- zscaler_aup_ boolforce_ ssl_ inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection
- zscaler_aup_ inttimeout 
- Custom Acceptable User Policy frequency in days
- zscaler_authentication_ boolrequired 
- Enforce Authentication
- zscaler_caution_ boolenabled 
- Enable Caution
- zscaler_firewall_ boolenabled 
- Firewall enabled
- zscaler_ips_ boolcontrol_ enabled 
- Enable IPS Control
- zscaler_location_ strname 
- Zscaler location name (optional)
- zscaler_location_ strname_ variable 
- Variable name
- zscaler_primary_ strdata_ center 
- Custom Primary Datacenter
- zscaler_primary_ strdata_ center_ variable 
- Variable name
- zscaler_secondary_ strdata_ center 
- Custom Secondary Datacenter
- zscaler_secondary_ strdata_ center_ variable 
- Variable name
- zscaler_surrogate_ strdisplay_ time_ unit 
- Display time unit
- zscaler_surrogate_ intidle_ time 
- Idle time to disassociation
- zscaler_surrogate_ boolip 
- Enable Surrogate IP
- zscaler_surrogate_ boolip_ enforce_ for_ known_ browsers 
- Enforce Surrogate IP for known browsers
- zscaler_surrogate_ intrefresh_ time 
- Refresh time for re-validation of surrogacy in minutes
- zscaler_surrogate_ strrefresh_ time_ unit 
- Refresh Time unit
- zscaler_xff_ boolforward 
- XFF forwarding enabled
- interfacePairs List<Property Map>
- Interface Pair for active and backup
- optional Boolean
- Indicates if list item is considered optional.
- serviceType String
- Service Type
- umbrellaPrimary StringData Center 
- Umbrella Primary Datacenter
- umbrellaPrimary StringData Center Variable 
- Variable name
- umbrellaSecondary StringData Center 
- Umbrella Secondary Datacenter
- umbrellaSecondary StringData Center Variable 
- Variable name
- zscalerAup BooleanBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access
- zscalerAup BooleanEnabled 
- Enable Acceptable User Policy
- zscalerAup BooleanForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection
- zscalerAup NumberTimeout 
- Custom Acceptable User Policy frequency in days
- zscalerAuthentication BooleanRequired 
- Enforce Authentication
- zscalerCaution BooleanEnabled 
- Enable Caution
- zscalerFirewall BooleanEnabled 
- Firewall enabled
- zscalerIps BooleanControl Enabled 
- Enable IPS Control
- zscalerLocation StringName 
- Zscaler location name (optional)
- zscalerLocation StringName Variable 
- Variable name
- zscalerPrimary StringData Center 
- Custom Primary Datacenter
- zscalerPrimary StringData Center Variable 
- Variable name
- zscalerSecondary StringData Center 
- Custom Secondary Datacenter
- zscalerSecondary StringData Center Variable 
- Variable name
- zscalerSurrogate StringDisplay Time Unit 
- Display time unit
- zscalerSurrogate NumberIdle Time 
- Idle time to disassociation
- zscalerSurrogate BooleanIp 
- Enable Surrogate IP
- zscalerSurrogate BooleanIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers
- zscalerSurrogate NumberRefresh Time 
- Refresh time for re-validation of surrogacy in minutes
- zscalerSurrogate StringRefresh Time Unit 
- Refresh Time unit
- zscalerXff BooleanForward 
- XFF forwarding enabled
GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair         
- ActiveInterface string
- Active Tunnel Interface for SIG
- ActiveInterface intWeight 
- Active Tunnel Interface Weight
- BackupInterface string
- Backup Tunnel Interface for SIG
- BackupInterface intWeight 
- Backup Tunnel Interface Weight
- Optional bool
- Indicates if list item is considered optional.
- ActiveInterface string
- Active Tunnel Interface for SIG
- ActiveInterface intWeight 
- Active Tunnel Interface Weight
- BackupInterface string
- Backup Tunnel Interface for SIG
- BackupInterface intWeight 
- Backup Tunnel Interface Weight
- Optional bool
- Indicates if list item is considered optional.
- activeInterface String
- Active Tunnel Interface for SIG
- activeInterface IntegerWeight 
- Active Tunnel Interface Weight
- backupInterface String
- Backup Tunnel Interface for SIG
- backupInterface IntegerWeight 
- Backup Tunnel Interface Weight
- optional Boolean
- Indicates if list item is considered optional.
- activeInterface string
- Active Tunnel Interface for SIG
- activeInterface numberWeight 
- Active Tunnel Interface Weight
- backupInterface string
- Backup Tunnel Interface for SIG
- backupInterface numberWeight 
- Backup Tunnel Interface Weight
- optional boolean
- Indicates if list item is considered optional.
- active_interface str
- Active Tunnel Interface for SIG
- active_interface_ intweight 
- Active Tunnel Interface Weight
- backup_interface str
- Backup Tunnel Interface for SIG
- backup_interface_ intweight 
- Backup Tunnel Interface Weight
- optional bool
- Indicates if list item is considered optional.
- activeInterface String
- Active Tunnel Interface for SIG
- activeInterface NumberWeight 
- Active Tunnel Interface Weight
- backupInterface String
- Backup Tunnel Interface for SIG
- backupInterface NumberWeight 
- Backup Tunnel Interface Weight
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoSecureInternetGatewayFeatureTemplateTracker       
- EndpointApi stringUrl 
- API url of endpoint
- EndpointApi stringUrl Variable 
- Variable name
- Interval int
- Probe interval \n\n seconds
- IntervalVariable string
- Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- MultiplierVariable string
- Variable name
- Name string
- Tracker name
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- ThresholdVariable string
- Variable name
- TrackerType string
- EndpointApi stringUrl 
- API url of endpoint
- EndpointApi stringUrl Variable 
- Variable name
- Interval int
- Probe interval \n\n seconds
- IntervalVariable string
- Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- MultiplierVariable string
- Variable name
- Name string
- Tracker name
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- ThresholdVariable string
- Variable name
- TrackerType string
- endpointApi StringUrl 
- API url of endpoint
- endpointApi StringUrl Variable 
- Variable name
- interval Integer
- Probe interval \n\n seconds
- intervalVariable String
- Variable name
- multiplier Integer
- Probe failure multiplier \n\n failed attempts
- multiplierVariable String
- Variable name
- name String
- Tracker name
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Integer
- Probe Timeout threshold \n\n milliseconds
- thresholdVariable String
- Variable name
- trackerType String
- endpointApi stringUrl 
- API url of endpoint
- endpointApi stringUrl Variable 
- Variable name
- interval number
- Probe interval \n\n seconds
- intervalVariable string
- Variable name
- multiplier number
- Probe failure multiplier \n\n failed attempts
- multiplierVariable string
- Variable name
- name string
- Tracker name
- nameVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- threshold number
- Probe Timeout threshold \n\n milliseconds
- thresholdVariable string
- Variable name
- trackerType string
- 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
- name_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- threshold int
- Probe Timeout threshold \n\n milliseconds
- threshold_variable str
- Variable name
- tracker_type str
- endpointApi StringUrl 
- API url of endpoint
- endpointApi StringUrl Variable 
- Variable name
- interval Number
- Probe interval \n\n seconds
- intervalVariable String
- Variable name
- multiplier Number
- Probe failure multiplier \n\n failed attempts
- multiplierVariable String
- Variable name
- name String
- Tracker name
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Number
- Probe Timeout threshold \n\n milliseconds
- thresholdVariable String
- Variable name
- trackerType String
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
