Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getCiscoSecureInternetGatewayFeatureTemplate:getCiscoSecureInternetGatewayFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getCiscoSecureInternetGatewayFeatureTemplate Result
The following output properties are available:
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Id string
- The id of the feature template
- Interfaces
List<Get
Cisco Secure Internet Gateway Feature Template Interface> - Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
List<Get
Cisco Secure Internet Gateway Feature Template Service> - Configure services
- Template
Type string - The template type
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
List<Get
Cisco 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
- Device
Types []string - List of supported device types
- Id string
- The id of the feature template
- Interfaces
[]Get
Cisco Secure Internet Gateway Feature Template Interface - Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
[]Get
Cisco Secure Internet Gateway Feature Template Service - Configure services
- Template
Type string - The template type
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
[]Get
Cisco 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
- device
Types List<String> - List of supported device types
- id String
- The id of the feature template
- interfaces
List<Get
Cisco Secure Internet Gateway Feature Template Interface> - Interface name: IPsec when present
- name String
- The name of the feature template
- services
List<Get
Cisco Secure Internet Gateway Feature Template Service> - Configure services
- template
Type String - The template type
- tracker
Source StringIp - Source IP address for Tracker
- tracker
Source StringIp Variable - Variable name
- trackers
List<Get
Cisco Secure Internet Gateway Feature Template Tracker> - Tracker configuration
- version Integer
- The version of the feature template
- vpn
Id Integer - List of VPN instances
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- id string
- The id of the feature template
- interfaces
Get
Cisco Secure Internet Gateway Feature Template Interface[] - Interface name: IPsec when present
- name string
- The name of the feature template
- services
Get
Cisco Secure Internet Gateway Feature Template Service[] - Configure services
- template
Type string - The template type
- tracker
Source stringIp - Source IP address for Tracker
- tracker
Source stringIp Variable - Variable name
- trackers
Get
Cisco Secure Internet Gateway Feature Template Tracker[] - Tracker configuration
- version number
- The version of the feature template
- vpn
Id 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[Get
Cisco Secure Internet Gateway Feature Template Interface] - Interface name: IPsec when present
- name str
- The name of the feature template
- services
Sequence[Get
Cisco 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[Get
Cisco 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
- device
Types 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
- template
Type String - The template type
- tracker
Source StringIp - Source IP address for Tracker
- tracker
Source StringIp Variable - Variable name
- trackers List<Property Map>
- Tracker configuration
- version Number
- The version of the feature template
- vpn
Id Number - List of VPN instances
Supporting Types
GetCiscoSecureInternetGatewayFeatureTemplateInterface
- Application string
- Enable Application Tunnel Type
- Auto
Tunnel boolMode - Auto Tunnel Mode
- Dead
Peer intDetection Interval - IKE keepalive interval (seconds)
- Dead
Peer stringDetection Interval Variable - Variable name
- Dead
Peer intDetection Retries - IKE keepalive retries
- Dead
Peer stringDetection Retries Variable - Variable name
- Description string
- Interface description
- Description
Variable string - Variable name
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group stringVariable - Variable name
- 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
- Ike
Rekey intInterval - IKE rekey interval \n\n seconds
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Version int - IKE Version \n\n
- Ike
Version stringVariable - Variable name
- Ip
Unnumbered bool - Unnumbered interface
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- Ipsec
Perfect stringForward Secrecy Variable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval \n\n seconds
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay stringWindow Variable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Name string
- Interface name: IPsec when present
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state
- Sig
Provider string - SIG Tunnel Provider
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Track
Enable bool - Enable/disable SIG tracking
- Tracker string
- Enable tracker for this interface
- Tunnel
Dc stringPreference - SIG Tunnel Data Center
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- Tunnel
Public stringIp Variable - Variable name
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Application string
- Enable Application Tunnel Type
- Auto
Tunnel boolMode - Auto Tunnel Mode
- Dead
Peer intDetection Interval - IKE keepalive interval (seconds)
- Dead
Peer stringDetection Interval Variable - Variable name
- Dead
Peer intDetection Retries - IKE keepalive retries
- Dead
Peer stringDetection Retries Variable - Variable name
- Description string
- Interface description
- Description
Variable string - Variable name
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Ike
Group stringVariable - Variable name
- 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
- Ike
Rekey intInterval - IKE rekey interval \n\n seconds
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Version int - IKE Version \n\n
- Ike
Version stringVariable - Variable name
- Ip
Unnumbered bool - Unnumbered interface
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- Ipsec
Perfect stringForward Secrecy Variable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval \n\n seconds
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Ipsec
Replay stringWindow Variable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Mtu int
- Interface MTU \n\n, in bytes
- Mtu
Variable string - Variable name
- Name string
- Interface name: IPsec when present
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state
- Sig
Provider string - SIG Tunnel Provider
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Tcp
Mss stringVariable - Variable name
- Track
Enable bool - Enable/disable SIG tracking
- Tracker string
- Enable tracker for this interface
- Tunnel
Dc stringPreference - SIG Tunnel Data Center
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- Tunnel
Public stringIp Variable - Variable name
- Tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- application String
- Enable Application Tunnel Type
- auto
Tunnel BooleanMode - Auto Tunnel Mode
- dead
Peer IntegerDetection Interval - IKE keepalive interval (seconds)
- dead
Peer StringDetection Interval Variable - Variable name
- dead
Peer IntegerDetection Retries - IKE keepalive retries
- dead
Peer StringDetection Retries Variable - Variable name
- description String
- Interface description
- description
Variable String - Variable name
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group StringVariable - Variable name
- 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
- ike
Rekey IntegerInterval - IKE rekey interval \n\n seconds
- ike
Rekey StringInterval Variable - Variable name
- ike
Version Integer - IKE Version \n\n
- ike
Version StringVariable - Variable name
- ip
Unnumbered Boolean - Unnumbered interface
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Perfect StringForward Secrecy - IPsec perfect forward secrecy settings
- ipsec
Perfect StringForward Secrecy Variable - Variable name
- ipsec
Rekey IntegerInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay IntegerWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay StringWindow Variable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- mtu Integer
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- name String
- Interface name: IPsec when present
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state
- sig
Provider String - SIG Tunnel Provider
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- track
Enable Boolean - Enable/disable SIG tracking
- tracker String
- Enable tracker for this interface
- tunnel
Dc StringPreference - SIG Tunnel Data Center
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination StringVariable - Variable name
- tunnel
Public StringIp - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public StringIp Variable - Variable name
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- application string
- Enable Application Tunnel Type
- auto
Tunnel booleanMode - Auto Tunnel Mode
- dead
Peer numberDetection Interval - IKE keepalive interval (seconds)
- dead
Peer stringDetection Interval Variable - Variable name
- dead
Peer numberDetection Retries - IKE keepalive retries
- dead
Peer stringDetection Retries Variable - Variable name
- description string
- Interface description
- description
Variable string - Variable name
- ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite stringVariable - Variable name
- ike
Group string - IKE Diffie Hellman Groups
- ike
Group stringVariable - Variable name
- 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
- ike
Rekey numberInterval - IKE rekey interval \n\n seconds
- ike
Rekey stringInterval Variable - Variable name
- ike
Version number - IKE Version \n\n
- ike
Version stringVariable - Variable name
- ip
Unnumbered boolean - Unnumbered interface
- ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite stringVariable - Variable name
- ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- ipsec
Perfect stringForward Secrecy Variable - Variable name
- ipsec
Rekey numberInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey stringInterval Variable - Variable name
- ipsec
Replay numberWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay stringWindow Variable - Variable name
- ipv4Address string
- Assign IPv4 address
- ipv4Address
Variable string - Variable name
- mtu number
- Interface MTU \n\n, in bytes
- mtu
Variable string - Variable name
- name string
- Interface name: IPsec when present
- name
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- shutdown boolean
- Administrative state
- sig
Provider string - SIG Tunnel Provider
- tcp
Mss number - TCP MSS on SYN packets, in bytes
- tcp
Mss stringVariable - Variable name
- track
Enable boolean - Enable/disable SIG tracking
- tracker string
- Enable tracker for this interface
- tunnel
Dc stringPreference - SIG Tunnel Data Center
- tunnel
Destination string - Tunnel destination IP address
- tunnel
Destination stringVariable - Variable name
- tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public stringIp Variable - Variable name
- tunnel
Route stringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route stringVia Variable - Variable name
- tunnel
Source string - Tunnel source IP Address
- tunnel
Source stringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source stringInterface Variable - Variable name
- tunnel
Source 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
- auto
Tunnel BooleanMode - Auto Tunnel Mode
- dead
Peer NumberDetection Interval - IKE keepalive interval (seconds)
- dead
Peer StringDetection Interval Variable - Variable name
- dead
Peer NumberDetection Retries - IKE keepalive retries
- dead
Peer StringDetection Retries Variable - Variable name
- description String
- Interface description
- description
Variable String - Variable name
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- ike
Group StringVariable - Variable name
- 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
- ike
Rekey NumberInterval - IKE rekey interval \n\n seconds
- ike
Rekey StringInterval Variable - Variable name
- ike
Version Number - IKE Version \n\n
- ike
Version StringVariable - Variable name
- ip
Unnumbered Boolean - Unnumbered interface
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Perfect StringForward Secrecy - IPsec perfect forward secrecy settings
- ipsec
Perfect StringForward Secrecy Variable - Variable name
- ipsec
Rekey NumberInterval - IPsec rekey interval \n\n seconds
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay NumberWindow - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay StringWindow Variable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- mtu Number
- Interface MTU \n\n, in bytes
- mtu
Variable String - Variable name
- name String
- Interface name: IPsec when present
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state
- sig
Provider String - SIG Tunnel Provider
- tcp
Mss Number - TCP MSS on SYN packets, in bytes
- tcp
Mss StringVariable - Variable name
- track
Enable Boolean - Enable/disable SIG tracking
- tracker String
- Enable tracker for this interface
- tunnel
Dc StringPreference - SIG Tunnel Data Center
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination StringVariable - Variable name
- tunnel
Public StringIp - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public StringIp Variable - Variable name
- tunnel
Route StringVia - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
GetCiscoSecureInternetGatewayFeatureTemplateService
- Interface
Pairs 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.
- Service
Type string - Service Type
- Umbrella
Primary stringData Center - Umbrella Primary Datacenter
- Umbrella
Primary stringData Center Variable - Variable name
- Umbrella
Secondary stringData Center - Umbrella Secondary Datacenter
- Umbrella
Secondary stringData 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 stringName - Zscaler location name (optional)
- Zscaler
Location stringName Variable - Variable name
- Zscaler
Primary stringData Center - Custom Primary Datacenter
- Zscaler
Primary stringData Center Variable - Variable name
- Zscaler
Secondary stringData Center - Custom Secondary Datacenter
- Zscaler
Secondary stringData Center Variable - Variable name
- Zscaler
Surrogate stringDisplay 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 stringRefresh Time Unit - Refresh Time unit
- Zscaler
Xff boolForward - XFF forwarding enabled
- Interface
Pairs []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 string - Service Type
- Umbrella
Primary stringData Center - Umbrella Primary Datacenter
- Umbrella
Primary stringData Center Variable - Variable name
- Umbrella
Secondary stringData Center - Umbrella Secondary Datacenter
- Umbrella
Secondary stringData 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 stringName - Zscaler location name (optional)
- Zscaler
Location stringName Variable - Variable name
- Zscaler
Primary stringData Center - Custom Primary Datacenter
- Zscaler
Primary stringData Center Variable - Variable name
- Zscaler
Secondary stringData Center - Custom Secondary Datacenter
- Zscaler
Secondary stringData Center Variable - Variable name
- Zscaler
Surrogate stringDisplay 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 stringRefresh Time Unit - Refresh Time unit
- Zscaler
Xff boolForward - XFF forwarding enabled
- interface
Pairs 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.
- service
Type String - Service Type
- umbrella
Primary StringData Center - Umbrella Primary Datacenter
- umbrella
Primary StringData Center Variable - Variable name
- umbrella
Secondary StringData Center - Umbrella Secondary Datacenter
- umbrella
Secondary StringData Center Variable - Variable name
- zscaler
Aup BooleanBlock Internet Until Accepted - For first-time Acceptable User Policy behavior, block Internet access
- zscaler
Aup BooleanEnabled - Enable Acceptable User Policy
- zscaler
Aup BooleanForce Ssl Inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- zscaler
Aup IntegerTimeout - Custom Acceptable User Policy frequency in days
- zscaler
Authentication BooleanRequired - Enforce Authentication
- zscaler
Caution BooleanEnabled - Enable Caution
- zscaler
Firewall BooleanEnabled - Firewall enabled
- zscaler
Ips BooleanControl Enabled - Enable IPS Control
- zscaler
Location StringName - Zscaler location name (optional)
- zscaler
Location StringName Variable - Variable name
- zscaler
Primary StringData Center - Custom Primary Datacenter
- zscaler
Primary StringData Center Variable - Variable name
- zscaler
Secondary StringData Center - Custom Secondary Datacenter
- zscaler
Secondary StringData Center Variable - Variable name
- zscaler
Surrogate StringDisplay Time Unit - Display time unit
- zscaler
Surrogate IntegerIdle Time - Idle time to disassociation
- zscaler
Surrogate BooleanIp - Enable Surrogate IP
- zscaler
Surrogate BooleanIp Enforce For Known Browsers - Enforce Surrogate IP for known browsers
- zscaler
Surrogate IntegerRefresh Time - Refresh time for re-validation of surrogacy in minutes
- zscaler
Surrogate StringRefresh Time Unit - Refresh Time unit
- zscaler
Xff BooleanForward - XFF forwarding enabled
- interface
Pairs GetCisco Secure Internet Gateway Feature Template Service Interface Pair[] - Interface Pair for active and backup
- optional boolean
- Indicates if list item is considered optional.
- service
Type string - Service Type
- umbrella
Primary stringData Center - Umbrella Primary Datacenter
- umbrella
Primary stringData Center Variable - Variable name
- umbrella
Secondary stringData Center - Umbrella Secondary Datacenter
- umbrella
Secondary stringData Center Variable - Variable name
- zscaler
Aup booleanBlock Internet Until Accepted - For first-time Acceptable User Policy behavior, block Internet access
- zscaler
Aup booleanEnabled - Enable Acceptable User Policy
- zscaler
Aup booleanForce Ssl Inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- zscaler
Aup numberTimeout - Custom Acceptable User Policy frequency in days
- zscaler
Authentication booleanRequired - Enforce Authentication
- zscaler
Caution booleanEnabled - Enable Caution
- zscaler
Firewall booleanEnabled - Firewall enabled
- zscaler
Ips booleanControl Enabled - Enable IPS Control
- zscaler
Location stringName - Zscaler location name (optional)
- zscaler
Location stringName Variable - Variable name
- zscaler
Primary stringData Center - Custom Primary Datacenter
- zscaler
Primary stringData Center Variable - Variable name
- zscaler
Secondary stringData Center - Custom Secondary Datacenter
- zscaler
Secondary stringData Center Variable - Variable name
- zscaler
Surrogate stringDisplay Time Unit - Display time unit
- zscaler
Surrogate numberIdle Time - Idle time to disassociation
- zscaler
Surrogate booleanIp - Enable Surrogate IP
- zscaler
Surrogate booleanIp Enforce For Known Browsers - Enforce Surrogate IP for known browsers
- zscaler
Surrogate numberRefresh Time - Refresh time for re-validation of surrogacy in minutes
- zscaler
Surrogate stringRefresh Time Unit - Refresh Time unit
- zscaler
Xff 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
- interface
Pairs List<Property Map> - Interface Pair for active and backup
- optional Boolean
- Indicates if list item is considered optional.
- service
Type String - Service Type
- umbrella
Primary StringData Center - Umbrella Primary Datacenter
- umbrella
Primary StringData Center Variable - Variable name
- umbrella
Secondary StringData Center - Umbrella Secondary Datacenter
- umbrella
Secondary StringData Center Variable - Variable name
- zscaler
Aup BooleanBlock Internet Until Accepted - For first-time Acceptable User Policy behavior, block Internet access
- zscaler
Aup BooleanEnabled - Enable Acceptable User Policy
- zscaler
Aup BooleanForce Ssl Inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- zscaler
Aup NumberTimeout - Custom Acceptable User Policy frequency in days
- zscaler
Authentication BooleanRequired - Enforce Authentication
- zscaler
Caution BooleanEnabled - Enable Caution
- zscaler
Firewall BooleanEnabled - Firewall enabled
- zscaler
Ips BooleanControl Enabled - Enable IPS Control
- zscaler
Location StringName - Zscaler location name (optional)
- zscaler
Location StringName Variable - Variable name
- zscaler
Primary StringData Center - Custom Primary Datacenter
- zscaler
Primary StringData Center Variable - Variable name
- zscaler
Secondary StringData Center - Custom Secondary Datacenter
- zscaler
Secondary StringData Center Variable - Variable name
- zscaler
Surrogate StringDisplay Time Unit - Display time unit
- zscaler
Surrogate NumberIdle Time - Idle time to disassociation
- zscaler
Surrogate BooleanIp - Enable Surrogate IP
- zscaler
Surrogate BooleanIp Enforce For Known Browsers - Enforce Surrogate IP for known browsers
- zscaler
Surrogate NumberRefresh Time - Refresh time for re-validation of surrogacy in minutes
- zscaler
Surrogate StringRefresh Time Unit - Refresh Time unit
- zscaler
Xff BooleanForward - XFF forwarding enabled
GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair
- Active
Interface string - Active Tunnel Interface for SIG
- Active
Interface intWeight - Active Tunnel Interface Weight
- Backup
Interface string - Backup Tunnel Interface for SIG
- Backup
Interface intWeight - Backup Tunnel Interface Weight
- Optional bool
- Indicates if list item is considered optional.
- Active
Interface string - Active Tunnel Interface for SIG
- Active
Interface intWeight - Active Tunnel Interface Weight
- Backup
Interface string - Backup Tunnel Interface for SIG
- Backup
Interface intWeight - Backup Tunnel Interface Weight
- Optional bool
- Indicates if list item is considered optional.
- active
Interface String - Active Tunnel Interface for SIG
- active
Interface IntegerWeight - Active Tunnel Interface Weight
- backup
Interface String - Backup Tunnel Interface for SIG
- backup
Interface IntegerWeight - Backup Tunnel Interface Weight
- optional Boolean
- Indicates if list item is considered optional.
- active
Interface string - Active Tunnel Interface for SIG
- active
Interface numberWeight - Active Tunnel Interface Weight
- backup
Interface string - Backup Tunnel Interface for SIG
- backup
Interface 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.
- active
Interface String - Active Tunnel Interface for SIG
- active
Interface NumberWeight - Active Tunnel Interface Weight
- backup
Interface String - Backup Tunnel Interface for SIG
- backup
Interface NumberWeight - Backup Tunnel Interface Weight
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoSecureInternetGatewayFeatureTemplateTracker
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Interval int
- Probe interval \n\n seconds
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- Threshold
Variable string - Variable name
- Tracker
Type string
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Interval int
- Probe interval \n\n seconds
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- Threshold
Variable string - Variable name
- Tracker
Type string
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- interval Integer
- Probe interval \n\n seconds
- interval
Variable String - Variable name
- multiplier Integer
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable String - Variable name
- name String
- Tracker name
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Integer
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable String - Variable name
- tracker
Type String
- endpoint
Api stringUrl - API url of endpoint
- endpoint
Api stringUrl Variable - Variable name
- interval number
- Probe interval \n\n seconds
- interval
Variable string - Variable name
- multiplier number
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable string - Variable name
- name string
- Tracker name
- name
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- threshold number
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable string - Variable name
- tracker
Type 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
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- interval Number
- Probe interval \n\n seconds
- interval
Variable String - Variable name
- multiplier Number
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable String - Variable name
- name String
- Tracker name
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Number
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable String - Variable name
- tracker
Type String
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.