Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getCiscoSecureInternetGatewayFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco Secure Internet Gateway feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoSecureInternetGatewayFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_secure_internet_gateway_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
package main
import (
"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := sdwan.LookupCiscoSecureInternetGatewayFeatureTemplate(ctx, &sdwan.LookupCiscoSecureInternetGatewayFeatureTemplateArgs{
Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() =>
{
var example = Sdwan.GetCiscoSecureInternetGatewayFeatureTemplate.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetCiscoSecureInternetGatewayFeatureTemplateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = SdwanFunctions.getCiscoSecureInternetGatewayFeatureTemplate(GetCiscoSecureInternetGatewayFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getCiscoSecureInternetGatewayFeatureTemplate
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoSecureInternetGatewayFeatureTemplate
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCiscoSecureInternetGatewayFeatureTemplate(args: GetCiscoSecureInternetGatewayFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoSecureInternetGatewayFeatureTemplateResult>
function getCiscoSecureInternetGatewayFeatureTemplateOutput(args: GetCiscoSecureInternetGatewayFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoSecureInternetGatewayFeatureTemplateResult>
def get_cisco_secure_internet_gateway_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCiscoSecureInternetGatewayFeatureTemplateResult
def get_cisco_secure_internet_gateway_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCiscoSecureInternetGatewayFeatureTemplateResult]
func LookupCiscoSecureInternetGatewayFeatureTemplate(ctx *Context, args *LookupCiscoSecureInternetGatewayFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSecureInternetGatewayFeatureTemplateResult, error)
func LookupCiscoSecureInternetGatewayFeatureTemplateOutput(ctx *Context, args *LookupCiscoSecureInternetGatewayFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSecureInternetGatewayFeatureTemplateResultOutput
> Note: This function is named LookupCiscoSecureInternetGatewayFeatureTemplate
in the Go SDK.
public static class GetCiscoSecureInternetGatewayFeatureTemplate
{
public static Task<GetCiscoSecureInternetGatewayFeatureTemplateResult> InvokeAsync(GetCiscoSecureInternetGatewayFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCiscoSecureInternetGatewayFeatureTemplateResult> Invoke(GetCiscoSecureInternetGatewayFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCiscoSecureInternetGatewayFeatureTemplateResult> getCiscoSecureInternetGatewayFeatureTemplate(GetCiscoSecureInternetGatewayFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoSecureInternetGatewayFeatureTemplateResult> getCiscoSecureInternetGatewayFeatureTemplate(GetCiscoSecureInternetGatewayFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getCiscoSecureInternetGatewayFeatureTemplate:getCiscoSecureInternetGatewayFeatureTemplate
arguments:
# arguments 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
This property is required. string - 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. string - Variable name
- Dead
Peer Detection Retries This property is required. int - IKE keepalive retries
- Dead
Peer Detection Retries Variable This property is required. string - Variable name
- Description
This property is required. string - Interface description
- Description
Variable This property is required. string - Variable name
- Ike
Ciphersuite This property is required. string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite Variable This property is required. string - Variable name
- Ike
Group This property is required. string - IKE Diffie Hellman Groups
- Ike
Group Variable This property is required. string - Variable name
This property is required. string- Use preshared key to authenticate IKE peer
This property is required. bool- Use preshared key to authenticate IKE peer
This property is required. string- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
This property is required. string- Variable name
This property is required. string- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
This property is required. string- Variable name
This property is required. string- Variable name
- Ike
Rekey Interval This property is required. int - IKE rekey interval \n\n seconds
- Ike
Rekey Interval Variable This property is required. string - Variable name
- Ike
Version This property is required. int - IKE Version \n\n
- Ike
Version Variable This property is required. string - Variable name
- Ip
Unnumbered This property is required. bool - Unnumbered interface
- Ipsec
Ciphersuite This property is required. string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite Variable This property is required. string - Variable name
- Ipsec
Perfect Forward Secrecy This property is required. string - IPsec perfect forward secrecy settings
- Ipsec
Perfect Forward Secrecy Variable This property is required. string - Variable name
- Ipsec
Rekey Interval This property is required. int - IPsec rekey interval \n\n seconds
- Ipsec
Rekey Interval Variable This property is required. string - 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. string - Variable name
- Ipv4Address
This property is required. string - Assign IPv4 address
- Ipv4Address
Variable This property is required. string - Variable name
- Mtu
This property is required. int - Interface MTU \n\n, in bytes
- Mtu
Variable This property is required. string - Variable name
- Name
This property is required. string - Interface name: IPsec when present
- Name
Variable 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
- Sig
Provider This property is required. string - SIG Tunnel Provider
- Tcp
Mss This property is required. int - TCP MSS on SYN packets, in bytes
- Tcp
Mss Variable This property is required. string - Variable name
- Track
Enable This property is required. bool - Enable/disable SIG tracking
- Tracker
This property is required. string - Enable tracker for this interface
- Tunnel
Dc Preference This property is required. string - SIG Tunnel Data Center
- Tunnel
Destination This property is required. string - Tunnel destination IP address
- Tunnel
Destination Variable This property is required. string - Variable name
- Tunnel
Public Ip This property is required. string - Public IP required to setup GRE tunnel to Zscaler
- Tunnel
Public Ip Variable This property is required. string - Variable name
- Tunnel
Route Via This property is required. string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route Via Variable This property is required. string - Variable name
- Tunnel
Source This property is required. string - Tunnel source IP Address
- Tunnel
Source Interface This property is required. string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source Interface Variable This property is required. string - Variable name
- Tunnel
Source Variable This property is required. string - Variable name
- Application
This property is required. string - 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. string - Variable name
- Dead
Peer Detection Retries This property is required. int - IKE keepalive retries
- Dead
Peer Detection Retries Variable This property is required. string - Variable name
- Description
This property is required. string - Interface description
- Description
Variable This property is required. string - Variable name
- Ike
Ciphersuite This property is required. string - IKE identity the IKE preshared secret belongs to
- Ike
Ciphersuite Variable This property is required. string - Variable name
- Ike
Group This property is required. string - IKE Diffie Hellman Groups
- Ike
Group Variable This property is required. string - Variable name
This property is required. string- Use preshared key to authenticate IKE peer
This property is required. bool- Use preshared key to authenticate IKE peer
This property is required. string- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
This property is required. string- Variable name
This property is required. string- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
This property is required. string- Variable name
This property is required. string- Variable name
- Ike
Rekey Interval This property is required. int - IKE rekey interval \n\n seconds
- Ike
Rekey Interval Variable This property is required. string - Variable name
- Ike
Version This property is required. int - IKE Version \n\n
- Ike
Version Variable This property is required. string - Variable name
- Ip
Unnumbered This property is required. bool - Unnumbered interface
- Ipsec
Ciphersuite This property is required. string - IPsec(ESP) encryption and integrity protocol
- Ipsec
Ciphersuite Variable This property is required. string - Variable name
- Ipsec
Perfect Forward Secrecy This property is required. string - IPsec perfect forward secrecy settings
- Ipsec
Perfect Forward Secrecy Variable This property is required. string - Variable name
- Ipsec
Rekey Interval This property is required. int - IPsec rekey interval \n\n seconds
- Ipsec
Rekey Interval Variable This property is required. string - 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. string - Variable name
- Ipv4Address
This property is required. string - Assign IPv4 address
- Ipv4Address
Variable This property is required. string - Variable name
- Mtu
This property is required. int - Interface MTU \n\n, in bytes
- Mtu
Variable This property is required. string - Variable name
- Name
This property is required. string - Interface name: IPsec when present
- Name
Variable 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
- Sig
Provider This property is required. string - SIG Tunnel Provider
- Tcp
Mss This property is required. int - TCP MSS on SYN packets, in bytes
- Tcp
Mss Variable This property is required. string - Variable name
- Track
Enable This property is required. bool - Enable/disable SIG tracking
- Tracker
This property is required. string - Enable tracker for this interface
- Tunnel
Dc Preference This property is required. string - SIG Tunnel Data Center
- Tunnel
Destination This property is required. string - Tunnel destination IP address
- Tunnel
Destination Variable This property is required. string - Variable name
- Tunnel
Public Ip This property is required. string - Public IP required to setup GRE tunnel to Zscaler
- Tunnel
Public Ip Variable This property is required. string - Variable name
- Tunnel
Route Via This property is required. string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Route Via Variable This property is required. string - Variable name
- Tunnel
Source This property is required. string - Tunnel source IP Address
- Tunnel
Source Interface This property is required. string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- Tunnel
Source Interface Variable This property is required. string - Variable name
- Tunnel
Source Variable This property is required. string - Variable name
- application
This property is required. String - Enable Application Tunnel Type
- auto
Tunnel Mode This property is required. Boolean - Auto Tunnel Mode
- dead
Peer Detection Interval This property is required. Integer - IKE keepalive interval (seconds)
- dead
Peer Detection Interval Variable This property is required. String - Variable name
- dead
Peer Detection Retries This property is required. Integer - IKE keepalive retries
- dead
Peer Detection Retries Variable This property is required. String - Variable name
- description
This property is required. String - Interface description
- description
Variable This property is required. String - Variable name
- ike
Ciphersuite This property is required. String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite Variable This property is required. String - Variable name
- ike
Group This property is required. String - IKE Diffie Hellman Groups
- ike
Group Variable This property is required. String - Variable name
This property is required. String- Use preshared key to authenticate IKE peer
This property is required. Boolean- Use preshared key to authenticate IKE peer
This property is required. String- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
This property is required. String- Variable name
This property is required. String- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
This property is required. String- Variable name
This property is required. String- Variable name
- ike
Rekey Interval This property is required. Integer - IKE rekey interval \n\n seconds
- ike
Rekey Interval Variable This property is required. String - Variable name
- ike
Version This property is required. Integer - IKE Version \n\n
- ike
Version Variable This property is required. String - Variable name
- ip
Unnumbered This property is required. Boolean - Unnumbered interface
- ipsec
Ciphersuite This property is required. String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite Variable This property is required. String - Variable name
- ipsec
Perfect Forward Secrecy This property is required. String - IPsec perfect forward secrecy settings
- ipsec
Perfect Forward Secrecy Variable This property is required. String - Variable name
- ipsec
Rekey Interval This property is required. Integer - IPsec rekey interval \n\n seconds
- ipsec
Rekey Interval Variable This property is required. String - Variable name
- ipsec
Replay Window This property is required. Integer - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay Window Variable This property is required. String - Variable name
- ipv4Address
This property is required. String - Assign IPv4 address
- ipv4Address
Variable This property is required. String - Variable name
- mtu
This property is required. Integer - Interface MTU \n\n, in bytes
- mtu
Variable This property is required. String - Variable name
- name
This property is required. String - Interface name: IPsec when present
- name
Variable 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
- sig
Provider This property is required. String - SIG Tunnel Provider
- tcp
Mss This property is required. Integer - TCP MSS on SYN packets, in bytes
- tcp
Mss Variable This property is required. String - Variable name
- track
Enable This property is required. Boolean - Enable/disable SIG tracking
- tracker
This property is required. String - Enable tracker for this interface
- tunnel
Dc Preference This property is required. String - SIG Tunnel Data Center
- tunnel
Destination This property is required. String - Tunnel destination IP address
- tunnel
Destination Variable This property is required. String - Variable name
- tunnel
Public Ip This property is required. String - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public Ip Variable This property is required. String - Variable name
- tunnel
Route Via This property is required. String - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route Via Variable This property is required. String - Variable name
- tunnel
Source This property is required. String - Tunnel source IP Address
- tunnel
Source Interface This property is required. String - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source Interface Variable This property is required. String - Variable name
- tunnel
Source Variable This property is required. String - Variable name
- application
This property is required. string - Enable Application Tunnel Type
- auto
Tunnel Mode This property is required. boolean - Auto Tunnel Mode
- dead
Peer Detection Interval This property is required. number - IKE keepalive interval (seconds)
- dead
Peer Detection Interval Variable This property is required. string - Variable name
- dead
Peer Detection Retries This property is required. number - IKE keepalive retries
- dead
Peer Detection Retries Variable This property is required. string - Variable name
- description
This property is required. string - Interface description
- description
Variable This property is required. string - Variable name
- ike
Ciphersuite This property is required. string - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite Variable This property is required. string - Variable name
- ike
Group This property is required. string - IKE Diffie Hellman Groups
- ike
Group Variable This property is required. string - Variable name
This property is required. string- Use preshared key to authenticate IKE peer
This property is required. boolean- Use preshared key to authenticate IKE peer
This property is required. string- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
This property is required. string- Variable name
This property is required. string- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
This property is required. string- Variable name
This property is required. string- Variable name
- ike
Rekey Interval This property is required. number - IKE rekey interval \n\n seconds
- ike
Rekey Interval Variable This property is required. string - Variable name
- ike
Version This property is required. number - IKE Version \n\n
- ike
Version Variable This property is required. string - Variable name
- ip
Unnumbered This property is required. boolean - Unnumbered interface
- ipsec
Ciphersuite This property is required. string - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite Variable This property is required. string - Variable name
- ipsec
Perfect Forward Secrecy This property is required. string - IPsec perfect forward secrecy settings
- ipsec
Perfect Forward Secrecy Variable This property is required. string - Variable name
- ipsec
Rekey Interval This property is required. number - IPsec rekey interval \n\n seconds
- ipsec
Rekey Interval Variable This property is required. string - Variable name
- ipsec
Replay Window This property is required. number - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay Window Variable This property is required. string - Variable name
- ipv4Address
This property is required. string - Assign IPv4 address
- ipv4Address
Variable This property is required. string - Variable name
- mtu
This property is required. number - Interface MTU \n\n, in bytes
- mtu
Variable This property is required. string - Variable name
- name
This property is required. string - Interface name: IPsec when present
- name
Variable 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
- sig
Provider This property is required. string - SIG Tunnel Provider
- tcp
Mss This property is required. number - TCP MSS on SYN packets, in bytes
- tcp
Mss Variable This property is required. string - Variable name
- track
Enable This property is required. boolean - Enable/disable SIG tracking
- tracker
This property is required. string - Enable tracker for this interface
- tunnel
Dc Preference This property is required. string - SIG Tunnel Data Center
- tunnel
Destination This property is required. string - Tunnel destination IP address
- tunnel
Destination Variable This property is required. string - Variable name
- tunnel
Public Ip This property is required. string - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public Ip Variable This property is required. string - Variable name
- tunnel
Route Via This property is required. string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route Via Variable This property is required. string - Variable name
- tunnel
Source This property is required. string - Tunnel source IP Address
- tunnel
Source Interface This property is required. string - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source Interface Variable This property is required. string - Variable name
- tunnel
Source Variable 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
This property is required. str- Use preshared key to authenticate IKE peer
This property is required. bool- Use preshared key to authenticate IKE peer
This property is required. str- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
This property is required. str- Variable name
This property is required. str- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
This property is required. str- Variable name
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
- auto
Tunnel Mode This property is required. Boolean - Auto Tunnel Mode
- dead
Peer Detection Interval This property is required. Number - IKE keepalive interval (seconds)
- dead
Peer Detection Interval Variable This property is required. String - Variable name
- dead
Peer Detection Retries This property is required. Number - IKE keepalive retries
- dead
Peer Detection Retries Variable This property is required. String - Variable name
- description
This property is required. String - Interface description
- description
Variable This property is required. String - Variable name
- ike
Ciphersuite This property is required. String - IKE identity the IKE preshared secret belongs to
- ike
Ciphersuite Variable This property is required. String - Variable name
- ike
Group This property is required. String - IKE Diffie Hellman Groups
- ike
Group Variable This property is required. String - Variable name
This property is required. String- Use preshared key to authenticate IKE peer
This property is required. Boolean- Use preshared key to authenticate IKE peer
This property is required. String- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
This property is required. String- Variable name
This property is required. String- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
This property is required. String- Variable name
This property is required. String- Variable name
- ike
Rekey Interval This property is required. Number - IKE rekey interval \n\n seconds
- ike
Rekey Interval Variable This property is required. String - Variable name
- ike
Version This property is required. Number - IKE Version \n\n
- ike
Version Variable This property is required. String - Variable name
- ip
Unnumbered This property is required. Boolean - Unnumbered interface
- ipsec
Ciphersuite This property is required. String - IPsec(ESP) encryption and integrity protocol
- ipsec
Ciphersuite Variable This property is required. String - Variable name
- ipsec
Perfect Forward Secrecy This property is required. String - IPsec perfect forward secrecy settings
- ipsec
Perfect Forward Secrecy Variable This property is required. String - Variable name
- ipsec
Rekey Interval This property is required. Number - IPsec rekey interval \n\n seconds
- ipsec
Rekey Interval Variable This property is required. String - Variable name
- ipsec
Replay Window This property is required. Number - Replay window size 32..8192 (must be a power of 2)
- ipsec
Replay Window Variable This property is required. String - Variable name
- ipv4Address
This property is required. String - Assign IPv4 address
- ipv4Address
Variable This property is required. String - Variable name
- mtu
This property is required. Number - Interface MTU \n\n, in bytes
- mtu
Variable This property is required. String - Variable name
- name
This property is required. String - Interface name: IPsec when present
- name
Variable 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
- sig
Provider This property is required. String - SIG Tunnel Provider
- tcp
Mss This property is required. Number - TCP MSS on SYN packets, in bytes
- tcp
Mss Variable This property is required. String - Variable name
- track
Enable This property is required. Boolean - Enable/disable SIG tracking
- tracker
This property is required. String - Enable tracker for this interface
- tunnel
Dc Preference This property is required. String - SIG Tunnel Data Center
- tunnel
Destination This property is required. String - Tunnel destination IP address
- tunnel
Destination Variable This property is required. String - Variable name
- tunnel
Public Ip This property is required. String - Public IP required to setup GRE tunnel to Zscaler
- tunnel
Public Ip Variable This property is required. String - Variable name
- tunnel
Route Via This property is required. String - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Route Via Variable This property is required. String - Variable name
- tunnel
Source This property is required. String - Tunnel source IP Address
- tunnel
Source Interface This property is required. String - \n\n Interface name: ge0/\n\n or ge0/\n\n.vlanid
- tunnel
Source Interface Variable This property is required. String - Variable name
- tunnel
Source Variable This property is required. String - Variable name
GetCiscoSecureInternetGatewayFeatureTemplateService
- Interface
Pairs This property is required. List<GetCisco Secure Internet Gateway Feature Template Service Interface Pair> - 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. string - Service Type
- Umbrella
Primary Data Center This property is required. string - Umbrella Primary Datacenter
- Umbrella
Primary Data Center Variable This property is required. string - Variable name
- Umbrella
Secondary Data Center This property is required. string - Umbrella Secondary Datacenter
- Umbrella
Secondary Data Center Variable This property is required. string - 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. string - Zscaler location name (optional)
- Zscaler
Location Name Variable This property is required. string - Variable name
- Zscaler
Primary Data Center This property is required. string - Custom Primary Datacenter
- Zscaler
Primary Data Center Variable This property is required. string - Variable name
- Zscaler
Secondary Data Center This property is required. string - Custom Secondary Datacenter
- Zscaler
Secondary Data Center Variable This property is required. string - Variable name
- Zscaler
Surrogate Display Time Unit This property is required. string - 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. string - Refresh Time unit
- Zscaler
Xff Forward This property is required. bool - XFF forwarding enabled
- Interface
Pairs This property is required. []GetCisco Secure Internet Gateway Feature Template Service Interface Pair - 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. string - Service Type
- Umbrella
Primary Data Center This property is required. string - Umbrella Primary Datacenter
- Umbrella
Primary Data Center Variable This property is required. string - Variable name
- Umbrella
Secondary Data Center This property is required. string - Umbrella Secondary Datacenter
- Umbrella
Secondary Data Center Variable This property is required. string - 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. string - Zscaler location name (optional)
- Zscaler
Location Name Variable This property is required. string - Variable name
- Zscaler
Primary Data Center This property is required. string - Custom Primary Datacenter
- Zscaler
Primary Data Center Variable This property is required. string - Variable name
- Zscaler
Secondary Data Center This property is required. string - Custom Secondary Datacenter
- Zscaler
Secondary Data Center Variable This property is required. string - Variable name
- Zscaler
Surrogate Display Time Unit This property is required. string - 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. string - Refresh Time unit
- Zscaler
Xff Forward This property is required. bool - XFF forwarding enabled
- interface
Pairs This property is required. List<GetCisco Secure Internet Gateway Feature Template Service Interface Pair> - Interface Pair for active and backup
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- service
Type This property is required. String - Service Type
- umbrella
Primary Data Center This property is required. String - Umbrella Primary Datacenter
- umbrella
Primary Data Center Variable This property is required. String - Variable name
- umbrella
Secondary Data Center This property is required. String - Umbrella Secondary Datacenter
- umbrella
Secondary Data Center Variable This property is required. String - Variable name
- zscaler
Aup Block Internet Until Accepted This property is required. Boolean - For first-time Acceptable User Policy behavior, block Internet access
- zscaler
Aup Enabled This property is required. Boolean - Enable Acceptable User Policy
- zscaler
Aup Force Ssl Inspection This property is required. Boolean - For first-time Acceptable User Policy behavior, force SSL inspection
- zscaler
Aup Timeout This property is required. Integer - Custom Acceptable User Policy frequency in days
- zscaler
Authentication Required This property is required. Boolean - Enforce Authentication
- zscaler
Caution Enabled This property is required. Boolean - Enable Caution
- zscaler
Firewall Enabled This property is required. Boolean - Firewall enabled
- zscaler
Ips Control Enabled This property is required. Boolean - Enable IPS Control
- zscaler
Location Name This property is required. String - Zscaler location name (optional)
- zscaler
Location Name Variable This property is required. String - Variable name
- zscaler
Primary Data Center This property is required. String - Custom Primary Datacenter
- zscaler
Primary Data Center Variable This property is required. String - Variable name
- zscaler
Secondary Data Center This property is required. String - Custom Secondary Datacenter
- zscaler
Secondary Data Center Variable This property is required. String - Variable name
- zscaler
Surrogate Display Time Unit This property is required. String - Display time unit
- zscaler
Surrogate Idle Time This property is required. Integer - Idle time to disassociation
- zscaler
Surrogate Ip This property is required. Boolean - Enable Surrogate IP
- zscaler
Surrogate Ip Enforce For Known Browsers This property is required. Boolean - Enforce Surrogate IP for known browsers
- zscaler
Surrogate Refresh Time This property is required. Integer - Refresh time for re-validation of surrogacy in minutes
- zscaler
Surrogate Refresh Time Unit This property is required. String - Refresh Time unit
- zscaler
Xff Forward This property is required. Boolean - XFF forwarding enabled
- interface
Pairs This property is required. GetCisco Secure Internet Gateway Feature Template Service Interface Pair[] - Interface Pair for active and backup
- optional
This property is required. boolean - Indicates if list item is considered optional.
- service
Type This property is required. string - Service Type
- umbrella
Primary Data Center This property is required. string - Umbrella Primary Datacenter
- umbrella
Primary Data Center Variable This property is required. string - Variable name
- umbrella
Secondary Data Center This property is required. string - Umbrella Secondary Datacenter
- umbrella
Secondary Data Center Variable This property is required. string - Variable name
- zscaler
Aup Block Internet Until Accepted This property is required. boolean - For first-time Acceptable User Policy behavior, block Internet access
- zscaler
Aup Enabled This property is required. boolean - Enable Acceptable User Policy
- zscaler
Aup Force Ssl Inspection This property is required. boolean - For first-time Acceptable User Policy behavior, force SSL inspection
- zscaler
Aup Timeout This property is required. number - Custom Acceptable User Policy frequency in days
- zscaler
Authentication Required This property is required. boolean - Enforce Authentication
- zscaler
Caution Enabled This property is required. boolean - Enable Caution
- zscaler
Firewall Enabled This property is required. boolean - Firewall enabled
- zscaler
Ips Control Enabled This property is required. boolean - Enable IPS Control
- zscaler
Location Name This property is required. string - Zscaler location name (optional)
- zscaler
Location Name Variable This property is required. string - Variable name
- zscaler
Primary Data Center This property is required. string - Custom Primary Datacenter
- zscaler
Primary Data Center Variable This property is required. string - Variable name
- zscaler
Secondary Data Center This property is required. string - Custom Secondary Datacenter
- zscaler
Secondary Data Center Variable This property is required. string - Variable name
- zscaler
Surrogate Display Time Unit This property is required. string - Display time unit
- zscaler
Surrogate Idle Time This property is required. number - Idle time to disassociation
- zscaler
Surrogate Ip This property is required. boolean - Enable Surrogate IP
- zscaler
Surrogate Ip Enforce For Known Browsers This property is required. boolean - Enforce Surrogate IP for known browsers
- zscaler
Surrogate Refresh Time This property is required. number - Refresh time for re-validation of surrogacy in minutes
- zscaler
Surrogate Refresh Time Unit This property is required. string - Refresh Time unit
- zscaler
Xff Forward This property is required. boolean - XFF forwarding enabled
- interface_
pairs This property is required. Sequence[GetCisco Secure Internet Gateway Feature Template Service Interface Pair] - 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
- interface
Pairs 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.
- service
Type This property is required. String - Service Type
- umbrella
Primary Data Center This property is required. String - Umbrella Primary Datacenter
- umbrella
Primary Data Center Variable This property is required. String - Variable name
- umbrella
Secondary Data Center This property is required. String - Umbrella Secondary Datacenter
- umbrella
Secondary Data Center Variable This property is required. String - Variable name
- zscaler
Aup Block Internet Until Accepted This property is required. Boolean - For first-time Acceptable User Policy behavior, block Internet access
- zscaler
Aup Enabled This property is required. Boolean - Enable Acceptable User Policy
- zscaler
Aup Force Ssl Inspection This property is required. Boolean - For first-time Acceptable User Policy behavior, force SSL inspection
- zscaler
Aup Timeout This property is required. Number - Custom Acceptable User Policy frequency in days
- zscaler
Authentication Required This property is required. Boolean - Enforce Authentication
- zscaler
Caution Enabled This property is required. Boolean - Enable Caution
- zscaler
Firewall Enabled This property is required. Boolean - Firewall enabled
- zscaler
Ips Control Enabled This property is required. Boolean - Enable IPS Control
- zscaler
Location Name This property is required. String - Zscaler location name (optional)
- zscaler
Location Name Variable This property is required. String - Variable name
- zscaler
Primary Data Center This property is required. String - Custom Primary Datacenter
- zscaler
Primary Data Center Variable This property is required. String - Variable name
- zscaler
Secondary Data Center This property is required. String - Custom Secondary Datacenter
- zscaler
Secondary Data Center Variable This property is required. String - Variable name
- zscaler
Surrogate Display Time Unit This property is required. String - Display time unit
- zscaler
Surrogate Idle Time This property is required. Number - Idle time to disassociation
- zscaler
Surrogate Ip This property is required. Boolean - Enable Surrogate IP
- zscaler
Surrogate Ip Enforce For Known Browsers This property is required. Boolean - Enforce Surrogate IP for known browsers
- zscaler
Surrogate Refresh Time This property is required. Number - Refresh time for re-validation of surrogacy in minutes
- zscaler
Surrogate Refresh Time Unit This property is required. String - Refresh Time unit
- zscaler
Xff Forward This property is required. Boolean - XFF forwarding enabled
GetCiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair
- Active
Interface This property is required. string - Active Tunnel Interface for SIG
- Active
Interface Weight This property is required. int - Active Tunnel Interface Weight
- Backup
Interface This property is required. string - 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.
- Active
Interface This property is required. string - Active Tunnel Interface for SIG
- Active
Interface Weight This property is required. int - Active Tunnel Interface Weight
- Backup
Interface This property is required. string - 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.
- active
Interface This property is required. String - Active Tunnel Interface for SIG
- active
Interface Weight This property is required. Integer - Active Tunnel Interface Weight
- backup
Interface This property is required. String - Backup Tunnel Interface for SIG
- backup
Interface Weight This property is required. Integer - Backup Tunnel Interface Weight
- optional
This property is required. Boolean - Indicates if list item is considered optional.
- active
Interface This property is required. string - Active Tunnel Interface for SIG
- active
Interface Weight This property is required. number - Active Tunnel Interface Weight
- backup
Interface This property is required. string - Backup Tunnel Interface for SIG
- backup
Interface Weight 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.
- active
Interface This property is required. String - Active Tunnel Interface for SIG
- active
Interface Weight This property is required. Number - Active Tunnel Interface Weight
- backup
Interface This property is required. String - Backup Tunnel Interface for SIG
- backup
Interface Weight This property is required. Number - Backup Tunnel Interface Weight
- optional
This property is required. Boolean - Indicates if list item is considered optional.
GetCiscoSecureInternetGatewayFeatureTemplateTracker
- Endpoint
Api Url This property is required. string - API url of endpoint
- Endpoint
Api Url Variable This property is required. string - Variable name
- Interval
This property is required. int - Probe interval \n\n seconds
- Interval
Variable This property is required. string - Variable name
- Multiplier
This property is required. int - Probe failure multiplier \n\n failed attempts
- Multiplier
Variable This property is required. string - Variable name
- Name
This property is required. string - Tracker name
- Name
Variable 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
- Threshold
Variable This property is required. string - Variable name
- Tracker
Type This property is required. string
- Endpoint
Api Url This property is required. string - API url of endpoint
- Endpoint
Api Url Variable This property is required. string - Variable name
- Interval
This property is required. int - Probe interval \n\n seconds
- Interval
Variable This property is required. string - Variable name
- Multiplier
This property is required. int - Probe failure multiplier \n\n failed attempts
- Multiplier
Variable This property is required. string - Variable name
- Name
This property is required. string - Tracker name
- Name
Variable 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
- Threshold
Variable This property is required. string - Variable name
- Tracker
Type This property is required. string
- endpoint
Api Url This property is required. String - API url of endpoint
- endpoint
Api Url Variable This property is required. String - Variable name
- interval
This property is required. Integer - Probe interval \n\n seconds
- interval
Variable This property is required. String - Variable name
- multiplier
This property is required. Integer - Probe failure multiplier \n\n failed attempts
- multiplier
Variable This property is required. String - Variable name
- name
This property is required. String - Tracker name
- name
Variable 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
- threshold
Variable This property is required. String - Variable name
- tracker
Type This property is required. String
- endpoint
Api Url This property is required. string - API url of endpoint
- endpoint
Api Url Variable This property is required. string - Variable name
- interval
This property is required. number - Probe interval \n\n seconds
- interval
Variable This property is required. string - Variable name
- multiplier
This property is required. number - Probe failure multiplier \n\n failed attempts
- multiplier
Variable This property is required. string - Variable name
- name
This property is required. string - Tracker name
- name
Variable 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
- threshold
Variable This property is required. string - Variable name
- tracker
Type 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
- endpoint
Api Url This property is required. String - API url of endpoint
- endpoint
Api Url Variable This property is required. String - Variable name
- interval
This property is required. Number - Probe interval \n\n seconds
- interval
Variable This property is required. String - Variable name
- multiplier
This property is required. Number - Probe failure multiplier \n\n failed attempts
- multiplier
Variable This property is required. String - Variable name
- name
This property is required. String - Tracker name
- name
Variable 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
- threshold
Variable This property is required. String - Variable name
- tracker
Type 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.