sdwan.CiscoSecureInternetGatewayFeatureTemplate
Explore with Pulumi AI
This resource can manage a Cisco Secure Internet Gateway feature template.
- Minimum SD-WAN Manager version:
15.0.0
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.CiscoSecureInternetGatewayFeatureTemplate;
import com.pulumi.sdwan.CiscoSecureInternetGatewayFeatureTemplateArgs;
import com.pulumi.sdwan.inputs.CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs;
import com.pulumi.sdwan.inputs.CiscoSecureInternetGatewayFeatureTemplateServiceArgs;
import com.pulumi.sdwan.inputs.CiscoSecureInternetGatewayFeatureTemplateTrackerArgs;
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) {
var example = new CiscoSecureInternetGatewayFeatureTemplate("example", CiscoSecureInternetGatewayFeatureTemplateArgs.builder()
.name("Example")
.description("My Example")
.deviceTypes("vedge-C8000V")
.vpnId(1)
.interfaces(CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs.builder()
.name("ipsec1")
.auto_tunnel_mode(true)
.shutdown(true)
.description("My Description")
.ip_unnumbered(false)
.ipv4_address("1.2.3.4/24")
.tunnel_source("3.3.3.3")
.tunnel_source_interface("ge0/1")
.tunnel_route_via("ge0/2")
.tunnel_destination("3.4.5.6")
.application("sig")
.sig_provider("secure-internet-gateway-umbrella")
.tunnel_dc_preference("primary-dc")
.tcp_mss(1400)
.mtu(1500)
.dead_peer_detection_interval(30)
.dead_peer_detection_retries(5)
.ike_version(1)
.ike_pre_shared_key("A1234567")
.ike_rekey_interval(600)
.ike_ciphersuite("aes256-cbc-sha2")
.ike_group("14")
.ike_pre_shared_key_dynamic(false)
.ike_pre_shared_key_local_id("1.2.3.4")
.ike_pre_shared_key_remote_id("2.3.4.5")
.ipsec_rekey_interval(7200)
.ipsec_replay_window(1024)
.ipsec_ciphersuite("aes256-cbc-sha1")
.ipsec_perfect_forward_secrecy("group-14")
.tracker("test")
.track_enable(false)
.tunnel_public_ip("5.5.5.5")
.build())
.services(CiscoSecureInternetGatewayFeatureTemplateServiceArgs.builder()
.service_type("sig")
.interface_pairs(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.zscaler_authentication_required(true)
.zscaler_xff_forward(true)
.zscaler_firewall_enabled(true)
.zscaler_ips_control_enabled(true)
.zscaler_caution_enabled(true)
.zscaler_primary_data_center("Auto")
.zscaler_secondary_data_center("Auto")
.zscaler_surrogate_ip(true)
.zscaler_surrogate_idle_time(100)
.zscaler_surrogate_display_time_unit("MINUTE")
.zscaler_surrogate_ip_enforce_for_known_browsers(true)
.zscaler_surrogate_refresh_time(12345)
.zscaler_surrogate_refresh_time_unit("MINUTE")
.zscaler_aup_enabled(true)
.zscaler_aup_block_internet_until_accepted(true)
.zscaler_aup_force_ssl_inspection(true)
.zscaler_aup_timeout(60)
.zscaler_location_name("LOC1")
.umbrella_primary_data_center("Auto")
.umbrella_secondary_data_center("Auto")
.build())
.trackerSourceIp("2.3.4.5")
.trackers(CiscoSecureInternetGatewayFeatureTemplateTrackerArgs.builder()
.name("TRACKER1")
.endpoint_api_url("https://1.1.1.1")
.threshold(500)
.interval(60)
.multiplier(4)
.tracker_type("SIG")
.build())
.build());
}
}
resources:
example:
type: sdwan:CiscoSecureInternetGatewayFeatureTemplate
properties:
name: Example
description: My Example
deviceTypes:
- vedge-C8000V
vpnId: 1
interfaces:
- name: ipsec1
auto_tunnel_mode: true
shutdown: true
description: My Description
ip_unnumbered: false
ipv4_address: 1.2.3.4/24
tunnel_source: 3.3.3.3
tunnel_source_interface: ge0/1
tunnel_route_via: ge0/2
tunnel_destination: 3.4.5.6
application: sig
sig_provider: secure-internet-gateway-umbrella
tunnel_dc_preference: primary-dc
tcp_mss: 1400
mtu: 1500
dead_peer_detection_interval: 30
dead_peer_detection_retries: 5
ike_version: 1
ike_pre_shared_key: A1234567
ike_rekey_interval: 600
ike_ciphersuite: aes256-cbc-sha2
ike_group: '14'
ike_pre_shared_key_dynamic: false
ike_pre_shared_key_local_id: 1.2.3.4
ike_pre_shared_key_remote_id: 2.3.4.5
ipsec_rekey_interval: 7200
ipsec_replay_window: 1024
ipsec_ciphersuite: aes256-cbc-sha1
ipsec_perfect_forward_secrecy: group-14
tracker: test
track_enable: false
tunnel_public_ip: 5.5.5.5
services:
- service_type: sig
interface_pairs:
- activeInterface: e1
activeInterfaceWeight: 10
backupInterface: e2
backupInterfaceWeight: 20
zscaler_authentication_required: true
zscaler_xff_forward: true
zscaler_firewall_enabled: true
zscaler_ips_control_enabled: true
zscaler_caution_enabled: true
zscaler_primary_data_center: Auto
zscaler_secondary_data_center: Auto
zscaler_surrogate_ip: true
zscaler_surrogate_idle_time: 100
zscaler_surrogate_display_time_unit: MINUTE
zscaler_surrogate_ip_enforce_for_known_browsers: true
zscaler_surrogate_refresh_time: 12345
zscaler_surrogate_refresh_time_unit: MINUTE
zscaler_aup_enabled: true
zscaler_aup_block_internet_until_accepted: true
zscaler_aup_force_ssl_inspection: true
zscaler_aup_timeout: 60
zscaler_location_name: LOC1
umbrella_primary_data_center: Auto
umbrella_secondary_data_center: Auto
trackerSourceIp: 2.3.4.5
trackers:
- name: TRACKER1
endpoint_api_url: https://1.1.1.1
threshold: 500
interval: 60
multiplier: 4
tracker_type: SIG
Create CiscoSecureInternetGatewayFeatureTemplate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CiscoSecureInternetGatewayFeatureTemplate(name: string, args: CiscoSecureInternetGatewayFeatureTemplateArgs, opts?: CustomResourceOptions);
@overload
def CiscoSecureInternetGatewayFeatureTemplate(resource_name: str,
args: CiscoSecureInternetGatewayFeatureTemplateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CiscoSecureInternetGatewayFeatureTemplate(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
interfaces: Optional[Sequence[CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs]] = None,
name: Optional[str] = None,
services: Optional[Sequence[CiscoSecureInternetGatewayFeatureTemplateServiceArgs]] = None,
tracker_source_ip: Optional[str] = None,
tracker_source_ip_variable: Optional[str] = None,
trackers: Optional[Sequence[CiscoSecureInternetGatewayFeatureTemplateTrackerArgs]] = None,
vpn_id: Optional[int] = None)
func NewCiscoSecureInternetGatewayFeatureTemplate(ctx *Context, name string, args CiscoSecureInternetGatewayFeatureTemplateArgs, opts ...ResourceOption) (*CiscoSecureInternetGatewayFeatureTemplate, error)
public CiscoSecureInternetGatewayFeatureTemplate(string name, CiscoSecureInternetGatewayFeatureTemplateArgs args, CustomResourceOptions? opts = null)
public CiscoSecureInternetGatewayFeatureTemplate(String name, CiscoSecureInternetGatewayFeatureTemplateArgs args)
public CiscoSecureInternetGatewayFeatureTemplate(String name, CiscoSecureInternetGatewayFeatureTemplateArgs args, CustomResourceOptions options)
type: sdwan:CiscoSecureInternetGatewayFeatureTemplate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args CiscoSecureInternetGatewayFeatureTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CiscoSecureInternetGatewayFeatureTemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CiscoSecureInternetGatewayFeatureTemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CiscoSecureInternetGatewayFeatureTemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CiscoSecureInternetGatewayFeatureTemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var ciscoSecureInternetGatewayFeatureTemplateResource = new Sdwan.CiscoSecureInternetGatewayFeatureTemplate("ciscoSecureInternetGatewayFeatureTemplateResource", new()
{
Description = "string",
DeviceTypes = new[]
{
"string",
},
Interfaces = new[]
{
new Sdwan.Inputs.CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs
{
Application = "string",
AutoTunnelMode = false,
DeadPeerDetectionInterval = 0,
DeadPeerDetectionIntervalVariable = "string",
DeadPeerDetectionRetries = 0,
DeadPeerDetectionRetriesVariable = "string",
Description = "string",
DescriptionVariable = "string",
IkeCiphersuite = "string",
IkeCiphersuiteVariable = "string",
IkeGroup = "string",
IkeGroupVariable = "string",
IkePreSharedKey = "string",
IkePreSharedKeyDynamic = false,
IkePreSharedKeyLocalId = "string",
IkePreSharedKeyLocalIdVariable = "string",
IkePreSharedKeyRemoteId = "string",
IkePreSharedKeyRemoteIdVariable = "string",
IkePreSharedKeyVariable = "string",
IkeRekeyInterval = 0,
IkeRekeyIntervalVariable = "string",
IkeVersion = 0,
IkeVersionVariable = "string",
IpUnnumbered = false,
IpsecCiphersuite = "string",
IpsecCiphersuiteVariable = "string",
IpsecPerfectForwardSecrecy = "string",
IpsecPerfectForwardSecrecyVariable = "string",
IpsecRekeyInterval = 0,
IpsecRekeyIntervalVariable = "string",
IpsecReplayWindow = 0,
IpsecReplayWindowVariable = "string",
Ipv4Address = "string",
Ipv4AddressVariable = "string",
Mtu = 0,
MtuVariable = "string",
Name = "string",
NameVariable = "string",
Optional = false,
Shutdown = false,
SigProvider = "string",
TcpMss = 0,
TcpMssVariable = "string",
TrackEnable = false,
Tracker = "string",
TunnelDcPreference = "string",
TunnelDestination = "string",
TunnelDestinationVariable = "string",
TunnelPublicIp = "string",
TunnelPublicIpVariable = "string",
TunnelRouteVia = "string",
TunnelRouteViaVariable = "string",
TunnelSource = "string",
TunnelSourceInterface = "string",
TunnelSourceInterfaceVariable = "string",
TunnelSourceVariable = "string",
},
},
Name = "string",
Services = new[]
{
new Sdwan.Inputs.CiscoSecureInternetGatewayFeatureTemplateServiceArgs
{
InterfacePairs = new[]
{
new Sdwan.Inputs.CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePairArgs
{
ActiveInterface = "string",
ActiveInterfaceWeight = 0,
BackupInterface = "string",
BackupInterfaceWeight = 0,
Optional = false,
},
},
Optional = false,
ServiceType = "string",
UmbrellaPrimaryDataCenter = "string",
UmbrellaPrimaryDataCenterVariable = "string",
UmbrellaSecondaryDataCenter = "string",
UmbrellaSecondaryDataCenterVariable = "string",
ZscalerAupBlockInternetUntilAccepted = false,
ZscalerAupEnabled = false,
ZscalerAupForceSslInspection = false,
ZscalerAupTimeout = 0,
ZscalerAuthenticationRequired = false,
ZscalerCautionEnabled = false,
ZscalerFirewallEnabled = false,
ZscalerIpsControlEnabled = false,
ZscalerLocationName = "string",
ZscalerLocationNameVariable = "string",
ZscalerPrimaryDataCenter = "string",
ZscalerPrimaryDataCenterVariable = "string",
ZscalerSecondaryDataCenter = "string",
ZscalerSecondaryDataCenterVariable = "string",
ZscalerSurrogateDisplayTimeUnit = "string",
ZscalerSurrogateIdleTime = 0,
ZscalerSurrogateIp = false,
ZscalerSurrogateIpEnforceForKnownBrowsers = false,
ZscalerSurrogateRefreshTime = 0,
ZscalerSurrogateRefreshTimeUnit = "string",
ZscalerXffForward = false,
},
},
TrackerSourceIp = "string",
TrackerSourceIpVariable = "string",
Trackers = new[]
{
new Sdwan.Inputs.CiscoSecureInternetGatewayFeatureTemplateTrackerArgs
{
EndpointApiUrl = "string",
EndpointApiUrlVariable = "string",
Interval = 0,
IntervalVariable = "string",
Multiplier = 0,
MultiplierVariable = "string",
Name = "string",
NameVariable = "string",
Optional = false,
Threshold = 0,
ThresholdVariable = "string",
TrackerType = "string",
},
},
VpnId = 0,
});
example, err := sdwan.NewCiscoSecureInternetGatewayFeatureTemplate(ctx, "ciscoSecureInternetGatewayFeatureTemplateResource", &sdwan.CiscoSecureInternetGatewayFeatureTemplateArgs{
Description: pulumi.String("string"),
DeviceTypes: pulumi.StringArray{
pulumi.String("string"),
},
Interfaces: sdwan.CiscoSecureInternetGatewayFeatureTemplateInterfaceArray{
&sdwan.CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs{
Application: pulumi.String("string"),
AutoTunnelMode: pulumi.Bool(false),
DeadPeerDetectionInterval: pulumi.Int(0),
DeadPeerDetectionIntervalVariable: pulumi.String("string"),
DeadPeerDetectionRetries: pulumi.Int(0),
DeadPeerDetectionRetriesVariable: pulumi.String("string"),
Description: pulumi.String("string"),
DescriptionVariable: pulumi.String("string"),
IkeCiphersuite: pulumi.String("string"),
IkeCiphersuiteVariable: pulumi.String("string"),
IkeGroup: pulumi.String("string"),
IkeGroupVariable: pulumi.String("string"),
IkePreSharedKey: pulumi.String("string"),
IkePreSharedKeyDynamic: pulumi.Bool(false),
IkePreSharedKeyLocalId: pulumi.String("string"),
IkePreSharedKeyLocalIdVariable: pulumi.String("string"),
IkePreSharedKeyRemoteId: pulumi.String("string"),
IkePreSharedKeyRemoteIdVariable: pulumi.String("string"),
IkePreSharedKeyVariable: pulumi.String("string"),
IkeRekeyInterval: pulumi.Int(0),
IkeRekeyIntervalVariable: pulumi.String("string"),
IkeVersion: pulumi.Int(0),
IkeVersionVariable: pulumi.String("string"),
IpUnnumbered: pulumi.Bool(false),
IpsecCiphersuite: pulumi.String("string"),
IpsecCiphersuiteVariable: pulumi.String("string"),
IpsecPerfectForwardSecrecy: pulumi.String("string"),
IpsecPerfectForwardSecrecyVariable: pulumi.String("string"),
IpsecRekeyInterval: pulumi.Int(0),
IpsecRekeyIntervalVariable: pulumi.String("string"),
IpsecReplayWindow: pulumi.Int(0),
IpsecReplayWindowVariable: pulumi.String("string"),
Ipv4Address: pulumi.String("string"),
Ipv4AddressVariable: pulumi.String("string"),
Mtu: pulumi.Int(0),
MtuVariable: pulumi.String("string"),
Name: pulumi.String("string"),
NameVariable: pulumi.String("string"),
Optional: pulumi.Bool(false),
Shutdown: pulumi.Bool(false),
SigProvider: pulumi.String("string"),
TcpMss: pulumi.Int(0),
TcpMssVariable: pulumi.String("string"),
TrackEnable: pulumi.Bool(false),
Tracker: pulumi.String("string"),
TunnelDcPreference: pulumi.String("string"),
TunnelDestination: pulumi.String("string"),
TunnelDestinationVariable: pulumi.String("string"),
TunnelPublicIp: pulumi.String("string"),
TunnelPublicIpVariable: pulumi.String("string"),
TunnelRouteVia: pulumi.String("string"),
TunnelRouteViaVariable: pulumi.String("string"),
TunnelSource: pulumi.String("string"),
TunnelSourceInterface: pulumi.String("string"),
TunnelSourceInterfaceVariable: pulumi.String("string"),
TunnelSourceVariable: pulumi.String("string"),
},
},
Name: pulumi.String("string"),
Services: sdwan.CiscoSecureInternetGatewayFeatureTemplateServiceArray{
&sdwan.CiscoSecureInternetGatewayFeatureTemplateServiceArgs{
InterfacePairs: sdwan.CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePairArray{
&sdwan.CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePairArgs{
ActiveInterface: pulumi.String("string"),
ActiveInterfaceWeight: pulumi.Int(0),
BackupInterface: pulumi.String("string"),
BackupInterfaceWeight: pulumi.Int(0),
Optional: pulumi.Bool(false),
},
},
Optional: pulumi.Bool(false),
ServiceType: pulumi.String("string"),
UmbrellaPrimaryDataCenter: pulumi.String("string"),
UmbrellaPrimaryDataCenterVariable: pulumi.String("string"),
UmbrellaSecondaryDataCenter: pulumi.String("string"),
UmbrellaSecondaryDataCenterVariable: pulumi.String("string"),
ZscalerAupBlockInternetUntilAccepted: pulumi.Bool(false),
ZscalerAupEnabled: pulumi.Bool(false),
ZscalerAupForceSslInspection: pulumi.Bool(false),
ZscalerAupTimeout: pulumi.Int(0),
ZscalerAuthenticationRequired: pulumi.Bool(false),
ZscalerCautionEnabled: pulumi.Bool(false),
ZscalerFirewallEnabled: pulumi.Bool(false),
ZscalerIpsControlEnabled: pulumi.Bool(false),
ZscalerLocationName: pulumi.String("string"),
ZscalerLocationNameVariable: pulumi.String("string"),
ZscalerPrimaryDataCenter: pulumi.String("string"),
ZscalerPrimaryDataCenterVariable: pulumi.String("string"),
ZscalerSecondaryDataCenter: pulumi.String("string"),
ZscalerSecondaryDataCenterVariable: pulumi.String("string"),
ZscalerSurrogateDisplayTimeUnit: pulumi.String("string"),
ZscalerSurrogateIdleTime: pulumi.Int(0),
ZscalerSurrogateIp: pulumi.Bool(false),
ZscalerSurrogateIpEnforceForKnownBrowsers: pulumi.Bool(false),
ZscalerSurrogateRefreshTime: pulumi.Int(0),
ZscalerSurrogateRefreshTimeUnit: pulumi.String("string"),
ZscalerXffForward: pulumi.Bool(false),
},
},
TrackerSourceIp: pulumi.String("string"),
TrackerSourceIpVariable: pulumi.String("string"),
Trackers: sdwan.CiscoSecureInternetGatewayFeatureTemplateTrackerArray{
&sdwan.CiscoSecureInternetGatewayFeatureTemplateTrackerArgs{
EndpointApiUrl: pulumi.String("string"),
EndpointApiUrlVariable: pulumi.String("string"),
Interval: pulumi.Int(0),
IntervalVariable: pulumi.String("string"),
Multiplier: pulumi.Int(0),
MultiplierVariable: pulumi.String("string"),
Name: pulumi.String("string"),
NameVariable: pulumi.String("string"),
Optional: pulumi.Bool(false),
Threshold: pulumi.Int(0),
ThresholdVariable: pulumi.String("string"),
TrackerType: pulumi.String("string"),
},
},
VpnId: pulumi.Int(0),
})
var ciscoSecureInternetGatewayFeatureTemplateResource = new CiscoSecureInternetGatewayFeatureTemplate("ciscoSecureInternetGatewayFeatureTemplateResource", CiscoSecureInternetGatewayFeatureTemplateArgs.builder()
.description("string")
.deviceTypes("string")
.interfaces(CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs.builder()
.application("string")
.autoTunnelMode(false)
.deadPeerDetectionInterval(0)
.deadPeerDetectionIntervalVariable("string")
.deadPeerDetectionRetries(0)
.deadPeerDetectionRetriesVariable("string")
.description("string")
.descriptionVariable("string")
.ikeCiphersuite("string")
.ikeCiphersuiteVariable("string")
.ikeGroup("string")
.ikeGroupVariable("string")
.ikePreSharedKey("string")
.ikePreSharedKeyDynamic(false)
.ikePreSharedKeyLocalId("string")
.ikePreSharedKeyLocalIdVariable("string")
.ikePreSharedKeyRemoteId("string")
.ikePreSharedKeyRemoteIdVariable("string")
.ikePreSharedKeyVariable("string")
.ikeRekeyInterval(0)
.ikeRekeyIntervalVariable("string")
.ikeVersion(0)
.ikeVersionVariable("string")
.ipUnnumbered(false)
.ipsecCiphersuite("string")
.ipsecCiphersuiteVariable("string")
.ipsecPerfectForwardSecrecy("string")
.ipsecPerfectForwardSecrecyVariable("string")
.ipsecRekeyInterval(0)
.ipsecRekeyIntervalVariable("string")
.ipsecReplayWindow(0)
.ipsecReplayWindowVariable("string")
.ipv4Address("string")
.ipv4AddressVariable("string")
.mtu(0)
.mtuVariable("string")
.name("string")
.nameVariable("string")
.optional(false)
.shutdown(false)
.sigProvider("string")
.tcpMss(0)
.tcpMssVariable("string")
.trackEnable(false)
.tracker("string")
.tunnelDcPreference("string")
.tunnelDestination("string")
.tunnelDestinationVariable("string")
.tunnelPublicIp("string")
.tunnelPublicIpVariable("string")
.tunnelRouteVia("string")
.tunnelRouteViaVariable("string")
.tunnelSource("string")
.tunnelSourceInterface("string")
.tunnelSourceInterfaceVariable("string")
.tunnelSourceVariable("string")
.build())
.name("string")
.services(CiscoSecureInternetGatewayFeatureTemplateServiceArgs.builder()
.interfacePairs(CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePairArgs.builder()
.activeInterface("string")
.activeInterfaceWeight(0)
.backupInterface("string")
.backupInterfaceWeight(0)
.optional(false)
.build())
.optional(false)
.serviceType("string")
.umbrellaPrimaryDataCenter("string")
.umbrellaPrimaryDataCenterVariable("string")
.umbrellaSecondaryDataCenter("string")
.umbrellaSecondaryDataCenterVariable("string")
.zscalerAupBlockInternetUntilAccepted(false)
.zscalerAupEnabled(false)
.zscalerAupForceSslInspection(false)
.zscalerAupTimeout(0)
.zscalerAuthenticationRequired(false)
.zscalerCautionEnabled(false)
.zscalerFirewallEnabled(false)
.zscalerIpsControlEnabled(false)
.zscalerLocationName("string")
.zscalerLocationNameVariable("string")
.zscalerPrimaryDataCenter("string")
.zscalerPrimaryDataCenterVariable("string")
.zscalerSecondaryDataCenter("string")
.zscalerSecondaryDataCenterVariable("string")
.zscalerSurrogateDisplayTimeUnit("string")
.zscalerSurrogateIdleTime(0)
.zscalerSurrogateIp(false)
.zscalerSurrogateIpEnforceForKnownBrowsers(false)
.zscalerSurrogateRefreshTime(0)
.zscalerSurrogateRefreshTimeUnit("string")
.zscalerXffForward(false)
.build())
.trackerSourceIp("string")
.trackerSourceIpVariable("string")
.trackers(CiscoSecureInternetGatewayFeatureTemplateTrackerArgs.builder()
.endpointApiUrl("string")
.endpointApiUrlVariable("string")
.interval(0)
.intervalVariable("string")
.multiplier(0)
.multiplierVariable("string")
.name("string")
.nameVariable("string")
.optional(false)
.threshold(0)
.thresholdVariable("string")
.trackerType("string")
.build())
.vpnId(0)
.build());
cisco_secure_internet_gateway_feature_template_resource = sdwan.CiscoSecureInternetGatewayFeatureTemplate("ciscoSecureInternetGatewayFeatureTemplateResource",
description="string",
device_types=["string"],
interfaces=[{
"application": "string",
"auto_tunnel_mode": False,
"dead_peer_detection_interval": 0,
"dead_peer_detection_interval_variable": "string",
"dead_peer_detection_retries": 0,
"dead_peer_detection_retries_variable": "string",
"description": "string",
"description_variable": "string",
"ike_ciphersuite": "string",
"ike_ciphersuite_variable": "string",
"ike_group": "string",
"ike_group_variable": "string",
"ike_pre_shared_key": "string",
"ike_pre_shared_key_dynamic": False,
"ike_pre_shared_key_local_id": "string",
"ike_pre_shared_key_local_id_variable": "string",
"ike_pre_shared_key_remote_id": "string",
"ike_pre_shared_key_remote_id_variable": "string",
"ike_pre_shared_key_variable": "string",
"ike_rekey_interval": 0,
"ike_rekey_interval_variable": "string",
"ike_version": 0,
"ike_version_variable": "string",
"ip_unnumbered": False,
"ipsec_ciphersuite": "string",
"ipsec_ciphersuite_variable": "string",
"ipsec_perfect_forward_secrecy": "string",
"ipsec_perfect_forward_secrecy_variable": "string",
"ipsec_rekey_interval": 0,
"ipsec_rekey_interval_variable": "string",
"ipsec_replay_window": 0,
"ipsec_replay_window_variable": "string",
"ipv4_address": "string",
"ipv4_address_variable": "string",
"mtu": 0,
"mtu_variable": "string",
"name": "string",
"name_variable": "string",
"optional": False,
"shutdown": False,
"sig_provider": "string",
"tcp_mss": 0,
"tcp_mss_variable": "string",
"track_enable": False,
"tracker": "string",
"tunnel_dc_preference": "string",
"tunnel_destination": "string",
"tunnel_destination_variable": "string",
"tunnel_public_ip": "string",
"tunnel_public_ip_variable": "string",
"tunnel_route_via": "string",
"tunnel_route_via_variable": "string",
"tunnel_source": "string",
"tunnel_source_interface": "string",
"tunnel_source_interface_variable": "string",
"tunnel_source_variable": "string",
}],
name="string",
services=[{
"interface_pairs": [{
"active_interface": "string",
"active_interface_weight": 0,
"backup_interface": "string",
"backup_interface_weight": 0,
"optional": False,
}],
"optional": False,
"service_type": "string",
"umbrella_primary_data_center": "string",
"umbrella_primary_data_center_variable": "string",
"umbrella_secondary_data_center": "string",
"umbrella_secondary_data_center_variable": "string",
"zscaler_aup_block_internet_until_accepted": False,
"zscaler_aup_enabled": False,
"zscaler_aup_force_ssl_inspection": False,
"zscaler_aup_timeout": 0,
"zscaler_authentication_required": False,
"zscaler_caution_enabled": False,
"zscaler_firewall_enabled": False,
"zscaler_ips_control_enabled": False,
"zscaler_location_name": "string",
"zscaler_location_name_variable": "string",
"zscaler_primary_data_center": "string",
"zscaler_primary_data_center_variable": "string",
"zscaler_secondary_data_center": "string",
"zscaler_secondary_data_center_variable": "string",
"zscaler_surrogate_display_time_unit": "string",
"zscaler_surrogate_idle_time": 0,
"zscaler_surrogate_ip": False,
"zscaler_surrogate_ip_enforce_for_known_browsers": False,
"zscaler_surrogate_refresh_time": 0,
"zscaler_surrogate_refresh_time_unit": "string",
"zscaler_xff_forward": False,
}],
tracker_source_ip="string",
tracker_source_ip_variable="string",
trackers=[{
"endpoint_api_url": "string",
"endpoint_api_url_variable": "string",
"interval": 0,
"interval_variable": "string",
"multiplier": 0,
"multiplier_variable": "string",
"name": "string",
"name_variable": "string",
"optional": False,
"threshold": 0,
"threshold_variable": "string",
"tracker_type": "string",
}],
vpn_id=0)
const ciscoSecureInternetGatewayFeatureTemplateResource = new sdwan.CiscoSecureInternetGatewayFeatureTemplate("ciscoSecureInternetGatewayFeatureTemplateResource", {
description: "string",
deviceTypes: ["string"],
interfaces: [{
application: "string",
autoTunnelMode: false,
deadPeerDetectionInterval: 0,
deadPeerDetectionIntervalVariable: "string",
deadPeerDetectionRetries: 0,
deadPeerDetectionRetriesVariable: "string",
description: "string",
descriptionVariable: "string",
ikeCiphersuite: "string",
ikeCiphersuiteVariable: "string",
ikeGroup: "string",
ikeGroupVariable: "string",
ikePreSharedKey: "string",
ikePreSharedKeyDynamic: false,
ikePreSharedKeyLocalId: "string",
ikePreSharedKeyLocalIdVariable: "string",
ikePreSharedKeyRemoteId: "string",
ikePreSharedKeyRemoteIdVariable: "string",
ikePreSharedKeyVariable: "string",
ikeRekeyInterval: 0,
ikeRekeyIntervalVariable: "string",
ikeVersion: 0,
ikeVersionVariable: "string",
ipUnnumbered: false,
ipsecCiphersuite: "string",
ipsecCiphersuiteVariable: "string",
ipsecPerfectForwardSecrecy: "string",
ipsecPerfectForwardSecrecyVariable: "string",
ipsecRekeyInterval: 0,
ipsecRekeyIntervalVariable: "string",
ipsecReplayWindow: 0,
ipsecReplayWindowVariable: "string",
ipv4Address: "string",
ipv4AddressVariable: "string",
mtu: 0,
mtuVariable: "string",
name: "string",
nameVariable: "string",
optional: false,
shutdown: false,
sigProvider: "string",
tcpMss: 0,
tcpMssVariable: "string",
trackEnable: false,
tracker: "string",
tunnelDcPreference: "string",
tunnelDestination: "string",
tunnelDestinationVariable: "string",
tunnelPublicIp: "string",
tunnelPublicIpVariable: "string",
tunnelRouteVia: "string",
tunnelRouteViaVariable: "string",
tunnelSource: "string",
tunnelSourceInterface: "string",
tunnelSourceInterfaceVariable: "string",
tunnelSourceVariable: "string",
}],
name: "string",
services: [{
interfacePairs: [{
activeInterface: "string",
activeInterfaceWeight: 0,
backupInterface: "string",
backupInterfaceWeight: 0,
optional: false,
}],
optional: false,
serviceType: "string",
umbrellaPrimaryDataCenter: "string",
umbrellaPrimaryDataCenterVariable: "string",
umbrellaSecondaryDataCenter: "string",
umbrellaSecondaryDataCenterVariable: "string",
zscalerAupBlockInternetUntilAccepted: false,
zscalerAupEnabled: false,
zscalerAupForceSslInspection: false,
zscalerAupTimeout: 0,
zscalerAuthenticationRequired: false,
zscalerCautionEnabled: false,
zscalerFirewallEnabled: false,
zscalerIpsControlEnabled: false,
zscalerLocationName: "string",
zscalerLocationNameVariable: "string",
zscalerPrimaryDataCenter: "string",
zscalerPrimaryDataCenterVariable: "string",
zscalerSecondaryDataCenter: "string",
zscalerSecondaryDataCenterVariable: "string",
zscalerSurrogateDisplayTimeUnit: "string",
zscalerSurrogateIdleTime: 0,
zscalerSurrogateIp: false,
zscalerSurrogateIpEnforceForKnownBrowsers: false,
zscalerSurrogateRefreshTime: 0,
zscalerSurrogateRefreshTimeUnit: "string",
zscalerXffForward: false,
}],
trackerSourceIp: "string",
trackerSourceIpVariable: "string",
trackers: [{
endpointApiUrl: "string",
endpointApiUrlVariable: "string",
interval: 0,
intervalVariable: "string",
multiplier: 0,
multiplierVariable: "string",
name: "string",
nameVariable: "string",
optional: false,
threshold: 0,
thresholdVariable: "string",
trackerType: "string",
}],
vpnId: 0,
});
type: sdwan:CiscoSecureInternetGatewayFeatureTemplate
properties:
description: string
deviceTypes:
- string
interfaces:
- application: string
autoTunnelMode: false
deadPeerDetectionInterval: 0
deadPeerDetectionIntervalVariable: string
deadPeerDetectionRetries: 0
deadPeerDetectionRetriesVariable: string
description: string
descriptionVariable: string
ikeCiphersuite: string
ikeCiphersuiteVariable: string
ikeGroup: string
ikeGroupVariable: string
ikePreSharedKey: string
ikePreSharedKeyDynamic: false
ikePreSharedKeyLocalId: string
ikePreSharedKeyLocalIdVariable: string
ikePreSharedKeyRemoteId: string
ikePreSharedKeyRemoteIdVariable: string
ikePreSharedKeyVariable: string
ikeRekeyInterval: 0
ikeRekeyIntervalVariable: string
ikeVersion: 0
ikeVersionVariable: string
ipUnnumbered: false
ipsecCiphersuite: string
ipsecCiphersuiteVariable: string
ipsecPerfectForwardSecrecy: string
ipsecPerfectForwardSecrecyVariable: string
ipsecRekeyInterval: 0
ipsecRekeyIntervalVariable: string
ipsecReplayWindow: 0
ipsecReplayWindowVariable: string
ipv4Address: string
ipv4AddressVariable: string
mtu: 0
mtuVariable: string
name: string
nameVariable: string
optional: false
shutdown: false
sigProvider: string
tcpMss: 0
tcpMssVariable: string
trackEnable: false
tracker: string
tunnelDcPreference: string
tunnelDestination: string
tunnelDestinationVariable: string
tunnelPublicIp: string
tunnelPublicIpVariable: string
tunnelRouteVia: string
tunnelRouteViaVariable: string
tunnelSource: string
tunnelSourceInterface: string
tunnelSourceInterfaceVariable: string
tunnelSourceVariable: string
name: string
services:
- interfacePairs:
- activeInterface: string
activeInterfaceWeight: 0
backupInterface: string
backupInterfaceWeight: 0
optional: false
optional: false
serviceType: string
umbrellaPrimaryDataCenter: string
umbrellaPrimaryDataCenterVariable: string
umbrellaSecondaryDataCenter: string
umbrellaSecondaryDataCenterVariable: string
zscalerAupBlockInternetUntilAccepted: false
zscalerAupEnabled: false
zscalerAupForceSslInspection: false
zscalerAupTimeout: 0
zscalerAuthenticationRequired: false
zscalerCautionEnabled: false
zscalerFirewallEnabled: false
zscalerIpsControlEnabled: false
zscalerLocationName: string
zscalerLocationNameVariable: string
zscalerPrimaryDataCenter: string
zscalerPrimaryDataCenterVariable: string
zscalerSecondaryDataCenter: string
zscalerSecondaryDataCenterVariable: string
zscalerSurrogateDisplayTimeUnit: string
zscalerSurrogateIdleTime: 0
zscalerSurrogateIp: false
zscalerSurrogateIpEnforceForKnownBrowsers: false
zscalerSurrogateRefreshTime: 0
zscalerSurrogateRefreshTimeUnit: string
zscalerXffForward: false
trackerSourceIp: string
trackerSourceIpVariable: string
trackers:
- endpointApiUrl: string
endpointApiUrlVariable: string
interval: 0
intervalVariable: string
multiplier: 0
multiplierVariable: string
name: string
nameVariable: string
optional: false
threshold: 0
thresholdVariable: string
trackerType: string
vpnId: 0
CiscoSecureInternetGatewayFeatureTemplate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The CiscoSecureInternetGatewayFeatureTemplate resource accepts the following input properties:
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- Interfaces
List<Cisco
Secure Internet Gateway Feature Template Interface> - Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
List<Cisco
Secure Internet Gateway Feature Template Service> - Configure services
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
List<Cisco
Secure Internet Gateway Feature Template Tracker> - Tracker configuration
- Vpn
Id int - List of VPN instances - Range:
0
-65527
- Default value:0
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- Interfaces
[]Cisco
Secure Internet Gateway Feature Template Interface Args - Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
[]Cisco
Secure Internet Gateway Feature Template Service Args - Configure services
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
[]Cisco
Secure Internet Gateway Feature Template Tracker Args - Tracker configuration
- Vpn
Id int - List of VPN instances - Range:
0
-65527
- Default value:0
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interfaces
List<Cisco
Secure Internet Gateway Feature Template Interface> - Interface name: IPsec when present
- name String
- The name of the feature template
- services
List<Cisco
Secure Internet Gateway Feature Template Service> - Configure services
- tracker
Source StringIp - Source IP address for Tracker
- tracker
Source StringIp Variable - Variable name
- trackers
List<Cisco
Secure Internet Gateway Feature Template Tracker> - Tracker configuration
- vpn
Id Integer - List of VPN instances - Range:
0
-65527
- Default value:0
- description string
- The description of the feature template
- device
Types string[] - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interfaces
Cisco
Secure Internet Gateway Feature Template Interface[] - Interface name: IPsec when present
- name string
- The name of the feature template
- services
Cisco
Secure Internet Gateway Feature Template Service[] - Configure services
- tracker
Source stringIp - Source IP address for Tracker
- tracker
Source stringIp Variable - Variable name
- trackers
Cisco
Secure Internet Gateway Feature Template Tracker[] - Tracker configuration
- vpn
Id number - List of VPN instances - Range:
0
-65527
- Default value:0
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interfaces
Sequence[Cisco
Secure Internet Gateway Feature Template Interface Args] - Interface name: IPsec when present
- name str
- The name of the feature template
- services
Sequence[Cisco
Secure Internet Gateway Feature Template Service Args] - Configure services
- tracker_
source_ strip - Source IP address for Tracker
- tracker_
source_ strip_ variable - Variable name
- trackers
Sequence[Cisco
Secure Internet Gateway Feature Template Tracker Args] - Tracker configuration
- vpn_
id int - List of VPN instances - Range:
0
-65527
- Default value:0
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interfaces List<Property Map>
- Interface name: IPsec when present
- name String
- The name of the feature template
- services List<Property Map>
- Configure services
- tracker
Source StringIp - Source IP address for Tracker
- tracker
Source StringIp Variable - Variable name
- trackers List<Property Map>
- Tracker configuration
- vpn
Id Number - List of VPN instances - Range:
0
-65527
- Default value:0
Outputs
All input properties are implicitly available as output properties. Additionally, the CiscoSecureInternetGatewayFeatureTemplate resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Type string - The template type
- Version int
- The version of the feature template
- Id string
- The provider-assigned unique ID for this managed resource.
- Template
Type string - The template type
- Version int
- The version of the feature template
- id String
- The provider-assigned unique ID for this managed resource.
- template
Type String - The template type
- version Integer
- The version of the feature template
- id string
- The provider-assigned unique ID for this managed resource.
- template
Type string - The template type
- version number
- The version of the feature template
- id str
- The provider-assigned unique ID for this managed resource.
- template_
type str - The template type
- version int
- The version of the feature template
- id String
- The provider-assigned unique ID for this managed resource.
- template
Type String - The template type
- version Number
- The version of the feature template
Look up Existing CiscoSecureInternetGatewayFeatureTemplate Resource
Get an existing CiscoSecureInternetGatewayFeatureTemplate resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: CiscoSecureInternetGatewayFeatureTemplateState, opts?: CustomResourceOptions): CiscoSecureInternetGatewayFeatureTemplate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
device_types: Optional[Sequence[str]] = None,
interfaces: Optional[Sequence[CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs]] = None,
name: Optional[str] = None,
services: Optional[Sequence[CiscoSecureInternetGatewayFeatureTemplateServiceArgs]] = None,
template_type: Optional[str] = None,
tracker_source_ip: Optional[str] = None,
tracker_source_ip_variable: Optional[str] = None,
trackers: Optional[Sequence[CiscoSecureInternetGatewayFeatureTemplateTrackerArgs]] = None,
version: Optional[int] = None,
vpn_id: Optional[int] = None) -> CiscoSecureInternetGatewayFeatureTemplate
func GetCiscoSecureInternetGatewayFeatureTemplate(ctx *Context, name string, id IDInput, state *CiscoSecureInternetGatewayFeatureTemplateState, opts ...ResourceOption) (*CiscoSecureInternetGatewayFeatureTemplate, error)
public static CiscoSecureInternetGatewayFeatureTemplate Get(string name, Input<string> id, CiscoSecureInternetGatewayFeatureTemplateState? state, CustomResourceOptions? opts = null)
public static CiscoSecureInternetGatewayFeatureTemplate get(String name, Output<String> id, CiscoSecureInternetGatewayFeatureTemplateState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- Interfaces
List<Cisco
Secure Internet Gateway Feature Template Interface> - Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
List<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<Cisco
Secure Internet Gateway Feature Template Tracker> - Tracker configuration
- Version int
- The version of the feature template
- Vpn
Id int - List of VPN instances - Range:
0
-65527
- Default value:0
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- Interfaces
[]Cisco
Secure Internet Gateway Feature Template Interface Args - Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
[]Cisco
Secure Internet Gateway Feature Template Service Args - Configure services
- Template
Type string - The template type
- Tracker
Source stringIp - Source IP address for Tracker
- Tracker
Source stringIp Variable - Variable name
- Trackers
[]Cisco
Secure Internet Gateway Feature Template Tracker Args - Tracker configuration
- Version int
- The version of the feature template
- Vpn
Id int - List of VPN instances - Range:
0
-65527
- Default value:0
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interfaces
List<Cisco
Secure Internet Gateway Feature Template Interface> - Interface name: IPsec when present
- name String
- The name of the feature template
- services
List<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<Cisco
Secure Internet Gateway Feature Template Tracker> - Tracker configuration
- version Integer
- The version of the feature template
- vpn
Id Integer - List of VPN instances - Range:
0
-65527
- Default value:0
- description string
- The description of the feature template
- device
Types string[] - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interfaces
Cisco
Secure Internet Gateway Feature Template Interface[] - Interface name: IPsec when present
- name string
- The name of the feature template
- services
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
Cisco
Secure Internet Gateway Feature Template Tracker[] - Tracker configuration
- version number
- The version of the feature template
- vpn
Id number - List of VPN instances - Range:
0
-65527
- Default value:0
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- interfaces
Sequence[Cisco
Secure Internet Gateway Feature Template Interface Args] - Interface name: IPsec when present
- name str
- The name of the feature template
- services
Sequence[Cisco
Secure Internet Gateway Feature Template Service Args] - Configure services
- template_
type str - The template type
- tracker_
source_ strip - Source IP address for Tracker
- tracker_
source_ strip_ variable - Variable name
- trackers
Sequence[Cisco
Secure Internet Gateway Feature Template Tracker Args] - Tracker configuration
- version int
- The version of the feature template
- vpn_
id int - List of VPN instances - Range:
0
-65527
- Default value:0
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types - Choices:
vedge-C8000V
,vedge-C8300-1N1S-4T2X
,vedge-C8300-1N1S-6T
,vedge-C8300-2N2S-6T
,vedge-C8300-2N2S-4T2X
,vedge-C8500-12X4QC
,vedge-C8500-12X
,vedge-C8500-20X6C
,vedge-C8500L-8S4X
,vedge-C8200-1N-4T
,vedge-C8200L-1N-4T
- 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 - Range:
0
-65527
- Default value:0
Supporting Types
CiscoSecureInternetGatewayFeatureTemplateInterface, CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs
- Application string
- Enable Application Tunnel Type
- Choices:
sig
- Default value:
sig
- Choices:
- Auto
Tunnel boolMode - Auto Tunnel Mode
- Default value:
false
- Default value:
- Dead
Peer intDetection Interval - IKE keepalive interval (seconds)
- Range:
0
-65535
- Default value:
10
- Range:
- Dead
Peer stringDetection Interval Variable - Variable name
- Dead
Peer intDetection Retries - IKE keepalive retries
- Range:
0
-255
- Default value:
3
- Range:
- Dead
Peer stringDetection Retries Variable - Variable name
- Description string
- Interface description
- Description
Variable string - Variable name
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha2
,aes128-cbc-sha1
,aes128-cbc-sha2
- Default value:
aes256-cbc-sha1
- Choices:
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Choices:
2
,14
,15
,16
- Default value:
14
- Choices:
- Ike
Group stringVariable - Variable name
- string
- Use preshared key to authenticate IKE peer
- bool
- Use preshared key to authenticate IKE peer
- Default value:
true
- Default value:
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- Variable name
- Ike
Rekey intInterval - IKE rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
14400
- Range:
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Version int - IKE Version <1..2>
- Range:
1
-2
- Default value:
2
- Range:
- Ike
Version stringVariable - Variable name
- Ip
Unnumbered bool - Unnumbered interface
- Default value:
true
- Default value:
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha384
,aes256-cbc-sha256
,aes256-cbc-sha512
,aes256-gcm
,null-sha1
,null-sha384
,null-sha256
,null-sha512
- Default value:
aes256-gcm
- Choices:
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- Choices:
group-2
,group-14
,group-15
,group-16
,none
- Default value:
none
- Choices:
- Ipsec
Perfect stringForward Secrecy Variable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
3600
- Range:
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Range:
64
-4096
- Default value:
512
- Range:
- Ipsec
Replay stringWindow Variable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Mtu int
- Interface MTU <576..2000>, in bytes
- Range:
576
-2000
- Default value:
1400
- Range:
- Mtu
Variable string - Variable name
- Name string
- Interface name: IPsec when present
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state
- Default value:
false
- Default value:
- Sig
Provider string - SIG Tunnel Provider
- Choices:
secure-internet-gateway-umbrella
,secure-internet-gateway-zscaler
,secure-internet-gateway-other
- Default value:
secure-internet-gateway-umbrella
- Choices:
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Range:
500
-1460
- Range:
- Tcp
Mss stringVariable - Variable name
- Track
Enable bool - Enable/disable SIG tracking
- Default value:
true
- Default value:
- Tracker string
- Enable tracker for this interface
- Tunnel
Dc stringPreference - SIG Tunnel Data Center
- Choices:
primary-dc
,secondary-dc
- Default value:
primary-dc
- Choices:
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- Default value:
Auto
- Default value:
- Tunnel
Public stringIp Variable - Variable name
- Tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- Application string
- Enable Application Tunnel Type
- Choices:
sig
- Default value:
sig
- Choices:
- Auto
Tunnel boolMode - Auto Tunnel Mode
- Default value:
false
- Default value:
- Dead
Peer intDetection Interval - IKE keepalive interval (seconds)
- Range:
0
-65535
- Default value:
10
- Range:
- Dead
Peer stringDetection Interval Variable - Variable name
- Dead
Peer intDetection Retries - IKE keepalive retries
- Range:
0
-255
- Default value:
3
- Range:
- Dead
Peer stringDetection Retries Variable - Variable name
- Description string
- Interface description
- Description
Variable string - Variable name
- Ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha2
,aes128-cbc-sha1
,aes128-cbc-sha2
- Default value:
aes256-cbc-sha1
- Choices:
- Ike
Ciphersuite stringVariable - Variable name
- Ike
Group string - IKE Diffie Hellman Groups
- Choices:
2
,14
,15
,16
- Default value:
14
- Choices:
- Ike
Group stringVariable - Variable name
- string
- Use preshared key to authenticate IKE peer
- bool
- Use preshared key to authenticate IKE peer
- Default value:
true
- Default value:
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- Variable name
- Ike
Rekey intInterval - IKE rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
14400
- Range:
- Ike
Rekey stringInterval Variable - Variable name
- Ike
Version int - IKE Version <1..2>
- Range:
1
-2
- Default value:
2
- Range:
- Ike
Version stringVariable - Variable name
- Ip
Unnumbered bool - Unnumbered interface
- Default value:
true
- Default value:
- Ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha384
,aes256-cbc-sha256
,aes256-cbc-sha512
,aes256-gcm
,null-sha1
,null-sha384
,null-sha256
,null-sha512
- Default value:
aes256-gcm
- Choices:
- Ipsec
Ciphersuite stringVariable - Variable name
- Ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- Choices:
group-2
,group-14
,group-15
,group-16
,none
- Default value:
none
- Choices:
- Ipsec
Perfect stringForward Secrecy Variable - Variable name
- Ipsec
Rekey intInterval - IPsec rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
3600
- Range:
- Ipsec
Rekey stringInterval Variable - Variable name
- Ipsec
Replay intWindow - Replay window size 32..8192 (must be a power of 2)
- Range:
64
-4096
- Default value:
512
- Range:
- Ipsec
Replay stringWindow Variable - Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4Address
Variable string - Variable name
- Mtu int
- Interface MTU <576..2000>, in bytes
- Range:
576
-2000
- Default value:
1400
- Range:
- Mtu
Variable string - Variable name
- Name string
- Interface name: IPsec when present
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state
- Default value:
false
- Default value:
- Sig
Provider string - SIG Tunnel Provider
- Choices:
secure-internet-gateway-umbrella
,secure-internet-gateway-zscaler
,secure-internet-gateway-other
- Default value:
secure-internet-gateway-umbrella
- Choices:
- Tcp
Mss int - TCP MSS on SYN packets, in bytes
- Range:
500
-1460
- Range:
- Tcp
Mss stringVariable - Variable name
- Track
Enable bool - Enable/disable SIG tracking
- Default value:
true
- Default value:
- Tracker string
- Enable tracker for this interface
- Tunnel
Dc stringPreference - SIG Tunnel Data Center
- Choices:
primary-dc
,secondary-dc
- Default value:
primary-dc
- Choices:
- Tunnel
Destination string - Tunnel destination IP address
- Tunnel
Destination stringVariable - Variable name
- Tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- Default value:
Auto
- Default value:
- Tunnel
Public stringIp Variable - Variable name
- Tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Route stringVia Variable - Variable name
- Tunnel
Source string - Tunnel source IP Address
- Tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- Tunnel
Source stringInterface Variable - Variable name
- Tunnel
Source stringVariable - Variable name
- application String
- Enable Application Tunnel Type
- Choices:
sig
- Default value:
sig
- Choices:
- auto
Tunnel BooleanMode - Auto Tunnel Mode
- Default value:
false
- Default value:
- dead
Peer IntegerDetection Interval - IKE keepalive interval (seconds)
- Range:
0
-65535
- Default value:
10
- Range:
- dead
Peer StringDetection Interval Variable - Variable name
- dead
Peer IntegerDetection Retries - IKE keepalive retries
- Range:
0
-255
- Default value:
3
- Range:
- dead
Peer StringDetection Retries Variable - Variable name
- description String
- Interface description
- description
Variable String - Variable name
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha2
,aes128-cbc-sha1
,aes128-cbc-sha2
- Default value:
aes256-cbc-sha1
- Choices:
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- Choices:
2
,14
,15
,16
- Default value:
14
- Choices:
- ike
Group StringVariable - Variable name
- String
- Use preshared key to authenticate IKE peer
- Boolean
- Use preshared key to authenticate IKE peer
- Default value:
true
- Default value:
- String
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- Variable name
- ike
Rekey IntegerInterval - IKE rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
14400
- Range:
- ike
Rekey StringInterval Variable - Variable name
- ike
Version Integer - IKE Version <1..2>
- Range:
1
-2
- Default value:
2
- Range:
- ike
Version StringVariable - Variable name
- ip
Unnumbered Boolean - Unnumbered interface
- Default value:
true
- Default value:
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha384
,aes256-cbc-sha256
,aes256-cbc-sha512
,aes256-gcm
,null-sha1
,null-sha384
,null-sha256
,null-sha512
- Default value:
aes256-gcm
- Choices:
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Perfect StringForward Secrecy - IPsec perfect forward secrecy settings
- Choices:
group-2
,group-14
,group-15
,group-16
,none
- Default value:
none
- Choices:
- ipsec
Perfect StringForward Secrecy Variable - Variable name
- ipsec
Rekey IntegerInterval - IPsec rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
3600
- Range:
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay IntegerWindow - Replay window size 32..8192 (must be a power of 2)
- Range:
64
-4096
- Default value:
512
- Range:
- ipsec
Replay StringWindow Variable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- mtu Integer
- Interface MTU <576..2000>, in bytes
- Range:
576
-2000
- Default value:
1400
- Range:
- mtu
Variable String - Variable name
- name String
- Interface name: IPsec when present
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state
- Default value:
false
- Default value:
- sig
Provider String - SIG Tunnel Provider
- Choices:
secure-internet-gateway-umbrella
,secure-internet-gateway-zscaler
,secure-internet-gateway-other
- Default value:
secure-internet-gateway-umbrella
- Choices:
- tcp
Mss Integer - TCP MSS on SYN packets, in bytes
- Range:
500
-1460
- Range:
- tcp
Mss StringVariable - Variable name
- track
Enable Boolean - Enable/disable SIG tracking
- Default value:
true
- Default value:
- tracker String
- Enable tracker for this interface
- tunnel
Dc StringPreference - SIG Tunnel Data Center
- Choices:
primary-dc
,secondary-dc
- Default value:
primary-dc
- Choices:
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination StringVariable - Variable name
- tunnel
Public StringIp - Public IP required to setup GRE tunnel to Zscaler
- Default value:
Auto
- Default value:
- tunnel
Public StringIp Variable - Variable name
- tunnel
Route StringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
- application string
- Enable Application Tunnel Type
- Choices:
sig
- Default value:
sig
- Choices:
- auto
Tunnel booleanMode - Auto Tunnel Mode
- Default value:
false
- Default value:
- dead
Peer numberDetection Interval - IKE keepalive interval (seconds)
- Range:
0
-65535
- Default value:
10
- Range:
- dead
Peer stringDetection Interval Variable - Variable name
- dead
Peer numberDetection Retries - IKE keepalive retries
- Range:
0
-255
- Default value:
3
- Range:
- dead
Peer stringDetection Retries Variable - Variable name
- description string
- Interface description
- description
Variable string - Variable name
- ike
Ciphersuite string - IKE identity the IKE preshared secret belongs to
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha2
,aes128-cbc-sha1
,aes128-cbc-sha2
- Default value:
aes256-cbc-sha1
- Choices:
- ike
Ciphersuite stringVariable - Variable name
- ike
Group string - IKE Diffie Hellman Groups
- Choices:
2
,14
,15
,16
- Default value:
14
- Choices:
- ike
Group stringVariable - Variable name
- string
- Use preshared key to authenticate IKE peer
- boolean
- Use preshared key to authenticate IKE peer
- Default value:
true
- Default value:
- string
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- string
- Variable name
- string
- Variable name
- ike
Rekey numberInterval - IKE rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
14400
- Range:
- ike
Rekey stringInterval Variable - Variable name
- ike
Version number - IKE Version <1..2>
- Range:
1
-2
- Default value:
2
- Range:
- ike
Version stringVariable - Variable name
- ip
Unnumbered boolean - Unnumbered interface
- Default value:
true
- Default value:
- ipsec
Ciphersuite string - IPsec(ESP) encryption and integrity protocol
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha384
,aes256-cbc-sha256
,aes256-cbc-sha512
,aes256-gcm
,null-sha1
,null-sha384
,null-sha256
,null-sha512
- Default value:
aes256-gcm
- Choices:
- ipsec
Ciphersuite stringVariable - Variable name
- ipsec
Perfect stringForward Secrecy - IPsec perfect forward secrecy settings
- Choices:
group-2
,group-14
,group-15
,group-16
,none
- Default value:
none
- Choices:
- ipsec
Perfect stringForward Secrecy Variable - Variable name
- ipsec
Rekey numberInterval - IPsec rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
3600
- Range:
- ipsec
Rekey stringInterval Variable - Variable name
- ipsec
Replay numberWindow - Replay window size 32..8192 (must be a power of 2)
- Range:
64
-4096
- Default value:
512
- Range:
- ipsec
Replay stringWindow Variable - Variable name
- ipv4Address string
- Assign IPv4 address
- ipv4Address
Variable string - Variable name
- mtu number
- Interface MTU <576..2000>, in bytes
- Range:
576
-2000
- Default value:
1400
- Range:
- mtu
Variable string - Variable name
- name string
- Interface name: IPsec when present
- name
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- shutdown boolean
- Administrative state
- Default value:
false
- Default value:
- sig
Provider string - SIG Tunnel Provider
- Choices:
secure-internet-gateway-umbrella
,secure-internet-gateway-zscaler
,secure-internet-gateway-other
- Default value:
secure-internet-gateway-umbrella
- Choices:
- tcp
Mss number - TCP MSS on SYN packets, in bytes
- Range:
500
-1460
- Range:
- tcp
Mss stringVariable - Variable name
- track
Enable boolean - Enable/disable SIG tracking
- Default value:
true
- Default value:
- tracker string
- Enable tracker for this interface
- tunnel
Dc stringPreference - SIG Tunnel Data Center
- Choices:
primary-dc
,secondary-dc
- Default value:
primary-dc
- Choices:
- tunnel
Destination string - Tunnel destination IP address
- tunnel
Destination stringVariable - Variable name
- tunnel
Public stringIp - Public IP required to setup GRE tunnel to Zscaler
- Default value:
Auto
- Default value:
- tunnel
Public stringIp Variable - Variable name
- tunnel
Route stringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route stringVia Variable - Variable name
- tunnel
Source string - Tunnel source IP Address
- tunnel
Source stringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source stringInterface Variable - Variable name
- tunnel
Source stringVariable - Variable name
- application str
- Enable Application Tunnel Type
- Choices:
sig
- Default value:
sig
- Choices:
- auto_
tunnel_ boolmode - Auto Tunnel Mode
- Default value:
false
- Default value:
- dead_
peer_ intdetection_ interval - IKE keepalive interval (seconds)
- Range:
0
-65535
- Default value:
10
- Range:
- dead_
peer_ strdetection_ interval_ variable - Variable name
- dead_
peer_ intdetection_ retries - IKE keepalive retries
- Range:
0
-255
- Default value:
3
- Range:
- dead_
peer_ strdetection_ retries_ variable - Variable name
- description str
- Interface description
- description_
variable str - Variable name
- ike_
ciphersuite str - IKE identity the IKE preshared secret belongs to
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha2
,aes128-cbc-sha1
,aes128-cbc-sha2
- Default value:
aes256-cbc-sha1
- Choices:
- ike_
ciphersuite_ strvariable - Variable name
- ike_
group str - IKE Diffie Hellman Groups
- Choices:
2
,14
,15
,16
- Default value:
14
- Choices:
- ike_
group_ strvariable - Variable name
- str
- Use preshared key to authenticate IKE peer
- bool
- Use preshared key to authenticate IKE peer
- Default value:
true
- Default value:
- str
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- str
- Variable name
- str
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- str
- Variable name
- str
- Variable name
- ike_
rekey_ intinterval - IKE rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
14400
- Range:
- ike_
rekey_ strinterval_ variable - Variable name
- ike_
version int - IKE Version <1..2>
- Range:
1
-2
- Default value:
2
- Range:
- ike_
version_ strvariable - Variable name
- ip_
unnumbered bool - Unnumbered interface
- Default value:
true
- Default value:
- ipsec_
ciphersuite str - IPsec(ESP) encryption and integrity protocol
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha384
,aes256-cbc-sha256
,aes256-cbc-sha512
,aes256-gcm
,null-sha1
,null-sha384
,null-sha256
,null-sha512
- Default value:
aes256-gcm
- Choices:
- ipsec_
ciphersuite_ strvariable - Variable name
- ipsec_
perfect_ strforward_ secrecy - IPsec perfect forward secrecy settings
- Choices:
group-2
,group-14
,group-15
,group-16
,none
- Default value:
none
- Choices:
- ipsec_
perfect_ strforward_ secrecy_ variable - Variable name
- ipsec_
rekey_ intinterval - IPsec rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
3600
- Range:
- ipsec_
rekey_ strinterval_ variable - Variable name
- ipsec_
replay_ intwindow - Replay window size 32..8192 (must be a power of 2)
- Range:
64
-4096
- Default value:
512
- Range:
- ipsec_
replay_ strwindow_ variable - Variable name
- ipv4_
address str - Assign IPv4 address
- ipv4_
address_ strvariable - Variable name
- mtu int
- Interface MTU <576..2000>, in bytes
- Range:
576
-2000
- Default value:
1400
- Range:
- mtu_
variable str - Variable name
- name str
- Interface name: IPsec when present
- name_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- shutdown bool
- Administrative state
- Default value:
false
- Default value:
- sig_
provider str - SIG Tunnel Provider
- Choices:
secure-internet-gateway-umbrella
,secure-internet-gateway-zscaler
,secure-internet-gateway-other
- Default value:
secure-internet-gateway-umbrella
- Choices:
- tcp_
mss int - TCP MSS on SYN packets, in bytes
- Range:
500
-1460
- Range:
- tcp_
mss_ strvariable - Variable name
- track_
enable bool - Enable/disable SIG tracking
- Default value:
true
- Default value:
- tracker str
- Enable tracker for this interface
- tunnel_
dc_ strpreference - SIG Tunnel Data Center
- Choices:
primary-dc
,secondary-dc
- Default value:
primary-dc
- Choices:
- tunnel_
destination str - Tunnel destination IP address
- tunnel_
destination_ strvariable - Variable name
- tunnel_
public_ strip - Public IP required to setup GRE tunnel to Zscaler
- Default value:
Auto
- Default value:
- tunnel_
public_ strip_ variable - Variable name
- tunnel_
route_ strvia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel_
route_ strvia_ variable - Variable name
- tunnel_
source str - Tunnel source IP Address
- tunnel_
source_ strinterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel_
source_ strinterface_ variable - Variable name
- tunnel_
source_ strvariable - Variable name
- application String
- Enable Application Tunnel Type
- Choices:
sig
- Default value:
sig
- Choices:
- auto
Tunnel BooleanMode - Auto Tunnel Mode
- Default value:
false
- Default value:
- dead
Peer NumberDetection Interval - IKE keepalive interval (seconds)
- Range:
0
-65535
- Default value:
10
- Range:
- dead
Peer StringDetection Interval Variable - Variable name
- dead
Peer NumberDetection Retries - IKE keepalive retries
- Range:
0
-255
- Default value:
3
- Range:
- dead
Peer StringDetection Retries Variable - Variable name
- description String
- Interface description
- description
Variable String - Variable name
- ike
Ciphersuite String - IKE identity the IKE preshared secret belongs to
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha2
,aes128-cbc-sha1
,aes128-cbc-sha2
- Default value:
aes256-cbc-sha1
- Choices:
- ike
Ciphersuite StringVariable - Variable name
- ike
Group String - IKE Diffie Hellman Groups
- Choices:
2
,14
,15
,16
- Default value:
14
- Choices:
- ike
Group StringVariable - Variable name
- String
- Use preshared key to authenticate IKE peer
- Boolean
- Use preshared key to authenticate IKE peer
- Default value:
true
- Default value:
- String
- IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
- String
- Variable name
- String
- Variable name
- ike
Rekey NumberInterval - IKE rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
14400
- Range:
- ike
Rekey StringInterval Variable - Variable name
- ike
Version Number - IKE Version <1..2>
- Range:
1
-2
- Default value:
2
- Range:
- ike
Version StringVariable - Variable name
- ip
Unnumbered Boolean - Unnumbered interface
- Default value:
true
- Default value:
- ipsec
Ciphersuite String - IPsec(ESP) encryption and integrity protocol
- Choices:
aes256-cbc-sha1
,aes256-cbc-sha384
,aes256-cbc-sha256
,aes256-cbc-sha512
,aes256-gcm
,null-sha1
,null-sha384
,null-sha256
,null-sha512
- Default value:
aes256-gcm
- Choices:
- ipsec
Ciphersuite StringVariable - Variable name
- ipsec
Perfect StringForward Secrecy - IPsec perfect forward secrecy settings
- Choices:
group-2
,group-14
,group-15
,group-16
,none
- Default value:
none
- Choices:
- ipsec
Perfect StringForward Secrecy Variable - Variable name
- ipsec
Rekey NumberInterval - IPsec rekey interval <300..1209600> seconds
- Range:
300
-1209600
- Default value:
3600
- Range:
- ipsec
Rekey StringInterval Variable - Variable name
- ipsec
Replay NumberWindow - Replay window size 32..8192 (must be a power of 2)
- Range:
64
-4096
- Default value:
512
- Range:
- ipsec
Replay StringWindow Variable - Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4Address
Variable String - Variable name
- mtu Number
- Interface MTU <576..2000>, in bytes
- Range:
576
-2000
- Default value:
1400
- Range:
- mtu
Variable String - Variable name
- name String
- Interface name: IPsec when present
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state
- Default value:
false
- Default value:
- sig
Provider String - SIG Tunnel Provider
- Choices:
secure-internet-gateway-umbrella
,secure-internet-gateway-zscaler
,secure-internet-gateway-other
- Default value:
secure-internet-gateway-umbrella
- Choices:
- tcp
Mss Number - TCP MSS on SYN packets, in bytes
- Range:
500
-1460
- Range:
- tcp
Mss StringVariable - Variable name
- track
Enable Boolean - Enable/disable SIG tracking
- Default value:
true
- Default value:
- tracker String
- Enable tracker for this interface
- tunnel
Dc StringPreference - SIG Tunnel Data Center
- Choices:
primary-dc
,secondary-dc
- Default value:
primary-dc
- Choices:
- tunnel
Destination String - Tunnel destination IP address
- tunnel
Destination StringVariable - Variable name
- tunnel
Public StringIp - Public IP required to setup GRE tunnel to Zscaler
- Default value:
Auto
- Default value:
- tunnel
Public StringIp Variable - Variable name
- tunnel
Route StringVia - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Route StringVia Variable - Variable name
- tunnel
Source String - Tunnel source IP Address
- tunnel
Source StringInterface - <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnel
Source StringInterface Variable - Variable name
- tunnel
Source StringVariable - Variable name
CiscoSecureInternetGatewayFeatureTemplateService, CiscoSecureInternetGatewayFeatureTemplateServiceArgs
- Interface
Pairs List<CiscoSecure Internet Gateway Feature Template Service Interface Pair> - Interface Pair for active and backup
- Optional bool
- Indicates if list item is considered optional.
- Service
Type string - Service Type
- Choices:
sig
- Default value:
sig
- Choices:
- Umbrella
Primary stringData Center - Umbrella Primary Datacenter
- Default value:
Auto
- Default value:
- Umbrella
Primary stringData Center Variable - Variable name
- Umbrella
Secondary stringData Center - Umbrella Secondary Datacenter
- Default value:
Auto
- Default value:
- Umbrella
Secondary stringData Center Variable - Variable name
- Zscaler
Aup boolBlock Internet Until Accepted - For first-time Acceptable User Policy behavior, block Internet access
- Default value:
false
- Default value:
- Zscaler
Aup boolEnabled - Enable Acceptable User Policy
- Default value:
false
- Default value:
- Zscaler
Aup boolForce Ssl Inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- Default value:
false
- Default value:
- Zscaler
Aup intTimeout - Custom Acceptable User Policy frequency in days
- Default value:
0
- Default value:
- Zscaler
Authentication boolRequired - Enforce Authentication
- Default value:
false
- Default value:
- Zscaler
Caution boolEnabled - Enable Caution
- Default value:
false
- Default value:
- Zscaler
Firewall boolEnabled - Firewall enabled
- Default value:
false
- Default value:
- Zscaler
Ips boolControl Enabled - Enable IPS Control
- Default value:
false
- Default value:
- Zscaler
Location stringName - Zscaler location name (optional)
- Default value:
Auto
- Default value:
- Zscaler
Location stringName Variable - Variable name
- Zscaler
Primary stringData Center - Custom Primary Datacenter
- Default value:
Auto
- Default value:
- Zscaler
Primary stringData Center Variable - Variable name
- Zscaler
Secondary stringData Center - Custom Secondary Datacenter
- Default value:
Auto
- Default value:
- Zscaler
Secondary stringData Center Variable - Variable name
- Zscaler
Surrogate stringDisplay Time Unit - Display time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- Zscaler
Surrogate intIdle Time - Idle time to disassociation
- Default value:
0
- Default value:
- Zscaler
Surrogate boolIp - Enable Surrogate IP
- Default value:
false
- Default value:
- Zscaler
Surrogate boolIp Enforce For Known Browsers - Enforce Surrogate IP for known browsers
- Default value:
false
- Default value:
- Zscaler
Surrogate intRefresh Time - Refresh time for re-validation of surrogacy in minutes
- Default value:
0
- Default value:
- Zscaler
Surrogate stringRefresh Time Unit - Refresh Time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- Zscaler
Xff boolForward - XFF forwarding enabled
- Default value:
false
- Default value:
- Interface
Pairs []CiscoSecure Internet Gateway Feature Template Service Interface Pair - Interface Pair for active and backup
- Optional bool
- Indicates if list item is considered optional.
- Service
Type string - Service Type
- Choices:
sig
- Default value:
sig
- Choices:
- Umbrella
Primary stringData Center - Umbrella Primary Datacenter
- Default value:
Auto
- Default value:
- Umbrella
Primary stringData Center Variable - Variable name
- Umbrella
Secondary stringData Center - Umbrella Secondary Datacenter
- Default value:
Auto
- Default value:
- Umbrella
Secondary stringData Center Variable - Variable name
- Zscaler
Aup boolBlock Internet Until Accepted - For first-time Acceptable User Policy behavior, block Internet access
- Default value:
false
- Default value:
- Zscaler
Aup boolEnabled - Enable Acceptable User Policy
- Default value:
false
- Default value:
- Zscaler
Aup boolForce Ssl Inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- Default value:
false
- Default value:
- Zscaler
Aup intTimeout - Custom Acceptable User Policy frequency in days
- Default value:
0
- Default value:
- Zscaler
Authentication boolRequired - Enforce Authentication
- Default value:
false
- Default value:
- Zscaler
Caution boolEnabled - Enable Caution
- Default value:
false
- Default value:
- Zscaler
Firewall boolEnabled - Firewall enabled
- Default value:
false
- Default value:
- Zscaler
Ips boolControl Enabled - Enable IPS Control
- Default value:
false
- Default value:
- Zscaler
Location stringName - Zscaler location name (optional)
- Default value:
Auto
- Default value:
- Zscaler
Location stringName Variable - Variable name
- Zscaler
Primary stringData Center - Custom Primary Datacenter
- Default value:
Auto
- Default value:
- Zscaler
Primary stringData Center Variable - Variable name
- Zscaler
Secondary stringData Center - Custom Secondary Datacenter
- Default value:
Auto
- Default value:
- Zscaler
Secondary stringData Center Variable - Variable name
- Zscaler
Surrogate stringDisplay Time Unit - Display time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- Zscaler
Surrogate intIdle Time - Idle time to disassociation
- Default value:
0
- Default value:
- Zscaler
Surrogate boolIp - Enable Surrogate IP
- Default value:
false
- Default value:
- Zscaler
Surrogate boolIp Enforce For Known Browsers - Enforce Surrogate IP for known browsers
- Default value:
false
- Default value:
- Zscaler
Surrogate intRefresh Time - Refresh time for re-validation of surrogacy in minutes
- Default value:
0
- Default value:
- Zscaler
Surrogate stringRefresh Time Unit - Refresh Time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- Zscaler
Xff boolForward - XFF forwarding enabled
- Default value:
false
- Default value:
- interface
Pairs List<CiscoSecure Internet Gateway Feature Template Service Interface Pair> - Interface Pair for active and backup
- optional Boolean
- Indicates if list item is considered optional.
- service
Type String - Service Type
- Choices:
sig
- Default value:
sig
- Choices:
- umbrella
Primary StringData Center - Umbrella Primary Datacenter
- Default value:
Auto
- Default value:
- umbrella
Primary StringData Center Variable - Variable name
- umbrella
Secondary StringData Center - Umbrella Secondary Datacenter
- Default value:
Auto
- Default value:
- umbrella
Secondary StringData Center Variable - Variable name
- zscaler
Aup BooleanBlock Internet Until Accepted - For first-time Acceptable User Policy behavior, block Internet access
- Default value:
false
- Default value:
- zscaler
Aup BooleanEnabled - Enable Acceptable User Policy
- Default value:
false
- Default value:
- zscaler
Aup BooleanForce Ssl Inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- Default value:
false
- Default value:
- zscaler
Aup IntegerTimeout - Custom Acceptable User Policy frequency in days
- Default value:
0
- Default value:
- zscaler
Authentication BooleanRequired - Enforce Authentication
- Default value:
false
- Default value:
- zscaler
Caution BooleanEnabled - Enable Caution
- Default value:
false
- Default value:
- zscaler
Firewall BooleanEnabled - Firewall enabled
- Default value:
false
- Default value:
- zscaler
Ips BooleanControl Enabled - Enable IPS Control
- Default value:
false
- Default value:
- zscaler
Location StringName - Zscaler location name (optional)
- Default value:
Auto
- Default value:
- zscaler
Location StringName Variable - Variable name
- zscaler
Primary StringData Center - Custom Primary Datacenter
- Default value:
Auto
- Default value:
- zscaler
Primary StringData Center Variable - Variable name
- zscaler
Secondary StringData Center - Custom Secondary Datacenter
- Default value:
Auto
- Default value:
- zscaler
Secondary StringData Center Variable - Variable name
- zscaler
Surrogate StringDisplay Time Unit - Display time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- zscaler
Surrogate IntegerIdle Time - Idle time to disassociation
- Default value:
0
- Default value:
- zscaler
Surrogate BooleanIp - Enable Surrogate IP
- Default value:
false
- Default value:
- zscaler
Surrogate BooleanIp Enforce For Known Browsers - Enforce Surrogate IP for known browsers
- Default value:
false
- Default value:
- zscaler
Surrogate IntegerRefresh Time - Refresh time for re-validation of surrogacy in minutes
- Default value:
0
- Default value:
- zscaler
Surrogate StringRefresh Time Unit - Refresh Time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- zscaler
Xff BooleanForward - XFF forwarding enabled
- Default value:
false
- Default value:
- interface
Pairs CiscoSecure Internet Gateway Feature Template Service Interface Pair[] - Interface Pair for active and backup
- optional boolean
- Indicates if list item is considered optional.
- service
Type string - Service Type
- Choices:
sig
- Default value:
sig
- Choices:
- umbrella
Primary stringData Center - Umbrella Primary Datacenter
- Default value:
Auto
- Default value:
- umbrella
Primary stringData Center Variable - Variable name
- umbrella
Secondary stringData Center - Umbrella Secondary Datacenter
- Default value:
Auto
- Default value:
- umbrella
Secondary stringData Center Variable - Variable name
- zscaler
Aup booleanBlock Internet Until Accepted - For first-time Acceptable User Policy behavior, block Internet access
- Default value:
false
- Default value:
- zscaler
Aup booleanEnabled - Enable Acceptable User Policy
- Default value:
false
- Default value:
- zscaler
Aup booleanForce Ssl Inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- Default value:
false
- Default value:
- zscaler
Aup numberTimeout - Custom Acceptable User Policy frequency in days
- Default value:
0
- Default value:
- zscaler
Authentication booleanRequired - Enforce Authentication
- Default value:
false
- Default value:
- zscaler
Caution booleanEnabled - Enable Caution
- Default value:
false
- Default value:
- zscaler
Firewall booleanEnabled - Firewall enabled
- Default value:
false
- Default value:
- zscaler
Ips booleanControl Enabled - Enable IPS Control
- Default value:
false
- Default value:
- zscaler
Location stringName - Zscaler location name (optional)
- Default value:
Auto
- Default value:
- zscaler
Location stringName Variable - Variable name
- zscaler
Primary stringData Center - Custom Primary Datacenter
- Default value:
Auto
- Default value:
- zscaler
Primary stringData Center Variable - Variable name
- zscaler
Secondary stringData Center - Custom Secondary Datacenter
- Default value:
Auto
- Default value:
- zscaler
Secondary stringData Center Variable - Variable name
- zscaler
Surrogate stringDisplay Time Unit - Display time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- zscaler
Surrogate numberIdle Time - Idle time to disassociation
- Default value:
0
- Default value:
- zscaler
Surrogate booleanIp - Enable Surrogate IP
- Default value:
false
- Default value:
- zscaler
Surrogate booleanIp Enforce For Known Browsers - Enforce Surrogate IP for known browsers
- Default value:
false
- Default value:
- zscaler
Surrogate numberRefresh Time - Refresh time for re-validation of surrogacy in minutes
- Default value:
0
- Default value:
- zscaler
Surrogate stringRefresh Time Unit - Refresh Time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- zscaler
Xff booleanForward - XFF forwarding enabled
- Default value:
false
- Default value:
- interface_
pairs Sequence[CiscoSecure Internet Gateway Feature Template Service Interface Pair] - Interface Pair for active and backup
- optional bool
- Indicates if list item is considered optional.
- service_
type str - Service Type
- Choices:
sig
- Default value:
sig
- Choices:
- umbrella_
primary_ strdata_ center - Umbrella Primary Datacenter
- Default value:
Auto
- Default value:
- umbrella_
primary_ strdata_ center_ variable - Variable name
- umbrella_
secondary_ strdata_ center - Umbrella Secondary Datacenter
- Default value:
Auto
- Default value:
- umbrella_
secondary_ strdata_ center_ variable - Variable name
- zscaler_
aup_ boolblock_ internet_ until_ accepted - For first-time Acceptable User Policy behavior, block Internet access
- Default value:
false
- Default value:
- zscaler_
aup_ boolenabled - Enable Acceptable User Policy
- Default value:
false
- Default value:
- zscaler_
aup_ boolforce_ ssl_ inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- Default value:
false
- Default value:
- zscaler_
aup_ inttimeout - Custom Acceptable User Policy frequency in days
- Default value:
0
- Default value:
- zscaler_
authentication_ boolrequired - Enforce Authentication
- Default value:
false
- Default value:
- zscaler_
caution_ boolenabled - Enable Caution
- Default value:
false
- Default value:
- zscaler_
firewall_ boolenabled - Firewall enabled
- Default value:
false
- Default value:
- zscaler_
ips_ boolcontrol_ enabled - Enable IPS Control
- Default value:
false
- Default value:
- zscaler_
location_ strname - Zscaler location name (optional)
- Default value:
Auto
- Default value:
- zscaler_
location_ strname_ variable - Variable name
- zscaler_
primary_ strdata_ center - Custom Primary Datacenter
- Default value:
Auto
- Default value:
- zscaler_
primary_ strdata_ center_ variable - Variable name
- zscaler_
secondary_ strdata_ center - Custom Secondary Datacenter
- Default value:
Auto
- Default value:
- zscaler_
secondary_ strdata_ center_ variable - Variable name
- zscaler_
surrogate_ strdisplay_ time_ unit - Display time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- zscaler_
surrogate_ intidle_ time - Idle time to disassociation
- Default value:
0
- Default value:
- zscaler_
surrogate_ boolip - Enable Surrogate IP
- Default value:
false
- Default value:
- zscaler_
surrogate_ boolip_ enforce_ for_ known_ browsers - Enforce Surrogate IP for known browsers
- Default value:
false
- Default value:
- zscaler_
surrogate_ intrefresh_ time - Refresh time for re-validation of surrogacy in minutes
- Default value:
0
- Default value:
- zscaler_
surrogate_ strrefresh_ time_ unit - Refresh Time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- zscaler_
xff_ boolforward - XFF forwarding enabled
- Default value:
false
- Default value:
- interface
Pairs List<Property Map> - Interface Pair for active and backup
- optional Boolean
- Indicates if list item is considered optional.
- service
Type String - Service Type
- Choices:
sig
- Default value:
sig
- Choices:
- umbrella
Primary StringData Center - Umbrella Primary Datacenter
- Default value:
Auto
- Default value:
- umbrella
Primary StringData Center Variable - Variable name
- umbrella
Secondary StringData Center - Umbrella Secondary Datacenter
- Default value:
Auto
- Default value:
- umbrella
Secondary StringData Center Variable - Variable name
- zscaler
Aup BooleanBlock Internet Until Accepted - For first-time Acceptable User Policy behavior, block Internet access
- Default value:
false
- Default value:
- zscaler
Aup BooleanEnabled - Enable Acceptable User Policy
- Default value:
false
- Default value:
- zscaler
Aup BooleanForce Ssl Inspection - For first-time Acceptable User Policy behavior, force SSL inspection
- Default value:
false
- Default value:
- zscaler
Aup NumberTimeout - Custom Acceptable User Policy frequency in days
- Default value:
0
- Default value:
- zscaler
Authentication BooleanRequired - Enforce Authentication
- Default value:
false
- Default value:
- zscaler
Caution BooleanEnabled - Enable Caution
- Default value:
false
- Default value:
- zscaler
Firewall BooleanEnabled - Firewall enabled
- Default value:
false
- Default value:
- zscaler
Ips BooleanControl Enabled - Enable IPS Control
- Default value:
false
- Default value:
- zscaler
Location StringName - Zscaler location name (optional)
- Default value:
Auto
- Default value:
- zscaler
Location StringName Variable - Variable name
- zscaler
Primary StringData Center - Custom Primary Datacenter
- Default value:
Auto
- Default value:
- zscaler
Primary StringData Center Variable - Variable name
- zscaler
Secondary StringData Center - Custom Secondary Datacenter
- Default value:
Auto
- Default value:
- zscaler
Secondary StringData Center Variable - Variable name
- zscaler
Surrogate StringDisplay Time Unit - Display time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- zscaler
Surrogate NumberIdle Time - Idle time to disassociation
- Default value:
0
- Default value:
- zscaler
Surrogate BooleanIp - Enable Surrogate IP
- Default value:
false
- Default value:
- zscaler
Surrogate BooleanIp Enforce For Known Browsers - Enforce Surrogate IP for known browsers
- Default value:
false
- Default value:
- zscaler
Surrogate NumberRefresh Time - Refresh time for re-validation of surrogacy in minutes
- Default value:
0
- Default value:
- zscaler
Surrogate StringRefresh Time Unit - Refresh Time unit
- Choices:
MINUTE
,HOUR
,DAY
- Default value:
MINUTE
- Choices:
- zscaler
Xff BooleanForward - XFF forwarding enabled
- Default value:
false
- Default value:
CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair, CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePairArgs
- Active
Interface string - Active Tunnel Interface for SIG
- Active
Interface intWeight - Active Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- Backup
Interface string - Backup Tunnel Interface for SIG
- Backup
Interface intWeight - Backup Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- Optional bool
- Indicates if list item is considered optional.
- Active
Interface string - Active Tunnel Interface for SIG
- Active
Interface intWeight - Active Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- Backup
Interface string - Backup Tunnel Interface for SIG
- Backup
Interface intWeight - Backup Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- Optional bool
- Indicates if list item is considered optional.
- active
Interface String - Active Tunnel Interface for SIG
- active
Interface IntegerWeight - Active Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- backup
Interface String - Backup Tunnel Interface for SIG
- backup
Interface IntegerWeight - Backup Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- optional Boolean
- Indicates if list item is considered optional.
- active
Interface string - Active Tunnel Interface for SIG
- active
Interface numberWeight - Active Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- backup
Interface string - Backup Tunnel Interface for SIG
- backup
Interface numberWeight - Backup Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- optional boolean
- Indicates if list item is considered optional.
- active_
interface str - Active Tunnel Interface for SIG
- active_
interface_ intweight - Active Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- backup_
interface str - Backup Tunnel Interface for SIG
- backup_
interface_ intweight - Backup Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- optional bool
- Indicates if list item is considered optional.
- active
Interface String - Active Tunnel Interface for SIG
- active
Interface NumberWeight - Active Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- backup
Interface String - Backup Tunnel Interface for SIG
- backup
Interface NumberWeight - Backup Tunnel Interface Weight
- Range:
1
-255
- Default value:
1
- Range:
- optional Boolean
- Indicates if list item is considered optional.
CiscoSecureInternetGatewayFeatureTemplateTracker, CiscoSecureInternetGatewayFeatureTemplateTrackerArgs
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Interval int
- Probe interval <10..600> seconds
- Range:
20
-600
- Default value:
60
- Range:
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier <1..10> failed attempts
- Range:
1
-10
- Default value:
3
- Range:
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold <100..1000> milliseconds
- Range:
100
-1000
- Default value:
300
- Range:
- Threshold
Variable string - Variable name
- Tracker
Type string - Choices:
SIG
- Default value:
SIG
- Default value:
- Choices:
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Interval int
- Probe interval <10..600> seconds
- Range:
20
-600
- Default value:
60
- Range:
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier <1..10> failed attempts
- Range:
1
-10
- Default value:
3
- Range:
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold <100..1000> milliseconds
- Range:
100
-1000
- Default value:
300
- Range:
- Threshold
Variable string - Variable name
- Tracker
Type string - Choices:
SIG
- Default value:
SIG
- Default value:
- Choices:
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- interval Integer
- Probe interval <10..600> seconds
- Range:
20
-600
- Default value:
60
- Range:
- interval
Variable String - Variable name
- multiplier Integer
- Probe failure multiplier <1..10> failed attempts
- Range:
1
-10
- Default value:
3
- Range:
- multiplier
Variable String - Variable name
- name String
- Tracker name
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Integer
- Probe Timeout threshold <100..1000> milliseconds
- Range:
100
-1000
- Default value:
300
- Range:
- threshold
Variable String - Variable name
- tracker
Type String - Choices:
SIG
- Default value:
SIG
- Default value:
- Choices:
- endpoint
Api stringUrl - API url of endpoint
- endpoint
Api stringUrl Variable - Variable name
- interval number
- Probe interval <10..600> seconds
- Range:
20
-600
- Default value:
60
- Range:
- interval
Variable string - Variable name
- multiplier number
- Probe failure multiplier <1..10> failed attempts
- Range:
1
-10
- Default value:
3
- Range:
- multiplier
Variable string - Variable name
- name string
- Tracker name
- name
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- threshold number
- Probe Timeout threshold <100..1000> milliseconds
- Range:
100
-1000
- Default value:
300
- Range:
- threshold
Variable string - Variable name
- tracker
Type string - Choices:
SIG
- Default value:
SIG
- Default value:
- Choices:
- endpoint_
api_ strurl - API url of endpoint
- endpoint_
api_ strurl_ variable - Variable name
- interval int
- Probe interval <10..600> seconds
- Range:
20
-600
- Default value:
60
- Range:
- interval_
variable str - Variable name
- multiplier int
- Probe failure multiplier <1..10> failed attempts
- Range:
1
-10
- Default value:
3
- Range:
- multiplier_
variable str - Variable name
- name str
- Tracker name
- name_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- threshold int
- Probe Timeout threshold <100..1000> milliseconds
- Range:
100
-1000
- Default value:
300
- Range:
- threshold_
variable str - Variable name
- tracker_
type str - Choices:
SIG
- Default value:
SIG
- Default value:
- Choices:
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- interval Number
- Probe interval <10..600> seconds
- Range:
20
-600
- Default value:
60
- Range:
- interval
Variable String - Variable name
- multiplier Number
- Probe failure multiplier <1..10> failed attempts
- Range:
1
-10
- Default value:
3
- Range:
- multiplier
Variable String - Variable name
- name String
- Tracker name
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Number
- Probe Timeout threshold <100..1000> milliseconds
- Range:
100
-1000
- Default value:
300
- Range:
- threshold
Variable String - Variable name
- tracker
Type String - Choices:
SIG
- Default value:
SIG
- Default value:
- Choices:
Import
$ pulumi import sdwan:index/ciscoSecureInternetGatewayFeatureTemplate:CiscoSecureInternetGatewayFeatureTemplate example "f6b2c44c-693c-4763-b010-895aa3d236bd"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.