1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. CiscoSecureInternetGatewayFeatureTemplate
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.CiscoSecureInternetGatewayFeatureTemplate

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    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=[sdwan.CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs(
            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=[sdwan.CiscoSecureInternetGatewayFeatureTemplateServiceArgs(
            interface_pairs=[sdwan.CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePairArgs(
                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=[sdwan.CiscoSecureInternetGatewayFeatureTemplateTrackerArgs(
            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

    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<CiscoSecureInternetGatewayFeatureTemplateInterface>
    Interface name: IPsec when present
    Name string
    The name of the feature template
    Services List<CiscoSecureInternetGatewayFeatureTemplateService>
    Configure services
    TrackerSourceIp string
    Source IP address for Tracker
    TrackerSourceIpVariable string
    Variable name
    Trackers List<CiscoSecureInternetGatewayFeatureTemplateTracker>
    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 []CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs
    Interface name: IPsec when present
    Name string
    The name of the feature template
    Services []CiscoSecureInternetGatewayFeatureTemplateServiceArgs
    Configure services
    TrackerSourceIp string
    Source IP address for Tracker
    TrackerSourceIpVariable string
    Variable name
    Trackers []CiscoSecureInternetGatewayFeatureTemplateTrackerArgs
    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<CiscoSecureInternetGatewayFeatureTemplateInterface>
    Interface name: IPsec when present
    name String
    The name of the feature template
    services List<CiscoSecureInternetGatewayFeatureTemplateService>
    Configure services
    trackerSourceIp String
    Source IP address for Tracker
    trackerSourceIpVariable String
    Variable name
    trackers List<CiscoSecureInternetGatewayFeatureTemplateTracker>
    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 CiscoSecureInternetGatewayFeatureTemplateInterface[]
    Interface name: IPsec when present
    name string
    The name of the feature template
    services CiscoSecureInternetGatewayFeatureTemplateService[]
    Configure services
    trackerSourceIp string
    Source IP address for Tracker
    trackerSourceIpVariable string
    Variable name
    trackers CiscoSecureInternetGatewayFeatureTemplateTracker[]
    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[CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs]
    Interface name: IPsec when present
    name str
    The name of the feature template
    services Sequence[CiscoSecureInternetGatewayFeatureTemplateServiceArgs]
    Configure services
    tracker_source_ip str
    Source IP address for Tracker
    tracker_source_ip_variable str
    Variable name
    trackers Sequence[CiscoSecureInternetGatewayFeatureTemplateTrackerArgs]
    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
    trackerSourceIp String
    Source IP address for Tracker
    trackerSourceIpVariable String
    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) -> CiscoSecureInternetGatewayFeatureTemplate
    func GetCiscoSecureInternetGatewayFeatureTemplate(ctx *Context, name string, id IDInput, state *CiscoSecureInternetGatewayFeatureTemplateState, opts ...ResourceOption) (*CiscoSecureInternetGatewayFeatureTemplate, error)
    public static CiscoSecureInternetGatewayFeatureTemplate Get(string name, Input<string> id, CiscoSecureInternetGatewayFeatureTemplateState? state, CustomResourceOptions? opts = null)
    public static CiscoSecureInternetGatewayFeatureTemplate get(String name, Output<String> id, CiscoSecureInternetGatewayFeatureTemplateState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    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<CiscoSecureInternetGatewayFeatureTemplateInterface>
    Interface name: IPsec when present
    Name string
    The name of the feature template
    Services List<CiscoSecureInternetGatewayFeatureTemplateService>
    Configure services
    TemplateType string
    The template type
    TrackerSourceIp string
    Source IP address for Tracker
    TrackerSourceIpVariable string
    Variable name
    Trackers List<CiscoSecureInternetGatewayFeatureTemplateTracker>
    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 []CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs
    Interface name: IPsec when present
    Name string
    The name of the feature template
    Services []CiscoSecureInternetGatewayFeatureTemplateServiceArgs
    Configure services
    TemplateType string
    The template type
    TrackerSourceIp string
    Source IP address for Tracker
    TrackerSourceIpVariable string
    Variable name
    Trackers []CiscoSecureInternetGatewayFeatureTemplateTrackerArgs
    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<CiscoSecureInternetGatewayFeatureTemplateInterface>
    Interface name: IPsec when present
    name String
    The name of the feature template
    services List<CiscoSecureInternetGatewayFeatureTemplateService>
    Configure services
    templateType String
    The template type
    trackerSourceIp String
    Source IP address for Tracker
    trackerSourceIpVariable String
    Variable name
    trackers List<CiscoSecureInternetGatewayFeatureTemplateTracker>
    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 CiscoSecureInternetGatewayFeatureTemplateInterface[]
    Interface name: IPsec when present
    name string
    The name of the feature template
    services CiscoSecureInternetGatewayFeatureTemplateService[]
    Configure services
    templateType string
    The template type
    trackerSourceIp string
    Source IP address for Tracker
    trackerSourceIpVariable string
    Variable name
    trackers CiscoSecureInternetGatewayFeatureTemplateTracker[]
    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[CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs]
    Interface name: IPsec when present
    name str
    The name of the feature template
    services Sequence[CiscoSecureInternetGatewayFeatureTemplateServiceArgs]
    Configure services
    template_type str
    The template type
    tracker_source_ip str
    Source IP address for Tracker
    tracker_source_ip_variable str
    Variable name
    trackers Sequence[CiscoSecureInternetGatewayFeatureTemplateTrackerArgs]
    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
    trackerSourceIp String
    Source IP address for Tracker
    trackerSourceIpVariable String
    Variable name
    trackers List<Property Map>
    Tracker configuration
    version Number
    The version of the feature template
    vpnId Number
    List of VPN instances - Range: 0-65527 - Default value: 0

    Supporting Types

    CiscoSecureInternetGatewayFeatureTemplateInterface, CiscoSecureInternetGatewayFeatureTemplateInterfaceArgs

    Application string
    Enable Application Tunnel Type

    • Choices: sig
    • Default value: sig
    AutoTunnelMode bool
    Auto Tunnel Mode

    • Default value: false
    DeadPeerDetectionInterval int
    IKE keepalive interval (seconds)

    • Range: 0-65535
    • Default value: 10
    DeadPeerDetectionIntervalVariable string
    Variable name
    DeadPeerDetectionRetries int
    IKE keepalive retries

    • Range: 0-255
    • Default value: 3
    DeadPeerDetectionRetriesVariable string
    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
    IkeCiphersuiteVariable string
    Variable name
    IkeGroup string
    IKE Diffie Hellman Groups

    • Choices: 2, 14, 15, 16
    • Default value: 14
    IkeGroupVariable string
    Variable name
    IkePreSharedKey string
    Use preshared key to authenticate IKE peer
    IkePreSharedKeyDynamic bool
    Use preshared key to authenticate IKE peer

    • Default value: true
    IkePreSharedKeyLocalId string
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    IkePreSharedKeyLocalIdVariable string
    Variable name
    IkePreSharedKeyRemoteId string
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    IkePreSharedKeyRemoteIdVariable string
    Variable name
    IkePreSharedKeyVariable string
    Variable name
    IkeRekeyInterval int
    IKE rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 14400
    IkeRekeyIntervalVariable string
    Variable name
    IkeVersion int
    IKE Version <1..2>

    • Range: 1-2
    • Default value: 2
    IkeVersionVariable string
    Variable name
    IpUnnumbered bool
    Unnumbered interface

    • Default value: true
    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
    IpsecCiphersuiteVariable string
    Variable name
    IpsecPerfectForwardSecrecy string
    IPsec perfect forward secrecy settings

    • Choices: group-2, group-14, group-15, group-16, none
    • Default value: none
    IpsecPerfectForwardSecrecyVariable string
    Variable name
    IpsecRekeyInterval int
    IPsec rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 3600
    IpsecRekeyIntervalVariable string
    Variable name
    IpsecReplayWindow int
    Replay window size 32..8192 (must be a power of 2)

    • Range: 64-4096
    • Default value: 512
    IpsecReplayWindowVariable string
    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
    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
    SigProvider string
    SIG Tunnel Provider

    • Choices: secure-internet-gateway-umbrella, secure-internet-gateway-zscaler, secure-internet-gateway-other
    • Default value: secure-internet-gateway-umbrella
    TcpMss int
    TCP MSS on SYN packets, in bytes

    • Range: 500-1460
    TcpMssVariable string
    Variable name
    TrackEnable bool
    Enable/disable SIG tracking

    • Default value: true
    Tracker string
    Enable tracker for this interface
    TunnelDcPreference string
    SIG Tunnel Data Center

    • Choices: primary-dc, secondary-dc
    • Default value: primary-dc
    TunnelDestination string
    Tunnel destination IP address
    TunnelDestinationVariable string
    Variable name
    TunnelPublicIp string
    Public IP required to setup GRE tunnel to Zscaler

    • Default value: Auto
    TunnelPublicIpVariable string
    Variable name
    TunnelRouteVia string
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    TunnelRouteViaVariable string
    Variable name
    TunnelSource string
    Tunnel source IP Address
    TunnelSourceInterface string
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    TunnelSourceInterfaceVariable string
    Variable name
    TunnelSourceVariable string
    Variable name
    Application string
    Enable Application Tunnel Type

    • Choices: sig
    • Default value: sig
    AutoTunnelMode bool
    Auto Tunnel Mode

    • Default value: false
    DeadPeerDetectionInterval int
    IKE keepalive interval (seconds)

    • Range: 0-65535
    • Default value: 10
    DeadPeerDetectionIntervalVariable string
    Variable name
    DeadPeerDetectionRetries int
    IKE keepalive retries

    • Range: 0-255
    • Default value: 3
    DeadPeerDetectionRetriesVariable string
    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
    IkeCiphersuiteVariable string
    Variable name
    IkeGroup string
    IKE Diffie Hellman Groups

    • Choices: 2, 14, 15, 16
    • Default value: 14
    IkeGroupVariable string
    Variable name
    IkePreSharedKey string
    Use preshared key to authenticate IKE peer
    IkePreSharedKeyDynamic bool
    Use preshared key to authenticate IKE peer

    • Default value: true
    IkePreSharedKeyLocalId string
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    IkePreSharedKeyLocalIdVariable string
    Variable name
    IkePreSharedKeyRemoteId string
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    IkePreSharedKeyRemoteIdVariable string
    Variable name
    IkePreSharedKeyVariable string
    Variable name
    IkeRekeyInterval int
    IKE rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 14400
    IkeRekeyIntervalVariable string
    Variable name
    IkeVersion int
    IKE Version <1..2>

    • Range: 1-2
    • Default value: 2
    IkeVersionVariable string
    Variable name
    IpUnnumbered bool
    Unnumbered interface

    • Default value: true
    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
    IpsecCiphersuiteVariable string
    Variable name
    IpsecPerfectForwardSecrecy string
    IPsec perfect forward secrecy settings

    • Choices: group-2, group-14, group-15, group-16, none
    • Default value: none
    IpsecPerfectForwardSecrecyVariable string
    Variable name
    IpsecRekeyInterval int
    IPsec rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 3600
    IpsecRekeyIntervalVariable string
    Variable name
    IpsecReplayWindow int
    Replay window size 32..8192 (must be a power of 2)

    • Range: 64-4096
    • Default value: 512
    IpsecReplayWindowVariable string
    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
    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
    SigProvider string
    SIG Tunnel Provider

    • Choices: secure-internet-gateway-umbrella, secure-internet-gateway-zscaler, secure-internet-gateway-other
    • Default value: secure-internet-gateway-umbrella
    TcpMss int
    TCP MSS on SYN packets, in bytes

    • Range: 500-1460
    TcpMssVariable string
    Variable name
    TrackEnable bool
    Enable/disable SIG tracking

    • Default value: true
    Tracker string
    Enable tracker for this interface
    TunnelDcPreference string
    SIG Tunnel Data Center

    • Choices: primary-dc, secondary-dc
    • Default value: primary-dc
    TunnelDestination string
    Tunnel destination IP address
    TunnelDestinationVariable string
    Variable name
    TunnelPublicIp string
    Public IP required to setup GRE tunnel to Zscaler

    • Default value: Auto
    TunnelPublicIpVariable string
    Variable name
    TunnelRouteVia string
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    TunnelRouteViaVariable string
    Variable name
    TunnelSource string
    Tunnel source IP Address
    TunnelSourceInterface string
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    TunnelSourceInterfaceVariable string
    Variable name
    TunnelSourceVariable string
    Variable name
    application String
    Enable Application Tunnel Type

    • Choices: sig
    • Default value: sig
    autoTunnelMode Boolean
    Auto Tunnel Mode

    • Default value: false
    deadPeerDetectionInterval Integer
    IKE keepalive interval (seconds)

    • Range: 0-65535
    • Default value: 10
    deadPeerDetectionIntervalVariable String
    Variable name
    deadPeerDetectionRetries Integer
    IKE keepalive retries

    • Range: 0-255
    • Default value: 3
    deadPeerDetectionRetriesVariable String
    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
    ikeCiphersuiteVariable String
    Variable name
    ikeGroup String
    IKE Diffie Hellman Groups

    • Choices: 2, 14, 15, 16
    • Default value: 14
    ikeGroupVariable String
    Variable name
    ikePreSharedKey String
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyDynamic Boolean
    Use preshared key to authenticate IKE peer

    • Default value: true
    ikePreSharedKeyLocalId String
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyLocalIdVariable String
    Variable name
    ikePreSharedKeyRemoteId String
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyRemoteIdVariable String
    Variable name
    ikePreSharedKeyVariable String
    Variable name
    ikeRekeyInterval Integer
    IKE rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 14400
    ikeRekeyIntervalVariable String
    Variable name
    ikeVersion Integer
    IKE Version <1..2>

    • Range: 1-2
    • Default value: 2
    ikeVersionVariable String
    Variable name
    ipUnnumbered Boolean
    Unnumbered interface

    • Default value: true
    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
    ipsecCiphersuiteVariable String
    Variable name
    ipsecPerfectForwardSecrecy String
    IPsec perfect forward secrecy settings

    • Choices: group-2, group-14, group-15, group-16, none
    • Default value: none
    ipsecPerfectForwardSecrecyVariable String
    Variable name
    ipsecRekeyInterval Integer
    IPsec rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 3600
    ipsecRekeyIntervalVariable String
    Variable name
    ipsecReplayWindow Integer
    Replay window size 32..8192 (must be a power of 2)

    • Range: 64-4096
    • Default value: 512
    ipsecReplayWindowVariable String
    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
    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
    sigProvider String
    SIG Tunnel Provider

    • Choices: secure-internet-gateway-umbrella, secure-internet-gateway-zscaler, secure-internet-gateway-other
    • Default value: secure-internet-gateway-umbrella
    tcpMss Integer
    TCP MSS on SYN packets, in bytes

    • Range: 500-1460
    tcpMssVariable String
    Variable name
    trackEnable Boolean
    Enable/disable SIG tracking

    • Default value: true
    tracker String
    Enable tracker for this interface
    tunnelDcPreference String
    SIG Tunnel Data Center

    • Choices: primary-dc, secondary-dc
    • Default value: primary-dc
    tunnelDestination String
    Tunnel destination IP address
    tunnelDestinationVariable String
    Variable name
    tunnelPublicIp String
    Public IP required to setup GRE tunnel to Zscaler

    • Default value: Auto
    tunnelPublicIpVariable String
    Variable name
    tunnelRouteVia String
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    tunnelRouteViaVariable String
    Variable name
    tunnelSource String
    Tunnel source IP Address
    tunnelSourceInterface String
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    tunnelSourceInterfaceVariable String
    Variable name
    tunnelSourceVariable String
    Variable name
    application string
    Enable Application Tunnel Type

    • Choices: sig
    • Default value: sig
    autoTunnelMode boolean
    Auto Tunnel Mode

    • Default value: false
    deadPeerDetectionInterval number
    IKE keepalive interval (seconds)

    • Range: 0-65535
    • Default value: 10
    deadPeerDetectionIntervalVariable string
    Variable name
    deadPeerDetectionRetries number
    IKE keepalive retries

    • Range: 0-255
    • Default value: 3
    deadPeerDetectionRetriesVariable string
    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
    ikeCiphersuiteVariable string
    Variable name
    ikeGroup string
    IKE Diffie Hellman Groups

    • Choices: 2, 14, 15, 16
    • Default value: 14
    ikeGroupVariable string
    Variable name
    ikePreSharedKey string
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyDynamic boolean
    Use preshared key to authenticate IKE peer

    • Default value: true
    ikePreSharedKeyLocalId string
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyLocalIdVariable string
    Variable name
    ikePreSharedKeyRemoteId string
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyRemoteIdVariable string
    Variable name
    ikePreSharedKeyVariable string
    Variable name
    ikeRekeyInterval number
    IKE rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 14400
    ikeRekeyIntervalVariable string
    Variable name
    ikeVersion number
    IKE Version <1..2>

    • Range: 1-2
    • Default value: 2
    ikeVersionVariable string
    Variable name
    ipUnnumbered boolean
    Unnumbered interface

    • Default value: true
    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
    ipsecCiphersuiteVariable string
    Variable name
    ipsecPerfectForwardSecrecy string
    IPsec perfect forward secrecy settings

    • Choices: group-2, group-14, group-15, group-16, none
    • Default value: none
    ipsecPerfectForwardSecrecyVariable string
    Variable name
    ipsecRekeyInterval number
    IPsec rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 3600
    ipsecRekeyIntervalVariable string
    Variable name
    ipsecReplayWindow number
    Replay window size 32..8192 (must be a power of 2)

    • Range: 64-4096
    • Default value: 512
    ipsecReplayWindowVariable string
    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
    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
    sigProvider string
    SIG Tunnel Provider

    • Choices: secure-internet-gateway-umbrella, secure-internet-gateway-zscaler, secure-internet-gateway-other
    • Default value: secure-internet-gateway-umbrella
    tcpMss number
    TCP MSS on SYN packets, in bytes

    • Range: 500-1460
    tcpMssVariable string
    Variable name
    trackEnable boolean
    Enable/disable SIG tracking

    • Default value: true
    tracker string
    Enable tracker for this interface
    tunnelDcPreference string
    SIG Tunnel Data Center

    • Choices: primary-dc, secondary-dc
    • Default value: primary-dc
    tunnelDestination string
    Tunnel destination IP address
    tunnelDestinationVariable string
    Variable name
    tunnelPublicIp string
    Public IP required to setup GRE tunnel to Zscaler

    • Default value: Auto
    tunnelPublicIpVariable string
    Variable name
    tunnelRouteVia string
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    tunnelRouteViaVariable string
    Variable name
    tunnelSource string
    Tunnel source IP Address
    tunnelSourceInterface string
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    tunnelSourceInterfaceVariable string
    Variable name
    tunnelSourceVariable string
    Variable name
    application str
    Enable Application Tunnel Type

    • Choices: sig
    • Default value: sig
    auto_tunnel_mode bool
    Auto Tunnel Mode

    • Default value: false
    dead_peer_detection_interval int
    IKE keepalive interval (seconds)

    • Range: 0-65535
    • Default value: 10
    dead_peer_detection_interval_variable str
    Variable name
    dead_peer_detection_retries int
    IKE keepalive retries

    • Range: 0-255
    • Default value: 3
    dead_peer_detection_retries_variable str
    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
    ike_ciphersuite_variable str
    Variable name
    ike_group str
    IKE Diffie Hellman Groups

    • Choices: 2, 14, 15, 16
    • Default value: 14
    ike_group_variable str
    Variable name
    ike_pre_shared_key str
    Use preshared key to authenticate IKE peer
    ike_pre_shared_key_dynamic bool
    Use preshared key to authenticate IKE peer

    • Default value: true
    ike_pre_shared_key_local_id str
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    ike_pre_shared_key_local_id_variable str
    Variable name
    ike_pre_shared_key_remote_id str
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    ike_pre_shared_key_remote_id_variable str
    Variable name
    ike_pre_shared_key_variable str
    Variable name
    ike_rekey_interval int
    IKE rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 14400
    ike_rekey_interval_variable str
    Variable name
    ike_version int
    IKE Version <1..2>

    • Range: 1-2
    • Default value: 2
    ike_version_variable str
    Variable name
    ip_unnumbered bool
    Unnumbered interface

    • Default value: true
    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
    ipsec_ciphersuite_variable str
    Variable name
    ipsec_perfect_forward_secrecy str
    IPsec perfect forward secrecy settings

    • Choices: group-2, group-14, group-15, group-16, none
    • Default value: none
    ipsec_perfect_forward_secrecy_variable str
    Variable name
    ipsec_rekey_interval int
    IPsec rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 3600
    ipsec_rekey_interval_variable str
    Variable name
    ipsec_replay_window int
    Replay window size 32..8192 (must be a power of 2)

    • Range: 64-4096
    • Default value: 512
    ipsec_replay_window_variable str
    Variable name
    ipv4_address str
    Assign IPv4 address
    ipv4_address_variable str
    Variable name
    mtu int
    Interface MTU <576..2000>, in bytes

    • Range: 576-2000
    • Default value: 1400
    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
    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
    tcp_mss int
    TCP MSS on SYN packets, in bytes

    • Range: 500-1460
    tcp_mss_variable str
    Variable name
    track_enable bool
    Enable/disable SIG tracking

    • Default value: true
    tracker str
    Enable tracker for this interface
    tunnel_dc_preference str
    SIG Tunnel Data Center

    • Choices: primary-dc, secondary-dc
    • Default value: primary-dc
    tunnel_destination str
    Tunnel destination IP address
    tunnel_destination_variable str
    Variable name
    tunnel_public_ip str
    Public IP required to setup GRE tunnel to Zscaler

    • Default value: Auto
    tunnel_public_ip_variable str
    Variable name
    tunnel_route_via str
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    tunnel_route_via_variable str
    Variable name
    tunnel_source str
    Tunnel source IP Address
    tunnel_source_interface str
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    tunnel_source_interface_variable str
    Variable name
    tunnel_source_variable str
    Variable name
    application String
    Enable Application Tunnel Type

    • Choices: sig
    • Default value: sig
    autoTunnelMode Boolean
    Auto Tunnel Mode

    • Default value: false
    deadPeerDetectionInterval Number
    IKE keepalive interval (seconds)

    • Range: 0-65535
    • Default value: 10
    deadPeerDetectionIntervalVariable String
    Variable name
    deadPeerDetectionRetries Number
    IKE keepalive retries

    • Range: 0-255
    • Default value: 3
    deadPeerDetectionRetriesVariable String
    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
    ikeCiphersuiteVariable String
    Variable name
    ikeGroup String
    IKE Diffie Hellman Groups

    • Choices: 2, 14, 15, 16
    • Default value: 14
    ikeGroupVariable String
    Variable name
    ikePreSharedKey String
    Use preshared key to authenticate IKE peer
    ikePreSharedKeyDynamic Boolean
    Use preshared key to authenticate IKE peer

    • Default value: true
    ikePreSharedKeyLocalId String
    IKE ID for the local endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyLocalIdVariable String
    Variable name
    ikePreSharedKeyRemoteId String
    IKE ID for the remote endpoint. Input IPv4 address, domain name, or email address
    ikePreSharedKeyRemoteIdVariable String
    Variable name
    ikePreSharedKeyVariable String
    Variable name
    ikeRekeyInterval Number
    IKE rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 14400
    ikeRekeyIntervalVariable String
    Variable name
    ikeVersion Number
    IKE Version <1..2>

    • Range: 1-2
    • Default value: 2
    ikeVersionVariable String
    Variable name
    ipUnnumbered Boolean
    Unnumbered interface

    • Default value: true
    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
    ipsecCiphersuiteVariable String
    Variable name
    ipsecPerfectForwardSecrecy String
    IPsec perfect forward secrecy settings

    • Choices: group-2, group-14, group-15, group-16, none
    • Default value: none
    ipsecPerfectForwardSecrecyVariable String
    Variable name
    ipsecRekeyInterval Number
    IPsec rekey interval <300..1209600> seconds

    • Range: 300-1209600
    • Default value: 3600
    ipsecRekeyIntervalVariable String
    Variable name
    ipsecReplayWindow Number
    Replay window size 32..8192 (must be a power of 2)

    • Range: 64-4096
    • Default value: 512
    ipsecReplayWindowVariable String
    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
    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
    sigProvider String
    SIG Tunnel Provider

    • Choices: secure-internet-gateway-umbrella, secure-internet-gateway-zscaler, secure-internet-gateway-other
    • Default value: secure-internet-gateway-umbrella
    tcpMss Number
    TCP MSS on SYN packets, in bytes

    • Range: 500-1460
    tcpMssVariable String
    Variable name
    trackEnable Boolean
    Enable/disable SIG tracking

    • Default value: true
    tracker String
    Enable tracker for this interface
    tunnelDcPreference String
    SIG Tunnel Data Center

    • Choices: primary-dc, secondary-dc
    • Default value: primary-dc
    tunnelDestination String
    Tunnel destination IP address
    tunnelDestinationVariable String
    Variable name
    tunnelPublicIp String
    Public IP required to setup GRE tunnel to Zscaler

    • Default value: Auto
    tunnelPublicIpVariable String
    Variable name
    tunnelRouteVia String
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    tunnelRouteViaVariable String
    Variable name
    tunnelSource String
    Tunnel source IP Address
    tunnelSourceInterface String
    <1..32 characters> Interface name: ge0/<0-..> or ge0/<0-..>.vlanid
    tunnelSourceInterfaceVariable String
    Variable name
    tunnelSourceVariable String
    Variable name

    CiscoSecureInternetGatewayFeatureTemplateService, CiscoSecureInternetGatewayFeatureTemplateServiceArgs

    InterfacePairs List<CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair>
    Interface Pair for active and backup
    Optional bool
    Indicates if list item is considered optional.
    ServiceType string
    Service Type

    • Choices: sig
    • Default value: sig
    UmbrellaPrimaryDataCenter string
    Umbrella Primary Datacenter

    • Default value: Auto
    UmbrellaPrimaryDataCenterVariable string
    Variable name
    UmbrellaSecondaryDataCenter string
    Umbrella Secondary Datacenter

    • Default value: Auto
    UmbrellaSecondaryDataCenterVariable string
    Variable name
    ZscalerAupBlockInternetUntilAccepted bool
    For first-time Acceptable User Policy behavior, block Internet access

    • Default value: false
    ZscalerAupEnabled bool
    Enable Acceptable User Policy

    • Default value: false
    ZscalerAupForceSslInspection bool
    For first-time Acceptable User Policy behavior, force SSL inspection

    • Default value: false
    ZscalerAupTimeout int
    Custom Acceptable User Policy frequency in days

    • Default value: 0
    ZscalerAuthenticationRequired bool
    Enforce Authentication

    • Default value: false
    ZscalerCautionEnabled bool
    Enable Caution

    • Default value: false
    ZscalerFirewallEnabled bool
    Firewall enabled

    • Default value: false
    ZscalerIpsControlEnabled bool
    Enable IPS Control

    • Default value: false
    ZscalerLocationName string
    Zscaler location name (optional)

    • Default value: Auto
    ZscalerLocationNameVariable string
    Variable name
    ZscalerPrimaryDataCenter string
    Custom Primary Datacenter

    • Default value: Auto
    ZscalerPrimaryDataCenterVariable string
    Variable name
    ZscalerSecondaryDataCenter string
    Custom Secondary Datacenter

    • Default value: Auto
    ZscalerSecondaryDataCenterVariable string
    Variable name
    ZscalerSurrogateDisplayTimeUnit string
    Display time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    ZscalerSurrogateIdleTime int
    Idle time to disassociation

    • Default value: 0
    ZscalerSurrogateIp bool
    Enable Surrogate IP

    • Default value: false
    ZscalerSurrogateIpEnforceForKnownBrowsers bool
    Enforce Surrogate IP for known browsers

    • Default value: false
    ZscalerSurrogateRefreshTime int
    Refresh time for re-validation of surrogacy in minutes

    • Default value: 0
    ZscalerSurrogateRefreshTimeUnit string
    Refresh Time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    ZscalerXffForward bool
    XFF forwarding enabled

    • Default value: false
    InterfacePairs []CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair
    Interface Pair for active and backup
    Optional bool
    Indicates if list item is considered optional.
    ServiceType string
    Service Type

    • Choices: sig
    • Default value: sig
    UmbrellaPrimaryDataCenter string
    Umbrella Primary Datacenter

    • Default value: Auto
    UmbrellaPrimaryDataCenterVariable string
    Variable name
    UmbrellaSecondaryDataCenter string
    Umbrella Secondary Datacenter

    • Default value: Auto
    UmbrellaSecondaryDataCenterVariable string
    Variable name
    ZscalerAupBlockInternetUntilAccepted bool
    For first-time Acceptable User Policy behavior, block Internet access

    • Default value: false
    ZscalerAupEnabled bool
    Enable Acceptable User Policy

    • Default value: false
    ZscalerAupForceSslInspection bool
    For first-time Acceptable User Policy behavior, force SSL inspection

    • Default value: false
    ZscalerAupTimeout int
    Custom Acceptable User Policy frequency in days

    • Default value: 0
    ZscalerAuthenticationRequired bool
    Enforce Authentication

    • Default value: false
    ZscalerCautionEnabled bool
    Enable Caution

    • Default value: false
    ZscalerFirewallEnabled bool
    Firewall enabled

    • Default value: false
    ZscalerIpsControlEnabled bool
    Enable IPS Control

    • Default value: false
    ZscalerLocationName string
    Zscaler location name (optional)

    • Default value: Auto
    ZscalerLocationNameVariable string
    Variable name
    ZscalerPrimaryDataCenter string
    Custom Primary Datacenter

    • Default value: Auto
    ZscalerPrimaryDataCenterVariable string
    Variable name
    ZscalerSecondaryDataCenter string
    Custom Secondary Datacenter

    • Default value: Auto
    ZscalerSecondaryDataCenterVariable string
    Variable name
    ZscalerSurrogateDisplayTimeUnit string
    Display time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    ZscalerSurrogateIdleTime int
    Idle time to disassociation

    • Default value: 0
    ZscalerSurrogateIp bool
    Enable Surrogate IP

    • Default value: false
    ZscalerSurrogateIpEnforceForKnownBrowsers bool
    Enforce Surrogate IP for known browsers

    • Default value: false
    ZscalerSurrogateRefreshTime int
    Refresh time for re-validation of surrogacy in minutes

    • Default value: 0
    ZscalerSurrogateRefreshTimeUnit string
    Refresh Time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    ZscalerXffForward bool
    XFF forwarding enabled

    • Default value: false
    interfacePairs List<CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair>
    Interface Pair for active and backup
    optional Boolean
    Indicates if list item is considered optional.
    serviceType String
    Service Type

    • Choices: sig
    • Default value: sig
    umbrellaPrimaryDataCenter String
    Umbrella Primary Datacenter

    • Default value: Auto
    umbrellaPrimaryDataCenterVariable String
    Variable name
    umbrellaSecondaryDataCenter String
    Umbrella Secondary Datacenter

    • Default value: Auto
    umbrellaSecondaryDataCenterVariable String
    Variable name
    zscalerAupBlockInternetUntilAccepted Boolean
    For first-time Acceptable User Policy behavior, block Internet access

    • Default value: false
    zscalerAupEnabled Boolean
    Enable Acceptable User Policy

    • Default value: false
    zscalerAupForceSslInspection Boolean
    For first-time Acceptable User Policy behavior, force SSL inspection

    • Default value: false
    zscalerAupTimeout Integer
    Custom Acceptable User Policy frequency in days

    • Default value: 0
    zscalerAuthenticationRequired Boolean
    Enforce Authentication

    • Default value: false
    zscalerCautionEnabled Boolean
    Enable Caution

    • Default value: false
    zscalerFirewallEnabled Boolean
    Firewall enabled

    • Default value: false
    zscalerIpsControlEnabled Boolean
    Enable IPS Control

    • Default value: false
    zscalerLocationName String
    Zscaler location name (optional)

    • Default value: Auto
    zscalerLocationNameVariable String
    Variable name
    zscalerPrimaryDataCenter String
    Custom Primary Datacenter

    • Default value: Auto
    zscalerPrimaryDataCenterVariable String
    Variable name
    zscalerSecondaryDataCenter String
    Custom Secondary Datacenter

    • Default value: Auto
    zscalerSecondaryDataCenterVariable String
    Variable name
    zscalerSurrogateDisplayTimeUnit String
    Display time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    zscalerSurrogateIdleTime Integer
    Idle time to disassociation

    • Default value: 0
    zscalerSurrogateIp Boolean
    Enable Surrogate IP

    • Default value: false
    zscalerSurrogateIpEnforceForKnownBrowsers Boolean
    Enforce Surrogate IP for known browsers

    • Default value: false
    zscalerSurrogateRefreshTime Integer
    Refresh time for re-validation of surrogacy in minutes

    • Default value: 0
    zscalerSurrogateRefreshTimeUnit String
    Refresh Time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    zscalerXffForward Boolean
    XFF forwarding enabled

    • Default value: false
    interfacePairs CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair[]
    Interface Pair for active and backup
    optional boolean
    Indicates if list item is considered optional.
    serviceType string
    Service Type

    • Choices: sig
    • Default value: sig
    umbrellaPrimaryDataCenter string
    Umbrella Primary Datacenter

    • Default value: Auto
    umbrellaPrimaryDataCenterVariable string
    Variable name
    umbrellaSecondaryDataCenter string
    Umbrella Secondary Datacenter

    • Default value: Auto
    umbrellaSecondaryDataCenterVariable string
    Variable name
    zscalerAupBlockInternetUntilAccepted boolean
    For first-time Acceptable User Policy behavior, block Internet access

    • Default value: false
    zscalerAupEnabled boolean
    Enable Acceptable User Policy

    • Default value: false
    zscalerAupForceSslInspection boolean
    For first-time Acceptable User Policy behavior, force SSL inspection

    • Default value: false
    zscalerAupTimeout number
    Custom Acceptable User Policy frequency in days

    • Default value: 0
    zscalerAuthenticationRequired boolean
    Enforce Authentication

    • Default value: false
    zscalerCautionEnabled boolean
    Enable Caution

    • Default value: false
    zscalerFirewallEnabled boolean
    Firewall enabled

    • Default value: false
    zscalerIpsControlEnabled boolean
    Enable IPS Control

    • Default value: false
    zscalerLocationName string
    Zscaler location name (optional)

    • Default value: Auto
    zscalerLocationNameVariable string
    Variable name
    zscalerPrimaryDataCenter string
    Custom Primary Datacenter

    • Default value: Auto
    zscalerPrimaryDataCenterVariable string
    Variable name
    zscalerSecondaryDataCenter string
    Custom Secondary Datacenter

    • Default value: Auto
    zscalerSecondaryDataCenterVariable string
    Variable name
    zscalerSurrogateDisplayTimeUnit string
    Display time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    zscalerSurrogateIdleTime number
    Idle time to disassociation

    • Default value: 0
    zscalerSurrogateIp boolean
    Enable Surrogate IP

    • Default value: false
    zscalerSurrogateIpEnforceForKnownBrowsers boolean
    Enforce Surrogate IP for known browsers

    • Default value: false
    zscalerSurrogateRefreshTime number
    Refresh time for re-validation of surrogacy in minutes

    • Default value: 0
    zscalerSurrogateRefreshTimeUnit string
    Refresh Time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    zscalerXffForward boolean
    XFF forwarding enabled

    • Default value: false
    interface_pairs Sequence[CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair]
    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
    umbrella_primary_data_center str
    Umbrella Primary Datacenter

    • Default value: Auto
    umbrella_primary_data_center_variable str
    Variable name
    umbrella_secondary_data_center str
    Umbrella Secondary Datacenter

    • Default value: Auto
    umbrella_secondary_data_center_variable str
    Variable name
    zscaler_aup_block_internet_until_accepted bool
    For first-time Acceptable User Policy behavior, block Internet access

    • Default value: false
    zscaler_aup_enabled bool
    Enable Acceptable User Policy

    • Default value: false
    zscaler_aup_force_ssl_inspection bool
    For first-time Acceptable User Policy behavior, force SSL inspection

    • Default value: false
    zscaler_aup_timeout int
    Custom Acceptable User Policy frequency in days

    • Default value: 0
    zscaler_authentication_required bool
    Enforce Authentication

    • Default value: false
    zscaler_caution_enabled bool
    Enable Caution

    • Default value: false
    zscaler_firewall_enabled bool
    Firewall enabled

    • Default value: false
    zscaler_ips_control_enabled bool
    Enable IPS Control

    • Default value: false
    zscaler_location_name str
    Zscaler location name (optional)

    • Default value: Auto
    zscaler_location_name_variable str
    Variable name
    zscaler_primary_data_center str
    Custom Primary Datacenter

    • Default value: Auto
    zscaler_primary_data_center_variable str
    Variable name
    zscaler_secondary_data_center str
    Custom Secondary Datacenter

    • Default value: Auto
    zscaler_secondary_data_center_variable str
    Variable name
    zscaler_surrogate_display_time_unit str
    Display time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    zscaler_surrogate_idle_time int
    Idle time to disassociation

    • Default value: 0
    zscaler_surrogate_ip bool
    Enable Surrogate IP

    • Default value: false
    zscaler_surrogate_ip_enforce_for_known_browsers bool
    Enforce Surrogate IP for known browsers

    • Default value: false
    zscaler_surrogate_refresh_time int
    Refresh time for re-validation of surrogacy in minutes

    • Default value: 0
    zscaler_surrogate_refresh_time_unit str
    Refresh Time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    zscaler_xff_forward bool
    XFF forwarding enabled

    • Default value: false
    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
    umbrellaPrimaryDataCenter String
    Umbrella Primary Datacenter

    • Default value: Auto
    umbrellaPrimaryDataCenterVariable String
    Variable name
    umbrellaSecondaryDataCenter String
    Umbrella Secondary Datacenter

    • Default value: Auto
    umbrellaSecondaryDataCenterVariable String
    Variable name
    zscalerAupBlockInternetUntilAccepted Boolean
    For first-time Acceptable User Policy behavior, block Internet access

    • Default value: false
    zscalerAupEnabled Boolean
    Enable Acceptable User Policy

    • Default value: false
    zscalerAupForceSslInspection Boolean
    For first-time Acceptable User Policy behavior, force SSL inspection

    • Default value: false
    zscalerAupTimeout Number
    Custom Acceptable User Policy frequency in days

    • Default value: 0
    zscalerAuthenticationRequired Boolean
    Enforce Authentication

    • Default value: false
    zscalerCautionEnabled Boolean
    Enable Caution

    • Default value: false
    zscalerFirewallEnabled Boolean
    Firewall enabled

    • Default value: false
    zscalerIpsControlEnabled Boolean
    Enable IPS Control

    • Default value: false
    zscalerLocationName String
    Zscaler location name (optional)

    • Default value: Auto
    zscalerLocationNameVariable String
    Variable name
    zscalerPrimaryDataCenter String
    Custom Primary Datacenter

    • Default value: Auto
    zscalerPrimaryDataCenterVariable String
    Variable name
    zscalerSecondaryDataCenter String
    Custom Secondary Datacenter

    • Default value: Auto
    zscalerSecondaryDataCenterVariable String
    Variable name
    zscalerSurrogateDisplayTimeUnit String
    Display time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    zscalerSurrogateIdleTime Number
    Idle time to disassociation

    • Default value: 0
    zscalerSurrogateIp Boolean
    Enable Surrogate IP

    • Default value: false
    zscalerSurrogateIpEnforceForKnownBrowsers Boolean
    Enforce Surrogate IP for known browsers

    • Default value: false
    zscalerSurrogateRefreshTime Number
    Refresh time for re-validation of surrogacy in minutes

    • Default value: 0
    zscalerSurrogateRefreshTimeUnit String
    Refresh Time unit

    • Choices: MINUTE, HOUR, DAY
    • Default value: MINUTE
    zscalerXffForward Boolean
    XFF forwarding enabled

    • Default value: false

    CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePair, CiscoSecureInternetGatewayFeatureTemplateServiceInterfacePairArgs

    ActiveInterface string
    Active Tunnel Interface for SIG
    ActiveInterfaceWeight int
    Active Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    BackupInterface string
    Backup Tunnel Interface for SIG
    BackupInterfaceWeight int
    Backup Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    Optional bool
    Indicates if list item is considered optional.
    ActiveInterface string
    Active Tunnel Interface for SIG
    ActiveInterfaceWeight int
    Active Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    BackupInterface string
    Backup Tunnel Interface for SIG
    BackupInterfaceWeight int
    Backup Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    Optional bool
    Indicates if list item is considered optional.
    activeInterface String
    Active Tunnel Interface for SIG
    activeInterfaceWeight Integer
    Active Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    backupInterface String
    Backup Tunnel Interface for SIG
    backupInterfaceWeight Integer
    Backup Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    optional Boolean
    Indicates if list item is considered optional.
    activeInterface string
    Active Tunnel Interface for SIG
    activeInterfaceWeight number
    Active Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    backupInterface string
    Backup Tunnel Interface for SIG
    backupInterfaceWeight number
    Backup Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    optional boolean
    Indicates if list item is considered optional.
    active_interface str
    Active Tunnel Interface for SIG
    active_interface_weight int
    Active Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    backup_interface str
    Backup Tunnel Interface for SIG
    backup_interface_weight int
    Backup Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    optional bool
    Indicates if list item is considered optional.
    activeInterface String
    Active Tunnel Interface for SIG
    activeInterfaceWeight Number
    Active Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    backupInterface String
    Backup Tunnel Interface for SIG
    backupInterfaceWeight Number
    Backup Tunnel Interface Weight

    • Range: 1-255
    • Default value: 1
    optional Boolean
    Indicates if list item is considered optional.

    CiscoSecureInternetGatewayFeatureTemplateTracker, CiscoSecureInternetGatewayFeatureTemplateTrackerArgs

    EndpointApiUrl string
    API url of endpoint
    EndpointApiUrlVariable string
    Variable name
    Interval int
    Probe interval <10..600> seconds

    • Range: 20-600
    • Default value: 60
    IntervalVariable string
    Variable name
    Multiplier int
    Probe failure multiplier <1..10> failed attempts

    • Range: 1-10
    • Default value: 3
    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
    ThresholdVariable string
    Variable name
    TrackerType string
    • Choices: SIG
      • Default value: SIG
    EndpointApiUrl string
    API url of endpoint
    EndpointApiUrlVariable string
    Variable name
    Interval int
    Probe interval <10..600> seconds

    • Range: 20-600
    • Default value: 60
    IntervalVariable string
    Variable name
    Multiplier int
    Probe failure multiplier <1..10> failed attempts

    • Range: 1-10
    • Default value: 3
    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
    ThresholdVariable string
    Variable name
    TrackerType string
    • Choices: SIG
      • Default value: SIG
    endpointApiUrl String
    API url of endpoint
    endpointApiUrlVariable String
    Variable name
    interval Integer
    Probe interval <10..600> seconds

    • Range: 20-600
    • Default value: 60
    intervalVariable String
    Variable name
    multiplier Integer
    Probe failure multiplier <1..10> failed attempts

    • Range: 1-10
    • Default value: 3
    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
    thresholdVariable String
    Variable name
    trackerType String
    • Choices: SIG
      • Default value: SIG
    endpointApiUrl string
    API url of endpoint
    endpointApiUrlVariable string
    Variable name
    interval number
    Probe interval <10..600> seconds

    • Range: 20-600
    • Default value: 60
    intervalVariable string
    Variable name
    multiplier number
    Probe failure multiplier <1..10> failed attempts

    • Range: 1-10
    • Default value: 3
    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
    thresholdVariable string
    Variable name
    trackerType string
    • Choices: SIG
      • Default value: SIG
    endpoint_api_url str
    API url of endpoint
    endpoint_api_url_variable str
    Variable name
    interval int
    Probe interval <10..600> seconds

    • Range: 20-600
    • Default value: 60
    interval_variable str
    Variable name
    multiplier int
    Probe failure multiplier <1..10> failed attempts

    • Range: 1-10
    • Default value: 3
    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
    threshold_variable str
    Variable name
    tracker_type str
    • Choices: SIG
      • Default value: SIG
    endpointApiUrl String
    API url of endpoint
    endpointApiUrlVariable String
    Variable name
    interval Number
    Probe interval <10..600> seconds

    • Range: 20-600
    • Default value: 60
    intervalVariable String
    Variable name
    multiplier Number
    Probe failure multiplier <1..10> failed attempts

    • Range: 1-10
    • Default value: 3
    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
    thresholdVariable String
    Variable name
    trackerType String
    • Choices: SIG
      • Default value: SIG

    Import

    $ pulumi import sdwan:index/ciscoSecureInternetGatewayFeatureTemplate:CiscoSecureInternetGatewayFeatureTemplate example "f6b2c44c-693c-4763-b010-895aa3d236bd"
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    sdwan pulumi/pulumi-sdwan
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi