1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getCiscoSecureInternetGatewayFeatureTemplate
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getCiscoSecureInternetGatewayFeatureTemplate

Explore with Pulumi AI

This data source can read the Cisco Secure Internet Gateway feature template.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getCiscoSecureInternetGatewayFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_cisco_secure_internet_gateway_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoSecureInternetGatewayFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Copy

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>
Copy
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]
Copy
func LookupCiscoSecureInternetGatewayFeatureTemplate(ctx *Context, args *LookupCiscoSecureInternetGatewayFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSecureInternetGatewayFeatureTemplateResult, error)
func LookupCiscoSecureInternetGatewayFeatureTemplateOutput(ctx *Context, args *LookupCiscoSecureInternetGatewayFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSecureInternetGatewayFeatureTemplateResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCiscoSecureInternetGatewayFeatureTemplateResult> getCiscoSecureInternetGatewayFeatureTemplate(GetCiscoSecureInternetGatewayFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoSecureInternetGatewayFeatureTemplateResult> getCiscoSecureInternetGatewayFeatureTemplate(GetCiscoSecureInternetGatewayFeatureTemplateArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getCiscoSecureInternetGatewayFeatureTemplate:getCiscoSecureInternetGatewayFeatureTemplate
  arguments:
    # arguments dictionary
Copy

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 This property is required. string
Enable Application Tunnel Type
AutoTunnelMode This property is required. bool
Auto Tunnel Mode
DeadPeerDetectionInterval This property is required. int
IKE keepalive interval (seconds)
DeadPeerDetectionIntervalVariable This property is required. string
Variable name
DeadPeerDetectionRetries This property is required. int
IKE keepalive retries
DeadPeerDetectionRetriesVariable This property is required. string
Variable name
Description This property is required. string
Interface description
DescriptionVariable This property is required. string
Variable name
IkeCiphersuite This property is required. string
IKE identity the IKE preshared secret belongs to
IkeCiphersuiteVariable This property is required. string
Variable name
IkeGroup This property is required. string
IKE Diffie Hellman Groups
IkeGroupVariable This property is required. string
Variable name
IkePreSharedKey This property is required. string
Use preshared key to authenticate IKE peer
IkePreSharedKeyDynamic This property is required. bool
Use preshared key to authenticate IKE peer
IkePreSharedKeyLocalId This property is required. string
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
IkePreSharedKeyLocalIdVariable This property is required. string
Variable name
IkePreSharedKeyRemoteId This property is required. string
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
IkePreSharedKeyRemoteIdVariable This property is required. string
Variable name
IkePreSharedKeyVariable This property is required. string
Variable name
IkeRekeyInterval This property is required. int
IKE rekey interval \n\n seconds
IkeRekeyIntervalVariable This property is required. string
Variable name
IkeVersion This property is required. int
IKE Version \n\n
IkeVersionVariable This property is required. string
Variable name
IpUnnumbered This property is required. bool
Unnumbered interface
IpsecCiphersuite This property is required. string
IPsec(ESP) encryption and integrity protocol
IpsecCiphersuiteVariable This property is required. string
Variable name
IpsecPerfectForwardSecrecy This property is required. string
IPsec perfect forward secrecy settings
IpsecPerfectForwardSecrecyVariable This property is required. string
Variable name
IpsecRekeyInterval This property is required. int
IPsec rekey interval \n\n seconds
IpsecRekeyIntervalVariable This property is required. string
Variable name
IpsecReplayWindow This property is required. int
Replay window size 32..8192 (must be a power of 2)
IpsecReplayWindowVariable This property is required. string
Variable name
Ipv4Address This property is required. string
Assign IPv4 address
Ipv4AddressVariable This property is required. string
Variable name
Mtu This property is required. int
Interface MTU \n\n, in bytes
MtuVariable This property is required. string
Variable name
Name This property is required. string
Interface name: IPsec when present
NameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Shutdown This property is required. bool
Administrative state
SigProvider This property is required. string
SIG Tunnel Provider
TcpMss This property is required. int
TCP MSS on SYN packets, in bytes
TcpMssVariable This property is required. string
Variable name
TrackEnable This property is required. bool
Enable/disable SIG tracking
Tracker This property is required. string
Enable tracker for this interface
TunnelDcPreference This property is required. string
SIG Tunnel Data Center
TunnelDestination This property is required. string
Tunnel destination IP address
TunnelDestinationVariable This property is required. string
Variable name
TunnelPublicIp This property is required. string
Public IP required to setup GRE tunnel to Zscaler
TunnelPublicIpVariable This property is required. string
Variable name
TunnelRouteVia This property is required. string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
TunnelRouteViaVariable This property is required. string
Variable name
TunnelSource This property is required. string
Tunnel source IP Address
TunnelSourceInterface This property is required. string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
TunnelSourceInterfaceVariable This property is required. string
Variable name
TunnelSourceVariable This property is required. string
Variable name
Application This property is required. string
Enable Application Tunnel Type
AutoTunnelMode This property is required. bool
Auto Tunnel Mode
DeadPeerDetectionInterval This property is required. int
IKE keepalive interval (seconds)
DeadPeerDetectionIntervalVariable This property is required. string
Variable name
DeadPeerDetectionRetries This property is required. int
IKE keepalive retries
DeadPeerDetectionRetriesVariable This property is required. string
Variable name
Description This property is required. string
Interface description
DescriptionVariable This property is required. string
Variable name
IkeCiphersuite This property is required. string
IKE identity the IKE preshared secret belongs to
IkeCiphersuiteVariable This property is required. string
Variable name
IkeGroup This property is required. string
IKE Diffie Hellman Groups
IkeGroupVariable This property is required. string
Variable name
IkePreSharedKey This property is required. string
Use preshared key to authenticate IKE peer
IkePreSharedKeyDynamic This property is required. bool
Use preshared key to authenticate IKE peer
IkePreSharedKeyLocalId This property is required. string
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
IkePreSharedKeyLocalIdVariable This property is required. string
Variable name
IkePreSharedKeyRemoteId This property is required. string
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
IkePreSharedKeyRemoteIdVariable This property is required. string
Variable name
IkePreSharedKeyVariable This property is required. string
Variable name
IkeRekeyInterval This property is required. int
IKE rekey interval \n\n seconds
IkeRekeyIntervalVariable This property is required. string
Variable name
IkeVersion This property is required. int
IKE Version \n\n
IkeVersionVariable This property is required. string
Variable name
IpUnnumbered This property is required. bool
Unnumbered interface
IpsecCiphersuite This property is required. string
IPsec(ESP) encryption and integrity protocol
IpsecCiphersuiteVariable This property is required. string
Variable name
IpsecPerfectForwardSecrecy This property is required. string
IPsec perfect forward secrecy settings
IpsecPerfectForwardSecrecyVariable This property is required. string
Variable name
IpsecRekeyInterval This property is required. int
IPsec rekey interval \n\n seconds
IpsecRekeyIntervalVariable This property is required. string
Variable name
IpsecReplayWindow This property is required. int
Replay window size 32..8192 (must be a power of 2)
IpsecReplayWindowVariable This property is required. string
Variable name
Ipv4Address This property is required. string
Assign IPv4 address
Ipv4AddressVariable This property is required. string
Variable name
Mtu This property is required. int
Interface MTU \n\n, in bytes
MtuVariable This property is required. string
Variable name
Name This property is required. string
Interface name: IPsec when present
NameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Shutdown This property is required. bool
Administrative state
SigProvider This property is required. string
SIG Tunnel Provider
TcpMss This property is required. int
TCP MSS on SYN packets, in bytes
TcpMssVariable This property is required. string
Variable name
TrackEnable This property is required. bool
Enable/disable SIG tracking
Tracker This property is required. string
Enable tracker for this interface
TunnelDcPreference This property is required. string
SIG Tunnel Data Center
TunnelDestination This property is required. string
Tunnel destination IP address
TunnelDestinationVariable This property is required. string
Variable name
TunnelPublicIp This property is required. string
Public IP required to setup GRE tunnel to Zscaler
TunnelPublicIpVariable This property is required. string
Variable name
TunnelRouteVia This property is required. string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
TunnelRouteViaVariable This property is required. string
Variable name
TunnelSource This property is required. string
Tunnel source IP Address
TunnelSourceInterface This property is required. string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
TunnelSourceInterfaceVariable This property is required. string
Variable name
TunnelSourceVariable This property is required. string
Variable name
application This property is required. String
Enable Application Tunnel Type
autoTunnelMode This property is required. Boolean
Auto Tunnel Mode
deadPeerDetectionInterval This property is required. Integer
IKE keepalive interval (seconds)
deadPeerDetectionIntervalVariable This property is required. String
Variable name
deadPeerDetectionRetries This property is required. Integer
IKE keepalive retries
deadPeerDetectionRetriesVariable This property is required. String
Variable name
description This property is required. String
Interface description
descriptionVariable This property is required. String
Variable name
ikeCiphersuite This property is required. String
IKE identity the IKE preshared secret belongs to
ikeCiphersuiteVariable This property is required. String
Variable name
ikeGroup This property is required. String
IKE Diffie Hellman Groups
ikeGroupVariable This property is required. String
Variable name
ikePreSharedKey This property is required. String
Use preshared key to authenticate IKE peer
ikePreSharedKeyDynamic This property is required. Boolean
Use preshared key to authenticate IKE peer
ikePreSharedKeyLocalId This property is required. String
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyLocalIdVariable This property is required. String
Variable name
ikePreSharedKeyRemoteId This property is required. String
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyRemoteIdVariable This property is required. String
Variable name
ikePreSharedKeyVariable This property is required. String
Variable name
ikeRekeyInterval This property is required. Integer
IKE rekey interval \n\n seconds
ikeRekeyIntervalVariable This property is required. String
Variable name
ikeVersion This property is required. Integer
IKE Version \n\n
ikeVersionVariable This property is required. String
Variable name
ipUnnumbered This property is required. Boolean
Unnumbered interface
ipsecCiphersuite This property is required. String
IPsec(ESP) encryption and integrity protocol
ipsecCiphersuiteVariable This property is required. String
Variable name
ipsecPerfectForwardSecrecy This property is required. String
IPsec perfect forward secrecy settings
ipsecPerfectForwardSecrecyVariable This property is required. String
Variable name
ipsecRekeyInterval This property is required. Integer
IPsec rekey interval \n\n seconds
ipsecRekeyIntervalVariable This property is required. String
Variable name
ipsecReplayWindow This property is required. Integer
Replay window size 32..8192 (must be a power of 2)
ipsecReplayWindowVariable This property is required. String
Variable name
ipv4Address This property is required. String
Assign IPv4 address
ipv4AddressVariable This property is required. String
Variable name
mtu This property is required. Integer
Interface MTU \n\n, in bytes
mtuVariable This property is required. String
Variable name
name This property is required. String
Interface name: IPsec when present
nameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
shutdown This property is required. Boolean
Administrative state
sigProvider This property is required. String
SIG Tunnel Provider
tcpMss This property is required. Integer
TCP MSS on SYN packets, in bytes
tcpMssVariable This property is required. String
Variable name
trackEnable This property is required. Boolean
Enable/disable SIG tracking
tracker This property is required. String
Enable tracker for this interface
tunnelDcPreference This property is required. String
SIG Tunnel Data Center
tunnelDestination This property is required. String
Tunnel destination IP address
tunnelDestinationVariable This property is required. String
Variable name
tunnelPublicIp This property is required. String
Public IP required to setup GRE tunnel to Zscaler
tunnelPublicIpVariable This property is required. String
Variable name
tunnelRouteVia This property is required. String
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelRouteViaVariable This property is required. String
Variable name
tunnelSource This property is required. String
Tunnel source IP Address
tunnelSourceInterface This property is required. String
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelSourceInterfaceVariable This property is required. String
Variable name
tunnelSourceVariable This property is required. String
Variable name
application This property is required. string
Enable Application Tunnel Type
autoTunnelMode This property is required. boolean
Auto Tunnel Mode
deadPeerDetectionInterval This property is required. number
IKE keepalive interval (seconds)
deadPeerDetectionIntervalVariable This property is required. string
Variable name
deadPeerDetectionRetries This property is required. number
IKE keepalive retries
deadPeerDetectionRetriesVariable This property is required. string
Variable name
description This property is required. string
Interface description
descriptionVariable This property is required. string
Variable name
ikeCiphersuite This property is required. string
IKE identity the IKE preshared secret belongs to
ikeCiphersuiteVariable This property is required. string
Variable name
ikeGroup This property is required. string
IKE Diffie Hellman Groups
ikeGroupVariable This property is required. string
Variable name
ikePreSharedKey This property is required. string
Use preshared key to authenticate IKE peer
ikePreSharedKeyDynamic This property is required. boolean
Use preshared key to authenticate IKE peer
ikePreSharedKeyLocalId This property is required. string
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyLocalIdVariable This property is required. string
Variable name
ikePreSharedKeyRemoteId This property is required. string
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyRemoteIdVariable This property is required. string
Variable name
ikePreSharedKeyVariable This property is required. string
Variable name
ikeRekeyInterval This property is required. number
IKE rekey interval \n\n seconds
ikeRekeyIntervalVariable This property is required. string
Variable name
ikeVersion This property is required. number
IKE Version \n\n
ikeVersionVariable This property is required. string
Variable name
ipUnnumbered This property is required. boolean
Unnumbered interface
ipsecCiphersuite This property is required. string
IPsec(ESP) encryption and integrity protocol
ipsecCiphersuiteVariable This property is required. string
Variable name
ipsecPerfectForwardSecrecy This property is required. string
IPsec perfect forward secrecy settings
ipsecPerfectForwardSecrecyVariable This property is required. string
Variable name
ipsecRekeyInterval This property is required. number
IPsec rekey interval \n\n seconds
ipsecRekeyIntervalVariable This property is required. string
Variable name
ipsecReplayWindow This property is required. number
Replay window size 32..8192 (must be a power of 2)
ipsecReplayWindowVariable This property is required. string
Variable name
ipv4Address This property is required. string
Assign IPv4 address
ipv4AddressVariable This property is required. string
Variable name
mtu This property is required. number
Interface MTU \n\n, in bytes
mtuVariable This property is required. string
Variable name
name This property is required. string
Interface name: IPsec when present
nameVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
shutdown This property is required. boolean
Administrative state
sigProvider This property is required. string
SIG Tunnel Provider
tcpMss This property is required. number
TCP MSS on SYN packets, in bytes
tcpMssVariable This property is required. string
Variable name
trackEnable This property is required. boolean
Enable/disable SIG tracking
tracker This property is required. string
Enable tracker for this interface
tunnelDcPreference This property is required. string
SIG Tunnel Data Center
tunnelDestination This property is required. string
Tunnel destination IP address
tunnelDestinationVariable This property is required. string
Variable name
tunnelPublicIp This property is required. string
Public IP required to setup GRE tunnel to Zscaler
tunnelPublicIpVariable This property is required. string
Variable name
tunnelRouteVia This property is required. string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelRouteViaVariable This property is required. string
Variable name
tunnelSource This property is required. string
Tunnel source IP Address
tunnelSourceInterface This property is required. string
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelSourceInterfaceVariable This property is required. string
Variable name
tunnelSourceVariable This property is required. string
Variable name
application This property is required. str
Enable Application Tunnel Type
auto_tunnel_mode This property is required. bool
Auto Tunnel Mode
dead_peer_detection_interval This property is required. int
IKE keepalive interval (seconds)
dead_peer_detection_interval_variable This property is required. str
Variable name
dead_peer_detection_retries This property is required. int
IKE keepalive retries
dead_peer_detection_retries_variable This property is required. str
Variable name
description This property is required. str
Interface description
description_variable This property is required. str
Variable name
ike_ciphersuite This property is required. str
IKE identity the IKE preshared secret belongs to
ike_ciphersuite_variable This property is required. str
Variable name
ike_group This property is required. str
IKE Diffie Hellman Groups
ike_group_variable This property is required. str
Variable name
ike_pre_shared_key This property is required. str
Use preshared key to authenticate IKE peer
ike_pre_shared_key_dynamic This property is required. bool
Use preshared key to authenticate IKE peer
ike_pre_shared_key_local_id This property is required. str
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
ike_pre_shared_key_local_id_variable This property is required. str
Variable name
ike_pre_shared_key_remote_id This property is required. str
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
ike_pre_shared_key_remote_id_variable This property is required. str
Variable name
ike_pre_shared_key_variable This property is required. str
Variable name
ike_rekey_interval This property is required. int
IKE rekey interval \n\n seconds
ike_rekey_interval_variable This property is required. str
Variable name
ike_version This property is required. int
IKE Version \n\n
ike_version_variable This property is required. str
Variable name
ip_unnumbered This property is required. bool
Unnumbered interface
ipsec_ciphersuite This property is required. str
IPsec(ESP) encryption and integrity protocol
ipsec_ciphersuite_variable This property is required. str
Variable name
ipsec_perfect_forward_secrecy This property is required. str
IPsec perfect forward secrecy settings
ipsec_perfect_forward_secrecy_variable This property is required. str
Variable name
ipsec_rekey_interval This property is required. int
IPsec rekey interval \n\n seconds
ipsec_rekey_interval_variable This property is required. str
Variable name
ipsec_replay_window This property is required. int
Replay window size 32..8192 (must be a power of 2)
ipsec_replay_window_variable This property is required. str
Variable name
ipv4_address This property is required. str
Assign IPv4 address
ipv4_address_variable This property is required. str
Variable name
mtu This property is required. int
Interface MTU \n\n, in bytes
mtu_variable This property is required. str
Variable name
name This property is required. str
Interface name: IPsec when present
name_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
shutdown This property is required. bool
Administrative state
sig_provider This property is required. str
SIG Tunnel Provider
tcp_mss This property is required. int
TCP MSS on SYN packets, in bytes
tcp_mss_variable This property is required. str
Variable name
track_enable This property is required. bool
Enable/disable SIG tracking
tracker This property is required. str
Enable tracker for this interface
tunnel_dc_preference This property is required. str
SIG Tunnel Data Center
tunnel_destination This property is required. str
Tunnel destination IP address
tunnel_destination_variable This property is required. str
Variable name
tunnel_public_ip This property is required. str
Public IP required to setup GRE tunnel to Zscaler
tunnel_public_ip_variable This property is required. str
Variable name
tunnel_route_via This property is required. str
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnel_route_via_variable This property is required. str
Variable name
tunnel_source This property is required. str
Tunnel source IP Address
tunnel_source_interface This property is required. str
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnel_source_interface_variable This property is required. str
Variable name
tunnel_source_variable This property is required. str
Variable name
application This property is required. String
Enable Application Tunnel Type
autoTunnelMode This property is required. Boolean
Auto Tunnel Mode
deadPeerDetectionInterval This property is required. Number
IKE keepalive interval (seconds)
deadPeerDetectionIntervalVariable This property is required. String
Variable name
deadPeerDetectionRetries This property is required. Number
IKE keepalive retries
deadPeerDetectionRetriesVariable This property is required. String
Variable name
description This property is required. String
Interface description
descriptionVariable This property is required. String
Variable name
ikeCiphersuite This property is required. String
IKE identity the IKE preshared secret belongs to
ikeCiphersuiteVariable This property is required. String
Variable name
ikeGroup This property is required. String
IKE Diffie Hellman Groups
ikeGroupVariable This property is required. String
Variable name
ikePreSharedKey This property is required. String
Use preshared key to authenticate IKE peer
ikePreSharedKeyDynamic This property is required. Boolean
Use preshared key to authenticate IKE peer
ikePreSharedKeyLocalId This property is required. String
IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyLocalIdVariable This property is required. String
Variable name
ikePreSharedKeyRemoteId This property is required. String
IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
ikePreSharedKeyRemoteIdVariable This property is required. String
Variable name
ikePreSharedKeyVariable This property is required. String
Variable name
ikeRekeyInterval This property is required. Number
IKE rekey interval \n\n seconds
ikeRekeyIntervalVariable This property is required. String
Variable name
ikeVersion This property is required. Number
IKE Version \n\n
ikeVersionVariable This property is required. String
Variable name
ipUnnumbered This property is required. Boolean
Unnumbered interface
ipsecCiphersuite This property is required. String
IPsec(ESP) encryption and integrity protocol
ipsecCiphersuiteVariable This property is required. String
Variable name
ipsecPerfectForwardSecrecy This property is required. String
IPsec perfect forward secrecy settings
ipsecPerfectForwardSecrecyVariable This property is required. String
Variable name
ipsecRekeyInterval This property is required. Number
IPsec rekey interval \n\n seconds
ipsecRekeyIntervalVariable This property is required. String
Variable name
ipsecReplayWindow This property is required. Number
Replay window size 32..8192 (must be a power of 2)
ipsecReplayWindowVariable This property is required. String
Variable name
ipv4Address This property is required. String
Assign IPv4 address
ipv4AddressVariable This property is required. String
Variable name
mtu This property is required. Number
Interface MTU \n\n, in bytes
mtuVariable This property is required. String
Variable name
name This property is required. String
Interface name: IPsec when present
nameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
shutdown This property is required. Boolean
Administrative state
sigProvider This property is required. String
SIG Tunnel Provider
tcpMss This property is required. Number
TCP MSS on SYN packets, in bytes
tcpMssVariable This property is required. String
Variable name
trackEnable This property is required. Boolean
Enable/disable SIG tracking
tracker This property is required. String
Enable tracker for this interface
tunnelDcPreference This property is required. String
SIG Tunnel Data Center
tunnelDestination This property is required. String
Tunnel destination IP address
tunnelDestinationVariable This property is required. String
Variable name
tunnelPublicIp This property is required. String
Public IP required to setup GRE tunnel to Zscaler
tunnelPublicIpVariable This property is required. String
Variable name
tunnelRouteVia This property is required. String
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelRouteViaVariable This property is required. String
Variable name
tunnelSource This property is required. String
Tunnel source IP Address
tunnelSourceInterface This property is required. String
\n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
tunnelSourceInterfaceVariable This property is required. String
Variable name
tunnelSourceVariable This property is required. String
Variable name

GetCiscoSecureInternetGatewayFeatureTemplateService

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

GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair

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

GetCiscoSecureInternetGatewayFeatureTemplateTracker

EndpointApiUrl This property is required. string
API url of endpoint
EndpointApiUrlVariable This property is required. string
Variable name
Interval This property is required. int
Probe interval \n\n seconds
IntervalVariable This property is required. string
Variable name
Multiplier This property is required. int
Probe failure multiplier \n\n failed attempts
MultiplierVariable This property is required. string
Variable name
Name This property is required. string
Tracker name
NameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Threshold This property is required. int
Probe Timeout threshold \n\n milliseconds
ThresholdVariable This property is required. string
Variable name
TrackerType This property is required. string
EndpointApiUrl This property is required. string
API url of endpoint
EndpointApiUrlVariable This property is required. string
Variable name
Interval This property is required. int
Probe interval \n\n seconds
IntervalVariable This property is required. string
Variable name
Multiplier This property is required. int
Probe failure multiplier \n\n failed attempts
MultiplierVariable This property is required. string
Variable name
Name This property is required. string
Tracker name
NameVariable This property is required. string
Variable name
Optional This property is required. bool
Indicates if list item is considered optional.
Threshold This property is required. int
Probe Timeout threshold \n\n milliseconds
ThresholdVariable This property is required. string
Variable name
TrackerType This property is required. string
endpointApiUrl This property is required. String
API url of endpoint
endpointApiUrlVariable This property is required. String
Variable name
interval This property is required. Integer
Probe interval \n\n seconds
intervalVariable This property is required. String
Variable name
multiplier This property is required. Integer
Probe failure multiplier \n\n failed attempts
multiplierVariable This property is required. String
Variable name
name This property is required. String
Tracker name
nameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
threshold This property is required. Integer
Probe Timeout threshold \n\n milliseconds
thresholdVariable This property is required. String
Variable name
trackerType This property is required. String
endpointApiUrl This property is required. string
API url of endpoint
endpointApiUrlVariable This property is required. string
Variable name
interval This property is required. number
Probe interval \n\n seconds
intervalVariable This property is required. string
Variable name
multiplier This property is required. number
Probe failure multiplier \n\n failed attempts
multiplierVariable This property is required. string
Variable name
name This property is required. string
Tracker name
nameVariable This property is required. string
Variable name
optional This property is required. boolean
Indicates if list item is considered optional.
threshold This property is required. number
Probe Timeout threshold \n\n milliseconds
thresholdVariable This property is required. string
Variable name
trackerType This property is required. string
endpoint_api_url This property is required. str
API url of endpoint
endpoint_api_url_variable This property is required. str
Variable name
interval This property is required. int
Probe interval \n\n seconds
interval_variable This property is required. str
Variable name
multiplier This property is required. int
Probe failure multiplier \n\n failed attempts
multiplier_variable This property is required. str
Variable name
name This property is required. str
Tracker name
name_variable This property is required. str
Variable name
optional This property is required. bool
Indicates if list item is considered optional.
threshold This property is required. int
Probe Timeout threshold \n\n milliseconds
threshold_variable This property is required. str
Variable name
tracker_type This property is required. str
endpointApiUrl This property is required. String
API url of endpoint
endpointApiUrlVariable This property is required. String
Variable name
interval This property is required. Number
Probe interval \n\n seconds
intervalVariable This property is required. String
Variable name
multiplier This property is required. Number
Probe failure multiplier \n\n failed attempts
multiplierVariable This property is required. String
Variable name
name This property is required. String
Tracker name
nameVariable This property is required. String
Variable name
optional This property is required. Boolean
Indicates if list item is considered optional.
threshold This property is required. Number
Probe Timeout threshold \n\n milliseconds
thresholdVariable This property is required. String
Variable name
trackerType This property is required. String

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.