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
- DeviceTypes 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<CiscoSecure Internet Gateway Feature Template Interface> 
- Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
List<CiscoSecure Internet Gateway Feature Template Service> 
- Configure services
- TrackerSource stringIp 
- Source IP address for Tracker
- TrackerSource stringIp Variable 
- Variable name
- Trackers
List<CiscoSecure Internet Gateway Feature Template Tracker> 
- Tracker configuration
- VpnId int
- List of VPN instances - Range: 0-65527- Default value:0
- Description string
- The description of the feature template
- DeviceTypes []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
[]CiscoSecure Internet Gateway Feature Template Interface Args 
- Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
[]CiscoSecure Internet Gateway Feature Template Service Args 
- Configure services
- TrackerSource stringIp 
- Source IP address for Tracker
- TrackerSource stringIp Variable 
- Variable name
- Trackers
[]CiscoSecure Internet Gateway Feature Template Tracker Args 
- Tracker configuration
- VpnId int
- List of VPN instances - Range: 0-65527- Default value:0
- description String
- The description of the feature template
- deviceTypes 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<CiscoSecure Internet Gateway Feature Template Interface> 
- Interface name: IPsec when present
- name String
- The name of the feature template
- services
List<CiscoSecure Internet Gateway Feature Template Service> 
- Configure services
- trackerSource StringIp 
- Source IP address for Tracker
- trackerSource StringIp Variable 
- Variable name
- trackers
List<CiscoSecure Internet Gateway Feature Template Tracker> 
- Tracker configuration
- vpnId Integer
- List of VPN instances - Range: 0-65527- Default value:0
- description string
- The description of the feature template
- deviceTypes 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
CiscoSecure Internet Gateway Feature Template Interface[] 
- Interface name: IPsec when present
- name string
- The name of the feature template
- services
CiscoSecure Internet Gateway Feature Template Service[] 
- Configure services
- trackerSource stringIp 
- Source IP address for Tracker
- trackerSource stringIp Variable 
- Variable name
- trackers
CiscoSecure Internet Gateway Feature Template Tracker[] 
- Tracker configuration
- vpnId 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[CiscoSecure Internet Gateway Feature Template Interface Args] 
- Interface name: IPsec when present
- name str
- The name of the feature template
- services
Sequence[CiscoSecure Internet Gateway Feature Template Service Args] 
- Configure services
- tracker_source_ strip 
- Source IP address for Tracker
- tracker_source_ strip_ variable 
- Variable name
- trackers
Sequence[CiscoSecure 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
- deviceTypes 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
- trackerSource StringIp 
- Source IP address for Tracker
- trackerSource StringIp Variable 
- Variable name
- trackers List<Property Map>
- Tracker configuration
- vpnId 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.
- TemplateType string
- The template type
- Version int
- The version of the feature template
- Id string
- The provider-assigned unique ID for this managed resource.
- TemplateType string
- The template type
- Version int
- The version of the feature template
- id String
- The provider-assigned unique ID for this managed resource.
- templateType String
- The template type
- version Integer
- The version of the feature template
- id string
- The provider-assigned unique ID for this managed resource.
- templateType 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.
- templateType 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) -> CiscoSecureInternetGatewayFeatureTemplatefunc 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)resources:  _:    type: sdwan:CiscoSecureInternetGatewayFeatureTemplate    get:      id: ${id}- 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
- DeviceTypes 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<CiscoSecure Internet Gateway Feature Template Interface> 
- Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
List<CiscoSecure Internet Gateway Feature Template Service> 
- Configure services
- TemplateType string
- The template type
- TrackerSource stringIp 
- Source IP address for Tracker
- TrackerSource stringIp Variable 
- Variable name
- Trackers
List<CiscoSecure Internet Gateway Feature Template Tracker> 
- Tracker configuration
- Version int
- The version of the feature template
- VpnId int
- List of VPN instances - Range: 0-65527- Default value:0
- Description string
- The description of the feature template
- DeviceTypes []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
[]CiscoSecure Internet Gateway Feature Template Interface Args 
- Interface name: IPsec when present
- Name string
- The name of the feature template
- Services
[]CiscoSecure Internet Gateway Feature Template Service Args 
- Configure services
- TemplateType string
- The template type
- TrackerSource stringIp 
- Source IP address for Tracker
- TrackerSource stringIp Variable 
- Variable name
- Trackers
[]CiscoSecure Internet Gateway Feature Template Tracker Args 
- Tracker configuration
- Version int
- The version of the feature template
- VpnId int
- List of VPN instances - Range: 0-65527- Default value:0
- description String
- The description of the feature template
- deviceTypes 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<CiscoSecure Internet Gateway Feature Template Interface> 
- Interface name: IPsec when present
- name String
- The name of the feature template
- services
List<CiscoSecure Internet Gateway Feature Template Service> 
- Configure services
- templateType String
- The template type
- trackerSource StringIp 
- Source IP address for Tracker
- trackerSource StringIp Variable 
- Variable name
- trackers
List<CiscoSecure Internet Gateway Feature Template Tracker> 
- Tracker configuration
- version Integer
- The version of the feature template
- vpnId Integer
- List of VPN instances - Range: 0-65527- Default value:0
- description string
- The description of the feature template
- deviceTypes 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
CiscoSecure Internet Gateway Feature Template Interface[] 
- Interface name: IPsec when present
- name string
- The name of the feature template
- services
CiscoSecure Internet Gateway Feature Template Service[] 
- Configure services
- templateType string
- The template type
- trackerSource stringIp 
- Source IP address for Tracker
- trackerSource stringIp Variable 
- Variable name
- trackers
CiscoSecure Internet Gateway Feature Template Tracker[] 
- Tracker configuration
- version number
- The version of the feature template
- vpnId 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[CiscoSecure Internet Gateway Feature Template Interface Args] 
- Interface name: IPsec when present
- name str
- The name of the feature template
- services
Sequence[CiscoSecure 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[CiscoSecure 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
- deviceTypes 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
- templateType String
- The template type
- trackerSource StringIp 
- Source IP address for Tracker
- trackerSource StringIp Variable 
- Variable name
- trackers List<Property Map>
- Tracker configuration
- version Number
- The version of the feature template
- vpnId 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: 
- AutoTunnel boolMode 
- Auto Tunnel Mode- Default value: false
 
- Default value: 
- DeadPeer intDetection Interval 
- IKE keepalive interval (seconds)- Range: 0-65535
- Default value: 10
 
- Range: 
- DeadPeer stringDetection Interval Variable 
- Variable name
- DeadPeer intDetection Retries 
- IKE keepalive retries- Range: 0-255
- Default value: 3
 
- Range: 
- DeadPeer stringDetection Retries Variable 
- Variable name
- Description string
- Interface description
- DescriptionVariable string
- Variable name
- IkeCiphersuite 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: 
- IkeCiphersuite stringVariable 
- Variable name
- IkeGroup string
- IKE Diffie Hellman Groups- Choices: 2,14,15,16
- Default value: 14
 
- Choices: 
- IkeGroup 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
- IkeRekey intInterval 
- IKE rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 14400
 
- Range: 
- IkeRekey stringInterval Variable 
- Variable name
- IkeVersion int
- IKE Version <1..2>- Range: 1-2
- Default value: 2
 
- Range: 
- IkeVersion stringVariable 
- Variable name
- IpUnnumbered bool
- Unnumbered interface- Default value: true
 
- Default value: 
- IpsecCiphersuite 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: 
- IpsecCiphersuite stringVariable 
- Variable name
- IpsecPerfect stringForward Secrecy 
- IPsec perfect forward secrecy settings- Choices: group-2,group-14,group-15,group-16,none
- Default value: none
 
- Choices: 
- IpsecPerfect stringForward Secrecy Variable 
- Variable name
- IpsecRekey intInterval 
- IPsec rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 3600
 
- Range: 
- IpsecRekey stringInterval Variable 
- Variable name
- IpsecReplay intWindow 
- Replay window size 32..8192 (must be a power of 2)- Range: 64-4096
- Default value: 512
 
- Range: 
- IpsecReplay stringWindow Variable 
- Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4AddressVariable string
- Variable name
- Mtu int
- Interface MTU <576..2000>, in bytes- Range: 576-2000
- Default value: 1400
 
- Range: 
- MtuVariable string
- Variable name
- Name string
- Interface name: IPsec when present
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state- Default value: false
 
- Default value: 
- SigProvider string
- SIG Tunnel Provider- Choices: secure-internet-gateway-umbrella,secure-internet-gateway-zscaler,secure-internet-gateway-other
- Default value: secure-internet-gateway-umbrella
 
- Choices: 
- TcpMss int
- TCP MSS on SYN packets, in bytes- Range: 500-1460
 
- Range: 
- TcpMss stringVariable 
- Variable name
- TrackEnable bool
- Enable/disable SIG tracking- Default value: true
 
- Default value: 
- Tracker string
- Enable tracker for this interface
- TunnelDc stringPreference 
- SIG Tunnel Data Center- Choices: primary-dc,secondary-dc
- Default value: primary-dc
 
- Choices: 
- TunnelDestination string
- Tunnel destination IP address
- TunnelDestination stringVariable 
- Variable name
- TunnelPublic stringIp 
- Public IP required to setup GRE tunnel to Zscaler- Default value: Auto
 
- Default value: 
- TunnelPublic stringIp Variable 
- Variable name
- TunnelRoute stringVia 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- TunnelRoute stringVia Variable 
- Variable name
- TunnelSource string
- Tunnel source IP Address
- TunnelSource stringInterface 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- TunnelSource stringInterface Variable 
- Variable name
- TunnelSource stringVariable 
- Variable name
- Application string
- Enable Application Tunnel Type- Choices: sig
- Default value: sig
 
- Choices: 
- AutoTunnel boolMode 
- Auto Tunnel Mode- Default value: false
 
- Default value: 
- DeadPeer intDetection Interval 
- IKE keepalive interval (seconds)- Range: 0-65535
- Default value: 10
 
- Range: 
- DeadPeer stringDetection Interval Variable 
- Variable name
- DeadPeer intDetection Retries 
- IKE keepalive retries- Range: 0-255
- Default value: 3
 
- Range: 
- DeadPeer stringDetection Retries Variable 
- Variable name
- Description string
- Interface description
- DescriptionVariable string
- Variable name
- IkeCiphersuite 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: 
- IkeCiphersuite stringVariable 
- Variable name
- IkeGroup string
- IKE Diffie Hellman Groups- Choices: 2,14,15,16
- Default value: 14
 
- Choices: 
- IkeGroup 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
- IkeRekey intInterval 
- IKE rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 14400
 
- Range: 
- IkeRekey stringInterval Variable 
- Variable name
- IkeVersion int
- IKE Version <1..2>- Range: 1-2
- Default value: 2
 
- Range: 
- IkeVersion stringVariable 
- Variable name
- IpUnnumbered bool
- Unnumbered interface- Default value: true
 
- Default value: 
- IpsecCiphersuite 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: 
- IpsecCiphersuite stringVariable 
- Variable name
- IpsecPerfect stringForward Secrecy 
- IPsec perfect forward secrecy settings- Choices: group-2,group-14,group-15,group-16,none
- Default value: none
 
- Choices: 
- IpsecPerfect stringForward Secrecy Variable 
- Variable name
- IpsecRekey intInterval 
- IPsec rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 3600
 
- Range: 
- IpsecRekey stringInterval Variable 
- Variable name
- IpsecReplay intWindow 
- Replay window size 32..8192 (must be a power of 2)- Range: 64-4096
- Default value: 512
 
- Range: 
- IpsecReplay stringWindow Variable 
- Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4AddressVariable string
- Variable name
- Mtu int
- Interface MTU <576..2000>, in bytes- Range: 576-2000
- Default value: 1400
 
- Range: 
- MtuVariable string
- Variable name
- Name string
- Interface name: IPsec when present
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Shutdown bool
- Administrative state- Default value: false
 
- Default value: 
- SigProvider string
- SIG Tunnel Provider- Choices: secure-internet-gateway-umbrella,secure-internet-gateway-zscaler,secure-internet-gateway-other
- Default value: secure-internet-gateway-umbrella
 
- Choices: 
- TcpMss int
- TCP MSS on SYN packets, in bytes- Range: 500-1460
 
- Range: 
- TcpMss stringVariable 
- Variable name
- TrackEnable bool
- Enable/disable SIG tracking- Default value: true
 
- Default value: 
- Tracker string
- Enable tracker for this interface
- TunnelDc stringPreference 
- SIG Tunnel Data Center- Choices: primary-dc,secondary-dc
- Default value: primary-dc
 
- Choices: 
- TunnelDestination string
- Tunnel destination IP address
- TunnelDestination stringVariable 
- Variable name
- TunnelPublic stringIp 
- Public IP required to setup GRE tunnel to Zscaler- Default value: Auto
 
- Default value: 
- TunnelPublic stringIp Variable 
- Variable name
- TunnelRoute stringVia 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- TunnelRoute stringVia Variable 
- Variable name
- TunnelSource string
- Tunnel source IP Address
- TunnelSource stringInterface 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- TunnelSource stringInterface Variable 
- Variable name
- TunnelSource stringVariable 
- Variable name
- application String
- Enable Application Tunnel Type- Choices: sig
- Default value: sig
 
- Choices: 
- autoTunnel BooleanMode 
- Auto Tunnel Mode- Default value: false
 
- Default value: 
- deadPeer IntegerDetection Interval 
- IKE keepalive interval (seconds)- Range: 0-65535
- Default value: 10
 
- Range: 
- deadPeer StringDetection Interval Variable 
- Variable name
- deadPeer IntegerDetection Retries 
- IKE keepalive retries- Range: 0-255
- Default value: 3
 
- Range: 
- deadPeer StringDetection Retries Variable 
- Variable name
- description String
- Interface description
- descriptionVariable String
- Variable name
- ikeCiphersuite 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: 
- ikeCiphersuite StringVariable 
- Variable name
- ikeGroup String
- IKE Diffie Hellman Groups- Choices: 2,14,15,16
- Default value: 14
 
- Choices: 
- ikeGroup 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
- ikeRekey IntegerInterval 
- IKE rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 14400
 
- Range: 
- ikeRekey StringInterval Variable 
- Variable name
- ikeVersion Integer
- IKE Version <1..2>- Range: 1-2
- Default value: 2
 
- Range: 
- ikeVersion StringVariable 
- Variable name
- ipUnnumbered Boolean
- Unnumbered interface- Default value: true
 
- Default value: 
- ipsecCiphersuite 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: 
- ipsecCiphersuite StringVariable 
- Variable name
- ipsecPerfect StringForward Secrecy 
- IPsec perfect forward secrecy settings- Choices: group-2,group-14,group-15,group-16,none
- Default value: none
 
- Choices: 
- ipsecPerfect StringForward Secrecy Variable 
- Variable name
- ipsecRekey IntegerInterval 
- IPsec rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 3600
 
- Range: 
- ipsecRekey StringInterval Variable 
- Variable name
- ipsecReplay IntegerWindow 
- Replay window size 32..8192 (must be a power of 2)- Range: 64-4096
- Default value: 512
 
- Range: 
- ipsecReplay StringWindow Variable 
- Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4AddressVariable String
- Variable name
- mtu Integer
- Interface MTU <576..2000>, in bytes- Range: 576-2000
- Default value: 1400
 
- Range: 
- mtuVariable String
- Variable name
- name String
- Interface name: IPsec when present
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state- Default value: false
 
- Default value: 
- sigProvider String
- SIG Tunnel Provider- Choices: secure-internet-gateway-umbrella,secure-internet-gateway-zscaler,secure-internet-gateway-other
- Default value: secure-internet-gateway-umbrella
 
- Choices: 
- tcpMss Integer
- TCP MSS on SYN packets, in bytes- Range: 500-1460
 
- Range: 
- tcpMss StringVariable 
- Variable name
- trackEnable Boolean
- Enable/disable SIG tracking- Default value: true
 
- Default value: 
- tracker String
- Enable tracker for this interface
- tunnelDc StringPreference 
- SIG Tunnel Data Center- Choices: primary-dc,secondary-dc
- Default value: primary-dc
 
- Choices: 
- tunnelDestination String
- Tunnel destination IP address
- tunnelDestination StringVariable 
- Variable name
- tunnelPublic StringIp 
- Public IP required to setup GRE tunnel to Zscaler- Default value: Auto
 
- Default value: 
- tunnelPublic StringIp Variable 
- Variable name
- tunnelRoute StringVia 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnelRoute StringVia Variable 
- Variable name
- tunnelSource String
- Tunnel source IP Address
- tunnelSource StringInterface 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnelSource StringInterface Variable 
- Variable name
- tunnelSource StringVariable 
- Variable name
- application string
- Enable Application Tunnel Type- Choices: sig
- Default value: sig
 
- Choices: 
- autoTunnel booleanMode 
- Auto Tunnel Mode- Default value: false
 
- Default value: 
- deadPeer numberDetection Interval 
- IKE keepalive interval (seconds)- Range: 0-65535
- Default value: 10
 
- Range: 
- deadPeer stringDetection Interval Variable 
- Variable name
- deadPeer numberDetection Retries 
- IKE keepalive retries- Range: 0-255
- Default value: 3
 
- Range: 
- deadPeer stringDetection Retries Variable 
- Variable name
- description string
- Interface description
- descriptionVariable string
- Variable name
- ikeCiphersuite 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: 
- ikeCiphersuite stringVariable 
- Variable name
- ikeGroup string
- IKE Diffie Hellman Groups- Choices: 2,14,15,16
- Default value: 14
 
- Choices: 
- ikeGroup 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
- ikeRekey numberInterval 
- IKE rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 14400
 
- Range: 
- ikeRekey stringInterval Variable 
- Variable name
- ikeVersion number
- IKE Version <1..2>- Range: 1-2
- Default value: 2
 
- Range: 
- ikeVersion stringVariable 
- Variable name
- ipUnnumbered boolean
- Unnumbered interface- Default value: true
 
- Default value: 
- ipsecCiphersuite 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: 
- ipsecCiphersuite stringVariable 
- Variable name
- ipsecPerfect stringForward Secrecy 
- IPsec perfect forward secrecy settings- Choices: group-2,group-14,group-15,group-16,none
- Default value: none
 
- Choices: 
- ipsecPerfect stringForward Secrecy Variable 
- Variable name
- ipsecRekey numberInterval 
- IPsec rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 3600
 
- Range: 
- ipsecRekey stringInterval Variable 
- Variable name
- ipsecReplay numberWindow 
- Replay window size 32..8192 (must be a power of 2)- Range: 64-4096
- Default value: 512
 
- Range: 
- ipsecReplay stringWindow Variable 
- Variable name
- ipv4Address string
- Assign IPv4 address
- ipv4AddressVariable string
- Variable name
- mtu number
- Interface MTU <576..2000>, in bytes- Range: 576-2000
- Default value: 1400
 
- Range: 
- mtuVariable string
- Variable name
- name string
- Interface name: IPsec when present
- nameVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- shutdown boolean
- Administrative state- Default value: false
 
- Default value: 
- sigProvider string
- SIG Tunnel Provider- Choices: secure-internet-gateway-umbrella,secure-internet-gateway-zscaler,secure-internet-gateway-other
- Default value: secure-internet-gateway-umbrella
 
- Choices: 
- tcpMss number
- TCP MSS on SYN packets, in bytes- Range: 500-1460
 
- Range: 
- tcpMss stringVariable 
- Variable name
- trackEnable boolean
- Enable/disable SIG tracking- Default value: true
 
- Default value: 
- tracker string
- Enable tracker for this interface
- tunnelDc stringPreference 
- SIG Tunnel Data Center- Choices: primary-dc,secondary-dc
- Default value: primary-dc
 
- Choices: 
- tunnelDestination string
- Tunnel destination IP address
- tunnelDestination stringVariable 
- Variable name
- tunnelPublic stringIp 
- Public IP required to setup GRE tunnel to Zscaler- Default value: Auto
 
- Default value: 
- tunnelPublic stringIp Variable 
- Variable name
- tunnelRoute stringVia 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnelRoute stringVia Variable 
- Variable name
- tunnelSource string
- Tunnel source IP Address
- tunnelSource stringInterface 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnelSource stringInterface Variable 
- Variable name
- tunnelSource 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: 
- autoTunnel BooleanMode 
- Auto Tunnel Mode- Default value: false
 
- Default value: 
- deadPeer NumberDetection Interval 
- IKE keepalive interval (seconds)- Range: 0-65535
- Default value: 10
 
- Range: 
- deadPeer StringDetection Interval Variable 
- Variable name
- deadPeer NumberDetection Retries 
- IKE keepalive retries- Range: 0-255
- Default value: 3
 
- Range: 
- deadPeer StringDetection Retries Variable 
- Variable name
- description String
- Interface description
- descriptionVariable String
- Variable name
- ikeCiphersuite 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: 
- ikeCiphersuite StringVariable 
- Variable name
- ikeGroup String
- IKE Diffie Hellman Groups- Choices: 2,14,15,16
- Default value: 14
 
- Choices: 
- ikeGroup 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
- ikeRekey NumberInterval 
- IKE rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 14400
 
- Range: 
- ikeRekey StringInterval Variable 
- Variable name
- ikeVersion Number
- IKE Version <1..2>- Range: 1-2
- Default value: 2
 
- Range: 
- ikeVersion StringVariable 
- Variable name
- ipUnnumbered Boolean
- Unnumbered interface- Default value: true
 
- Default value: 
- ipsecCiphersuite 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: 
- ipsecCiphersuite StringVariable 
- Variable name
- ipsecPerfect StringForward Secrecy 
- IPsec perfect forward secrecy settings- Choices: group-2,group-14,group-15,group-16,none
- Default value: none
 
- Choices: 
- ipsecPerfect StringForward Secrecy Variable 
- Variable name
- ipsecRekey NumberInterval 
- IPsec rekey interval <300..1209600> seconds- Range: 300-1209600
- Default value: 3600
 
- Range: 
- ipsecRekey StringInterval Variable 
- Variable name
- ipsecReplay NumberWindow 
- Replay window size 32..8192 (must be a power of 2)- Range: 64-4096
- Default value: 512
 
- Range: 
- ipsecReplay StringWindow Variable 
- Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4AddressVariable String
- Variable name
- mtu Number
- Interface MTU <576..2000>, in bytes- Range: 576-2000
- Default value: 1400
 
- Range: 
- mtuVariable String
- Variable name
- name String
- Interface name: IPsec when present
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- shutdown Boolean
- Administrative state- Default value: false
 
- Default value: 
- sigProvider String
- SIG Tunnel Provider- Choices: secure-internet-gateway-umbrella,secure-internet-gateway-zscaler,secure-internet-gateway-other
- Default value: secure-internet-gateway-umbrella
 
- Choices: 
- tcpMss Number
- TCP MSS on SYN packets, in bytes- Range: 500-1460
 
- Range: 
- tcpMss StringVariable 
- Variable name
- trackEnable Boolean
- Enable/disable SIG tracking- Default value: true
 
- Default value: 
- tracker String
- Enable tracker for this interface
- tunnelDc StringPreference 
- SIG Tunnel Data Center- Choices: primary-dc,secondary-dc
- Default value: primary-dc
 
- Choices: 
- tunnelDestination String
- Tunnel destination IP address
- tunnelDestination StringVariable 
- Variable name
- tunnelPublic StringIp 
- Public IP required to setup GRE tunnel to Zscaler- Default value: Auto
 
- Default value: 
- tunnelPublic StringIp Variable 
- Variable name
- tunnelRoute StringVia 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnelRoute StringVia Variable 
- Variable name
- tunnelSource String
- Tunnel source IP Address
- tunnelSource StringInterface 
- <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
- tunnelSource StringInterface Variable 
- Variable name
- tunnelSource StringVariable 
- Variable name
CiscoSecureInternetGatewayFeatureTemplateService, CiscoSecureInternetGatewayFeatureTemplateServiceArgs              
- InterfacePairs List<CiscoSecure Internet Gateway Feature Template Service Interface Pair> 
- Interface Pair for active and backup
- Optional bool
- Indicates if list item is considered optional.
- ServiceType string
- Service Type- Choices: sig
- Default value: sig
 
- Choices: 
- UmbrellaPrimary stringData Center 
- Umbrella Primary Datacenter- Default value: Auto
 
- Default value: 
- UmbrellaPrimary stringData Center Variable 
- Variable name
- UmbrellaSecondary stringData Center 
- Umbrella Secondary Datacenter- Default value: Auto
 
- Default value: 
- UmbrellaSecondary stringData Center Variable 
- Variable name
- ZscalerAup boolBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access- Default value: false
 
- Default value: 
- ZscalerAup boolEnabled 
- Enable Acceptable User Policy- Default value: false
 
- Default value: 
- ZscalerAup boolForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection- Default value: false
 
- Default value: 
- ZscalerAup intTimeout 
- Custom Acceptable User Policy frequency in days- Default value: 0
 
- Default value: 
- ZscalerAuthentication boolRequired 
- Enforce Authentication- Default value: false
 
- Default value: 
- ZscalerCaution boolEnabled 
- Enable Caution- Default value: false
 
- Default value: 
- ZscalerFirewall boolEnabled 
- Firewall enabled- Default value: false
 
- Default value: 
- ZscalerIps boolControl Enabled 
- Enable IPS Control- Default value: false
 
- Default value: 
- ZscalerLocation stringName 
- Zscaler location name (optional)- Default value: Auto
 
- Default value: 
- ZscalerLocation stringName Variable 
- Variable name
- ZscalerPrimary stringData Center 
- Custom Primary Datacenter- Default value: Auto
 
- Default value: 
- ZscalerPrimary stringData Center Variable 
- Variable name
- ZscalerSecondary stringData Center 
- Custom Secondary Datacenter- Default value: Auto
 
- Default value: 
- ZscalerSecondary stringData Center Variable 
- Variable name
- ZscalerSurrogate stringDisplay Time Unit 
- Display time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- ZscalerSurrogate intIdle Time 
- Idle time to disassociation- Default value: 0
 
- Default value: 
- ZscalerSurrogate boolIp 
- Enable Surrogate IP- Default value: false
 
- Default value: 
- ZscalerSurrogate boolIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers- Default value: false
 
- Default value: 
- ZscalerSurrogate intRefresh Time 
- Refresh time for re-validation of surrogacy in minutes- Default value: 0
 
- Default value: 
- ZscalerSurrogate stringRefresh Time Unit 
- Refresh Time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- ZscalerXff boolForward 
- XFF forwarding enabled- Default value: false
 
- Default value: 
- InterfacePairs []CiscoSecure Internet Gateway Feature Template Service Interface Pair 
- Interface Pair for active and backup
- Optional bool
- Indicates if list item is considered optional.
- ServiceType string
- Service Type- Choices: sig
- Default value: sig
 
- Choices: 
- UmbrellaPrimary stringData Center 
- Umbrella Primary Datacenter- Default value: Auto
 
- Default value: 
- UmbrellaPrimary stringData Center Variable 
- Variable name
- UmbrellaSecondary stringData Center 
- Umbrella Secondary Datacenter- Default value: Auto
 
- Default value: 
- UmbrellaSecondary stringData Center Variable 
- Variable name
- ZscalerAup boolBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access- Default value: false
 
- Default value: 
- ZscalerAup boolEnabled 
- Enable Acceptable User Policy- Default value: false
 
- Default value: 
- ZscalerAup boolForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection- Default value: false
 
- Default value: 
- ZscalerAup intTimeout 
- Custom Acceptable User Policy frequency in days- Default value: 0
 
- Default value: 
- ZscalerAuthentication boolRequired 
- Enforce Authentication- Default value: false
 
- Default value: 
- ZscalerCaution boolEnabled 
- Enable Caution- Default value: false
 
- Default value: 
- ZscalerFirewall boolEnabled 
- Firewall enabled- Default value: false
 
- Default value: 
- ZscalerIps boolControl Enabled 
- Enable IPS Control- Default value: false
 
- Default value: 
- ZscalerLocation stringName 
- Zscaler location name (optional)- Default value: Auto
 
- Default value: 
- ZscalerLocation stringName Variable 
- Variable name
- ZscalerPrimary stringData Center 
- Custom Primary Datacenter- Default value: Auto
 
- Default value: 
- ZscalerPrimary stringData Center Variable 
- Variable name
- ZscalerSecondary stringData Center 
- Custom Secondary Datacenter- Default value: Auto
 
- Default value: 
- ZscalerSecondary stringData Center Variable 
- Variable name
- ZscalerSurrogate stringDisplay Time Unit 
- Display time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- ZscalerSurrogate intIdle Time 
- Idle time to disassociation- Default value: 0
 
- Default value: 
- ZscalerSurrogate boolIp 
- Enable Surrogate IP- Default value: false
 
- Default value: 
- ZscalerSurrogate boolIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers- Default value: false
 
- Default value: 
- ZscalerSurrogate intRefresh Time 
- Refresh time for re-validation of surrogacy in minutes- Default value: 0
 
- Default value: 
- ZscalerSurrogate stringRefresh Time Unit 
- Refresh Time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- ZscalerXff boolForward 
- XFF forwarding enabled- Default value: false
 
- Default value: 
- interfacePairs List<CiscoSecure Internet Gateway Feature Template Service Interface Pair> 
- Interface Pair for active and backup
- optional Boolean
- Indicates if list item is considered optional.
- serviceType String
- Service Type- Choices: sig
- Default value: sig
 
- Choices: 
- umbrellaPrimary StringData Center 
- Umbrella Primary Datacenter- Default value: Auto
 
- Default value: 
- umbrellaPrimary StringData Center Variable 
- Variable name
- umbrellaSecondary StringData Center 
- Umbrella Secondary Datacenter- Default value: Auto
 
- Default value: 
- umbrellaSecondary StringData Center Variable 
- Variable name
- zscalerAup BooleanBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access- Default value: false
 
- Default value: 
- zscalerAup BooleanEnabled 
- Enable Acceptable User Policy- Default value: false
 
- Default value: 
- zscalerAup BooleanForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection- Default value: false
 
- Default value: 
- zscalerAup IntegerTimeout 
- Custom Acceptable User Policy frequency in days- Default value: 0
 
- Default value: 
- zscalerAuthentication BooleanRequired 
- Enforce Authentication- Default value: false
 
- Default value: 
- zscalerCaution BooleanEnabled 
- Enable Caution- Default value: false
 
- Default value: 
- zscalerFirewall BooleanEnabled 
- Firewall enabled- Default value: false
 
- Default value: 
- zscalerIps BooleanControl Enabled 
- Enable IPS Control- Default value: false
 
- Default value: 
- zscalerLocation StringName 
- Zscaler location name (optional)- Default value: Auto
 
- Default value: 
- zscalerLocation StringName Variable 
- Variable name
- zscalerPrimary StringData Center 
- Custom Primary Datacenter- Default value: Auto
 
- Default value: 
- zscalerPrimary StringData Center Variable 
- Variable name
- zscalerSecondary StringData Center 
- Custom Secondary Datacenter- Default value: Auto
 
- Default value: 
- zscalerSecondary StringData Center Variable 
- Variable name
- zscalerSurrogate StringDisplay Time Unit 
- Display time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- zscalerSurrogate IntegerIdle Time 
- Idle time to disassociation- Default value: 0
 
- Default value: 
- zscalerSurrogate BooleanIp 
- Enable Surrogate IP- Default value: false
 
- Default value: 
- zscalerSurrogate BooleanIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers- Default value: false
 
- Default value: 
- zscalerSurrogate IntegerRefresh Time 
- Refresh time for re-validation of surrogacy in minutes- Default value: 0
 
- Default value: 
- zscalerSurrogate StringRefresh Time Unit 
- Refresh Time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- zscalerXff BooleanForward 
- XFF forwarding enabled- Default value: false
 
- Default value: 
- interfacePairs CiscoSecure Internet Gateway Feature Template Service Interface Pair[] 
- Interface Pair for active and backup
- optional boolean
- Indicates if list item is considered optional.
- serviceType string
- Service Type- Choices: sig
- Default value: sig
 
- Choices: 
- umbrellaPrimary stringData Center 
- Umbrella Primary Datacenter- Default value: Auto
 
- Default value: 
- umbrellaPrimary stringData Center Variable 
- Variable name
- umbrellaSecondary stringData Center 
- Umbrella Secondary Datacenter- Default value: Auto
 
- Default value: 
- umbrellaSecondary stringData Center Variable 
- Variable name
- zscalerAup booleanBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access- Default value: false
 
- Default value: 
- zscalerAup booleanEnabled 
- Enable Acceptable User Policy- Default value: false
 
- Default value: 
- zscalerAup booleanForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection- Default value: false
 
- Default value: 
- zscalerAup numberTimeout 
- Custom Acceptable User Policy frequency in days- Default value: 0
 
- Default value: 
- zscalerAuthentication booleanRequired 
- Enforce Authentication- Default value: false
 
- Default value: 
- zscalerCaution booleanEnabled 
- Enable Caution- Default value: false
 
- Default value: 
- zscalerFirewall booleanEnabled 
- Firewall enabled- Default value: false
 
- Default value: 
- zscalerIps booleanControl Enabled 
- Enable IPS Control- Default value: false
 
- Default value: 
- zscalerLocation stringName 
- Zscaler location name (optional)- Default value: Auto
 
- Default value: 
- zscalerLocation stringName Variable 
- Variable name
- zscalerPrimary stringData Center 
- Custom Primary Datacenter- Default value: Auto
 
- Default value: 
- zscalerPrimary stringData Center Variable 
- Variable name
- zscalerSecondary stringData Center 
- Custom Secondary Datacenter- Default value: Auto
 
- Default value: 
- zscalerSecondary stringData Center Variable 
- Variable name
- zscalerSurrogate stringDisplay Time Unit 
- Display time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- zscalerSurrogate numberIdle Time 
- Idle time to disassociation- Default value: 0
 
- Default value: 
- zscalerSurrogate booleanIp 
- Enable Surrogate IP- Default value: false
 
- Default value: 
- zscalerSurrogate booleanIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers- Default value: false
 
- Default value: 
- zscalerSurrogate numberRefresh Time 
- Refresh time for re-validation of surrogacy in minutes- Default value: 0
 
- Default value: 
- zscalerSurrogate stringRefresh Time Unit 
- Refresh Time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- zscalerXff 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: 
- interfacePairs List<Property Map>
- Interface Pair for active and backup
- optional Boolean
- Indicates if list item is considered optional.
- serviceType String
- Service Type- Choices: sig
- Default value: sig
 
- Choices: 
- umbrellaPrimary StringData Center 
- Umbrella Primary Datacenter- Default value: Auto
 
- Default value: 
- umbrellaPrimary StringData Center Variable 
- Variable name
- umbrellaSecondary StringData Center 
- Umbrella Secondary Datacenter- Default value: Auto
 
- Default value: 
- umbrellaSecondary StringData Center Variable 
- Variable name
- zscalerAup BooleanBlock Internet Until Accepted 
- For first-time Acceptable User Policy behavior, block Internet access- Default value: false
 
- Default value: 
- zscalerAup BooleanEnabled 
- Enable Acceptable User Policy- Default value: false
 
- Default value: 
- zscalerAup BooleanForce Ssl Inspection 
- For first-time Acceptable User Policy behavior, force SSL inspection- Default value: false
 
- Default value: 
- zscalerAup NumberTimeout 
- Custom Acceptable User Policy frequency in days- Default value: 0
 
- Default value: 
- zscalerAuthentication BooleanRequired 
- Enforce Authentication- Default value: false
 
- Default value: 
- zscalerCaution BooleanEnabled 
- Enable Caution- Default value: false
 
- Default value: 
- zscalerFirewall BooleanEnabled 
- Firewall enabled- Default value: false
 
- Default value: 
- zscalerIps BooleanControl Enabled 
- Enable IPS Control- Default value: false
 
- Default value: 
- zscalerLocation StringName 
- Zscaler location name (optional)- Default value: Auto
 
- Default value: 
- zscalerLocation StringName Variable 
- Variable name
- zscalerPrimary StringData Center 
- Custom Primary Datacenter- Default value: Auto
 
- Default value: 
- zscalerPrimary StringData Center Variable 
- Variable name
- zscalerSecondary StringData Center 
- Custom Secondary Datacenter- Default value: Auto
 
- Default value: 
- zscalerSecondary StringData Center Variable 
- Variable name
- zscalerSurrogate StringDisplay Time Unit 
- Display time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- zscalerSurrogate NumberIdle Time 
- Idle time to disassociation- Default value: 0
 
- Default value: 
- zscalerSurrogate BooleanIp 
- Enable Surrogate IP- Default value: false
 
- Default value: 
- zscalerSurrogate BooleanIp Enforce For Known Browsers 
- Enforce Surrogate IP for known browsers- Default value: false
 
- Default value: 
- zscalerSurrogate NumberRefresh Time 
- Refresh time for re-validation of surrogacy in minutes- Default value: 0
 
- Default value: 
- zscalerSurrogate StringRefresh Time Unit 
- Refresh Time unit- Choices: MINUTE,HOUR,DAY
- Default value: MINUTE
 
- Choices: 
- zscalerXff BooleanForward 
- XFF forwarding enabled- Default value: false
 
- Default value: 
CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair, CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePairArgs                  
- ActiveInterface string
- Active Tunnel Interface for SIG
- ActiveInterface intWeight 
- Active Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- BackupInterface string
- Backup Tunnel Interface for SIG
- BackupInterface intWeight 
- Backup Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- Optional bool
- Indicates if list item is considered optional.
- ActiveInterface string
- Active Tunnel Interface for SIG
- ActiveInterface intWeight 
- Active Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- BackupInterface string
- Backup Tunnel Interface for SIG
- BackupInterface intWeight 
- Backup Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- Optional bool
- Indicates if list item is considered optional.
- activeInterface String
- Active Tunnel Interface for SIG
- activeInterface IntegerWeight 
- Active Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- backupInterface String
- Backup Tunnel Interface for SIG
- backupInterface IntegerWeight 
- Backup Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- optional Boolean
- Indicates if list item is considered optional.
- activeInterface string
- Active Tunnel Interface for SIG
- activeInterface numberWeight 
- Active Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- backupInterface string
- Backup Tunnel Interface for SIG
- backupInterface 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.
- activeInterface String
- Active Tunnel Interface for SIG
- activeInterface NumberWeight 
- Active Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- backupInterface String
- Backup Tunnel Interface for SIG
- backupInterface NumberWeight 
- Backup Tunnel Interface Weight- Range: 1-255
- Default value: 1
 
- Range: 
- optional Boolean
- Indicates if list item is considered optional.
CiscoSecureInternetGatewayFeatureTemplateTracker, CiscoSecureInternetGatewayFeatureTemplateTrackerArgs              
- EndpointApi stringUrl 
- API url of endpoint
- EndpointApi stringUrl Variable 
- Variable name
- Interval int
- Probe interval <10..600> seconds- Range: 20-600
- Default value: 60
 
- Range: 
- IntervalVariable string
- Variable name
- Multiplier int
- Probe failure multiplier <1..10> failed attempts- Range: 1-10
- Default value: 3
 
- Range: 
- MultiplierVariable string
- Variable name
- Name string
- Tracker name
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold <100..1000> milliseconds- Range: 100-1000
- Default value: 300
 
- Range: 
- ThresholdVariable string
- Variable name
- TrackerType string
- Choices: SIG- Default value: SIG
 
- Default value: 
 
- Choices: 
- EndpointApi stringUrl 
- API url of endpoint
- EndpointApi stringUrl Variable 
- Variable name
- Interval int
- Probe interval <10..600> seconds- Range: 20-600
- Default value: 60
 
- Range: 
- IntervalVariable string
- Variable name
- Multiplier int
- Probe failure multiplier <1..10> failed attempts- Range: 1-10
- Default value: 3
 
- Range: 
- MultiplierVariable string
- Variable name
- Name string
- Tracker name
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold <100..1000> milliseconds- Range: 100-1000
- Default value: 300
 
- Range: 
- ThresholdVariable string
- Variable name
- TrackerType string
- Choices: SIG- Default value: SIG
 
- Default value: 
 
- Choices: 
- endpointApi StringUrl 
- API url of endpoint
- endpointApi StringUrl Variable 
- Variable name
- interval Integer
- Probe interval <10..600> seconds- Range: 20-600
- Default value: 60
 
- Range: 
- intervalVariable String
- Variable name
- multiplier Integer
- Probe failure multiplier <1..10> failed attempts- Range: 1-10
- Default value: 3
 
- Range: 
- multiplierVariable String
- Variable name
- name String
- Tracker name
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Integer
- Probe Timeout threshold <100..1000> milliseconds- Range: 100-1000
- Default value: 300
 
- Range: 
- thresholdVariable String
- Variable name
- trackerType String
- Choices: SIG- Default value: SIG
 
- Default value: 
 
- Choices: 
- endpointApi stringUrl 
- API url of endpoint
- endpointApi stringUrl Variable 
- Variable name
- interval number
- Probe interval <10..600> seconds- Range: 20-600
- Default value: 60
 
- Range: 
- intervalVariable string
- Variable name
- multiplier number
- Probe failure multiplier <1..10> failed attempts- Range: 1-10
- Default value: 3
 
- Range: 
- multiplierVariable string
- Variable name
- name string
- Tracker name
- nameVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- threshold number
- Probe Timeout threshold <100..1000> milliseconds- Range: 100-1000
- Default value: 300
 
- Range: 
- thresholdVariable string
- Variable name
- trackerType 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: 
- endpointApi StringUrl 
- API url of endpoint
- endpointApi StringUrl Variable 
- Variable name
- interval Number
- Probe interval <10..600> seconds- Range: 20-600
- Default value: 60
 
- Range: 
- intervalVariable String
- Variable name
- multiplier Number
- Probe failure multiplier <1..10> failed attempts- Range: 1-10
- Default value: 3
 
- Range: 
- multiplierVariable String
- Variable name
- name String
- Tracker name
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Number
- Probe Timeout threshold <100..1000> milliseconds- Range: 100-1000
- Default value: 300
 
- Range: 
- thresholdVariable String
- Variable name
- trackerType 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 sdwanTerraform Provider.
