1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getCiscoSecureInternetGatewayFeatureTemplate
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.getCiscoSecureInternetGatewayFeatureTemplate

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getCiscoSecureInternetGatewayFeatureTemplate:getCiscoSecureInternetGatewayFeatureTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    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<GetCiscoSecureInternetGatewayFeatureTemplateInterface>
    Interface name: IPsec when present
    Name string
    The name of the feature template
    Services List<GetCiscoSecureInternetGatewayFeatureTemplateService>
    Configure services
    TemplateType string
    The template type
    TrackerSourceIp string
    Source IP address for Tracker
    TrackerSourceIpVariable string
    Variable name
    Trackers List<GetCiscoSecureInternetGatewayFeatureTemplateTracker>
    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 []GetCiscoSecureInternetGatewayFeatureTemplateInterface
    Interface name: IPsec when present
    Name string
    The name of the feature template
    Services []GetCiscoSecureInternetGatewayFeatureTemplateService
    Configure services
    TemplateType string
    The template type
    TrackerSourceIp string
    Source IP address for Tracker
    TrackerSourceIpVariable string
    Variable name
    Trackers []GetCiscoSecureInternetGatewayFeatureTemplateTracker
    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<GetCiscoSecureInternetGatewayFeatureTemplateInterface>
    Interface name: IPsec when present
    name String
    The name of the feature template
    services List<GetCiscoSecureInternetGatewayFeatureTemplateService>
    Configure services
    templateType String
    The template type
    trackerSourceIp String
    Source IP address for Tracker
    trackerSourceIpVariable String
    Variable name
    trackers List<GetCiscoSecureInternetGatewayFeatureTemplateTracker>
    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 GetCiscoSecureInternetGatewayFeatureTemplateInterface[]
    Interface name: IPsec when present
    name string
    The name of the feature template
    services GetCiscoSecureInternetGatewayFeatureTemplateService[]
    Configure services
    templateType string
    The template type
    trackerSourceIp string
    Source IP address for Tracker
    trackerSourceIpVariable string
    Variable name
    trackers GetCiscoSecureInternetGatewayFeatureTemplateTracker[]
    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[GetCiscoSecureInternetGatewayFeatureTemplateInterface]
    Interface name: IPsec when present
    name str
    The name of the feature template
    services Sequence[GetCiscoSecureInternetGatewayFeatureTemplateService]
    Configure services
    template_type str
    The template type
    tracker_source_ip str
    Source IP address for Tracker
    tracker_source_ip_variable str
    Variable name
    trackers Sequence[GetCiscoSecureInternetGatewayFeatureTemplateTracker]
    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
    trackerSourceIp String
    Source IP address for Tracker
    trackerSourceIpVariable String
    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
    AutoTunnelMode bool
    Auto Tunnel Mode
    DeadPeerDetectionInterval int
    IKE keepalive interval (seconds)
    DeadPeerDetectionIntervalVariable string
    Variable name
    DeadPeerDetectionRetries int
    IKE keepalive retries
    DeadPeerDetectionRetriesVariable string
    Variable name
    Description string
    Interface description
    DescriptionVariable string
    Variable name
    IkeCiphersuite string
    IKE identity the IKE preshared secret belongs to
    IkeCiphersuiteVariable string
    Variable name
    IkeGroup string
    IKE Diffie Hellman Groups
    IkeGroupVariable string
    Variable name
    IkePreSharedKey string
    Use preshared key to authenticate IKE peer
    IkePreSharedKeyDynamic bool
    Use preshared key to authenticate IKE peer
    IkePreSharedKeyLocalId string
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    IkePreSharedKeyLocalIdVariable string
    Variable name
    IkePreSharedKeyRemoteId string
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    IkePreSharedKeyRemoteIdVariable string
    Variable name
    IkePreSharedKeyVariable string
    Variable name
    IkeRekeyInterval int
    IKE rekey interval \n\n seconds
    IkeRekeyIntervalVariable string
    Variable name
    IkeVersion int
    IKE Version \n\n
    IkeVersionVariable string
    Variable name
    IpUnnumbered bool
    Unnumbered interface
    IpsecCiphersuite string
    IPsec(ESP) encryption and integrity protocol
    IpsecCiphersuiteVariable string
    Variable name
    IpsecPerfectForwardSecrecy string
    IPsec perfect forward secrecy settings
    IpsecPerfectForwardSecrecyVariable string
    Variable name
    IpsecRekeyInterval int
    IPsec rekey interval \n\n seconds
    IpsecRekeyIntervalVariable string
    Variable name
    IpsecReplayWindow int
    Replay window size 32..8192 (must be a power of 2)
    IpsecReplayWindowVariable string
    Variable name
    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
    TcpMssVariable string
    Variable name
    TrackEnable bool
    Enable/disable SIG tracking
    Tracker string
    Enable tracker for this interface
    TunnelDcPreference string
    SIG Tunnel Data Center
    TunnelDestination string
    Tunnel destination IP address
    TunnelDestinationVariable string
    Variable name
    TunnelPublicIp string
    Public IP required to setup GRE tunnel to Zscaler
    TunnelPublicIpVariable string
    Variable name
    TunnelRouteVia string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    TunnelRouteViaVariable string
    Variable name
    TunnelSource string
    Tunnel source IP Address
    TunnelSourceInterface string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    TunnelSourceInterfaceVariable string
    Variable name
    TunnelSourceVariable string
    Variable name
    Application string
    Enable Application Tunnel Type
    AutoTunnelMode bool
    Auto Tunnel Mode
    DeadPeerDetectionInterval int
    IKE keepalive interval (seconds)
    DeadPeerDetectionIntervalVariable string
    Variable name
    DeadPeerDetectionRetries int
    IKE keepalive retries
    DeadPeerDetectionRetriesVariable string
    Variable name
    Description string
    Interface description
    DescriptionVariable string
    Variable name
    IkeCiphersuite string
    IKE identity the IKE preshared secret belongs to
    IkeCiphersuiteVariable string
    Variable name
    IkeGroup string
    IKE Diffie Hellman Groups
    IkeGroupVariable string
    Variable name
    IkePreSharedKey string
    Use preshared key to authenticate IKE peer
    IkePreSharedKeyDynamic bool
    Use preshared key to authenticate IKE peer
    IkePreSharedKeyLocalId string
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    IkePreSharedKeyLocalIdVariable string
    Variable name
    IkePreSharedKeyRemoteId string
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    IkePreSharedKeyRemoteIdVariable string
    Variable name
    IkePreSharedKeyVariable string
    Variable name
    IkeRekeyInterval int
    IKE rekey interval \n\n seconds
    IkeRekeyIntervalVariable string
    Variable name
    IkeVersion int
    IKE Version \n\n
    IkeVersionVariable string
    Variable name
    IpUnnumbered bool
    Unnumbered interface
    IpsecCiphersuite string
    IPsec(ESP) encryption and integrity protocol
    IpsecCiphersuiteVariable string
    Variable name
    IpsecPerfectForwardSecrecy string
    IPsec perfect forward secrecy settings
    IpsecPerfectForwardSecrecyVariable string
    Variable name
    IpsecRekeyInterval int
    IPsec rekey interval \n\n seconds
    IpsecRekeyIntervalVariable string
    Variable name
    IpsecReplayWindow int
    Replay window size 32..8192 (must be a power of 2)
    IpsecReplayWindowVariable string
    Variable name
    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
    TcpMssVariable string
    Variable name
    TrackEnable bool
    Enable/disable SIG tracking
    Tracker string
    Enable tracker for this interface
    TunnelDcPreference string
    SIG Tunnel Data Center
    TunnelDestination string
    Tunnel destination IP address
    TunnelDestinationVariable string
    Variable name
    TunnelPublicIp string
    Public IP required to setup GRE tunnel to Zscaler
    TunnelPublicIpVariable string
    Variable name
    TunnelRouteVia string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    TunnelRouteViaVariable string
    Variable name
    TunnelSource string
    Tunnel source IP Address
    TunnelSourceInterface string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    TunnelSourceInterfaceVariable string
    Variable name
    TunnelSourceVariable string
    Variable name
    application String
    Enable Application Tunnel Type
    autoTunnelMode Boolean
    Auto Tunnel Mode
    deadPeerDetectionInterval Integer
    IKE keepalive interval (seconds)
    deadPeerDetectionIntervalVariable String
    Variable name
    deadPeerDetectionRetries Integer
    IKE keepalive retries
    deadPeerDetectionRetriesVariable String
    Variable name
    description String
    Interface description
    descriptionVariable String
    Variable name
    ikeCiphersuite String
    IKE identity the IKE preshared secret belongs to
    ikeCiphersuiteVariable String
    Variable name
    ikeGroup String
    IKE Diffie Hellman Groups
    ikeGroupVariable String
    Variable name
    ikePreSharedKey String
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyDynamic Boolean
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyLocalId String
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyLocalIdVariable String
    Variable name
    ikePreSharedKeyRemoteId String
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyRemoteIdVariable String
    Variable name
    ikePreSharedKeyVariable String
    Variable name
    ikeRekeyInterval Integer
    IKE rekey interval \n\n seconds
    ikeRekeyIntervalVariable String
    Variable name
    ikeVersion Integer
    IKE Version \n\n
    ikeVersionVariable String
    Variable name
    ipUnnumbered Boolean
    Unnumbered interface
    ipsecCiphersuite String
    IPsec(ESP) encryption and integrity protocol
    ipsecCiphersuiteVariable String
    Variable name
    ipsecPerfectForwardSecrecy String
    IPsec perfect forward secrecy settings
    ipsecPerfectForwardSecrecyVariable String
    Variable name
    ipsecRekeyInterval Integer
    IPsec rekey interval \n\n seconds
    ipsecRekeyIntervalVariable String
    Variable name
    ipsecReplayWindow Integer
    Replay window size 32..8192 (must be a power of 2)
    ipsecReplayWindowVariable String
    Variable name
    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
    tcpMssVariable String
    Variable name
    trackEnable Boolean
    Enable/disable SIG tracking
    tracker String
    Enable tracker for this interface
    tunnelDcPreference String
    SIG Tunnel Data Center
    tunnelDestination String
    Tunnel destination IP address
    tunnelDestinationVariable String
    Variable name
    tunnelPublicIp String
    Public IP required to setup GRE tunnel to Zscaler
    tunnelPublicIpVariable String
    Variable name
    tunnelRouteVia String
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelRouteViaVariable String
    Variable name
    tunnelSource String
    Tunnel source IP Address
    tunnelSourceInterface String
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelSourceInterfaceVariable String
    Variable name
    tunnelSourceVariable String
    Variable name
    application string
    Enable Application Tunnel Type
    autoTunnelMode boolean
    Auto Tunnel Mode
    deadPeerDetectionInterval number
    IKE keepalive interval (seconds)
    deadPeerDetectionIntervalVariable string
    Variable name
    deadPeerDetectionRetries number
    IKE keepalive retries
    deadPeerDetectionRetriesVariable string
    Variable name
    description string
    Interface description
    descriptionVariable string
    Variable name
    ikeCiphersuite string
    IKE identity the IKE preshared secret belongs to
    ikeCiphersuiteVariable string
    Variable name
    ikeGroup string
    IKE Diffie Hellman Groups
    ikeGroupVariable string
    Variable name
    ikePreSharedKey string
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyDynamic boolean
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyLocalId string
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyLocalIdVariable string
    Variable name
    ikePreSharedKeyRemoteId string
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyRemoteIdVariable string
    Variable name
    ikePreSharedKeyVariable string
    Variable name
    ikeRekeyInterval number
    IKE rekey interval \n\n seconds
    ikeRekeyIntervalVariable string
    Variable name
    ikeVersion number
    IKE Version \n\n
    ikeVersionVariable string
    Variable name
    ipUnnumbered boolean
    Unnumbered interface
    ipsecCiphersuite string
    IPsec(ESP) encryption and integrity protocol
    ipsecCiphersuiteVariable string
    Variable name
    ipsecPerfectForwardSecrecy string
    IPsec perfect forward secrecy settings
    ipsecPerfectForwardSecrecyVariable string
    Variable name
    ipsecRekeyInterval number
    IPsec rekey interval \n\n seconds
    ipsecRekeyIntervalVariable string
    Variable name
    ipsecReplayWindow number
    Replay window size 32..8192 (must be a power of 2)
    ipsecReplayWindowVariable string
    Variable name
    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
    tcpMssVariable string
    Variable name
    trackEnable boolean
    Enable/disable SIG tracking
    tracker string
    Enable tracker for this interface
    tunnelDcPreference string
    SIG Tunnel Data Center
    tunnelDestination string
    Tunnel destination IP address
    tunnelDestinationVariable string
    Variable name
    tunnelPublicIp string
    Public IP required to setup GRE tunnel to Zscaler
    tunnelPublicIpVariable string
    Variable name
    tunnelRouteVia string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelRouteViaVariable string
    Variable name
    tunnelSource string
    Tunnel source IP Address
    tunnelSourceInterface string
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelSourceInterfaceVariable string
    Variable name
    tunnelSourceVariable string
    Variable name
    application str
    Enable Application Tunnel Type
    auto_tunnel_mode bool
    Auto Tunnel Mode
    dead_peer_detection_interval int
    IKE keepalive interval (seconds)
    dead_peer_detection_interval_variable str
    Variable name
    dead_peer_detection_retries int
    IKE keepalive retries
    dead_peer_detection_retries_variable str
    Variable name
    description str
    Interface description
    description_variable str
    Variable name
    ike_ciphersuite str
    IKE identity the IKE preshared secret belongs to
    ike_ciphersuite_variable str
    Variable name
    ike_group str
    IKE Diffie Hellman Groups
    ike_group_variable str
    Variable name
    ike_pre_shared_key str
    Use preshared key to authenticate IKE peer
    ike_pre_shared_key_dynamic bool
    Use preshared key to authenticate IKE peer
    ike_pre_shared_key_local_id str
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    ike_pre_shared_key_local_id_variable str
    Variable name
    ike_pre_shared_key_remote_id str
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    ike_pre_shared_key_remote_id_variable str
    Variable name
    ike_pre_shared_key_variable str
    Variable name
    ike_rekey_interval int
    IKE rekey interval \n\n seconds
    ike_rekey_interval_variable str
    Variable name
    ike_version int
    IKE Version \n\n
    ike_version_variable str
    Variable name
    ip_unnumbered bool
    Unnumbered interface
    ipsec_ciphersuite str
    IPsec(ESP) encryption and integrity protocol
    ipsec_ciphersuite_variable str
    Variable name
    ipsec_perfect_forward_secrecy str
    IPsec perfect forward secrecy settings
    ipsec_perfect_forward_secrecy_variable str
    Variable name
    ipsec_rekey_interval int
    IPsec rekey interval \n\n seconds
    ipsec_rekey_interval_variable str
    Variable name
    ipsec_replay_window int
    Replay window size 32..8192 (must be a power of 2)
    ipsec_replay_window_variable str
    Variable name
    ipv4_address str
    Assign IPv4 address
    ipv4_address_variable str
    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_variable str
    Variable name
    track_enable bool
    Enable/disable SIG tracking
    tracker str
    Enable tracker for this interface
    tunnel_dc_preference str
    SIG Tunnel Data Center
    tunnel_destination str
    Tunnel destination IP address
    tunnel_destination_variable str
    Variable name
    tunnel_public_ip str
    Public IP required to setup GRE tunnel to Zscaler
    tunnel_public_ip_variable str
    Variable name
    tunnel_route_via str
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnel_route_via_variable str
    Variable name
    tunnel_source str
    Tunnel source IP Address
    tunnel_source_interface str
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnel_source_interface_variable str
    Variable name
    tunnel_source_variable str
    Variable name
    application String
    Enable Application Tunnel Type
    autoTunnelMode Boolean
    Auto Tunnel Mode
    deadPeerDetectionInterval Number
    IKE keepalive interval (seconds)
    deadPeerDetectionIntervalVariable String
    Variable name
    deadPeerDetectionRetries Number
    IKE keepalive retries
    deadPeerDetectionRetriesVariable String
    Variable name
    description String
    Interface description
    descriptionVariable String
    Variable name
    ikeCiphersuite String
    IKE identity the IKE preshared secret belongs to
    ikeCiphersuiteVariable String
    Variable name
    ikeGroup String
    IKE Diffie Hellman Groups
    ikeGroupVariable String
    Variable name
    ikePreSharedKey String
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyDynamic Boolean
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyLocalId String
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyLocalIdVariable String
    Variable name
    ikePreSharedKeyRemoteId String
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyRemoteIdVariable String
    Variable name
    ikePreSharedKeyVariable String
    Variable name
    ikeRekeyInterval Number
    IKE rekey interval \n\n seconds
    ikeRekeyIntervalVariable String
    Variable name
    ikeVersion Number
    IKE Version \n\n
    ikeVersionVariable String
    Variable name
    ipUnnumbered Boolean
    Unnumbered interface
    ipsecCiphersuite String
    IPsec(ESP) encryption and integrity protocol
    ipsecCiphersuiteVariable String
    Variable name
    ipsecPerfectForwardSecrecy String
    IPsec perfect forward secrecy settings
    ipsecPerfectForwardSecrecyVariable String
    Variable name
    ipsecRekeyInterval Number
    IPsec rekey interval \n\n seconds
    ipsecRekeyIntervalVariable String
    Variable name
    ipsecReplayWindow Number
    Replay window size 32..8192 (must be a power of 2)
    ipsecReplayWindowVariable String
    Variable name
    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
    tcpMssVariable String
    Variable name
    trackEnable Boolean
    Enable/disable SIG tracking
    tracker String
    Enable tracker for this interface
    tunnelDcPreference String
    SIG Tunnel Data Center
    tunnelDestination String
    Tunnel destination IP address
    tunnelDestinationVariable String
    Variable name
    tunnelPublicIp String
    Public IP required to setup GRE tunnel to Zscaler
    tunnelPublicIpVariable String
    Variable name
    tunnelRouteVia String
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelRouteViaVariable String
    Variable name
    tunnelSource String
    Tunnel source IP Address
    tunnelSourceInterface String
    \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
    tunnelSourceInterfaceVariable String
    Variable name
    tunnelSourceVariable String
    Variable name

    GetCiscoSecureInternetGatewayFeatureTemplateService

    InterfacePairs List<GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair>
    Interface Pair for active and backup
    Optional bool
    Indicates if list item is considered optional.
    ServiceType string
    Service Type
    UmbrellaPrimaryDataCenter string
    Umbrella Primary Datacenter
    UmbrellaPrimaryDataCenterVariable string
    Variable name
    UmbrellaSecondaryDataCenter string
    Umbrella Secondary Datacenter
    UmbrellaSecondaryDataCenterVariable string
    Variable name
    ZscalerAupBlockInternetUntilAccepted bool
    For first-time Acceptable User Policy behavior, block Internet access
    ZscalerAupEnabled bool
    Enable Acceptable User Policy
    ZscalerAupForceSslInspection bool
    For first-time Acceptable User Policy behavior, force SSL inspection
    ZscalerAupTimeout int
    Custom Acceptable User Policy frequency in days
    ZscalerAuthenticationRequired bool
    Enforce Authentication
    ZscalerCautionEnabled bool
    Enable Caution
    ZscalerFirewallEnabled bool
    Firewall enabled
    ZscalerIpsControlEnabled bool
    Enable IPS Control
    ZscalerLocationName string
    Zscaler location name (optional)
    ZscalerLocationNameVariable string
    Variable name
    ZscalerPrimaryDataCenter string
    Custom Primary Datacenter
    ZscalerPrimaryDataCenterVariable string
    Variable name
    ZscalerSecondaryDataCenter string
    Custom Secondary Datacenter
    ZscalerSecondaryDataCenterVariable string
    Variable name
    ZscalerSurrogateDisplayTimeUnit string
    Display time unit
    ZscalerSurrogateIdleTime int
    Idle time to disassociation
    ZscalerSurrogateIp bool
    Enable Surrogate IP
    ZscalerSurrogateIpEnforceForKnownBrowsers bool
    Enforce Surrogate IP for known browsers
    ZscalerSurrogateRefreshTime int
    Refresh time for re-validation of surrogacy in minutes
    ZscalerSurrogateRefreshTimeUnit string
    Refresh Time unit
    ZscalerXffForward bool
    XFF forwarding enabled
    InterfacePairs []GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair
    Interface Pair for active and backup
    Optional bool
    Indicates if list item is considered optional.
    ServiceType string
    Service Type
    UmbrellaPrimaryDataCenter string
    Umbrella Primary Datacenter
    UmbrellaPrimaryDataCenterVariable string
    Variable name
    UmbrellaSecondaryDataCenter string
    Umbrella Secondary Datacenter
    UmbrellaSecondaryDataCenterVariable string
    Variable name
    ZscalerAupBlockInternetUntilAccepted bool
    For first-time Acceptable User Policy behavior, block Internet access
    ZscalerAupEnabled bool
    Enable Acceptable User Policy
    ZscalerAupForceSslInspection bool
    For first-time Acceptable User Policy behavior, force SSL inspection
    ZscalerAupTimeout int
    Custom Acceptable User Policy frequency in days
    ZscalerAuthenticationRequired bool
    Enforce Authentication
    ZscalerCautionEnabled bool
    Enable Caution
    ZscalerFirewallEnabled bool
    Firewall enabled
    ZscalerIpsControlEnabled bool
    Enable IPS Control
    ZscalerLocationName string
    Zscaler location name (optional)
    ZscalerLocationNameVariable string
    Variable name
    ZscalerPrimaryDataCenter string
    Custom Primary Datacenter
    ZscalerPrimaryDataCenterVariable string
    Variable name
    ZscalerSecondaryDataCenter string
    Custom Secondary Datacenter
    ZscalerSecondaryDataCenterVariable string
    Variable name
    ZscalerSurrogateDisplayTimeUnit string
    Display time unit
    ZscalerSurrogateIdleTime int
    Idle time to disassociation
    ZscalerSurrogateIp bool
    Enable Surrogate IP
    ZscalerSurrogateIpEnforceForKnownBrowsers bool
    Enforce Surrogate IP for known browsers
    ZscalerSurrogateRefreshTime int
    Refresh time for re-validation of surrogacy in minutes
    ZscalerSurrogateRefreshTimeUnit string
    Refresh Time unit
    ZscalerXffForward bool
    XFF forwarding enabled
    interfacePairs List<GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair>
    Interface Pair for active and backup
    optional Boolean
    Indicates if list item is considered optional.
    serviceType String
    Service Type
    umbrellaPrimaryDataCenter String
    Umbrella Primary Datacenter
    umbrellaPrimaryDataCenterVariable String
    Variable name
    umbrellaSecondaryDataCenter String
    Umbrella Secondary Datacenter
    umbrellaSecondaryDataCenterVariable String
    Variable name
    zscalerAupBlockInternetUntilAccepted Boolean
    For first-time Acceptable User Policy behavior, block Internet access
    zscalerAupEnabled Boolean
    Enable Acceptable User Policy
    zscalerAupForceSslInspection Boolean
    For first-time Acceptable User Policy behavior, force SSL inspection
    zscalerAupTimeout Integer
    Custom Acceptable User Policy frequency in days
    zscalerAuthenticationRequired Boolean
    Enforce Authentication
    zscalerCautionEnabled Boolean
    Enable Caution
    zscalerFirewallEnabled Boolean
    Firewall enabled
    zscalerIpsControlEnabled Boolean
    Enable IPS Control
    zscalerLocationName String
    Zscaler location name (optional)
    zscalerLocationNameVariable String
    Variable name
    zscalerPrimaryDataCenter String
    Custom Primary Datacenter
    zscalerPrimaryDataCenterVariable String
    Variable name
    zscalerSecondaryDataCenter String
    Custom Secondary Datacenter
    zscalerSecondaryDataCenterVariable String
    Variable name
    zscalerSurrogateDisplayTimeUnit String
    Display time unit
    zscalerSurrogateIdleTime Integer
    Idle time to disassociation
    zscalerSurrogateIp Boolean
    Enable Surrogate IP
    zscalerSurrogateIpEnforceForKnownBrowsers Boolean
    Enforce Surrogate IP for known browsers
    zscalerSurrogateRefreshTime Integer
    Refresh time for re-validation of surrogacy in minutes
    zscalerSurrogateRefreshTimeUnit String
    Refresh Time unit
    zscalerXffForward Boolean
    XFF forwarding enabled
    interfacePairs GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair[]
    Interface Pair for active and backup
    optional boolean
    Indicates if list item is considered optional.
    serviceType string
    Service Type
    umbrellaPrimaryDataCenter string
    Umbrella Primary Datacenter
    umbrellaPrimaryDataCenterVariable string
    Variable name
    umbrellaSecondaryDataCenter string
    Umbrella Secondary Datacenter
    umbrellaSecondaryDataCenterVariable string
    Variable name
    zscalerAupBlockInternetUntilAccepted boolean
    For first-time Acceptable User Policy behavior, block Internet access
    zscalerAupEnabled boolean
    Enable Acceptable User Policy
    zscalerAupForceSslInspection boolean
    For first-time Acceptable User Policy behavior, force SSL inspection
    zscalerAupTimeout number
    Custom Acceptable User Policy frequency in days
    zscalerAuthenticationRequired boolean
    Enforce Authentication
    zscalerCautionEnabled boolean
    Enable Caution
    zscalerFirewallEnabled boolean
    Firewall enabled
    zscalerIpsControlEnabled boolean
    Enable IPS Control
    zscalerLocationName string
    Zscaler location name (optional)
    zscalerLocationNameVariable string
    Variable name
    zscalerPrimaryDataCenter string
    Custom Primary Datacenter
    zscalerPrimaryDataCenterVariable string
    Variable name
    zscalerSecondaryDataCenter string
    Custom Secondary Datacenter
    zscalerSecondaryDataCenterVariable string
    Variable name
    zscalerSurrogateDisplayTimeUnit string
    Display time unit
    zscalerSurrogateIdleTime number
    Idle time to disassociation
    zscalerSurrogateIp boolean
    Enable Surrogate IP
    zscalerSurrogateIpEnforceForKnownBrowsers boolean
    Enforce Surrogate IP for known browsers
    zscalerSurrogateRefreshTime number
    Refresh time for re-validation of surrogacy in minutes
    zscalerSurrogateRefreshTimeUnit string
    Refresh Time unit
    zscalerXffForward boolean
    XFF forwarding enabled
    interface_pairs Sequence[GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair]
    Interface Pair for active and backup
    optional bool
    Indicates if list item is considered optional.
    service_type str
    Service Type
    umbrella_primary_data_center str
    Umbrella Primary Datacenter
    umbrella_primary_data_center_variable str
    Variable name
    umbrella_secondary_data_center str
    Umbrella Secondary Datacenter
    umbrella_secondary_data_center_variable str
    Variable name
    zscaler_aup_block_internet_until_accepted bool
    For first-time Acceptable User Policy behavior, block Internet access
    zscaler_aup_enabled bool
    Enable Acceptable User Policy
    zscaler_aup_force_ssl_inspection bool
    For first-time Acceptable User Policy behavior, force SSL inspection
    zscaler_aup_timeout int
    Custom Acceptable User Policy frequency in days
    zscaler_authentication_required bool
    Enforce Authentication
    zscaler_caution_enabled bool
    Enable Caution
    zscaler_firewall_enabled bool
    Firewall enabled
    zscaler_ips_control_enabled bool
    Enable IPS Control
    zscaler_location_name str
    Zscaler location name (optional)
    zscaler_location_name_variable str
    Variable name
    zscaler_primary_data_center str
    Custom Primary Datacenter
    zscaler_primary_data_center_variable str
    Variable name
    zscaler_secondary_data_center str
    Custom Secondary Datacenter
    zscaler_secondary_data_center_variable str
    Variable name
    zscaler_surrogate_display_time_unit str
    Display time unit
    zscaler_surrogate_idle_time int
    Idle time to disassociation
    zscaler_surrogate_ip bool
    Enable Surrogate IP
    zscaler_surrogate_ip_enforce_for_known_browsers bool
    Enforce Surrogate IP for known browsers
    zscaler_surrogate_refresh_time int
    Refresh time for re-validation of surrogacy in minutes
    zscaler_surrogate_refresh_time_unit str
    Refresh Time unit
    zscaler_xff_forward bool
    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
    umbrellaPrimaryDataCenter String
    Umbrella Primary Datacenter
    umbrellaPrimaryDataCenterVariable String
    Variable name
    umbrellaSecondaryDataCenter String
    Umbrella Secondary Datacenter
    umbrellaSecondaryDataCenterVariable String
    Variable name
    zscalerAupBlockInternetUntilAccepted Boolean
    For first-time Acceptable User Policy behavior, block Internet access
    zscalerAupEnabled Boolean
    Enable Acceptable User Policy
    zscalerAupForceSslInspection Boolean
    For first-time Acceptable User Policy behavior, force SSL inspection
    zscalerAupTimeout Number
    Custom Acceptable User Policy frequency in days
    zscalerAuthenticationRequired Boolean
    Enforce Authentication
    zscalerCautionEnabled Boolean
    Enable Caution
    zscalerFirewallEnabled Boolean
    Firewall enabled
    zscalerIpsControlEnabled Boolean
    Enable IPS Control
    zscalerLocationName String
    Zscaler location name (optional)
    zscalerLocationNameVariable String
    Variable name
    zscalerPrimaryDataCenter String
    Custom Primary Datacenter
    zscalerPrimaryDataCenterVariable String
    Variable name
    zscalerSecondaryDataCenter String
    Custom Secondary Datacenter
    zscalerSecondaryDataCenterVariable String
    Variable name
    zscalerSurrogateDisplayTimeUnit String
    Display time unit
    zscalerSurrogateIdleTime Number
    Idle time to disassociation
    zscalerSurrogateIp Boolean
    Enable Surrogate IP
    zscalerSurrogateIpEnforceForKnownBrowsers Boolean
    Enforce Surrogate IP for known browsers
    zscalerSurrogateRefreshTime Number
    Refresh time for re-validation of surrogacy in minutes
    zscalerSurrogateRefreshTimeUnit String
    Refresh Time unit
    zscalerXffForward Boolean
    XFF forwarding enabled

    GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair

    ActiveInterface string
    Active Tunnel Interface for SIG
    ActiveInterfaceWeight int
    Active Tunnel Interface Weight
    BackupInterface string
    Backup Tunnel Interface for SIG
    BackupInterfaceWeight int
    Backup Tunnel Interface Weight
    Optional bool
    Indicates if list item is considered optional.
    ActiveInterface string
    Active Tunnel Interface for SIG
    ActiveInterfaceWeight int
    Active Tunnel Interface Weight
    BackupInterface string
    Backup Tunnel Interface for SIG
    BackupInterfaceWeight int
    Backup Tunnel Interface Weight
    Optional bool
    Indicates if list item is considered optional.
    activeInterface String
    Active Tunnel Interface for SIG
    activeInterfaceWeight Integer
    Active Tunnel Interface Weight
    backupInterface String
    Backup Tunnel Interface for SIG
    backupInterfaceWeight Integer
    Backup Tunnel Interface Weight
    optional Boolean
    Indicates if list item is considered optional.
    activeInterface string
    Active Tunnel Interface for SIG
    activeInterfaceWeight number
    Active Tunnel Interface Weight
    backupInterface string
    Backup Tunnel Interface for SIG
    backupInterfaceWeight number
    Backup Tunnel Interface Weight
    optional boolean
    Indicates if list item is considered optional.
    active_interface str
    Active Tunnel Interface for SIG
    active_interface_weight int
    Active Tunnel Interface Weight
    backup_interface str
    Backup Tunnel Interface for SIG
    backup_interface_weight int
    Backup Tunnel Interface Weight
    optional bool
    Indicates if list item is considered optional.
    activeInterface String
    Active Tunnel Interface for SIG
    activeInterfaceWeight Number
    Active Tunnel Interface Weight
    backupInterface String
    Backup Tunnel Interface for SIG
    backupInterfaceWeight Number
    Backup Tunnel Interface Weight
    optional Boolean
    Indicates if list item is considered optional.

    GetCiscoSecureInternetGatewayFeatureTemplateTracker

    EndpointApiUrl string
    API url of endpoint
    EndpointApiUrlVariable string
    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
    EndpointApiUrl string
    API url of endpoint
    EndpointApiUrlVariable string
    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
    endpointApiUrl String
    API url of endpoint
    endpointApiUrlVariable String
    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
    endpointApiUrl string
    API url of endpoint
    endpointApiUrlVariable string
    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_url str
    API url of endpoint
    endpoint_api_url_variable str
    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
    endpointApiUrl String
    API url of endpoint
    endpointApiUrlVariable String
    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 sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi