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

sdwan.VpnInterfaceT1E1SerialFeatureTemplate

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 VPN Interface T1 E1 Serial 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.VpnInterfaceT1E1SerialFeatureTemplate;
    import com.pulumi.sdwan.VpnInterfaceT1E1SerialFeatureTemplateArgs;
    import com.pulumi.sdwan.inputs.VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs;
    import com.pulumi.sdwan.inputs.VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs;
    import com.pulumi.sdwan.inputs.VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs;
    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 VpnInterfaceT1E1SerialFeatureTemplate("example", VpnInterfaceT1E1SerialFeatureTemplateArgs.builder()        
                .name("Example")
                .description("My Example")
                .deviceTypes("vedge-C8000V")
                .serialInterfaceName("SERIAL1")
                .interfaceDescription("My description")
                .ipv4Address("1.2.3.4/24")
                .ipv6Address("2001:0:0:1::/64")
                .ipv6AccessLists(VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs.builder()
                    .direction("in")
                    .acl_name("ACL1")
                    .build())
                .enableCoreRegion(true)
                .coreRegion("core")
                .secondaryRegion("off")
                .tunnelInterfaceEncapsulations(VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs.builder()
                    .encapsulation("gre")
                    .preference(4294967)
                    .weight(250)
                    .build())
                .tunnelInterfaceGroups(42949672)
                .tunnelInterfaceBorder(true)
                .perTunnelQos(true)
                .perTunnelQosAggregator(false)
                .tunnelQosMode("spoke")
                .tunnelInterfaceColor("custom1")
                .tunnelInterfaceLastResortCircuit(false)
                .tunnelInterfaceLowBandwidthLink(false)
                .tunnelInterfaceTunnelTcpMss(1460)
                .tunnelInterfaceClearDontFragment(false)
                .tunnelInterfaceNetworkBroadcast(false)
                .tunnelInterfaceControlConnections(8)
                .tunnelInterfaceVbondAsStunServer(false)
                .tunnelInterfaceExcludeControllerGroupLists(100)
                .tunnelInterfaceVmanageConnectionPreference(5)
                .tunnelInterfacePortHop(false)
                .tunnelInterfaceRestrict(false)
                .tunnelInterfaceCarrier("carrier1")
                .tunnelInterfaceNatRefreshInterval(15)
                .tunnelInterfaceHelloInterval(1000)
                .tunnelInterfaceHelloTolerance(12)
                .tunnelInterfaceBindLoopbackTunnel("12")
                .tunnelInterfaceAllowAll(false)
                .tunnelInterfaceAllowBgp(false)
                .tunnelInterfaceAllowDhcp(true)
                .tunnelInterfaceAllowDns(true)
                .tunnelInterfaceAllowIcmp(true)
                .tunnelInterfaceAllowSsh(false)
                .tunnelInterfaceAllowNtp(false)
                .tunnelInterfaceAllowNetconf(false)
                .tunnelInterfaceAllowOspf(false)
                .tunnelInterfaceAllowStun(false)
                .tunnelInterfaceAllowSnmp(false)
                .tunnelInterfaceAllowHttps(true)
                .clearDontFragmentBit(false)
                .pmtuDiscovery(false)
                .ipMtu(1500)
                .staticIngressQos(6)
                .tcpMss(720)
                .tlocExtension("tloc")
                .shutdown(true)
                .autonegotiate(true)
                .shapingRate(10000000)
                .qosMap("test")
                .qosMapVpn("test")
                .interfaceBandwidthCapacity(128)
                .clockRate("5300000")
                .encapsulation("hdlc")
                .interfaceDownstreamBandwidthCapacity(10000000)
                .writeRule("RULE1")
                .ipv4AccessLists(VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs.builder()
                    .direction("in")
                    .acl_name("ACL2")
                    .build())
                .build());
    
        }
    }
    
    resources:
      example:
        type: sdwan:VpnInterfaceT1E1SerialFeatureTemplate
        properties:
          name: Example
          description: My Example
          deviceTypes:
            - vedge-C8000V
          serialInterfaceName: SERIAL1
          interfaceDescription: My description
          ipv4Address: 1.2.3.4/24
          ipv6Address: 2001:0:0:1::/64
          ipv6AccessLists:
            - direction: in
              acl_name: ACL1
          enableCoreRegion: true
          coreRegion: core
          secondaryRegion: off
          tunnelInterfaceEncapsulations:
            - encapsulation: gre
              preference: 4.294967e+06
              weight: 250
          tunnelInterfaceGroups:
            - 4.2949672e+07
          tunnelInterfaceBorder: true
          perTunnelQos: true
          perTunnelQosAggregator: false
          tunnelQosMode: spoke
          tunnelInterfaceColor: custom1
          tunnelInterfaceLastResortCircuit: false
          tunnelInterfaceLowBandwidthLink: false
          tunnelInterfaceTunnelTcpMss: 1460
          tunnelInterfaceClearDontFragment: false
          tunnelInterfaceNetworkBroadcast: false
          tunnelInterfaceControlConnections: 8
          tunnelInterfaceVbondAsStunServer: false
          tunnelInterfaceExcludeControllerGroupLists:
            - 100
          tunnelInterfaceVmanageConnectionPreference: 5
          tunnelInterfacePortHop: false
          tunnelInterfaceRestrict: false
          tunnelInterfaceCarrier: carrier1
          tunnelInterfaceNatRefreshInterval: 15
          tunnelInterfaceHelloInterval: 1000
          tunnelInterfaceHelloTolerance: 12
          tunnelInterfaceBindLoopbackTunnel: '12'
          tunnelInterfaceAllowAll: false
          tunnelInterfaceAllowBgp: false
          tunnelInterfaceAllowDhcp: true
          tunnelInterfaceAllowDns: true
          tunnelInterfaceAllowIcmp: true
          tunnelInterfaceAllowSsh: false
          tunnelInterfaceAllowNtp: false
          tunnelInterfaceAllowNetconf: false
          tunnelInterfaceAllowOspf: false
          tunnelInterfaceAllowStun: false
          tunnelInterfaceAllowSnmp: false
          tunnelInterfaceAllowHttps: true
          clearDontFragmentBit: false
          pmtuDiscovery: false
          ipMtu: 1500
          staticIngressQos: 6
          tcpMss: 720
          tlocExtension: tloc
          shutdown: true
          autonegotiate: true
          shapingRate: 1e+07
          qosMap: test
          qosMapVpn: test
          interfaceBandwidthCapacity: 128
          clockRate: '5300000'
          encapsulation: hdlc
          interfaceDownstreamBandwidthCapacity: 1e+07
          writeRule: RULE1
          ipv4AccessLists:
            - direction: in
              acl_name: ACL2
    

    Create VpnInterfaceT1E1SerialFeatureTemplate Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VpnInterfaceT1E1SerialFeatureTemplate(name: string, args: VpnInterfaceT1E1SerialFeatureTemplateArgs, opts?: CustomResourceOptions);
    @overload
    def VpnInterfaceT1E1SerialFeatureTemplate(resource_name: str,
                                              args: VpnInterfaceT1E1SerialFeatureTemplateArgs,
                                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def VpnInterfaceT1E1SerialFeatureTemplate(resource_name: str,
                                              opts: Optional[ResourceOptions] = None,
                                              description: Optional[str] = None,
                                              device_types: Optional[Sequence[str]] = None,
                                              autonegotiate: Optional[bool] = None,
                                              autonegotiate_variable: Optional[str] = None,
                                              clear_dont_fragment_bit: Optional[bool] = None,
                                              clear_dont_fragment_bit_variable: Optional[str] = None,
                                              clock_rate: Optional[str] = None,
                                              clock_rate_variable: Optional[str] = None,
                                              core_region: Optional[str] = None,
                                              core_region_variable: Optional[str] = None,
                                              enable_core_region: Optional[bool] = None,
                                              enable_core_region_variable: Optional[str] = None,
                                              encapsulation: Optional[str] = None,
                                              encapsulation_variable: Optional[str] = None,
                                              interface_bandwidth_capacity: Optional[int] = None,
                                              interface_bandwidth_capacity_variable: Optional[str] = None,
                                              interface_description: Optional[str] = None,
                                              interface_description_variable: Optional[str] = None,
                                              interface_downstream_bandwidth_capacity: Optional[int] = None,
                                              interface_downstream_bandwidth_capacity_variable: Optional[str] = None,
                                              ip_mtu: Optional[int] = None,
                                              ip_mtu_variable: Optional[str] = None,
                                              ipv4_access_lists: Optional[Sequence[VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs]] = None,
                                              ipv4_address: Optional[str] = None,
                                              ipv4_address_variable: Optional[str] = None,
                                              ipv6_access_lists: Optional[Sequence[VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs]] = None,
                                              ipv6_address: Optional[str] = None,
                                              ipv6_address_variable: Optional[str] = None,
                                              name: Optional[str] = None,
                                              per_tunnel_qos: Optional[bool] = None,
                                              per_tunnel_qos_aggregator: Optional[bool] = None,
                                              per_tunnel_qos_aggregator_variable: Optional[str] = None,
                                              per_tunnel_qos_variable: Optional[str] = None,
                                              pmtu_discovery: Optional[bool] = None,
                                              pmtu_discovery_variable: Optional[str] = None,
                                              qos_map: Optional[str] = None,
                                              qos_map_variable: Optional[str] = None,
                                              qos_map_vpn: Optional[str] = None,
                                              qos_map_vpn_variable: Optional[str] = None,
                                              secondary_region: Optional[str] = None,
                                              secondary_region_variable: Optional[str] = None,
                                              serial_interface_name: Optional[str] = None,
                                              serial_interface_name_variable: Optional[str] = None,
                                              shaping_rate: Optional[int] = None,
                                              shaping_rate_variable: Optional[str] = None,
                                              shutdown: Optional[bool] = None,
                                              shutdown_variable: Optional[str] = None,
                                              static_ingress_qos: Optional[int] = None,
                                              static_ingress_qos_variable: Optional[str] = None,
                                              tcp_mss: Optional[int] = None,
                                              tcp_mss_variable: Optional[str] = None,
                                              tloc_extension: Optional[str] = None,
                                              tloc_extension_variable: Optional[str] = None,
                                              tunnel_interface_allow_all: Optional[bool] = None,
                                              tunnel_interface_allow_all_variable: Optional[str] = None,
                                              tunnel_interface_allow_bgp: Optional[bool] = None,
                                              tunnel_interface_allow_bgp_variable: Optional[str] = None,
                                              tunnel_interface_allow_dhcp: Optional[bool] = None,
                                              tunnel_interface_allow_dhcp_variable: Optional[str] = None,
                                              tunnel_interface_allow_dns: Optional[bool] = None,
                                              tunnel_interface_allow_dns_variable: Optional[str] = None,
                                              tunnel_interface_allow_https: Optional[bool] = None,
                                              tunnel_interface_allow_https_variable: Optional[str] = None,
                                              tunnel_interface_allow_icmp: Optional[bool] = None,
                                              tunnel_interface_allow_icmp_variable: Optional[str] = None,
                                              tunnel_interface_allow_netconf: Optional[bool] = None,
                                              tunnel_interface_allow_netconf_variable: Optional[str] = None,
                                              tunnel_interface_allow_ntp: Optional[bool] = None,
                                              tunnel_interface_allow_ntp_variable: Optional[str] = None,
                                              tunnel_interface_allow_ospf: Optional[bool] = None,
                                              tunnel_interface_allow_ospf_variable: Optional[str] = None,
                                              tunnel_interface_allow_snmp: Optional[bool] = None,
                                              tunnel_interface_allow_snmp_variable: Optional[str] = None,
                                              tunnel_interface_allow_ssh: Optional[bool] = None,
                                              tunnel_interface_allow_ssh_variable: Optional[str] = None,
                                              tunnel_interface_allow_stun: Optional[bool] = None,
                                              tunnel_interface_allow_stun_variable: Optional[str] = None,
                                              tunnel_interface_bind_loopback_tunnel: Optional[str] = None,
                                              tunnel_interface_bind_loopback_tunnel_variable: Optional[str] = None,
                                              tunnel_interface_border: Optional[bool] = None,
                                              tunnel_interface_border_variable: Optional[str] = None,
                                              tunnel_interface_carrier: Optional[str] = None,
                                              tunnel_interface_carrier_variable: Optional[str] = None,
                                              tunnel_interface_clear_dont_fragment: Optional[bool] = None,
                                              tunnel_interface_clear_dont_fragment_variable: Optional[str] = None,
                                              tunnel_interface_color: Optional[str] = None,
                                              tunnel_interface_color_variable: Optional[str] = None,
                                              tunnel_interface_control_connections: Optional[int] = None,
                                              tunnel_interface_control_connections_variable: Optional[str] = None,
                                              tunnel_interface_encapsulations: Optional[Sequence[VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs]] = None,
                                              tunnel_interface_exclude_controller_group_list_variable: Optional[str] = None,
                                              tunnel_interface_exclude_controller_group_lists: Optional[Sequence[int]] = None,
                                              tunnel_interface_groups: Optional[Sequence[int]] = None,
                                              tunnel_interface_groups_variable: Optional[str] = None,
                                              tunnel_interface_hello_interval: Optional[int] = None,
                                              tunnel_interface_hello_interval_variable: Optional[str] = None,
                                              tunnel_interface_hello_tolerance: Optional[int] = None,
                                              tunnel_interface_hello_tolerance_variable: Optional[str] = None,
                                              tunnel_interface_last_resort_circuit: Optional[bool] = None,
                                              tunnel_interface_last_resort_circuit_variable: Optional[str] = None,
                                              tunnel_interface_low_bandwidth_link: Optional[bool] = None,
                                              tunnel_interface_low_bandwidth_link_variable: Optional[str] = None,
                                              tunnel_interface_nat_refresh_interval: Optional[int] = None,
                                              tunnel_interface_nat_refresh_interval_variable: Optional[str] = None,
                                              tunnel_interface_network_broadcast: Optional[bool] = None,
                                              tunnel_interface_network_broadcast_variable: Optional[str] = None,
                                              tunnel_interface_port_hop: Optional[bool] = None,
                                              tunnel_interface_port_hop_variable: Optional[str] = None,
                                              tunnel_interface_restrict: Optional[bool] = None,
                                              tunnel_interface_restrict_variable: Optional[str] = None,
                                              tunnel_interface_tunnel_tcp_mss: Optional[int] = None,
                                              tunnel_interface_tunnel_tcp_mss_variable: Optional[str] = None,
                                              tunnel_interface_vbond_as_stun_server: Optional[bool] = None,
                                              tunnel_interface_vbond_as_stun_server_variable: Optional[str] = None,
                                              tunnel_interface_vmanage_connection_preference: Optional[int] = None,
                                              tunnel_interface_vmanage_connection_preference_variable: Optional[str] = None,
                                              tunnel_qos_mode: Optional[str] = None,
                                              tunnel_qos_mode_variable: Optional[str] = None,
                                              write_rule: Optional[str] = None,
                                              write_rule_variable: Optional[str] = None)
    func NewVpnInterfaceT1E1SerialFeatureTemplate(ctx *Context, name string, args VpnInterfaceT1E1SerialFeatureTemplateArgs, opts ...ResourceOption) (*VpnInterfaceT1E1SerialFeatureTemplate, error)
    public VpnInterfaceT1E1SerialFeatureTemplate(string name, VpnInterfaceT1E1SerialFeatureTemplateArgs args, CustomResourceOptions? opts = null)
    public VpnInterfaceT1E1SerialFeatureTemplate(String name, VpnInterfaceT1E1SerialFeatureTemplateArgs args)
    public VpnInterfaceT1E1SerialFeatureTemplate(String name, VpnInterfaceT1E1SerialFeatureTemplateArgs args, CustomResourceOptions options)
    
    type: sdwan:VpnInterfaceT1E1SerialFeatureTemplate
    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 VpnInterfaceT1E1SerialFeatureTemplateArgs
    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 VpnInterfaceT1E1SerialFeatureTemplateArgs
    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 VpnInterfaceT1E1SerialFeatureTemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VpnInterfaceT1E1SerialFeatureTemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VpnInterfaceT1E1SerialFeatureTemplateArgs
    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 vpnInterfaceT1E1SerialFeatureTemplateResource = new Sdwan.VpnInterfaceT1E1SerialFeatureTemplate("vpnInterfaceT1E1SerialFeatureTemplateResource", new()
    {
        Description = "string",
        DeviceTypes = new[]
        {
            "string",
        },
        Autonegotiate = false,
        AutonegotiateVariable = "string",
        ClearDontFragmentBit = false,
        ClearDontFragmentBitVariable = "string",
        ClockRate = "string",
        ClockRateVariable = "string",
        CoreRegion = "string",
        CoreRegionVariable = "string",
        EnableCoreRegion = false,
        EnableCoreRegionVariable = "string",
        Encapsulation = "string",
        EncapsulationVariable = "string",
        InterfaceBandwidthCapacity = 0,
        InterfaceBandwidthCapacityVariable = "string",
        InterfaceDescription = "string",
        InterfaceDescriptionVariable = "string",
        InterfaceDownstreamBandwidthCapacity = 0,
        InterfaceDownstreamBandwidthCapacityVariable = "string",
        IpMtu = 0,
        IpMtuVariable = "string",
        Ipv4AccessLists = new[]
        {
            new Sdwan.Inputs.VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs
            {
                AclName = "string",
                AclNameVariable = "string",
                Direction = "string",
                Optional = false,
            },
        },
        Ipv4Address = "string",
        Ipv4AddressVariable = "string",
        Ipv6AccessLists = new[]
        {
            new Sdwan.Inputs.VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs
            {
                AclName = "string",
                AclNameVariable = "string",
                Direction = "string",
                Optional = false,
            },
        },
        Ipv6Address = "string",
        Ipv6AddressVariable = "string",
        Name = "string",
        PerTunnelQos = false,
        PerTunnelQosAggregator = false,
        PerTunnelQosAggregatorVariable = "string",
        PerTunnelQosVariable = "string",
        PmtuDiscovery = false,
        PmtuDiscoveryVariable = "string",
        QosMap = "string",
        QosMapVariable = "string",
        QosMapVpn = "string",
        QosMapVpnVariable = "string",
        SecondaryRegion = "string",
        SecondaryRegionVariable = "string",
        SerialInterfaceName = "string",
        SerialInterfaceNameVariable = "string",
        ShapingRate = 0,
        ShapingRateVariable = "string",
        Shutdown = false,
        ShutdownVariable = "string",
        StaticIngressQos = 0,
        StaticIngressQosVariable = "string",
        TcpMss = 0,
        TcpMssVariable = "string",
        TlocExtension = "string",
        TlocExtensionVariable = "string",
        TunnelInterfaceAllowAll = false,
        TunnelInterfaceAllowAllVariable = "string",
        TunnelInterfaceAllowBgp = false,
        TunnelInterfaceAllowBgpVariable = "string",
        TunnelInterfaceAllowDhcp = false,
        TunnelInterfaceAllowDhcpVariable = "string",
        TunnelInterfaceAllowDns = false,
        TunnelInterfaceAllowDnsVariable = "string",
        TunnelInterfaceAllowHttps = false,
        TunnelInterfaceAllowHttpsVariable = "string",
        TunnelInterfaceAllowIcmp = false,
        TunnelInterfaceAllowIcmpVariable = "string",
        TunnelInterfaceAllowNetconf = false,
        TunnelInterfaceAllowNetconfVariable = "string",
        TunnelInterfaceAllowNtp = false,
        TunnelInterfaceAllowNtpVariable = "string",
        TunnelInterfaceAllowOspf = false,
        TunnelInterfaceAllowOspfVariable = "string",
        TunnelInterfaceAllowSnmp = false,
        TunnelInterfaceAllowSnmpVariable = "string",
        TunnelInterfaceAllowSsh = false,
        TunnelInterfaceAllowSshVariable = "string",
        TunnelInterfaceAllowStun = false,
        TunnelInterfaceAllowStunVariable = "string",
        TunnelInterfaceBindLoopbackTunnel = "string",
        TunnelInterfaceBindLoopbackTunnelVariable = "string",
        TunnelInterfaceBorder = false,
        TunnelInterfaceBorderVariable = "string",
        TunnelInterfaceCarrier = "string",
        TunnelInterfaceCarrierVariable = "string",
        TunnelInterfaceClearDontFragment = false,
        TunnelInterfaceClearDontFragmentVariable = "string",
        TunnelInterfaceColor = "string",
        TunnelInterfaceColorVariable = "string",
        TunnelInterfaceControlConnections = 0,
        TunnelInterfaceControlConnectionsVariable = "string",
        TunnelInterfaceEncapsulations = new[]
        {
            new Sdwan.Inputs.VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs
            {
                Encapsulation = "string",
                Optional = false,
                Preference = 0,
                PreferenceVariable = "string",
                Weight = 0,
                WeightVariable = "string",
            },
        },
        TunnelInterfaceExcludeControllerGroupListVariable = "string",
        TunnelInterfaceExcludeControllerGroupLists = new[]
        {
            0,
        },
        TunnelInterfaceGroups = new[]
        {
            0,
        },
        TunnelInterfaceGroupsVariable = "string",
        TunnelInterfaceHelloInterval = 0,
        TunnelInterfaceHelloIntervalVariable = "string",
        TunnelInterfaceHelloTolerance = 0,
        TunnelInterfaceHelloToleranceVariable = "string",
        TunnelInterfaceLastResortCircuit = false,
        TunnelInterfaceLastResortCircuitVariable = "string",
        TunnelInterfaceLowBandwidthLink = false,
        TunnelInterfaceLowBandwidthLinkVariable = "string",
        TunnelInterfaceNatRefreshInterval = 0,
        TunnelInterfaceNatRefreshIntervalVariable = "string",
        TunnelInterfaceNetworkBroadcast = false,
        TunnelInterfaceNetworkBroadcastVariable = "string",
        TunnelInterfacePortHop = false,
        TunnelInterfacePortHopVariable = "string",
        TunnelInterfaceRestrict = false,
        TunnelInterfaceRestrictVariable = "string",
        TunnelInterfaceTunnelTcpMss = 0,
        TunnelInterfaceTunnelTcpMssVariable = "string",
        TunnelInterfaceVbondAsStunServer = false,
        TunnelInterfaceVbondAsStunServerVariable = "string",
        TunnelInterfaceVmanageConnectionPreference = 0,
        TunnelInterfaceVmanageConnectionPreferenceVariable = "string",
        TunnelQosMode = "string",
        TunnelQosModeVariable = "string",
        WriteRule = "string",
        WriteRuleVariable = "string",
    });
    
    example, err := sdwan.NewVpnInterfaceT1E1SerialFeatureTemplate(ctx, "vpnInterfaceT1E1SerialFeatureTemplateResource", &sdwan.VpnInterfaceT1E1SerialFeatureTemplateArgs{
    	Description: pulumi.String("string"),
    	DeviceTypes: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Autonegotiate:                                pulumi.Bool(false),
    	AutonegotiateVariable:                        pulumi.String("string"),
    	ClearDontFragmentBit:                         pulumi.Bool(false),
    	ClearDontFragmentBitVariable:                 pulumi.String("string"),
    	ClockRate:                                    pulumi.String("string"),
    	ClockRateVariable:                            pulumi.String("string"),
    	CoreRegion:                                   pulumi.String("string"),
    	CoreRegionVariable:                           pulumi.String("string"),
    	EnableCoreRegion:                             pulumi.Bool(false),
    	EnableCoreRegionVariable:                     pulumi.String("string"),
    	Encapsulation:                                pulumi.String("string"),
    	EncapsulationVariable:                        pulumi.String("string"),
    	InterfaceBandwidthCapacity:                   pulumi.Int(0),
    	InterfaceBandwidthCapacityVariable:           pulumi.String("string"),
    	InterfaceDescription:                         pulumi.String("string"),
    	InterfaceDescriptionVariable:                 pulumi.String("string"),
    	InterfaceDownstreamBandwidthCapacity:         pulumi.Int(0),
    	InterfaceDownstreamBandwidthCapacityVariable: pulumi.String("string"),
    	IpMtu:         pulumi.Int(0),
    	IpMtuVariable: pulumi.String("string"),
    	Ipv4AccessLists: sdwan.VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArray{
    		&sdwan.VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs{
    			AclName:         pulumi.String("string"),
    			AclNameVariable: pulumi.String("string"),
    			Direction:       pulumi.String("string"),
    			Optional:        pulumi.Bool(false),
    		},
    	},
    	Ipv4Address:         pulumi.String("string"),
    	Ipv4AddressVariable: pulumi.String("string"),
    	Ipv6AccessLists: sdwan.VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArray{
    		&sdwan.VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs{
    			AclName:         pulumi.String("string"),
    			AclNameVariable: pulumi.String("string"),
    			Direction:       pulumi.String("string"),
    			Optional:        pulumi.Bool(false),
    		},
    	},
    	Ipv6Address:                               pulumi.String("string"),
    	Ipv6AddressVariable:                       pulumi.String("string"),
    	Name:                                      pulumi.String("string"),
    	PerTunnelQos:                              pulumi.Bool(false),
    	PerTunnelQosAggregator:                    pulumi.Bool(false),
    	PerTunnelQosAggregatorVariable:            pulumi.String("string"),
    	PerTunnelQosVariable:                      pulumi.String("string"),
    	PmtuDiscovery:                             pulumi.Bool(false),
    	PmtuDiscoveryVariable:                     pulumi.String("string"),
    	QosMap:                                    pulumi.String("string"),
    	QosMapVariable:                            pulumi.String("string"),
    	QosMapVpn:                                 pulumi.String("string"),
    	QosMapVpnVariable:                         pulumi.String("string"),
    	SecondaryRegion:                           pulumi.String("string"),
    	SecondaryRegionVariable:                   pulumi.String("string"),
    	SerialInterfaceName:                       pulumi.String("string"),
    	SerialInterfaceNameVariable:               pulumi.String("string"),
    	ShapingRate:                               pulumi.Int(0),
    	ShapingRateVariable:                       pulumi.String("string"),
    	Shutdown:                                  pulumi.Bool(false),
    	ShutdownVariable:                          pulumi.String("string"),
    	StaticIngressQos:                          pulumi.Int(0),
    	StaticIngressQosVariable:                  pulumi.String("string"),
    	TcpMss:                                    pulumi.Int(0),
    	TcpMssVariable:                            pulumi.String("string"),
    	TlocExtension:                             pulumi.String("string"),
    	TlocExtensionVariable:                     pulumi.String("string"),
    	TunnelInterfaceAllowAll:                   pulumi.Bool(false),
    	TunnelInterfaceAllowAllVariable:           pulumi.String("string"),
    	TunnelInterfaceAllowBgp:                   pulumi.Bool(false),
    	TunnelInterfaceAllowBgpVariable:           pulumi.String("string"),
    	TunnelInterfaceAllowDhcp:                  pulumi.Bool(false),
    	TunnelInterfaceAllowDhcpVariable:          pulumi.String("string"),
    	TunnelInterfaceAllowDns:                   pulumi.Bool(false),
    	TunnelInterfaceAllowDnsVariable:           pulumi.String("string"),
    	TunnelInterfaceAllowHttps:                 pulumi.Bool(false),
    	TunnelInterfaceAllowHttpsVariable:         pulumi.String("string"),
    	TunnelInterfaceAllowIcmp:                  pulumi.Bool(false),
    	TunnelInterfaceAllowIcmpVariable:          pulumi.String("string"),
    	TunnelInterfaceAllowNetconf:               pulumi.Bool(false),
    	TunnelInterfaceAllowNetconfVariable:       pulumi.String("string"),
    	TunnelInterfaceAllowNtp:                   pulumi.Bool(false),
    	TunnelInterfaceAllowNtpVariable:           pulumi.String("string"),
    	TunnelInterfaceAllowOspf:                  pulumi.Bool(false),
    	TunnelInterfaceAllowOspfVariable:          pulumi.String("string"),
    	TunnelInterfaceAllowSnmp:                  pulumi.Bool(false),
    	TunnelInterfaceAllowSnmpVariable:          pulumi.String("string"),
    	TunnelInterfaceAllowSsh:                   pulumi.Bool(false),
    	TunnelInterfaceAllowSshVariable:           pulumi.String("string"),
    	TunnelInterfaceAllowStun:                  pulumi.Bool(false),
    	TunnelInterfaceAllowStunVariable:          pulumi.String("string"),
    	TunnelInterfaceBindLoopbackTunnel:         pulumi.String("string"),
    	TunnelInterfaceBindLoopbackTunnelVariable: pulumi.String("string"),
    	TunnelInterfaceBorder:                     pulumi.Bool(false),
    	TunnelInterfaceBorderVariable:             pulumi.String("string"),
    	TunnelInterfaceCarrier:                    pulumi.String("string"),
    	TunnelInterfaceCarrierVariable:            pulumi.String("string"),
    	TunnelInterfaceClearDontFragment:          pulumi.Bool(false),
    	TunnelInterfaceClearDontFragmentVariable:  pulumi.String("string"),
    	TunnelInterfaceColor:                      pulumi.String("string"),
    	TunnelInterfaceColorVariable:              pulumi.String("string"),
    	TunnelInterfaceControlConnections:         pulumi.Int(0),
    	TunnelInterfaceControlConnectionsVariable: pulumi.String("string"),
    	TunnelInterfaceEncapsulations: sdwan.VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArray{
    		&sdwan.VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs{
    			Encapsulation:      pulumi.String("string"),
    			Optional:           pulumi.Bool(false),
    			Preference:         pulumi.Int(0),
    			PreferenceVariable: pulumi.String("string"),
    			Weight:             pulumi.Int(0),
    			WeightVariable:     pulumi.String("string"),
    		},
    	},
    	TunnelInterfaceExcludeControllerGroupListVariable: pulumi.String("string"),
    	TunnelInterfaceExcludeControllerGroupLists: pulumi.IntArray{
    		pulumi.Int(0),
    	},
    	TunnelInterfaceGroups: pulumi.IntArray{
    		pulumi.Int(0),
    	},
    	TunnelInterfaceGroupsVariable:                      pulumi.String("string"),
    	TunnelInterfaceHelloInterval:                       pulumi.Int(0),
    	TunnelInterfaceHelloIntervalVariable:               pulumi.String("string"),
    	TunnelInterfaceHelloTolerance:                      pulumi.Int(0),
    	TunnelInterfaceHelloToleranceVariable:              pulumi.String("string"),
    	TunnelInterfaceLastResortCircuit:                   pulumi.Bool(false),
    	TunnelInterfaceLastResortCircuitVariable:           pulumi.String("string"),
    	TunnelInterfaceLowBandwidthLink:                    pulumi.Bool(false),
    	TunnelInterfaceLowBandwidthLinkVariable:            pulumi.String("string"),
    	TunnelInterfaceNatRefreshInterval:                  pulumi.Int(0),
    	TunnelInterfaceNatRefreshIntervalVariable:          pulumi.String("string"),
    	TunnelInterfaceNetworkBroadcast:                    pulumi.Bool(false),
    	TunnelInterfaceNetworkBroadcastVariable:            pulumi.String("string"),
    	TunnelInterfacePortHop:                             pulumi.Bool(false),
    	TunnelInterfacePortHopVariable:                     pulumi.String("string"),
    	TunnelInterfaceRestrict:                            pulumi.Bool(false),
    	TunnelInterfaceRestrictVariable:                    pulumi.String("string"),
    	TunnelInterfaceTunnelTcpMss:                        pulumi.Int(0),
    	TunnelInterfaceTunnelTcpMssVariable:                pulumi.String("string"),
    	TunnelInterfaceVbondAsStunServer:                   pulumi.Bool(false),
    	TunnelInterfaceVbondAsStunServerVariable:           pulumi.String("string"),
    	TunnelInterfaceVmanageConnectionPreference:         pulumi.Int(0),
    	TunnelInterfaceVmanageConnectionPreferenceVariable: pulumi.String("string"),
    	TunnelQosMode:         pulumi.String("string"),
    	TunnelQosModeVariable: pulumi.String("string"),
    	WriteRule:             pulumi.String("string"),
    	WriteRuleVariable:     pulumi.String("string"),
    })
    
    var vpnInterfaceT1E1SerialFeatureTemplateResource = new VpnInterfaceT1E1SerialFeatureTemplate("vpnInterfaceT1E1SerialFeatureTemplateResource", VpnInterfaceT1E1SerialFeatureTemplateArgs.builder()
        .description("string")
        .deviceTypes("string")
        .autonegotiate(false)
        .autonegotiateVariable("string")
        .clearDontFragmentBit(false)
        .clearDontFragmentBitVariable("string")
        .clockRate("string")
        .clockRateVariable("string")
        .coreRegion("string")
        .coreRegionVariable("string")
        .enableCoreRegion(false)
        .enableCoreRegionVariable("string")
        .encapsulation("string")
        .encapsulationVariable("string")
        .interfaceBandwidthCapacity(0)
        .interfaceBandwidthCapacityVariable("string")
        .interfaceDescription("string")
        .interfaceDescriptionVariable("string")
        .interfaceDownstreamBandwidthCapacity(0)
        .interfaceDownstreamBandwidthCapacityVariable("string")
        .ipMtu(0)
        .ipMtuVariable("string")
        .ipv4AccessLists(VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs.builder()
            .aclName("string")
            .aclNameVariable("string")
            .direction("string")
            .optional(false)
            .build())
        .ipv4Address("string")
        .ipv4AddressVariable("string")
        .ipv6AccessLists(VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs.builder()
            .aclName("string")
            .aclNameVariable("string")
            .direction("string")
            .optional(false)
            .build())
        .ipv6Address("string")
        .ipv6AddressVariable("string")
        .name("string")
        .perTunnelQos(false)
        .perTunnelQosAggregator(false)
        .perTunnelQosAggregatorVariable("string")
        .perTunnelQosVariable("string")
        .pmtuDiscovery(false)
        .pmtuDiscoveryVariable("string")
        .qosMap("string")
        .qosMapVariable("string")
        .qosMapVpn("string")
        .qosMapVpnVariable("string")
        .secondaryRegion("string")
        .secondaryRegionVariable("string")
        .serialInterfaceName("string")
        .serialInterfaceNameVariable("string")
        .shapingRate(0)
        .shapingRateVariable("string")
        .shutdown(false)
        .shutdownVariable("string")
        .staticIngressQos(0)
        .staticIngressQosVariable("string")
        .tcpMss(0)
        .tcpMssVariable("string")
        .tlocExtension("string")
        .tlocExtensionVariable("string")
        .tunnelInterfaceAllowAll(false)
        .tunnelInterfaceAllowAllVariable("string")
        .tunnelInterfaceAllowBgp(false)
        .tunnelInterfaceAllowBgpVariable("string")
        .tunnelInterfaceAllowDhcp(false)
        .tunnelInterfaceAllowDhcpVariable("string")
        .tunnelInterfaceAllowDns(false)
        .tunnelInterfaceAllowDnsVariable("string")
        .tunnelInterfaceAllowHttps(false)
        .tunnelInterfaceAllowHttpsVariable("string")
        .tunnelInterfaceAllowIcmp(false)
        .tunnelInterfaceAllowIcmpVariable("string")
        .tunnelInterfaceAllowNetconf(false)
        .tunnelInterfaceAllowNetconfVariable("string")
        .tunnelInterfaceAllowNtp(false)
        .tunnelInterfaceAllowNtpVariable("string")
        .tunnelInterfaceAllowOspf(false)
        .tunnelInterfaceAllowOspfVariable("string")
        .tunnelInterfaceAllowSnmp(false)
        .tunnelInterfaceAllowSnmpVariable("string")
        .tunnelInterfaceAllowSsh(false)
        .tunnelInterfaceAllowSshVariable("string")
        .tunnelInterfaceAllowStun(false)
        .tunnelInterfaceAllowStunVariable("string")
        .tunnelInterfaceBindLoopbackTunnel("string")
        .tunnelInterfaceBindLoopbackTunnelVariable("string")
        .tunnelInterfaceBorder(false)
        .tunnelInterfaceBorderVariable("string")
        .tunnelInterfaceCarrier("string")
        .tunnelInterfaceCarrierVariable("string")
        .tunnelInterfaceClearDontFragment(false)
        .tunnelInterfaceClearDontFragmentVariable("string")
        .tunnelInterfaceColor("string")
        .tunnelInterfaceColorVariable("string")
        .tunnelInterfaceControlConnections(0)
        .tunnelInterfaceControlConnectionsVariable("string")
        .tunnelInterfaceEncapsulations(VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs.builder()
            .encapsulation("string")
            .optional(false)
            .preference(0)
            .preferenceVariable("string")
            .weight(0)
            .weightVariable("string")
            .build())
        .tunnelInterfaceExcludeControllerGroupListVariable("string")
        .tunnelInterfaceExcludeControllerGroupLists(0)
        .tunnelInterfaceGroups(0)
        .tunnelInterfaceGroupsVariable("string")
        .tunnelInterfaceHelloInterval(0)
        .tunnelInterfaceHelloIntervalVariable("string")
        .tunnelInterfaceHelloTolerance(0)
        .tunnelInterfaceHelloToleranceVariable("string")
        .tunnelInterfaceLastResortCircuit(false)
        .tunnelInterfaceLastResortCircuitVariable("string")
        .tunnelInterfaceLowBandwidthLink(false)
        .tunnelInterfaceLowBandwidthLinkVariable("string")
        .tunnelInterfaceNatRefreshInterval(0)
        .tunnelInterfaceNatRefreshIntervalVariable("string")
        .tunnelInterfaceNetworkBroadcast(false)
        .tunnelInterfaceNetworkBroadcastVariable("string")
        .tunnelInterfacePortHop(false)
        .tunnelInterfacePortHopVariable("string")
        .tunnelInterfaceRestrict(false)
        .tunnelInterfaceRestrictVariable("string")
        .tunnelInterfaceTunnelTcpMss(0)
        .tunnelInterfaceTunnelTcpMssVariable("string")
        .tunnelInterfaceVbondAsStunServer(false)
        .tunnelInterfaceVbondAsStunServerVariable("string")
        .tunnelInterfaceVmanageConnectionPreference(0)
        .tunnelInterfaceVmanageConnectionPreferenceVariable("string")
        .tunnelQosMode("string")
        .tunnelQosModeVariable("string")
        .writeRule("string")
        .writeRuleVariable("string")
        .build());
    
    vpn_interface_t1_e1_serial_feature_template_resource = sdwan.VpnInterfaceT1E1SerialFeatureTemplate("vpnInterfaceT1E1SerialFeatureTemplateResource",
        description="string",
        device_types=["string"],
        autonegotiate=False,
        autonegotiate_variable="string",
        clear_dont_fragment_bit=False,
        clear_dont_fragment_bit_variable="string",
        clock_rate="string",
        clock_rate_variable="string",
        core_region="string",
        core_region_variable="string",
        enable_core_region=False,
        enable_core_region_variable="string",
        encapsulation="string",
        encapsulation_variable="string",
        interface_bandwidth_capacity=0,
        interface_bandwidth_capacity_variable="string",
        interface_description="string",
        interface_description_variable="string",
        interface_downstream_bandwidth_capacity=0,
        interface_downstream_bandwidth_capacity_variable="string",
        ip_mtu=0,
        ip_mtu_variable="string",
        ipv4_access_lists=[sdwan.VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs(
            acl_name="string",
            acl_name_variable="string",
            direction="string",
            optional=False,
        )],
        ipv4_address="string",
        ipv4_address_variable="string",
        ipv6_access_lists=[sdwan.VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs(
            acl_name="string",
            acl_name_variable="string",
            direction="string",
            optional=False,
        )],
        ipv6_address="string",
        ipv6_address_variable="string",
        name="string",
        per_tunnel_qos=False,
        per_tunnel_qos_aggregator=False,
        per_tunnel_qos_aggregator_variable="string",
        per_tunnel_qos_variable="string",
        pmtu_discovery=False,
        pmtu_discovery_variable="string",
        qos_map="string",
        qos_map_variable="string",
        qos_map_vpn="string",
        qos_map_vpn_variable="string",
        secondary_region="string",
        secondary_region_variable="string",
        serial_interface_name="string",
        serial_interface_name_variable="string",
        shaping_rate=0,
        shaping_rate_variable="string",
        shutdown=False,
        shutdown_variable="string",
        static_ingress_qos=0,
        static_ingress_qos_variable="string",
        tcp_mss=0,
        tcp_mss_variable="string",
        tloc_extension="string",
        tloc_extension_variable="string",
        tunnel_interface_allow_all=False,
        tunnel_interface_allow_all_variable="string",
        tunnel_interface_allow_bgp=False,
        tunnel_interface_allow_bgp_variable="string",
        tunnel_interface_allow_dhcp=False,
        tunnel_interface_allow_dhcp_variable="string",
        tunnel_interface_allow_dns=False,
        tunnel_interface_allow_dns_variable="string",
        tunnel_interface_allow_https=False,
        tunnel_interface_allow_https_variable="string",
        tunnel_interface_allow_icmp=False,
        tunnel_interface_allow_icmp_variable="string",
        tunnel_interface_allow_netconf=False,
        tunnel_interface_allow_netconf_variable="string",
        tunnel_interface_allow_ntp=False,
        tunnel_interface_allow_ntp_variable="string",
        tunnel_interface_allow_ospf=False,
        tunnel_interface_allow_ospf_variable="string",
        tunnel_interface_allow_snmp=False,
        tunnel_interface_allow_snmp_variable="string",
        tunnel_interface_allow_ssh=False,
        tunnel_interface_allow_ssh_variable="string",
        tunnel_interface_allow_stun=False,
        tunnel_interface_allow_stun_variable="string",
        tunnel_interface_bind_loopback_tunnel="string",
        tunnel_interface_bind_loopback_tunnel_variable="string",
        tunnel_interface_border=False,
        tunnel_interface_border_variable="string",
        tunnel_interface_carrier="string",
        tunnel_interface_carrier_variable="string",
        tunnel_interface_clear_dont_fragment=False,
        tunnel_interface_clear_dont_fragment_variable="string",
        tunnel_interface_color="string",
        tunnel_interface_color_variable="string",
        tunnel_interface_control_connections=0,
        tunnel_interface_control_connections_variable="string",
        tunnel_interface_encapsulations=[sdwan.VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs(
            encapsulation="string",
            optional=False,
            preference=0,
            preference_variable="string",
            weight=0,
            weight_variable="string",
        )],
        tunnel_interface_exclude_controller_group_list_variable="string",
        tunnel_interface_exclude_controller_group_lists=[0],
        tunnel_interface_groups=[0],
        tunnel_interface_groups_variable="string",
        tunnel_interface_hello_interval=0,
        tunnel_interface_hello_interval_variable="string",
        tunnel_interface_hello_tolerance=0,
        tunnel_interface_hello_tolerance_variable="string",
        tunnel_interface_last_resort_circuit=False,
        tunnel_interface_last_resort_circuit_variable="string",
        tunnel_interface_low_bandwidth_link=False,
        tunnel_interface_low_bandwidth_link_variable="string",
        tunnel_interface_nat_refresh_interval=0,
        tunnel_interface_nat_refresh_interval_variable="string",
        tunnel_interface_network_broadcast=False,
        tunnel_interface_network_broadcast_variable="string",
        tunnel_interface_port_hop=False,
        tunnel_interface_port_hop_variable="string",
        tunnel_interface_restrict=False,
        tunnel_interface_restrict_variable="string",
        tunnel_interface_tunnel_tcp_mss=0,
        tunnel_interface_tunnel_tcp_mss_variable="string",
        tunnel_interface_vbond_as_stun_server=False,
        tunnel_interface_vbond_as_stun_server_variable="string",
        tunnel_interface_vmanage_connection_preference=0,
        tunnel_interface_vmanage_connection_preference_variable="string",
        tunnel_qos_mode="string",
        tunnel_qos_mode_variable="string",
        write_rule="string",
        write_rule_variable="string")
    
    const vpnInterfaceT1E1SerialFeatureTemplateResource = new sdwan.VpnInterfaceT1E1SerialFeatureTemplate("vpnInterfaceT1E1SerialFeatureTemplateResource", {
        description: "string",
        deviceTypes: ["string"],
        autonegotiate: false,
        autonegotiateVariable: "string",
        clearDontFragmentBit: false,
        clearDontFragmentBitVariable: "string",
        clockRate: "string",
        clockRateVariable: "string",
        coreRegion: "string",
        coreRegionVariable: "string",
        enableCoreRegion: false,
        enableCoreRegionVariable: "string",
        encapsulation: "string",
        encapsulationVariable: "string",
        interfaceBandwidthCapacity: 0,
        interfaceBandwidthCapacityVariable: "string",
        interfaceDescription: "string",
        interfaceDescriptionVariable: "string",
        interfaceDownstreamBandwidthCapacity: 0,
        interfaceDownstreamBandwidthCapacityVariable: "string",
        ipMtu: 0,
        ipMtuVariable: "string",
        ipv4AccessLists: [{
            aclName: "string",
            aclNameVariable: "string",
            direction: "string",
            optional: false,
        }],
        ipv4Address: "string",
        ipv4AddressVariable: "string",
        ipv6AccessLists: [{
            aclName: "string",
            aclNameVariable: "string",
            direction: "string",
            optional: false,
        }],
        ipv6Address: "string",
        ipv6AddressVariable: "string",
        name: "string",
        perTunnelQos: false,
        perTunnelQosAggregator: false,
        perTunnelQosAggregatorVariable: "string",
        perTunnelQosVariable: "string",
        pmtuDiscovery: false,
        pmtuDiscoveryVariable: "string",
        qosMap: "string",
        qosMapVariable: "string",
        qosMapVpn: "string",
        qosMapVpnVariable: "string",
        secondaryRegion: "string",
        secondaryRegionVariable: "string",
        serialInterfaceName: "string",
        serialInterfaceNameVariable: "string",
        shapingRate: 0,
        shapingRateVariable: "string",
        shutdown: false,
        shutdownVariable: "string",
        staticIngressQos: 0,
        staticIngressQosVariable: "string",
        tcpMss: 0,
        tcpMssVariable: "string",
        tlocExtension: "string",
        tlocExtensionVariable: "string",
        tunnelInterfaceAllowAll: false,
        tunnelInterfaceAllowAllVariable: "string",
        tunnelInterfaceAllowBgp: false,
        tunnelInterfaceAllowBgpVariable: "string",
        tunnelInterfaceAllowDhcp: false,
        tunnelInterfaceAllowDhcpVariable: "string",
        tunnelInterfaceAllowDns: false,
        tunnelInterfaceAllowDnsVariable: "string",
        tunnelInterfaceAllowHttps: false,
        tunnelInterfaceAllowHttpsVariable: "string",
        tunnelInterfaceAllowIcmp: false,
        tunnelInterfaceAllowIcmpVariable: "string",
        tunnelInterfaceAllowNetconf: false,
        tunnelInterfaceAllowNetconfVariable: "string",
        tunnelInterfaceAllowNtp: false,
        tunnelInterfaceAllowNtpVariable: "string",
        tunnelInterfaceAllowOspf: false,
        tunnelInterfaceAllowOspfVariable: "string",
        tunnelInterfaceAllowSnmp: false,
        tunnelInterfaceAllowSnmpVariable: "string",
        tunnelInterfaceAllowSsh: false,
        tunnelInterfaceAllowSshVariable: "string",
        tunnelInterfaceAllowStun: false,
        tunnelInterfaceAllowStunVariable: "string",
        tunnelInterfaceBindLoopbackTunnel: "string",
        tunnelInterfaceBindLoopbackTunnelVariable: "string",
        tunnelInterfaceBorder: false,
        tunnelInterfaceBorderVariable: "string",
        tunnelInterfaceCarrier: "string",
        tunnelInterfaceCarrierVariable: "string",
        tunnelInterfaceClearDontFragment: false,
        tunnelInterfaceClearDontFragmentVariable: "string",
        tunnelInterfaceColor: "string",
        tunnelInterfaceColorVariable: "string",
        tunnelInterfaceControlConnections: 0,
        tunnelInterfaceControlConnectionsVariable: "string",
        tunnelInterfaceEncapsulations: [{
            encapsulation: "string",
            optional: false,
            preference: 0,
            preferenceVariable: "string",
            weight: 0,
            weightVariable: "string",
        }],
        tunnelInterfaceExcludeControllerGroupListVariable: "string",
        tunnelInterfaceExcludeControllerGroupLists: [0],
        tunnelInterfaceGroups: [0],
        tunnelInterfaceGroupsVariable: "string",
        tunnelInterfaceHelloInterval: 0,
        tunnelInterfaceHelloIntervalVariable: "string",
        tunnelInterfaceHelloTolerance: 0,
        tunnelInterfaceHelloToleranceVariable: "string",
        tunnelInterfaceLastResortCircuit: false,
        tunnelInterfaceLastResortCircuitVariable: "string",
        tunnelInterfaceLowBandwidthLink: false,
        tunnelInterfaceLowBandwidthLinkVariable: "string",
        tunnelInterfaceNatRefreshInterval: 0,
        tunnelInterfaceNatRefreshIntervalVariable: "string",
        tunnelInterfaceNetworkBroadcast: false,
        tunnelInterfaceNetworkBroadcastVariable: "string",
        tunnelInterfacePortHop: false,
        tunnelInterfacePortHopVariable: "string",
        tunnelInterfaceRestrict: false,
        tunnelInterfaceRestrictVariable: "string",
        tunnelInterfaceTunnelTcpMss: 0,
        tunnelInterfaceTunnelTcpMssVariable: "string",
        tunnelInterfaceVbondAsStunServer: false,
        tunnelInterfaceVbondAsStunServerVariable: "string",
        tunnelInterfaceVmanageConnectionPreference: 0,
        tunnelInterfaceVmanageConnectionPreferenceVariable: "string",
        tunnelQosMode: "string",
        tunnelQosModeVariable: "string",
        writeRule: "string",
        writeRuleVariable: "string",
    });
    
    type: sdwan:VpnInterfaceT1E1SerialFeatureTemplate
    properties:
        autonegotiate: false
        autonegotiateVariable: string
        clearDontFragmentBit: false
        clearDontFragmentBitVariable: string
        clockRate: string
        clockRateVariable: string
        coreRegion: string
        coreRegionVariable: string
        description: string
        deviceTypes:
            - string
        enableCoreRegion: false
        enableCoreRegionVariable: string
        encapsulation: string
        encapsulationVariable: string
        interfaceBandwidthCapacity: 0
        interfaceBandwidthCapacityVariable: string
        interfaceDescription: string
        interfaceDescriptionVariable: string
        interfaceDownstreamBandwidthCapacity: 0
        interfaceDownstreamBandwidthCapacityVariable: string
        ipMtu: 0
        ipMtuVariable: string
        ipv4AccessLists:
            - aclName: string
              aclNameVariable: string
              direction: string
              optional: false
        ipv4Address: string
        ipv4AddressVariable: string
        ipv6AccessLists:
            - aclName: string
              aclNameVariable: string
              direction: string
              optional: false
        ipv6Address: string
        ipv6AddressVariable: string
        name: string
        perTunnelQos: false
        perTunnelQosAggregator: false
        perTunnelQosAggregatorVariable: string
        perTunnelQosVariable: string
        pmtuDiscovery: false
        pmtuDiscoveryVariable: string
        qosMap: string
        qosMapVariable: string
        qosMapVpn: string
        qosMapVpnVariable: string
        secondaryRegion: string
        secondaryRegionVariable: string
        serialInterfaceName: string
        serialInterfaceNameVariable: string
        shapingRate: 0
        shapingRateVariable: string
        shutdown: false
        shutdownVariable: string
        staticIngressQos: 0
        staticIngressQosVariable: string
        tcpMss: 0
        tcpMssVariable: string
        tlocExtension: string
        tlocExtensionVariable: string
        tunnelInterfaceAllowAll: false
        tunnelInterfaceAllowAllVariable: string
        tunnelInterfaceAllowBgp: false
        tunnelInterfaceAllowBgpVariable: string
        tunnelInterfaceAllowDhcp: false
        tunnelInterfaceAllowDhcpVariable: string
        tunnelInterfaceAllowDns: false
        tunnelInterfaceAllowDnsVariable: string
        tunnelInterfaceAllowHttps: false
        tunnelInterfaceAllowHttpsVariable: string
        tunnelInterfaceAllowIcmp: false
        tunnelInterfaceAllowIcmpVariable: string
        tunnelInterfaceAllowNetconf: false
        tunnelInterfaceAllowNetconfVariable: string
        tunnelInterfaceAllowNtp: false
        tunnelInterfaceAllowNtpVariable: string
        tunnelInterfaceAllowOspf: false
        tunnelInterfaceAllowOspfVariable: string
        tunnelInterfaceAllowSnmp: false
        tunnelInterfaceAllowSnmpVariable: string
        tunnelInterfaceAllowSsh: false
        tunnelInterfaceAllowSshVariable: string
        tunnelInterfaceAllowStun: false
        tunnelInterfaceAllowStunVariable: string
        tunnelInterfaceBindLoopbackTunnel: string
        tunnelInterfaceBindLoopbackTunnelVariable: string
        tunnelInterfaceBorder: false
        tunnelInterfaceBorderVariable: string
        tunnelInterfaceCarrier: string
        tunnelInterfaceCarrierVariable: string
        tunnelInterfaceClearDontFragment: false
        tunnelInterfaceClearDontFragmentVariable: string
        tunnelInterfaceColor: string
        tunnelInterfaceColorVariable: string
        tunnelInterfaceControlConnections: 0
        tunnelInterfaceControlConnectionsVariable: string
        tunnelInterfaceEncapsulations:
            - encapsulation: string
              optional: false
              preference: 0
              preferenceVariable: string
              weight: 0
              weightVariable: string
        tunnelInterfaceExcludeControllerGroupListVariable: string
        tunnelInterfaceExcludeControllerGroupLists:
            - 0
        tunnelInterfaceGroups:
            - 0
        tunnelInterfaceGroupsVariable: string
        tunnelInterfaceHelloInterval: 0
        tunnelInterfaceHelloIntervalVariable: string
        tunnelInterfaceHelloTolerance: 0
        tunnelInterfaceHelloToleranceVariable: string
        tunnelInterfaceLastResortCircuit: false
        tunnelInterfaceLastResortCircuitVariable: string
        tunnelInterfaceLowBandwidthLink: false
        tunnelInterfaceLowBandwidthLinkVariable: string
        tunnelInterfaceNatRefreshInterval: 0
        tunnelInterfaceNatRefreshIntervalVariable: string
        tunnelInterfaceNetworkBroadcast: false
        tunnelInterfaceNetworkBroadcastVariable: string
        tunnelInterfacePortHop: false
        tunnelInterfacePortHopVariable: string
        tunnelInterfaceRestrict: false
        tunnelInterfaceRestrictVariable: string
        tunnelInterfaceTunnelTcpMss: 0
        tunnelInterfaceTunnelTcpMssVariable: string
        tunnelInterfaceVbondAsStunServer: false
        tunnelInterfaceVbondAsStunServerVariable: string
        tunnelInterfaceVmanageConnectionPreference: 0
        tunnelInterfaceVmanageConnectionPreferenceVariable: string
        tunnelQosMode: string
        tunnelQosModeVariable: string
        writeRule: string
        writeRuleVariable: string
    

    VpnInterfaceT1E1SerialFeatureTemplate 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 VpnInterfaceT1E1SerialFeatureTemplate 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
    Autonegotiate bool
    Link autonegotiation - Default value: true
    AutonegotiateVariable string
    Variable name
    ClearDontFragmentBit bool
    Clear don't fragment bit - Default value: false
    ClearDontFragmentBitVariable string
    Variable name
    ClockRate string
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    ClockRateVariable string
    Variable name
    CoreRegion string
    Enable core region - Choices: core, core-shared - Default value: core
    CoreRegionVariable string
    Variable name
    EnableCoreRegion bool
    Enable core region - Default value: false
    EnableCoreRegionVariable string
    Variable name
    Encapsulation string
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    EncapsulationVariable string
    Variable name
    InterfaceBandwidthCapacity int
    Interface bandwidth capacity, in kbps - Range: 1-128
    InterfaceBandwidthCapacityVariable string
    Variable name
    InterfaceDescription string
    Interface description
    InterfaceDescriptionVariable string
    Variable name
    InterfaceDownstreamBandwidthCapacity int
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    InterfaceDownstreamBandwidthCapacityVariable string
    Variable name
    IpMtu int
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    IpMtuVariable string
    Variable name
    Ipv4AccessLists List<VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessList>
    Apply ACL
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    Ipv6AccessLists List<VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessList>
    Apply IPv6 access list
    Ipv6Address string
    Assign IPv6 address
    Ipv6AddressVariable string
    Variable name
    Name string
    The name of the feature template
    PerTunnelQos bool
    Per-tunnel Qos - Default value: false
    PerTunnelQosAggregator bool
    Per-tunnel QoS Aggregator - Default value: false
    PerTunnelQosAggregatorVariable string
    Variable name
    PerTunnelQosVariable string
    Variable name
    PmtuDiscovery bool
    Path MTU Discovery - Default value: false
    PmtuDiscoveryVariable string
    Variable name
    QosMap string
    Name of QoS map
    QosMapVariable string
    Variable name
    QosMapVpn string
    Name of VPN QoS map
    QosMapVpnVariable string
    Variable name
    SecondaryRegion string
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    SecondaryRegionVariable string
    Variable name
    SerialInterfaceName string
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    SerialInterfaceNameVariable string
    Variable name
    ShapingRate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    ShapingRateVariable string
    Variable name
    Shutdown bool
    Administrative state - Default value: true
    ShutdownVariable string
    Variable name
    StaticIngressQos int
    Static ingress QoS for the port - Range: 0-7
    StaticIngressQosVariable string
    Variable name
    TcpMss int
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    TcpMssVariable string
    Variable name
    TlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    TlocExtensionVariable string
    Variable name
    TunnelInterfaceAllowAll bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    TunnelInterfaceAllowAllVariable string
    Variable name
    TunnelInterfaceAllowBgp bool
    Allow/deny BGP - Default value: false
    TunnelInterfaceAllowBgpVariable string
    Variable name
    TunnelInterfaceAllowDhcp bool
    Allow/Deny DHCP - Default value: true
    TunnelInterfaceAllowDhcpVariable string
    Variable name
    TunnelInterfaceAllowDns bool
    Allow/Deny DNS - Default value: true
    TunnelInterfaceAllowDnsVariable string
    Variable name
    TunnelInterfaceAllowHttps bool
    Allow/Deny Https - Default value: true
    TunnelInterfaceAllowHttpsVariable string
    Variable name
    TunnelInterfaceAllowIcmp bool
    Allow/Deny ICMP - Default value: true
    TunnelInterfaceAllowIcmpVariable string
    Variable name
    TunnelInterfaceAllowNetconf bool
    Allow/Deny NETCONF - Default value: false
    TunnelInterfaceAllowNetconfVariable string
    Variable name
    TunnelInterfaceAllowNtp bool
    Allow/Deny NTP - Default value: false
    TunnelInterfaceAllowNtpVariable string
    Variable name
    TunnelInterfaceAllowOspf bool
    Allow/Deny OSPF - Default value: false
    TunnelInterfaceAllowOspfVariable string
    Variable name
    TunnelInterfaceAllowSnmp bool
    Allow/Deny SNMP - Default value: false
    TunnelInterfaceAllowSnmpVariable string
    Variable name
    TunnelInterfaceAllowSsh bool
    Allow/Deny SSH - Default value: false
    TunnelInterfaceAllowSshVariable string
    Variable name
    TunnelInterfaceAllowStun bool
    Allow/Deny STUN - Default value: false
    TunnelInterfaceAllowStunVariable string
    Variable name
    TunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    TunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    TunnelInterfaceBorder bool
    Set TLOC as border TLOC - Default value: false
    TunnelInterfaceBorderVariable string
    Variable name
    TunnelInterfaceCarrier string
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    TunnelInterfaceCarrierVariable string
    Variable name
    TunnelInterfaceClearDontFragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    TunnelInterfaceClearDontFragmentVariable string
    Variable name
    TunnelInterfaceColor string
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    TunnelInterfaceColorVariable string
    Variable name
    TunnelInterfaceControlConnections int
    Set the maximum number of control connections for this TLOC - Range: 0-8
    TunnelInterfaceControlConnectionsVariable string
    Variable name
    TunnelInterfaceEncapsulations List<VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulation>
    Encapsulation for TLOC
    TunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    TunnelInterfaceExcludeControllerGroupLists List<int>
    Exclude the following controller groups defined in this list
    TunnelInterfaceGroups List<int>
    List of groups
    TunnelInterfaceGroupsVariable string
    Variable name
    TunnelInterfaceHelloInterval int
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    TunnelInterfaceHelloIntervalVariable string
    Variable name
    TunnelInterfaceHelloTolerance int
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    TunnelInterfaceHelloToleranceVariable string
    Variable name
    TunnelInterfaceLastResortCircuit bool
    Set TLOC as last resort - Default value: false
    TunnelInterfaceLastResortCircuitVariable string
    Variable name
    TunnelInterfaceLowBandwidthLink bool
    Set the interface as a low-bandwidth circuit - Default value: false
    TunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    TunnelInterfaceNatRefreshInterval int
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    TunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    TunnelInterfaceNetworkBroadcast bool
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    TunnelInterfaceNetworkBroadcastVariable string
    Variable name
    TunnelInterfacePortHop bool
    Disallow port hopping on the tunnel interface - Default value: true
    TunnelInterfacePortHopVariable string
    Variable name
    TunnelInterfaceRestrict bool
    Restrict this TLOC behavior - Default value: false
    TunnelInterfaceRestrictVariable string
    Variable name
    TunnelInterfaceTunnelTcpMss int
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    TunnelInterfaceTunnelTcpMssVariable string
    Variable name
    TunnelInterfaceVbondAsStunServer bool
    Put this wan interface in STUN mode only - Default value: false
    TunnelInterfaceVbondAsStunServerVariable string
    Variable name
    TunnelInterfaceVmanageConnectionPreference int
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    TunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    TunnelQosMode string
    Set tunnel QoS mode - Choices: spoke
    TunnelQosModeVariable string
    Variable name
    WriteRule string
    Name of rewrite rule
    WriteRuleVariable string
    Variable name
    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
    Autonegotiate bool
    Link autonegotiation - Default value: true
    AutonegotiateVariable string
    Variable name
    ClearDontFragmentBit bool
    Clear don't fragment bit - Default value: false
    ClearDontFragmentBitVariable string
    Variable name
    ClockRate string
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    ClockRateVariable string
    Variable name
    CoreRegion string
    Enable core region - Choices: core, core-shared - Default value: core
    CoreRegionVariable string
    Variable name
    EnableCoreRegion bool
    Enable core region - Default value: false
    EnableCoreRegionVariable string
    Variable name
    Encapsulation string
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    EncapsulationVariable string
    Variable name
    InterfaceBandwidthCapacity int
    Interface bandwidth capacity, in kbps - Range: 1-128
    InterfaceBandwidthCapacityVariable string
    Variable name
    InterfaceDescription string
    Interface description
    InterfaceDescriptionVariable string
    Variable name
    InterfaceDownstreamBandwidthCapacity int
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    InterfaceDownstreamBandwidthCapacityVariable string
    Variable name
    IpMtu int
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    IpMtuVariable string
    Variable name
    Ipv4AccessLists []VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs
    Apply ACL
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    Ipv6AccessLists []VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs
    Apply IPv6 access list
    Ipv6Address string
    Assign IPv6 address
    Ipv6AddressVariable string
    Variable name
    Name string
    The name of the feature template
    PerTunnelQos bool
    Per-tunnel Qos - Default value: false
    PerTunnelQosAggregator bool
    Per-tunnel QoS Aggregator - Default value: false
    PerTunnelQosAggregatorVariable string
    Variable name
    PerTunnelQosVariable string
    Variable name
    PmtuDiscovery bool
    Path MTU Discovery - Default value: false
    PmtuDiscoveryVariable string
    Variable name
    QosMap string
    Name of QoS map
    QosMapVariable string
    Variable name
    QosMapVpn string
    Name of VPN QoS map
    QosMapVpnVariable string
    Variable name
    SecondaryRegion string
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    SecondaryRegionVariable string
    Variable name
    SerialInterfaceName string
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    SerialInterfaceNameVariable string
    Variable name
    ShapingRate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    ShapingRateVariable string
    Variable name
    Shutdown bool
    Administrative state - Default value: true
    ShutdownVariable string
    Variable name
    StaticIngressQos int
    Static ingress QoS for the port - Range: 0-7
    StaticIngressQosVariable string
    Variable name
    TcpMss int
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    TcpMssVariable string
    Variable name
    TlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    TlocExtensionVariable string
    Variable name
    TunnelInterfaceAllowAll bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    TunnelInterfaceAllowAllVariable string
    Variable name
    TunnelInterfaceAllowBgp bool
    Allow/deny BGP - Default value: false
    TunnelInterfaceAllowBgpVariable string
    Variable name
    TunnelInterfaceAllowDhcp bool
    Allow/Deny DHCP - Default value: true
    TunnelInterfaceAllowDhcpVariable string
    Variable name
    TunnelInterfaceAllowDns bool
    Allow/Deny DNS - Default value: true
    TunnelInterfaceAllowDnsVariable string
    Variable name
    TunnelInterfaceAllowHttps bool
    Allow/Deny Https - Default value: true
    TunnelInterfaceAllowHttpsVariable string
    Variable name
    TunnelInterfaceAllowIcmp bool
    Allow/Deny ICMP - Default value: true
    TunnelInterfaceAllowIcmpVariable string
    Variable name
    TunnelInterfaceAllowNetconf bool
    Allow/Deny NETCONF - Default value: false
    TunnelInterfaceAllowNetconfVariable string
    Variable name
    TunnelInterfaceAllowNtp bool
    Allow/Deny NTP - Default value: false
    TunnelInterfaceAllowNtpVariable string
    Variable name
    TunnelInterfaceAllowOspf bool
    Allow/Deny OSPF - Default value: false
    TunnelInterfaceAllowOspfVariable string
    Variable name
    TunnelInterfaceAllowSnmp bool
    Allow/Deny SNMP - Default value: false
    TunnelInterfaceAllowSnmpVariable string
    Variable name
    TunnelInterfaceAllowSsh bool
    Allow/Deny SSH - Default value: false
    TunnelInterfaceAllowSshVariable string
    Variable name
    TunnelInterfaceAllowStun bool
    Allow/Deny STUN - Default value: false
    TunnelInterfaceAllowStunVariable string
    Variable name
    TunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    TunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    TunnelInterfaceBorder bool
    Set TLOC as border TLOC - Default value: false
    TunnelInterfaceBorderVariable string
    Variable name
    TunnelInterfaceCarrier string
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    TunnelInterfaceCarrierVariable string
    Variable name
    TunnelInterfaceClearDontFragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    TunnelInterfaceClearDontFragmentVariable string
    Variable name
    TunnelInterfaceColor string
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    TunnelInterfaceColorVariable string
    Variable name
    TunnelInterfaceControlConnections int
    Set the maximum number of control connections for this TLOC - Range: 0-8
    TunnelInterfaceControlConnectionsVariable string
    Variable name
    TunnelInterfaceEncapsulations []VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs
    Encapsulation for TLOC
    TunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    TunnelInterfaceExcludeControllerGroupLists []int
    Exclude the following controller groups defined in this list
    TunnelInterfaceGroups []int
    List of groups
    TunnelInterfaceGroupsVariable string
    Variable name
    TunnelInterfaceHelloInterval int
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    TunnelInterfaceHelloIntervalVariable string
    Variable name
    TunnelInterfaceHelloTolerance int
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    TunnelInterfaceHelloToleranceVariable string
    Variable name
    TunnelInterfaceLastResortCircuit bool
    Set TLOC as last resort - Default value: false
    TunnelInterfaceLastResortCircuitVariable string
    Variable name
    TunnelInterfaceLowBandwidthLink bool
    Set the interface as a low-bandwidth circuit - Default value: false
    TunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    TunnelInterfaceNatRefreshInterval int
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    TunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    TunnelInterfaceNetworkBroadcast bool
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    TunnelInterfaceNetworkBroadcastVariable string
    Variable name
    TunnelInterfacePortHop bool
    Disallow port hopping on the tunnel interface - Default value: true
    TunnelInterfacePortHopVariable string
    Variable name
    TunnelInterfaceRestrict bool
    Restrict this TLOC behavior - Default value: false
    TunnelInterfaceRestrictVariable string
    Variable name
    TunnelInterfaceTunnelTcpMss int
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    TunnelInterfaceTunnelTcpMssVariable string
    Variable name
    TunnelInterfaceVbondAsStunServer bool
    Put this wan interface in STUN mode only - Default value: false
    TunnelInterfaceVbondAsStunServerVariable string
    Variable name
    TunnelInterfaceVmanageConnectionPreference int
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    TunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    TunnelQosMode string
    Set tunnel QoS mode - Choices: spoke
    TunnelQosModeVariable string
    Variable name
    WriteRule string
    Name of rewrite rule
    WriteRuleVariable string
    Variable name
    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
    autonegotiate Boolean
    Link autonegotiation - Default value: true
    autonegotiateVariable String
    Variable name
    clearDontFragmentBit Boolean
    Clear don't fragment bit - Default value: false
    clearDontFragmentBitVariable String
    Variable name
    clockRate String
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    clockRateVariable String
    Variable name
    coreRegion String
    Enable core region - Choices: core, core-shared - Default value: core
    coreRegionVariable String
    Variable name
    enableCoreRegion Boolean
    Enable core region - Default value: false
    enableCoreRegionVariable String
    Variable name
    encapsulation String
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    encapsulationVariable String
    Variable name
    interfaceBandwidthCapacity Integer
    Interface bandwidth capacity, in kbps - Range: 1-128
    interfaceBandwidthCapacityVariable String
    Variable name
    interfaceDescription String
    Interface description
    interfaceDescriptionVariable String
    Variable name
    interfaceDownstreamBandwidthCapacity Integer
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    interfaceDownstreamBandwidthCapacityVariable String
    Variable name
    ipMtu Integer
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    ipMtuVariable String
    Variable name
    ipv4AccessLists List<VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessList>
    Apply ACL
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    ipv6AccessLists List<VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessList>
    Apply IPv6 access list
    ipv6Address String
    Assign IPv6 address
    ipv6AddressVariable String
    Variable name
    name String
    The name of the feature template
    perTunnelQos Boolean
    Per-tunnel Qos - Default value: false
    perTunnelQosAggregator Boolean
    Per-tunnel QoS Aggregator - Default value: false
    perTunnelQosAggregatorVariable String
    Variable name
    perTunnelQosVariable String
    Variable name
    pmtuDiscovery Boolean
    Path MTU Discovery - Default value: false
    pmtuDiscoveryVariable String
    Variable name
    qosMap String
    Name of QoS map
    qosMapVariable String
    Variable name
    qosMapVpn String
    Name of VPN QoS map
    qosMapVpnVariable String
    Variable name
    secondaryRegion String
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    secondaryRegionVariable String
    Variable name
    serialInterfaceName String
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    serialInterfaceNameVariable String
    Variable name
    shapingRate Integer
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    shapingRateVariable String
    Variable name
    shutdown Boolean
    Administrative state - Default value: true
    shutdownVariable String
    Variable name
    staticIngressQos Integer
    Static ingress QoS for the port - Range: 0-7
    staticIngressQosVariable String
    Variable name
    tcpMss Integer
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    tcpMssVariable String
    Variable name
    tlocExtension String
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable String
    Variable name
    tunnelInterfaceAllowAll Boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    tunnelInterfaceAllowAllVariable String
    Variable name
    tunnelInterfaceAllowBgp Boolean
    Allow/deny BGP - Default value: false
    tunnelInterfaceAllowBgpVariable String
    Variable name
    tunnelInterfaceAllowDhcp Boolean
    Allow/Deny DHCP - Default value: true
    tunnelInterfaceAllowDhcpVariable String
    Variable name
    tunnelInterfaceAllowDns Boolean
    Allow/Deny DNS - Default value: true
    tunnelInterfaceAllowDnsVariable String
    Variable name
    tunnelInterfaceAllowHttps Boolean
    Allow/Deny Https - Default value: true
    tunnelInterfaceAllowHttpsVariable String
    Variable name
    tunnelInterfaceAllowIcmp Boolean
    Allow/Deny ICMP - Default value: true
    tunnelInterfaceAllowIcmpVariable String
    Variable name
    tunnelInterfaceAllowNetconf Boolean
    Allow/Deny NETCONF - Default value: false
    tunnelInterfaceAllowNetconfVariable String
    Variable name
    tunnelInterfaceAllowNtp Boolean
    Allow/Deny NTP - Default value: false
    tunnelInterfaceAllowNtpVariable String
    Variable name
    tunnelInterfaceAllowOspf Boolean
    Allow/Deny OSPF - Default value: false
    tunnelInterfaceAllowOspfVariable String
    Variable name
    tunnelInterfaceAllowSnmp Boolean
    Allow/Deny SNMP - Default value: false
    tunnelInterfaceAllowSnmpVariable String
    Variable name
    tunnelInterfaceAllowSsh Boolean
    Allow/Deny SSH - Default value: false
    tunnelInterfaceAllowSshVariable String
    Variable name
    tunnelInterfaceAllowStun Boolean
    Allow/Deny STUN - Default value: false
    tunnelInterfaceAllowStunVariable String
    Variable name
    tunnelInterfaceBindLoopbackTunnel String
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable String
    Variable name
    tunnelInterfaceBorder Boolean
    Set TLOC as border TLOC - Default value: false
    tunnelInterfaceBorderVariable String
    Variable name
    tunnelInterfaceCarrier String
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    tunnelInterfaceCarrierVariable String
    Variable name
    tunnelInterfaceClearDontFragment Boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    tunnelInterfaceClearDontFragmentVariable String
    Variable name
    tunnelInterfaceColor String
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    tunnelInterfaceColorVariable String
    Variable name
    tunnelInterfaceControlConnections Integer
    Set the maximum number of control connections for this TLOC - Range: 0-8
    tunnelInterfaceControlConnectionsVariable String
    Variable name
    tunnelInterfaceEncapsulations List<VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulation>
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable String
    Variable name
    tunnelInterfaceExcludeControllerGroupLists List<Integer>
    Exclude the following controller groups defined in this list
    tunnelInterfaceGroups List<Integer>
    List of groups
    tunnelInterfaceGroupsVariable String
    Variable name
    tunnelInterfaceHelloInterval Integer
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    tunnelInterfaceHelloIntervalVariable String
    Variable name
    tunnelInterfaceHelloTolerance Integer
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    tunnelInterfaceHelloToleranceVariable String
    Variable name
    tunnelInterfaceLastResortCircuit Boolean
    Set TLOC as last resort - Default value: false
    tunnelInterfaceLastResortCircuitVariable String
    Variable name
    tunnelInterfaceLowBandwidthLink Boolean
    Set the interface as a low-bandwidth circuit - Default value: false
    tunnelInterfaceLowBandwidthLinkVariable String
    Variable name
    tunnelInterfaceNatRefreshInterval Integer
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    tunnelInterfaceNatRefreshIntervalVariable String
    Variable name
    tunnelInterfaceNetworkBroadcast Boolean
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    tunnelInterfaceNetworkBroadcastVariable String
    Variable name
    tunnelInterfacePortHop Boolean
    Disallow port hopping on the tunnel interface - Default value: true
    tunnelInterfacePortHopVariable String
    Variable name
    tunnelInterfaceRestrict Boolean
    Restrict this TLOC behavior - Default value: false
    tunnelInterfaceRestrictVariable String
    Variable name
    tunnelInterfaceTunnelTcpMss Integer
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    tunnelInterfaceTunnelTcpMssVariable String
    Variable name
    tunnelInterfaceVbondAsStunServer Boolean
    Put this wan interface in STUN mode only - Default value: false
    tunnelInterfaceVbondAsStunServerVariable String
    Variable name
    tunnelInterfaceVmanageConnectionPreference Integer
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    tunnelInterfaceVmanageConnectionPreferenceVariable String
    Variable name
    tunnelQosMode String
    Set tunnel QoS mode - Choices: spoke
    tunnelQosModeVariable String
    Variable name
    writeRule String
    Name of rewrite rule
    writeRuleVariable String
    Variable name
    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
    autonegotiate boolean
    Link autonegotiation - Default value: true
    autonegotiateVariable string
    Variable name
    clearDontFragmentBit boolean
    Clear don't fragment bit - Default value: false
    clearDontFragmentBitVariable string
    Variable name
    clockRate string
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    clockRateVariable string
    Variable name
    coreRegion string
    Enable core region - Choices: core, core-shared - Default value: core
    coreRegionVariable string
    Variable name
    enableCoreRegion boolean
    Enable core region - Default value: false
    enableCoreRegionVariable string
    Variable name
    encapsulation string
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    encapsulationVariable string
    Variable name
    interfaceBandwidthCapacity number
    Interface bandwidth capacity, in kbps - Range: 1-128
    interfaceBandwidthCapacityVariable string
    Variable name
    interfaceDescription string
    Interface description
    interfaceDescriptionVariable string
    Variable name
    interfaceDownstreamBandwidthCapacity number
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    interfaceDownstreamBandwidthCapacityVariable string
    Variable name
    ipMtu number
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    ipMtuVariable string
    Variable name
    ipv4AccessLists VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessList[]
    Apply ACL
    ipv4Address string
    Assign IPv4 address
    ipv4AddressVariable string
    Variable name
    ipv6AccessLists VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessList[]
    Apply IPv6 access list
    ipv6Address string
    Assign IPv6 address
    ipv6AddressVariable string
    Variable name
    name string
    The name of the feature template
    perTunnelQos boolean
    Per-tunnel Qos - Default value: false
    perTunnelQosAggregator boolean
    Per-tunnel QoS Aggregator - Default value: false
    perTunnelQosAggregatorVariable string
    Variable name
    perTunnelQosVariable string
    Variable name
    pmtuDiscovery boolean
    Path MTU Discovery - Default value: false
    pmtuDiscoveryVariable string
    Variable name
    qosMap string
    Name of QoS map
    qosMapVariable string
    Variable name
    qosMapVpn string
    Name of VPN QoS map
    qosMapVpnVariable string
    Variable name
    secondaryRegion string
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    secondaryRegionVariable string
    Variable name
    serialInterfaceName string
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    serialInterfaceNameVariable string
    Variable name
    shapingRate number
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    shapingRateVariable string
    Variable name
    shutdown boolean
    Administrative state - Default value: true
    shutdownVariable string
    Variable name
    staticIngressQos number
    Static ingress QoS for the port - Range: 0-7
    staticIngressQosVariable string
    Variable name
    tcpMss number
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    tcpMssVariable string
    Variable name
    tlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable string
    Variable name
    tunnelInterfaceAllowAll boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    tunnelInterfaceAllowAllVariable string
    Variable name
    tunnelInterfaceAllowBgp boolean
    Allow/deny BGP - Default value: false
    tunnelInterfaceAllowBgpVariable string
    Variable name
    tunnelInterfaceAllowDhcp boolean
    Allow/Deny DHCP - Default value: true
    tunnelInterfaceAllowDhcpVariable string
    Variable name
    tunnelInterfaceAllowDns boolean
    Allow/Deny DNS - Default value: true
    tunnelInterfaceAllowDnsVariable string
    Variable name
    tunnelInterfaceAllowHttps boolean
    Allow/Deny Https - Default value: true
    tunnelInterfaceAllowHttpsVariable string
    Variable name
    tunnelInterfaceAllowIcmp boolean
    Allow/Deny ICMP - Default value: true
    tunnelInterfaceAllowIcmpVariable string
    Variable name
    tunnelInterfaceAllowNetconf boolean
    Allow/Deny NETCONF - Default value: false
    tunnelInterfaceAllowNetconfVariable string
    Variable name
    tunnelInterfaceAllowNtp boolean
    Allow/Deny NTP - Default value: false
    tunnelInterfaceAllowNtpVariable string
    Variable name
    tunnelInterfaceAllowOspf boolean
    Allow/Deny OSPF - Default value: false
    tunnelInterfaceAllowOspfVariable string
    Variable name
    tunnelInterfaceAllowSnmp boolean
    Allow/Deny SNMP - Default value: false
    tunnelInterfaceAllowSnmpVariable string
    Variable name
    tunnelInterfaceAllowSsh boolean
    Allow/Deny SSH - Default value: false
    tunnelInterfaceAllowSshVariable string
    Variable name
    tunnelInterfaceAllowStun boolean
    Allow/Deny STUN - Default value: false
    tunnelInterfaceAllowStunVariable string
    Variable name
    tunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    tunnelInterfaceBorder boolean
    Set TLOC as border TLOC - Default value: false
    tunnelInterfaceBorderVariable string
    Variable name
    tunnelInterfaceCarrier string
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    tunnelInterfaceCarrierVariable string
    Variable name
    tunnelInterfaceClearDontFragment boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    tunnelInterfaceClearDontFragmentVariable string
    Variable name
    tunnelInterfaceColor string
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    tunnelInterfaceColorVariable string
    Variable name
    tunnelInterfaceControlConnections number
    Set the maximum number of control connections for this TLOC - Range: 0-8
    tunnelInterfaceControlConnectionsVariable string
    Variable name
    tunnelInterfaceEncapsulations VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulation[]
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    tunnelInterfaceExcludeControllerGroupLists number[]
    Exclude the following controller groups defined in this list
    tunnelInterfaceGroups number[]
    List of groups
    tunnelInterfaceGroupsVariable string
    Variable name
    tunnelInterfaceHelloInterval number
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    tunnelInterfaceHelloIntervalVariable string
    Variable name
    tunnelInterfaceHelloTolerance number
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    tunnelInterfaceHelloToleranceVariable string
    Variable name
    tunnelInterfaceLastResortCircuit boolean
    Set TLOC as last resort - Default value: false
    tunnelInterfaceLastResortCircuitVariable string
    Variable name
    tunnelInterfaceLowBandwidthLink boolean
    Set the interface as a low-bandwidth circuit - Default value: false
    tunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    tunnelInterfaceNatRefreshInterval number
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    tunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    tunnelInterfaceNetworkBroadcast boolean
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    tunnelInterfaceNetworkBroadcastVariable string
    Variable name
    tunnelInterfacePortHop boolean
    Disallow port hopping on the tunnel interface - Default value: true
    tunnelInterfacePortHopVariable string
    Variable name
    tunnelInterfaceRestrict boolean
    Restrict this TLOC behavior - Default value: false
    tunnelInterfaceRestrictVariable string
    Variable name
    tunnelInterfaceTunnelTcpMss number
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    tunnelInterfaceTunnelTcpMssVariable string
    Variable name
    tunnelInterfaceVbondAsStunServer boolean
    Put this wan interface in STUN mode only - Default value: false
    tunnelInterfaceVbondAsStunServerVariable string
    Variable name
    tunnelInterfaceVmanageConnectionPreference number
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    tunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    tunnelQosMode string
    Set tunnel QoS mode - Choices: spoke
    tunnelQosModeVariable string
    Variable name
    writeRule string
    Name of rewrite rule
    writeRuleVariable string
    Variable name
    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
    autonegotiate bool
    Link autonegotiation - Default value: true
    autonegotiate_variable str
    Variable name
    clear_dont_fragment_bit bool
    Clear don't fragment bit - Default value: false
    clear_dont_fragment_bit_variable str
    Variable name
    clock_rate str
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    clock_rate_variable str
    Variable name
    core_region str
    Enable core region - Choices: core, core-shared - Default value: core
    core_region_variable str
    Variable name
    enable_core_region bool
    Enable core region - Default value: false
    enable_core_region_variable str
    Variable name
    encapsulation str
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    encapsulation_variable str
    Variable name
    interface_bandwidth_capacity int
    Interface bandwidth capacity, in kbps - Range: 1-128
    interface_bandwidth_capacity_variable str
    Variable name
    interface_description str
    Interface description
    interface_description_variable str
    Variable name
    interface_downstream_bandwidth_capacity int
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    interface_downstream_bandwidth_capacity_variable str
    Variable name
    ip_mtu int
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    ip_mtu_variable str
    Variable name
    ipv4_access_lists Sequence[VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs]
    Apply ACL
    ipv4_address str
    Assign IPv4 address
    ipv4_address_variable str
    Variable name
    ipv6_access_lists Sequence[VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs]
    Apply IPv6 access list
    ipv6_address str
    Assign IPv6 address
    ipv6_address_variable str
    Variable name
    name str
    The name of the feature template
    per_tunnel_qos bool
    Per-tunnel Qos - Default value: false
    per_tunnel_qos_aggregator bool
    Per-tunnel QoS Aggregator - Default value: false
    per_tunnel_qos_aggregator_variable str
    Variable name
    per_tunnel_qos_variable str
    Variable name
    pmtu_discovery bool
    Path MTU Discovery - Default value: false
    pmtu_discovery_variable str
    Variable name
    qos_map str
    Name of QoS map
    qos_map_variable str
    Variable name
    qos_map_vpn str
    Name of VPN QoS map
    qos_map_vpn_variable str
    Variable name
    secondary_region str
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    secondary_region_variable str
    Variable name
    serial_interface_name str
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    serial_interface_name_variable str
    Variable name
    shaping_rate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    shaping_rate_variable str
    Variable name
    shutdown bool
    Administrative state - Default value: true
    shutdown_variable str
    Variable name
    static_ingress_qos int
    Static ingress QoS for the port - Range: 0-7
    static_ingress_qos_variable str
    Variable name
    tcp_mss int
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    tcp_mss_variable str
    Variable name
    tloc_extension str
    Extends a local TLOC to a remote node only for vpn 0
    tloc_extension_variable str
    Variable name
    tunnel_interface_allow_all bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    tunnel_interface_allow_all_variable str
    Variable name
    tunnel_interface_allow_bgp bool
    Allow/deny BGP - Default value: false
    tunnel_interface_allow_bgp_variable str
    Variable name
    tunnel_interface_allow_dhcp bool
    Allow/Deny DHCP - Default value: true
    tunnel_interface_allow_dhcp_variable str
    Variable name
    tunnel_interface_allow_dns bool
    Allow/Deny DNS - Default value: true
    tunnel_interface_allow_dns_variable str
    Variable name
    tunnel_interface_allow_https bool
    Allow/Deny Https - Default value: true
    tunnel_interface_allow_https_variable str
    Variable name
    tunnel_interface_allow_icmp bool
    Allow/Deny ICMP - Default value: true
    tunnel_interface_allow_icmp_variable str
    Variable name
    tunnel_interface_allow_netconf bool
    Allow/Deny NETCONF - Default value: false
    tunnel_interface_allow_netconf_variable str
    Variable name
    tunnel_interface_allow_ntp bool
    Allow/Deny NTP - Default value: false
    tunnel_interface_allow_ntp_variable str
    Variable name
    tunnel_interface_allow_ospf bool
    Allow/Deny OSPF - Default value: false
    tunnel_interface_allow_ospf_variable str
    Variable name
    tunnel_interface_allow_snmp bool
    Allow/Deny SNMP - Default value: false
    tunnel_interface_allow_snmp_variable str
    Variable name
    tunnel_interface_allow_ssh bool
    Allow/Deny SSH - Default value: false
    tunnel_interface_allow_ssh_variable str
    Variable name
    tunnel_interface_allow_stun bool
    Allow/Deny STUN - Default value: false
    tunnel_interface_allow_stun_variable str
    Variable name
    tunnel_interface_bind_loopback_tunnel str
    Bind loopback tunnel interface to a physical interface
    tunnel_interface_bind_loopback_tunnel_variable str
    Variable name
    tunnel_interface_border bool
    Set TLOC as border TLOC - Default value: false
    tunnel_interface_border_variable str
    Variable name
    tunnel_interface_carrier str
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    tunnel_interface_carrier_variable str
    Variable name
    tunnel_interface_clear_dont_fragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    tunnel_interface_clear_dont_fragment_variable str
    Variable name
    tunnel_interface_color str
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    tunnel_interface_color_variable str
    Variable name
    tunnel_interface_control_connections int
    Set the maximum number of control connections for this TLOC - Range: 0-8
    tunnel_interface_control_connections_variable str
    Variable name
    tunnel_interface_encapsulations Sequence[VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs]
    Encapsulation for TLOC
    tunnel_interface_exclude_controller_group_list_variable str
    Variable name
    tunnel_interface_exclude_controller_group_lists Sequence[int]
    Exclude the following controller groups defined in this list
    tunnel_interface_groups Sequence[int]
    List of groups
    tunnel_interface_groups_variable str
    Variable name
    tunnel_interface_hello_interval int
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    tunnel_interface_hello_interval_variable str
    Variable name
    tunnel_interface_hello_tolerance int
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    tunnel_interface_hello_tolerance_variable str
    Variable name
    tunnel_interface_last_resort_circuit bool
    Set TLOC as last resort - Default value: false
    tunnel_interface_last_resort_circuit_variable str
    Variable name
    tunnel_interface_low_bandwidth_link bool
    Set the interface as a low-bandwidth circuit - Default value: false
    tunnel_interface_low_bandwidth_link_variable str
    Variable name
    tunnel_interface_nat_refresh_interval int
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    tunnel_interface_nat_refresh_interval_variable str
    Variable name
    tunnel_interface_network_broadcast bool
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    tunnel_interface_network_broadcast_variable str
    Variable name
    tunnel_interface_port_hop bool
    Disallow port hopping on the tunnel interface - Default value: true
    tunnel_interface_port_hop_variable str
    Variable name
    tunnel_interface_restrict bool
    Restrict this TLOC behavior - Default value: false
    tunnel_interface_restrict_variable str
    Variable name
    tunnel_interface_tunnel_tcp_mss int
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    tunnel_interface_tunnel_tcp_mss_variable str
    Variable name
    tunnel_interface_vbond_as_stun_server bool
    Put this wan interface in STUN mode only - Default value: false
    tunnel_interface_vbond_as_stun_server_variable str
    Variable name
    tunnel_interface_vmanage_connection_preference int
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    tunnel_interface_vmanage_connection_preference_variable str
    Variable name
    tunnel_qos_mode str
    Set tunnel QoS mode - Choices: spoke
    tunnel_qos_mode_variable str
    Variable name
    write_rule str
    Name of rewrite rule
    write_rule_variable str
    Variable name
    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
    autonegotiate Boolean
    Link autonegotiation - Default value: true
    autonegotiateVariable String
    Variable name
    clearDontFragmentBit Boolean
    Clear don't fragment bit - Default value: false
    clearDontFragmentBitVariable String
    Variable name
    clockRate String
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    clockRateVariable String
    Variable name
    coreRegion String
    Enable core region - Choices: core, core-shared - Default value: core
    coreRegionVariable String
    Variable name
    enableCoreRegion Boolean
    Enable core region - Default value: false
    enableCoreRegionVariable String
    Variable name
    encapsulation String
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    encapsulationVariable String
    Variable name
    interfaceBandwidthCapacity Number
    Interface bandwidth capacity, in kbps - Range: 1-128
    interfaceBandwidthCapacityVariable String
    Variable name
    interfaceDescription String
    Interface description
    interfaceDescriptionVariable String
    Variable name
    interfaceDownstreamBandwidthCapacity Number
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    interfaceDownstreamBandwidthCapacityVariable String
    Variable name
    ipMtu Number
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    ipMtuVariable String
    Variable name
    ipv4AccessLists List<Property Map>
    Apply ACL
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    ipv6AccessLists List<Property Map>
    Apply IPv6 access list
    ipv6Address String
    Assign IPv6 address
    ipv6AddressVariable String
    Variable name
    name String
    The name of the feature template
    perTunnelQos Boolean
    Per-tunnel Qos - Default value: false
    perTunnelQosAggregator Boolean
    Per-tunnel QoS Aggregator - Default value: false
    perTunnelQosAggregatorVariable String
    Variable name
    perTunnelQosVariable String
    Variable name
    pmtuDiscovery Boolean
    Path MTU Discovery - Default value: false
    pmtuDiscoveryVariable String
    Variable name
    qosMap String
    Name of QoS map
    qosMapVariable String
    Variable name
    qosMapVpn String
    Name of VPN QoS map
    qosMapVpnVariable String
    Variable name
    secondaryRegion String
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    secondaryRegionVariable String
    Variable name
    serialInterfaceName String
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    serialInterfaceNameVariable String
    Variable name
    shapingRate Number
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    shapingRateVariable String
    Variable name
    shutdown Boolean
    Administrative state - Default value: true
    shutdownVariable String
    Variable name
    staticIngressQos Number
    Static ingress QoS for the port - Range: 0-7
    staticIngressQosVariable String
    Variable name
    tcpMss Number
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    tcpMssVariable String
    Variable name
    tlocExtension String
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable String
    Variable name
    tunnelInterfaceAllowAll Boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    tunnelInterfaceAllowAllVariable String
    Variable name
    tunnelInterfaceAllowBgp Boolean
    Allow/deny BGP - Default value: false
    tunnelInterfaceAllowBgpVariable String
    Variable name
    tunnelInterfaceAllowDhcp Boolean
    Allow/Deny DHCP - Default value: true
    tunnelInterfaceAllowDhcpVariable String
    Variable name
    tunnelInterfaceAllowDns Boolean
    Allow/Deny DNS - Default value: true
    tunnelInterfaceAllowDnsVariable String
    Variable name
    tunnelInterfaceAllowHttps Boolean
    Allow/Deny Https - Default value: true
    tunnelInterfaceAllowHttpsVariable String
    Variable name
    tunnelInterfaceAllowIcmp Boolean
    Allow/Deny ICMP - Default value: true
    tunnelInterfaceAllowIcmpVariable String
    Variable name
    tunnelInterfaceAllowNetconf Boolean
    Allow/Deny NETCONF - Default value: false
    tunnelInterfaceAllowNetconfVariable String
    Variable name
    tunnelInterfaceAllowNtp Boolean
    Allow/Deny NTP - Default value: false
    tunnelInterfaceAllowNtpVariable String
    Variable name
    tunnelInterfaceAllowOspf Boolean
    Allow/Deny OSPF - Default value: false
    tunnelInterfaceAllowOspfVariable String
    Variable name
    tunnelInterfaceAllowSnmp Boolean
    Allow/Deny SNMP - Default value: false
    tunnelInterfaceAllowSnmpVariable String
    Variable name
    tunnelInterfaceAllowSsh Boolean
    Allow/Deny SSH - Default value: false
    tunnelInterfaceAllowSshVariable String
    Variable name
    tunnelInterfaceAllowStun Boolean
    Allow/Deny STUN - Default value: false
    tunnelInterfaceAllowStunVariable String
    Variable name
    tunnelInterfaceBindLoopbackTunnel String
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable String
    Variable name
    tunnelInterfaceBorder Boolean
    Set TLOC as border TLOC - Default value: false
    tunnelInterfaceBorderVariable String
    Variable name
    tunnelInterfaceCarrier String
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    tunnelInterfaceCarrierVariable String
    Variable name
    tunnelInterfaceClearDontFragment Boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    tunnelInterfaceClearDontFragmentVariable String
    Variable name
    tunnelInterfaceColor String
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    tunnelInterfaceColorVariable String
    Variable name
    tunnelInterfaceControlConnections Number
    Set the maximum number of control connections for this TLOC - Range: 0-8
    tunnelInterfaceControlConnectionsVariable String
    Variable name
    tunnelInterfaceEncapsulations List<Property Map>
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable String
    Variable name
    tunnelInterfaceExcludeControllerGroupLists List<Number>
    Exclude the following controller groups defined in this list
    tunnelInterfaceGroups List<Number>
    List of groups
    tunnelInterfaceGroupsVariable String
    Variable name
    tunnelInterfaceHelloInterval Number
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    tunnelInterfaceHelloIntervalVariable String
    Variable name
    tunnelInterfaceHelloTolerance Number
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    tunnelInterfaceHelloToleranceVariable String
    Variable name
    tunnelInterfaceLastResortCircuit Boolean
    Set TLOC as last resort - Default value: false
    tunnelInterfaceLastResortCircuitVariable String
    Variable name
    tunnelInterfaceLowBandwidthLink Boolean
    Set the interface as a low-bandwidth circuit - Default value: false
    tunnelInterfaceLowBandwidthLinkVariable String
    Variable name
    tunnelInterfaceNatRefreshInterval Number
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    tunnelInterfaceNatRefreshIntervalVariable String
    Variable name
    tunnelInterfaceNetworkBroadcast Boolean
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    tunnelInterfaceNetworkBroadcastVariable String
    Variable name
    tunnelInterfacePortHop Boolean
    Disallow port hopping on the tunnel interface - Default value: true
    tunnelInterfacePortHopVariable String
    Variable name
    tunnelInterfaceRestrict Boolean
    Restrict this TLOC behavior - Default value: false
    tunnelInterfaceRestrictVariable String
    Variable name
    tunnelInterfaceTunnelTcpMss Number
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    tunnelInterfaceTunnelTcpMssVariable String
    Variable name
    tunnelInterfaceVbondAsStunServer Boolean
    Put this wan interface in STUN mode only - Default value: false
    tunnelInterfaceVbondAsStunServerVariable String
    Variable name
    tunnelInterfaceVmanageConnectionPreference Number
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    tunnelInterfaceVmanageConnectionPreferenceVariable String
    Variable name
    tunnelQosMode String
    Set tunnel QoS mode - Choices: spoke
    tunnelQosModeVariable String
    Variable name
    writeRule String
    Name of rewrite rule
    writeRuleVariable String
    Variable name

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VpnInterfaceT1E1SerialFeatureTemplate 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 VpnInterfaceT1E1SerialFeatureTemplate Resource

    Get an existing VpnInterfaceT1E1SerialFeatureTemplate 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?: VpnInterfaceT1E1SerialFeatureTemplateState, opts?: CustomResourceOptions): VpnInterfaceT1E1SerialFeatureTemplate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            autonegotiate: Optional[bool] = None,
            autonegotiate_variable: Optional[str] = None,
            clear_dont_fragment_bit: Optional[bool] = None,
            clear_dont_fragment_bit_variable: Optional[str] = None,
            clock_rate: Optional[str] = None,
            clock_rate_variable: Optional[str] = None,
            core_region: Optional[str] = None,
            core_region_variable: Optional[str] = None,
            description: Optional[str] = None,
            device_types: Optional[Sequence[str]] = None,
            enable_core_region: Optional[bool] = None,
            enable_core_region_variable: Optional[str] = None,
            encapsulation: Optional[str] = None,
            encapsulation_variable: Optional[str] = None,
            interface_bandwidth_capacity: Optional[int] = None,
            interface_bandwidth_capacity_variable: Optional[str] = None,
            interface_description: Optional[str] = None,
            interface_description_variable: Optional[str] = None,
            interface_downstream_bandwidth_capacity: Optional[int] = None,
            interface_downstream_bandwidth_capacity_variable: Optional[str] = None,
            ip_mtu: Optional[int] = None,
            ip_mtu_variable: Optional[str] = None,
            ipv4_access_lists: Optional[Sequence[VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs]] = None,
            ipv4_address: Optional[str] = None,
            ipv4_address_variable: Optional[str] = None,
            ipv6_access_lists: Optional[Sequence[VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs]] = None,
            ipv6_address: Optional[str] = None,
            ipv6_address_variable: Optional[str] = None,
            name: Optional[str] = None,
            per_tunnel_qos: Optional[bool] = None,
            per_tunnel_qos_aggregator: Optional[bool] = None,
            per_tunnel_qos_aggregator_variable: Optional[str] = None,
            per_tunnel_qos_variable: Optional[str] = None,
            pmtu_discovery: Optional[bool] = None,
            pmtu_discovery_variable: Optional[str] = None,
            qos_map: Optional[str] = None,
            qos_map_variable: Optional[str] = None,
            qos_map_vpn: Optional[str] = None,
            qos_map_vpn_variable: Optional[str] = None,
            secondary_region: Optional[str] = None,
            secondary_region_variable: Optional[str] = None,
            serial_interface_name: Optional[str] = None,
            serial_interface_name_variable: Optional[str] = None,
            shaping_rate: Optional[int] = None,
            shaping_rate_variable: Optional[str] = None,
            shutdown: Optional[bool] = None,
            shutdown_variable: Optional[str] = None,
            static_ingress_qos: Optional[int] = None,
            static_ingress_qos_variable: Optional[str] = None,
            tcp_mss: Optional[int] = None,
            tcp_mss_variable: Optional[str] = None,
            template_type: Optional[str] = None,
            tloc_extension: Optional[str] = None,
            tloc_extension_variable: Optional[str] = None,
            tunnel_interface_allow_all: Optional[bool] = None,
            tunnel_interface_allow_all_variable: Optional[str] = None,
            tunnel_interface_allow_bgp: Optional[bool] = None,
            tunnel_interface_allow_bgp_variable: Optional[str] = None,
            tunnel_interface_allow_dhcp: Optional[bool] = None,
            tunnel_interface_allow_dhcp_variable: Optional[str] = None,
            tunnel_interface_allow_dns: Optional[bool] = None,
            tunnel_interface_allow_dns_variable: Optional[str] = None,
            tunnel_interface_allow_https: Optional[bool] = None,
            tunnel_interface_allow_https_variable: Optional[str] = None,
            tunnel_interface_allow_icmp: Optional[bool] = None,
            tunnel_interface_allow_icmp_variable: Optional[str] = None,
            tunnel_interface_allow_netconf: Optional[bool] = None,
            tunnel_interface_allow_netconf_variable: Optional[str] = None,
            tunnel_interface_allow_ntp: Optional[bool] = None,
            tunnel_interface_allow_ntp_variable: Optional[str] = None,
            tunnel_interface_allow_ospf: Optional[bool] = None,
            tunnel_interface_allow_ospf_variable: Optional[str] = None,
            tunnel_interface_allow_snmp: Optional[bool] = None,
            tunnel_interface_allow_snmp_variable: Optional[str] = None,
            tunnel_interface_allow_ssh: Optional[bool] = None,
            tunnel_interface_allow_ssh_variable: Optional[str] = None,
            tunnel_interface_allow_stun: Optional[bool] = None,
            tunnel_interface_allow_stun_variable: Optional[str] = None,
            tunnel_interface_bind_loopback_tunnel: Optional[str] = None,
            tunnel_interface_bind_loopback_tunnel_variable: Optional[str] = None,
            tunnel_interface_border: Optional[bool] = None,
            tunnel_interface_border_variable: Optional[str] = None,
            tunnel_interface_carrier: Optional[str] = None,
            tunnel_interface_carrier_variable: Optional[str] = None,
            tunnel_interface_clear_dont_fragment: Optional[bool] = None,
            tunnel_interface_clear_dont_fragment_variable: Optional[str] = None,
            tunnel_interface_color: Optional[str] = None,
            tunnel_interface_color_variable: Optional[str] = None,
            tunnel_interface_control_connections: Optional[int] = None,
            tunnel_interface_control_connections_variable: Optional[str] = None,
            tunnel_interface_encapsulations: Optional[Sequence[VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs]] = None,
            tunnel_interface_exclude_controller_group_list_variable: Optional[str] = None,
            tunnel_interface_exclude_controller_group_lists: Optional[Sequence[int]] = None,
            tunnel_interface_groups: Optional[Sequence[int]] = None,
            tunnel_interface_groups_variable: Optional[str] = None,
            tunnel_interface_hello_interval: Optional[int] = None,
            tunnel_interface_hello_interval_variable: Optional[str] = None,
            tunnel_interface_hello_tolerance: Optional[int] = None,
            tunnel_interface_hello_tolerance_variable: Optional[str] = None,
            tunnel_interface_last_resort_circuit: Optional[bool] = None,
            tunnel_interface_last_resort_circuit_variable: Optional[str] = None,
            tunnel_interface_low_bandwidth_link: Optional[bool] = None,
            tunnel_interface_low_bandwidth_link_variable: Optional[str] = None,
            tunnel_interface_nat_refresh_interval: Optional[int] = None,
            tunnel_interface_nat_refresh_interval_variable: Optional[str] = None,
            tunnel_interface_network_broadcast: Optional[bool] = None,
            tunnel_interface_network_broadcast_variable: Optional[str] = None,
            tunnel_interface_port_hop: Optional[bool] = None,
            tunnel_interface_port_hop_variable: Optional[str] = None,
            tunnel_interface_restrict: Optional[bool] = None,
            tunnel_interface_restrict_variable: Optional[str] = None,
            tunnel_interface_tunnel_tcp_mss: Optional[int] = None,
            tunnel_interface_tunnel_tcp_mss_variable: Optional[str] = None,
            tunnel_interface_vbond_as_stun_server: Optional[bool] = None,
            tunnel_interface_vbond_as_stun_server_variable: Optional[str] = None,
            tunnel_interface_vmanage_connection_preference: Optional[int] = None,
            tunnel_interface_vmanage_connection_preference_variable: Optional[str] = None,
            tunnel_qos_mode: Optional[str] = None,
            tunnel_qos_mode_variable: Optional[str] = None,
            version: Optional[int] = None,
            write_rule: Optional[str] = None,
            write_rule_variable: Optional[str] = None) -> VpnInterfaceT1E1SerialFeatureTemplate
    func GetVpnInterfaceT1E1SerialFeatureTemplate(ctx *Context, name string, id IDInput, state *VpnInterfaceT1E1SerialFeatureTemplateState, opts ...ResourceOption) (*VpnInterfaceT1E1SerialFeatureTemplate, error)
    public static VpnInterfaceT1E1SerialFeatureTemplate Get(string name, Input<string> id, VpnInterfaceT1E1SerialFeatureTemplateState? state, CustomResourceOptions? opts = null)
    public static VpnInterfaceT1E1SerialFeatureTemplate get(String name, Output<String> id, VpnInterfaceT1E1SerialFeatureTemplateState 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:
    Autonegotiate bool
    Link autonegotiation - Default value: true
    AutonegotiateVariable string
    Variable name
    ClearDontFragmentBit bool
    Clear don't fragment bit - Default value: false
    ClearDontFragmentBitVariable string
    Variable name
    ClockRate string
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    ClockRateVariable string
    Variable name
    CoreRegion string
    Enable core region - Choices: core, core-shared - Default value: core
    CoreRegionVariable string
    Variable name
    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
    EnableCoreRegion bool
    Enable core region - Default value: false
    EnableCoreRegionVariable string
    Variable name
    Encapsulation string
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    EncapsulationVariable string
    Variable name
    InterfaceBandwidthCapacity int
    Interface bandwidth capacity, in kbps - Range: 1-128
    InterfaceBandwidthCapacityVariable string
    Variable name
    InterfaceDescription string
    Interface description
    InterfaceDescriptionVariable string
    Variable name
    InterfaceDownstreamBandwidthCapacity int
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    InterfaceDownstreamBandwidthCapacityVariable string
    Variable name
    IpMtu int
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    IpMtuVariable string
    Variable name
    Ipv4AccessLists List<VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessList>
    Apply ACL
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    Ipv6AccessLists List<VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessList>
    Apply IPv6 access list
    Ipv6Address string
    Assign IPv6 address
    Ipv6AddressVariable string
    Variable name
    Name string
    The name of the feature template
    PerTunnelQos bool
    Per-tunnel Qos - Default value: false
    PerTunnelQosAggregator bool
    Per-tunnel QoS Aggregator - Default value: false
    PerTunnelQosAggregatorVariable string
    Variable name
    PerTunnelQosVariable string
    Variable name
    PmtuDiscovery bool
    Path MTU Discovery - Default value: false
    PmtuDiscoveryVariable string
    Variable name
    QosMap string
    Name of QoS map
    QosMapVariable string
    Variable name
    QosMapVpn string
    Name of VPN QoS map
    QosMapVpnVariable string
    Variable name
    SecondaryRegion string
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    SecondaryRegionVariable string
    Variable name
    SerialInterfaceName string
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    SerialInterfaceNameVariable string
    Variable name
    ShapingRate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    ShapingRateVariable string
    Variable name
    Shutdown bool
    Administrative state - Default value: true
    ShutdownVariable string
    Variable name
    StaticIngressQos int
    Static ingress QoS for the port - Range: 0-7
    StaticIngressQosVariable string
    Variable name
    TcpMss int
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    TcpMssVariable string
    Variable name
    TemplateType string
    The template type
    TlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    TlocExtensionVariable string
    Variable name
    TunnelInterfaceAllowAll bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    TunnelInterfaceAllowAllVariable string
    Variable name
    TunnelInterfaceAllowBgp bool
    Allow/deny BGP - Default value: false
    TunnelInterfaceAllowBgpVariable string
    Variable name
    TunnelInterfaceAllowDhcp bool
    Allow/Deny DHCP - Default value: true
    TunnelInterfaceAllowDhcpVariable string
    Variable name
    TunnelInterfaceAllowDns bool
    Allow/Deny DNS - Default value: true
    TunnelInterfaceAllowDnsVariable string
    Variable name
    TunnelInterfaceAllowHttps bool
    Allow/Deny Https - Default value: true
    TunnelInterfaceAllowHttpsVariable string
    Variable name
    TunnelInterfaceAllowIcmp bool
    Allow/Deny ICMP - Default value: true
    TunnelInterfaceAllowIcmpVariable string
    Variable name
    TunnelInterfaceAllowNetconf bool
    Allow/Deny NETCONF - Default value: false
    TunnelInterfaceAllowNetconfVariable string
    Variable name
    TunnelInterfaceAllowNtp bool
    Allow/Deny NTP - Default value: false
    TunnelInterfaceAllowNtpVariable string
    Variable name
    TunnelInterfaceAllowOspf bool
    Allow/Deny OSPF - Default value: false
    TunnelInterfaceAllowOspfVariable string
    Variable name
    TunnelInterfaceAllowSnmp bool
    Allow/Deny SNMP - Default value: false
    TunnelInterfaceAllowSnmpVariable string
    Variable name
    TunnelInterfaceAllowSsh bool
    Allow/Deny SSH - Default value: false
    TunnelInterfaceAllowSshVariable string
    Variable name
    TunnelInterfaceAllowStun bool
    Allow/Deny STUN - Default value: false
    TunnelInterfaceAllowStunVariable string
    Variable name
    TunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    TunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    TunnelInterfaceBorder bool
    Set TLOC as border TLOC - Default value: false
    TunnelInterfaceBorderVariable string
    Variable name
    TunnelInterfaceCarrier string
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    TunnelInterfaceCarrierVariable string
    Variable name
    TunnelInterfaceClearDontFragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    TunnelInterfaceClearDontFragmentVariable string
    Variable name
    TunnelInterfaceColor string
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    TunnelInterfaceColorVariable string
    Variable name
    TunnelInterfaceControlConnections int
    Set the maximum number of control connections for this TLOC - Range: 0-8
    TunnelInterfaceControlConnectionsVariable string
    Variable name
    TunnelInterfaceEncapsulations List<VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulation>
    Encapsulation for TLOC
    TunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    TunnelInterfaceExcludeControllerGroupLists List<int>
    Exclude the following controller groups defined in this list
    TunnelInterfaceGroups List<int>
    List of groups
    TunnelInterfaceGroupsVariable string
    Variable name
    TunnelInterfaceHelloInterval int
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    TunnelInterfaceHelloIntervalVariable string
    Variable name
    TunnelInterfaceHelloTolerance int
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    TunnelInterfaceHelloToleranceVariable string
    Variable name
    TunnelInterfaceLastResortCircuit bool
    Set TLOC as last resort - Default value: false
    TunnelInterfaceLastResortCircuitVariable string
    Variable name
    TunnelInterfaceLowBandwidthLink bool
    Set the interface as a low-bandwidth circuit - Default value: false
    TunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    TunnelInterfaceNatRefreshInterval int
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    TunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    TunnelInterfaceNetworkBroadcast bool
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    TunnelInterfaceNetworkBroadcastVariable string
    Variable name
    TunnelInterfacePortHop bool
    Disallow port hopping on the tunnel interface - Default value: true
    TunnelInterfacePortHopVariable string
    Variable name
    TunnelInterfaceRestrict bool
    Restrict this TLOC behavior - Default value: false
    TunnelInterfaceRestrictVariable string
    Variable name
    TunnelInterfaceTunnelTcpMss int
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    TunnelInterfaceTunnelTcpMssVariable string
    Variable name
    TunnelInterfaceVbondAsStunServer bool
    Put this wan interface in STUN mode only - Default value: false
    TunnelInterfaceVbondAsStunServerVariable string
    Variable name
    TunnelInterfaceVmanageConnectionPreference int
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    TunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    TunnelQosMode string
    Set tunnel QoS mode - Choices: spoke
    TunnelQosModeVariable string
    Variable name
    Version int
    The version of the feature template
    WriteRule string
    Name of rewrite rule
    WriteRuleVariable string
    Variable name
    Autonegotiate bool
    Link autonegotiation - Default value: true
    AutonegotiateVariable string
    Variable name
    ClearDontFragmentBit bool
    Clear don't fragment bit - Default value: false
    ClearDontFragmentBitVariable string
    Variable name
    ClockRate string
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    ClockRateVariable string
    Variable name
    CoreRegion string
    Enable core region - Choices: core, core-shared - Default value: core
    CoreRegionVariable string
    Variable name
    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
    EnableCoreRegion bool
    Enable core region - Default value: false
    EnableCoreRegionVariable string
    Variable name
    Encapsulation string
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    EncapsulationVariable string
    Variable name
    InterfaceBandwidthCapacity int
    Interface bandwidth capacity, in kbps - Range: 1-128
    InterfaceBandwidthCapacityVariable string
    Variable name
    InterfaceDescription string
    Interface description
    InterfaceDescriptionVariable string
    Variable name
    InterfaceDownstreamBandwidthCapacity int
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    InterfaceDownstreamBandwidthCapacityVariable string
    Variable name
    IpMtu int
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    IpMtuVariable string
    Variable name
    Ipv4AccessLists []VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs
    Apply ACL
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    Ipv6AccessLists []VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs
    Apply IPv6 access list
    Ipv6Address string
    Assign IPv6 address
    Ipv6AddressVariable string
    Variable name
    Name string
    The name of the feature template
    PerTunnelQos bool
    Per-tunnel Qos - Default value: false
    PerTunnelQosAggregator bool
    Per-tunnel QoS Aggregator - Default value: false
    PerTunnelQosAggregatorVariable string
    Variable name
    PerTunnelQosVariable string
    Variable name
    PmtuDiscovery bool
    Path MTU Discovery - Default value: false
    PmtuDiscoveryVariable string
    Variable name
    QosMap string
    Name of QoS map
    QosMapVariable string
    Variable name
    QosMapVpn string
    Name of VPN QoS map
    QosMapVpnVariable string
    Variable name
    SecondaryRegion string
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    SecondaryRegionVariable string
    Variable name
    SerialInterfaceName string
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    SerialInterfaceNameVariable string
    Variable name
    ShapingRate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    ShapingRateVariable string
    Variable name
    Shutdown bool
    Administrative state - Default value: true
    ShutdownVariable string
    Variable name
    StaticIngressQos int
    Static ingress QoS for the port - Range: 0-7
    StaticIngressQosVariable string
    Variable name
    TcpMss int
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    TcpMssVariable string
    Variable name
    TemplateType string
    The template type
    TlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    TlocExtensionVariable string
    Variable name
    TunnelInterfaceAllowAll bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    TunnelInterfaceAllowAllVariable string
    Variable name
    TunnelInterfaceAllowBgp bool
    Allow/deny BGP - Default value: false
    TunnelInterfaceAllowBgpVariable string
    Variable name
    TunnelInterfaceAllowDhcp bool
    Allow/Deny DHCP - Default value: true
    TunnelInterfaceAllowDhcpVariable string
    Variable name
    TunnelInterfaceAllowDns bool
    Allow/Deny DNS - Default value: true
    TunnelInterfaceAllowDnsVariable string
    Variable name
    TunnelInterfaceAllowHttps bool
    Allow/Deny Https - Default value: true
    TunnelInterfaceAllowHttpsVariable string
    Variable name
    TunnelInterfaceAllowIcmp bool
    Allow/Deny ICMP - Default value: true
    TunnelInterfaceAllowIcmpVariable string
    Variable name
    TunnelInterfaceAllowNetconf bool
    Allow/Deny NETCONF - Default value: false
    TunnelInterfaceAllowNetconfVariable string
    Variable name
    TunnelInterfaceAllowNtp bool
    Allow/Deny NTP - Default value: false
    TunnelInterfaceAllowNtpVariable string
    Variable name
    TunnelInterfaceAllowOspf bool
    Allow/Deny OSPF - Default value: false
    TunnelInterfaceAllowOspfVariable string
    Variable name
    TunnelInterfaceAllowSnmp bool
    Allow/Deny SNMP - Default value: false
    TunnelInterfaceAllowSnmpVariable string
    Variable name
    TunnelInterfaceAllowSsh bool
    Allow/Deny SSH - Default value: false
    TunnelInterfaceAllowSshVariable string
    Variable name
    TunnelInterfaceAllowStun bool
    Allow/Deny STUN - Default value: false
    TunnelInterfaceAllowStunVariable string
    Variable name
    TunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    TunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    TunnelInterfaceBorder bool
    Set TLOC as border TLOC - Default value: false
    TunnelInterfaceBorderVariable string
    Variable name
    TunnelInterfaceCarrier string
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    TunnelInterfaceCarrierVariable string
    Variable name
    TunnelInterfaceClearDontFragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    TunnelInterfaceClearDontFragmentVariable string
    Variable name
    TunnelInterfaceColor string
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    TunnelInterfaceColorVariable string
    Variable name
    TunnelInterfaceControlConnections int
    Set the maximum number of control connections for this TLOC - Range: 0-8
    TunnelInterfaceControlConnectionsVariable string
    Variable name
    TunnelInterfaceEncapsulations []VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs
    Encapsulation for TLOC
    TunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    TunnelInterfaceExcludeControllerGroupLists []int
    Exclude the following controller groups defined in this list
    TunnelInterfaceGroups []int
    List of groups
    TunnelInterfaceGroupsVariable string
    Variable name
    TunnelInterfaceHelloInterval int
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    TunnelInterfaceHelloIntervalVariable string
    Variable name
    TunnelInterfaceHelloTolerance int
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    TunnelInterfaceHelloToleranceVariable string
    Variable name
    TunnelInterfaceLastResortCircuit bool
    Set TLOC as last resort - Default value: false
    TunnelInterfaceLastResortCircuitVariable string
    Variable name
    TunnelInterfaceLowBandwidthLink bool
    Set the interface as a low-bandwidth circuit - Default value: false
    TunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    TunnelInterfaceNatRefreshInterval int
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    TunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    TunnelInterfaceNetworkBroadcast bool
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    TunnelInterfaceNetworkBroadcastVariable string
    Variable name
    TunnelInterfacePortHop bool
    Disallow port hopping on the tunnel interface - Default value: true
    TunnelInterfacePortHopVariable string
    Variable name
    TunnelInterfaceRestrict bool
    Restrict this TLOC behavior - Default value: false
    TunnelInterfaceRestrictVariable string
    Variable name
    TunnelInterfaceTunnelTcpMss int
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    TunnelInterfaceTunnelTcpMssVariable string
    Variable name
    TunnelInterfaceVbondAsStunServer bool
    Put this wan interface in STUN mode only - Default value: false
    TunnelInterfaceVbondAsStunServerVariable string
    Variable name
    TunnelInterfaceVmanageConnectionPreference int
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    TunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    TunnelQosMode string
    Set tunnel QoS mode - Choices: spoke
    TunnelQosModeVariable string
    Variable name
    Version int
    The version of the feature template
    WriteRule string
    Name of rewrite rule
    WriteRuleVariable string
    Variable name
    autonegotiate Boolean
    Link autonegotiation - Default value: true
    autonegotiateVariable String
    Variable name
    clearDontFragmentBit Boolean
    Clear don't fragment bit - Default value: false
    clearDontFragmentBitVariable String
    Variable name
    clockRate String
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    clockRateVariable String
    Variable name
    coreRegion String
    Enable core region - Choices: core, core-shared - Default value: core
    coreRegionVariable String
    Variable name
    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
    enableCoreRegion Boolean
    Enable core region - Default value: false
    enableCoreRegionVariable String
    Variable name
    encapsulation String
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    encapsulationVariable String
    Variable name
    interfaceBandwidthCapacity Integer
    Interface bandwidth capacity, in kbps - Range: 1-128
    interfaceBandwidthCapacityVariable String
    Variable name
    interfaceDescription String
    Interface description
    interfaceDescriptionVariable String
    Variable name
    interfaceDownstreamBandwidthCapacity Integer
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    interfaceDownstreamBandwidthCapacityVariable String
    Variable name
    ipMtu Integer
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    ipMtuVariable String
    Variable name
    ipv4AccessLists List<VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessList>
    Apply ACL
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    ipv6AccessLists List<VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessList>
    Apply IPv6 access list
    ipv6Address String
    Assign IPv6 address
    ipv6AddressVariable String
    Variable name
    name String
    The name of the feature template
    perTunnelQos Boolean
    Per-tunnel Qos - Default value: false
    perTunnelQosAggregator Boolean
    Per-tunnel QoS Aggregator - Default value: false
    perTunnelQosAggregatorVariable String
    Variable name
    perTunnelQosVariable String
    Variable name
    pmtuDiscovery Boolean
    Path MTU Discovery - Default value: false
    pmtuDiscoveryVariable String
    Variable name
    qosMap String
    Name of QoS map
    qosMapVariable String
    Variable name
    qosMapVpn String
    Name of VPN QoS map
    qosMapVpnVariable String
    Variable name
    secondaryRegion String
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    secondaryRegionVariable String
    Variable name
    serialInterfaceName String
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    serialInterfaceNameVariable String
    Variable name
    shapingRate Integer
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    shapingRateVariable String
    Variable name
    shutdown Boolean
    Administrative state - Default value: true
    shutdownVariable String
    Variable name
    staticIngressQos Integer
    Static ingress QoS for the port - Range: 0-7
    staticIngressQosVariable String
    Variable name
    tcpMss Integer
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    tcpMssVariable String
    Variable name
    templateType String
    The template type
    tlocExtension String
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable String
    Variable name
    tunnelInterfaceAllowAll Boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    tunnelInterfaceAllowAllVariable String
    Variable name
    tunnelInterfaceAllowBgp Boolean
    Allow/deny BGP - Default value: false
    tunnelInterfaceAllowBgpVariable String
    Variable name
    tunnelInterfaceAllowDhcp Boolean
    Allow/Deny DHCP - Default value: true
    tunnelInterfaceAllowDhcpVariable String
    Variable name
    tunnelInterfaceAllowDns Boolean
    Allow/Deny DNS - Default value: true
    tunnelInterfaceAllowDnsVariable String
    Variable name
    tunnelInterfaceAllowHttps Boolean
    Allow/Deny Https - Default value: true
    tunnelInterfaceAllowHttpsVariable String
    Variable name
    tunnelInterfaceAllowIcmp Boolean
    Allow/Deny ICMP - Default value: true
    tunnelInterfaceAllowIcmpVariable String
    Variable name
    tunnelInterfaceAllowNetconf Boolean
    Allow/Deny NETCONF - Default value: false
    tunnelInterfaceAllowNetconfVariable String
    Variable name
    tunnelInterfaceAllowNtp Boolean
    Allow/Deny NTP - Default value: false
    tunnelInterfaceAllowNtpVariable String
    Variable name
    tunnelInterfaceAllowOspf Boolean
    Allow/Deny OSPF - Default value: false
    tunnelInterfaceAllowOspfVariable String
    Variable name
    tunnelInterfaceAllowSnmp Boolean
    Allow/Deny SNMP - Default value: false
    tunnelInterfaceAllowSnmpVariable String
    Variable name
    tunnelInterfaceAllowSsh Boolean
    Allow/Deny SSH - Default value: false
    tunnelInterfaceAllowSshVariable String
    Variable name
    tunnelInterfaceAllowStun Boolean
    Allow/Deny STUN - Default value: false
    tunnelInterfaceAllowStunVariable String
    Variable name
    tunnelInterfaceBindLoopbackTunnel String
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable String
    Variable name
    tunnelInterfaceBorder Boolean
    Set TLOC as border TLOC - Default value: false
    tunnelInterfaceBorderVariable String
    Variable name
    tunnelInterfaceCarrier String
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    tunnelInterfaceCarrierVariable String
    Variable name
    tunnelInterfaceClearDontFragment Boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    tunnelInterfaceClearDontFragmentVariable String
    Variable name
    tunnelInterfaceColor String
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    tunnelInterfaceColorVariable String
    Variable name
    tunnelInterfaceControlConnections Integer
    Set the maximum number of control connections for this TLOC - Range: 0-8
    tunnelInterfaceControlConnectionsVariable String
    Variable name
    tunnelInterfaceEncapsulations List<VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulation>
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable String
    Variable name
    tunnelInterfaceExcludeControllerGroupLists List<Integer>
    Exclude the following controller groups defined in this list
    tunnelInterfaceGroups List<Integer>
    List of groups
    tunnelInterfaceGroupsVariable String
    Variable name
    tunnelInterfaceHelloInterval Integer
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    tunnelInterfaceHelloIntervalVariable String
    Variable name
    tunnelInterfaceHelloTolerance Integer
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    tunnelInterfaceHelloToleranceVariable String
    Variable name
    tunnelInterfaceLastResortCircuit Boolean
    Set TLOC as last resort - Default value: false
    tunnelInterfaceLastResortCircuitVariable String
    Variable name
    tunnelInterfaceLowBandwidthLink Boolean
    Set the interface as a low-bandwidth circuit - Default value: false
    tunnelInterfaceLowBandwidthLinkVariable String
    Variable name
    tunnelInterfaceNatRefreshInterval Integer
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    tunnelInterfaceNatRefreshIntervalVariable String
    Variable name
    tunnelInterfaceNetworkBroadcast Boolean
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    tunnelInterfaceNetworkBroadcastVariable String
    Variable name
    tunnelInterfacePortHop Boolean
    Disallow port hopping on the tunnel interface - Default value: true
    tunnelInterfacePortHopVariable String
    Variable name
    tunnelInterfaceRestrict Boolean
    Restrict this TLOC behavior - Default value: false
    tunnelInterfaceRestrictVariable String
    Variable name
    tunnelInterfaceTunnelTcpMss Integer
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    tunnelInterfaceTunnelTcpMssVariable String
    Variable name
    tunnelInterfaceVbondAsStunServer Boolean
    Put this wan interface in STUN mode only - Default value: false
    tunnelInterfaceVbondAsStunServerVariable String
    Variable name
    tunnelInterfaceVmanageConnectionPreference Integer
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    tunnelInterfaceVmanageConnectionPreferenceVariable String
    Variable name
    tunnelQosMode String
    Set tunnel QoS mode - Choices: spoke
    tunnelQosModeVariable String
    Variable name
    version Integer
    The version of the feature template
    writeRule String
    Name of rewrite rule
    writeRuleVariable String
    Variable name
    autonegotiate boolean
    Link autonegotiation - Default value: true
    autonegotiateVariable string
    Variable name
    clearDontFragmentBit boolean
    Clear don't fragment bit - Default value: false
    clearDontFragmentBitVariable string
    Variable name
    clockRate string
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    clockRateVariable string
    Variable name
    coreRegion string
    Enable core region - Choices: core, core-shared - Default value: core
    coreRegionVariable string
    Variable name
    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
    enableCoreRegion boolean
    Enable core region - Default value: false
    enableCoreRegionVariable string
    Variable name
    encapsulation string
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    encapsulationVariable string
    Variable name
    interfaceBandwidthCapacity number
    Interface bandwidth capacity, in kbps - Range: 1-128
    interfaceBandwidthCapacityVariable string
    Variable name
    interfaceDescription string
    Interface description
    interfaceDescriptionVariable string
    Variable name
    interfaceDownstreamBandwidthCapacity number
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    interfaceDownstreamBandwidthCapacityVariable string
    Variable name
    ipMtu number
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    ipMtuVariable string
    Variable name
    ipv4AccessLists VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessList[]
    Apply ACL
    ipv4Address string
    Assign IPv4 address
    ipv4AddressVariable string
    Variable name
    ipv6AccessLists VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessList[]
    Apply IPv6 access list
    ipv6Address string
    Assign IPv6 address
    ipv6AddressVariable string
    Variable name
    name string
    The name of the feature template
    perTunnelQos boolean
    Per-tunnel Qos - Default value: false
    perTunnelQosAggregator boolean
    Per-tunnel QoS Aggregator - Default value: false
    perTunnelQosAggregatorVariable string
    Variable name
    perTunnelQosVariable string
    Variable name
    pmtuDiscovery boolean
    Path MTU Discovery - Default value: false
    pmtuDiscoveryVariable string
    Variable name
    qosMap string
    Name of QoS map
    qosMapVariable string
    Variable name
    qosMapVpn string
    Name of VPN QoS map
    qosMapVpnVariable string
    Variable name
    secondaryRegion string
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    secondaryRegionVariable string
    Variable name
    serialInterfaceName string
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    serialInterfaceNameVariable string
    Variable name
    shapingRate number
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    shapingRateVariable string
    Variable name
    shutdown boolean
    Administrative state - Default value: true
    shutdownVariable string
    Variable name
    staticIngressQos number
    Static ingress QoS for the port - Range: 0-7
    staticIngressQosVariable string
    Variable name
    tcpMss number
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    tcpMssVariable string
    Variable name
    templateType string
    The template type
    tlocExtension string
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable string
    Variable name
    tunnelInterfaceAllowAll boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    tunnelInterfaceAllowAllVariable string
    Variable name
    tunnelInterfaceAllowBgp boolean
    Allow/deny BGP - Default value: false
    tunnelInterfaceAllowBgpVariable string
    Variable name
    tunnelInterfaceAllowDhcp boolean
    Allow/Deny DHCP - Default value: true
    tunnelInterfaceAllowDhcpVariable string
    Variable name
    tunnelInterfaceAllowDns boolean
    Allow/Deny DNS - Default value: true
    tunnelInterfaceAllowDnsVariable string
    Variable name
    tunnelInterfaceAllowHttps boolean
    Allow/Deny Https - Default value: true
    tunnelInterfaceAllowHttpsVariable string
    Variable name
    tunnelInterfaceAllowIcmp boolean
    Allow/Deny ICMP - Default value: true
    tunnelInterfaceAllowIcmpVariable string
    Variable name
    tunnelInterfaceAllowNetconf boolean
    Allow/Deny NETCONF - Default value: false
    tunnelInterfaceAllowNetconfVariable string
    Variable name
    tunnelInterfaceAllowNtp boolean
    Allow/Deny NTP - Default value: false
    tunnelInterfaceAllowNtpVariable string
    Variable name
    tunnelInterfaceAllowOspf boolean
    Allow/Deny OSPF - Default value: false
    tunnelInterfaceAllowOspfVariable string
    Variable name
    tunnelInterfaceAllowSnmp boolean
    Allow/Deny SNMP - Default value: false
    tunnelInterfaceAllowSnmpVariable string
    Variable name
    tunnelInterfaceAllowSsh boolean
    Allow/Deny SSH - Default value: false
    tunnelInterfaceAllowSshVariable string
    Variable name
    tunnelInterfaceAllowStun boolean
    Allow/Deny STUN - Default value: false
    tunnelInterfaceAllowStunVariable string
    Variable name
    tunnelInterfaceBindLoopbackTunnel string
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable string
    Variable name
    tunnelInterfaceBorder boolean
    Set TLOC as border TLOC - Default value: false
    tunnelInterfaceBorderVariable string
    Variable name
    tunnelInterfaceCarrier string
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    tunnelInterfaceCarrierVariable string
    Variable name
    tunnelInterfaceClearDontFragment boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    tunnelInterfaceClearDontFragmentVariable string
    Variable name
    tunnelInterfaceColor string
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    tunnelInterfaceColorVariable string
    Variable name
    tunnelInterfaceControlConnections number
    Set the maximum number of control connections for this TLOC - Range: 0-8
    tunnelInterfaceControlConnectionsVariable string
    Variable name
    tunnelInterfaceEncapsulations VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulation[]
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable string
    Variable name
    tunnelInterfaceExcludeControllerGroupLists number[]
    Exclude the following controller groups defined in this list
    tunnelInterfaceGroups number[]
    List of groups
    tunnelInterfaceGroupsVariable string
    Variable name
    tunnelInterfaceHelloInterval number
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    tunnelInterfaceHelloIntervalVariable string
    Variable name
    tunnelInterfaceHelloTolerance number
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    tunnelInterfaceHelloToleranceVariable string
    Variable name
    tunnelInterfaceLastResortCircuit boolean
    Set TLOC as last resort - Default value: false
    tunnelInterfaceLastResortCircuitVariable string
    Variable name
    tunnelInterfaceLowBandwidthLink boolean
    Set the interface as a low-bandwidth circuit - Default value: false
    tunnelInterfaceLowBandwidthLinkVariable string
    Variable name
    tunnelInterfaceNatRefreshInterval number
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    tunnelInterfaceNatRefreshIntervalVariable string
    Variable name
    tunnelInterfaceNetworkBroadcast boolean
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    tunnelInterfaceNetworkBroadcastVariable string
    Variable name
    tunnelInterfacePortHop boolean
    Disallow port hopping on the tunnel interface - Default value: true
    tunnelInterfacePortHopVariable string
    Variable name
    tunnelInterfaceRestrict boolean
    Restrict this TLOC behavior - Default value: false
    tunnelInterfaceRestrictVariable string
    Variable name
    tunnelInterfaceTunnelTcpMss number
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    tunnelInterfaceTunnelTcpMssVariable string
    Variable name
    tunnelInterfaceVbondAsStunServer boolean
    Put this wan interface in STUN mode only - Default value: false
    tunnelInterfaceVbondAsStunServerVariable string
    Variable name
    tunnelInterfaceVmanageConnectionPreference number
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    tunnelInterfaceVmanageConnectionPreferenceVariable string
    Variable name
    tunnelQosMode string
    Set tunnel QoS mode - Choices: spoke
    tunnelQosModeVariable string
    Variable name
    version number
    The version of the feature template
    writeRule string
    Name of rewrite rule
    writeRuleVariable string
    Variable name
    autonegotiate bool
    Link autonegotiation - Default value: true
    autonegotiate_variable str
    Variable name
    clear_dont_fragment_bit bool
    Clear don't fragment bit - Default value: false
    clear_dont_fragment_bit_variable str
    Variable name
    clock_rate str
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    clock_rate_variable str
    Variable name
    core_region str
    Enable core region - Choices: core, core-shared - Default value: core
    core_region_variable str
    Variable name
    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
    enable_core_region bool
    Enable core region - Default value: false
    enable_core_region_variable str
    Variable name
    encapsulation str
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    encapsulation_variable str
    Variable name
    interface_bandwidth_capacity int
    Interface bandwidth capacity, in kbps - Range: 1-128
    interface_bandwidth_capacity_variable str
    Variable name
    interface_description str
    Interface description
    interface_description_variable str
    Variable name
    interface_downstream_bandwidth_capacity int
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    interface_downstream_bandwidth_capacity_variable str
    Variable name
    ip_mtu int
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    ip_mtu_variable str
    Variable name
    ipv4_access_lists Sequence[VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs]
    Apply ACL
    ipv4_address str
    Assign IPv4 address
    ipv4_address_variable str
    Variable name
    ipv6_access_lists Sequence[VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs]
    Apply IPv6 access list
    ipv6_address str
    Assign IPv6 address
    ipv6_address_variable str
    Variable name
    name str
    The name of the feature template
    per_tunnel_qos bool
    Per-tunnel Qos - Default value: false
    per_tunnel_qos_aggregator bool
    Per-tunnel QoS Aggregator - Default value: false
    per_tunnel_qos_aggregator_variable str
    Variable name
    per_tunnel_qos_variable str
    Variable name
    pmtu_discovery bool
    Path MTU Discovery - Default value: false
    pmtu_discovery_variable str
    Variable name
    qos_map str
    Name of QoS map
    qos_map_variable str
    Variable name
    qos_map_vpn str
    Name of VPN QoS map
    qos_map_vpn_variable str
    Variable name
    secondary_region str
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    secondary_region_variable str
    Variable name
    serial_interface_name str
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    serial_interface_name_variable str
    Variable name
    shaping_rate int
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    shaping_rate_variable str
    Variable name
    shutdown bool
    Administrative state - Default value: true
    shutdown_variable str
    Variable name
    static_ingress_qos int
    Static ingress QoS for the port - Range: 0-7
    static_ingress_qos_variable str
    Variable name
    tcp_mss int
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    tcp_mss_variable str
    Variable name
    template_type str
    The template type
    tloc_extension str
    Extends a local TLOC to a remote node only for vpn 0
    tloc_extension_variable str
    Variable name
    tunnel_interface_allow_all bool
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    tunnel_interface_allow_all_variable str
    Variable name
    tunnel_interface_allow_bgp bool
    Allow/deny BGP - Default value: false
    tunnel_interface_allow_bgp_variable str
    Variable name
    tunnel_interface_allow_dhcp bool
    Allow/Deny DHCP - Default value: true
    tunnel_interface_allow_dhcp_variable str
    Variable name
    tunnel_interface_allow_dns bool
    Allow/Deny DNS - Default value: true
    tunnel_interface_allow_dns_variable str
    Variable name
    tunnel_interface_allow_https bool
    Allow/Deny Https - Default value: true
    tunnel_interface_allow_https_variable str
    Variable name
    tunnel_interface_allow_icmp bool
    Allow/Deny ICMP - Default value: true
    tunnel_interface_allow_icmp_variable str
    Variable name
    tunnel_interface_allow_netconf bool
    Allow/Deny NETCONF - Default value: false
    tunnel_interface_allow_netconf_variable str
    Variable name
    tunnel_interface_allow_ntp bool
    Allow/Deny NTP - Default value: false
    tunnel_interface_allow_ntp_variable str
    Variable name
    tunnel_interface_allow_ospf bool
    Allow/Deny OSPF - Default value: false
    tunnel_interface_allow_ospf_variable str
    Variable name
    tunnel_interface_allow_snmp bool
    Allow/Deny SNMP - Default value: false
    tunnel_interface_allow_snmp_variable str
    Variable name
    tunnel_interface_allow_ssh bool
    Allow/Deny SSH - Default value: false
    tunnel_interface_allow_ssh_variable str
    Variable name
    tunnel_interface_allow_stun bool
    Allow/Deny STUN - Default value: false
    tunnel_interface_allow_stun_variable str
    Variable name
    tunnel_interface_bind_loopback_tunnel str
    Bind loopback tunnel interface to a physical interface
    tunnel_interface_bind_loopback_tunnel_variable str
    Variable name
    tunnel_interface_border bool
    Set TLOC as border TLOC - Default value: false
    tunnel_interface_border_variable str
    Variable name
    tunnel_interface_carrier str
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    tunnel_interface_carrier_variable str
    Variable name
    tunnel_interface_clear_dont_fragment bool
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    tunnel_interface_clear_dont_fragment_variable str
    Variable name
    tunnel_interface_color str
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    tunnel_interface_color_variable str
    Variable name
    tunnel_interface_control_connections int
    Set the maximum number of control connections for this TLOC - Range: 0-8
    tunnel_interface_control_connections_variable str
    Variable name
    tunnel_interface_encapsulations Sequence[VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs]
    Encapsulation for TLOC
    tunnel_interface_exclude_controller_group_list_variable str
    Variable name
    tunnel_interface_exclude_controller_group_lists Sequence[int]
    Exclude the following controller groups defined in this list
    tunnel_interface_groups Sequence[int]
    List of groups
    tunnel_interface_groups_variable str
    Variable name
    tunnel_interface_hello_interval int
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    tunnel_interface_hello_interval_variable str
    Variable name
    tunnel_interface_hello_tolerance int
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    tunnel_interface_hello_tolerance_variable str
    Variable name
    tunnel_interface_last_resort_circuit bool
    Set TLOC as last resort - Default value: false
    tunnel_interface_last_resort_circuit_variable str
    Variable name
    tunnel_interface_low_bandwidth_link bool
    Set the interface as a low-bandwidth circuit - Default value: false
    tunnel_interface_low_bandwidth_link_variable str
    Variable name
    tunnel_interface_nat_refresh_interval int
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    tunnel_interface_nat_refresh_interval_variable str
    Variable name
    tunnel_interface_network_broadcast bool
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    tunnel_interface_network_broadcast_variable str
    Variable name
    tunnel_interface_port_hop bool
    Disallow port hopping on the tunnel interface - Default value: true
    tunnel_interface_port_hop_variable str
    Variable name
    tunnel_interface_restrict bool
    Restrict this TLOC behavior - Default value: false
    tunnel_interface_restrict_variable str
    Variable name
    tunnel_interface_tunnel_tcp_mss int
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    tunnel_interface_tunnel_tcp_mss_variable str
    Variable name
    tunnel_interface_vbond_as_stun_server bool
    Put this wan interface in STUN mode only - Default value: false
    tunnel_interface_vbond_as_stun_server_variable str
    Variable name
    tunnel_interface_vmanage_connection_preference int
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    tunnel_interface_vmanage_connection_preference_variable str
    Variable name
    tunnel_qos_mode str
    Set tunnel QoS mode - Choices: spoke
    tunnel_qos_mode_variable str
    Variable name
    version int
    The version of the feature template
    write_rule str
    Name of rewrite rule
    write_rule_variable str
    Variable name
    autonegotiate Boolean
    Link autonegotiation - Default value: true
    autonegotiateVariable String
    Variable name
    clearDontFragmentBit Boolean
    Clear don't fragment bit - Default value: false
    clearDontFragmentBitVariable String
    Variable name
    clockRate String
    Set preference for interface Clock speed - Choices: 1200, 2400, 3600, 4800, 9600, 14400, 19200, 28800, 32000, 38400, 48000, 56000, 57600, 64000, 72000, 115200, 125000, 148000, 192000, 250000, 256000, 384000, 500000, 512000, 768000, 800000, 1000000, 2000000, 4000000, 5300000, 8000000
    clockRateVariable String
    Variable name
    coreRegion String
    Enable core region - Choices: core, core-shared - Default value: core
    coreRegionVariable String
    Variable name
    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
    enableCoreRegion Boolean
    Enable core region - Default value: false
    enableCoreRegionVariable String
    Variable name
    encapsulation String
    Configure Encapsulation for interface - Choices: hdlc, ppp, frame-relay
    encapsulationVariable String
    Variable name
    interfaceBandwidthCapacity Number
    Interface bandwidth capacity, in kbps - Range: 1-128
    interfaceBandwidthCapacityVariable String
    Variable name
    interfaceDescription String
    Interface description
    interfaceDescriptionVariable String
    Variable name
    interfaceDownstreamBandwidthCapacity Number
    Interface downstream bandwidth capacity, in kbps - Range: 1-2147483647
    interfaceDownstreamBandwidthCapacityVariable String
    Variable name
    ipMtu Number
    Interface MTU <68...2000>, in bytes - Range: 68-2000 - Default value: 1500
    ipMtuVariable String
    Variable name
    ipv4AccessLists List<Property Map>
    Apply ACL
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    ipv6AccessLists List<Property Map>
    Apply IPv6 access list
    ipv6Address String
    Assign IPv6 address
    ipv6AddressVariable String
    Variable name
    name String
    The name of the feature template
    perTunnelQos Boolean
    Per-tunnel Qos - Default value: false
    perTunnelQosAggregator Boolean
    Per-tunnel QoS Aggregator - Default value: false
    perTunnelQosAggregatorVariable String
    Variable name
    perTunnelQosVariable String
    Variable name
    pmtuDiscovery Boolean
    Path MTU Discovery - Default value: false
    pmtuDiscoveryVariable String
    Variable name
    qosMap String
    Name of QoS map
    qosMapVariable String
    Variable name
    qosMapVpn String
    Name of VPN QoS map
    qosMapVpnVariable String
    Variable name
    secondaryRegion String
    Enable secondary region - Choices: off, secondary-only, secondary-shared - Default value: off
    secondaryRegionVariable String
    Variable name
    serialInterfaceName String
    Serial Interface Name - slot/subslot/port:channel-group for T1/E1, slot/subslot/port for NIM-1T
    serialInterfaceNameVariable String
    Variable name
    shapingRate Number
    1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps - Range: 8-100000000
    shapingRateVariable String
    Variable name
    shutdown Boolean
    Administrative state - Default value: true
    shutdownVariable String
    Variable name
    staticIngressQos Number
    Static ingress QoS for the port - Range: 0-7
    staticIngressQosVariable String
    Variable name
    tcpMss Number
    TCP MSS on SYN packets, in bytes - Range: 552-1960
    tcpMssVariable String
    Variable name
    templateType String
    The template type
    tlocExtension String
    Extends a local TLOC to a remote node only for vpn 0
    tlocExtensionVariable String
    Variable name
    tunnelInterfaceAllowAll Boolean
    Allow all traffic. Overrides all other allow-service options if allow-service all is set - Default value: false
    tunnelInterfaceAllowAllVariable String
    Variable name
    tunnelInterfaceAllowBgp Boolean
    Allow/deny BGP - Default value: false
    tunnelInterfaceAllowBgpVariable String
    Variable name
    tunnelInterfaceAllowDhcp Boolean
    Allow/Deny DHCP - Default value: true
    tunnelInterfaceAllowDhcpVariable String
    Variable name
    tunnelInterfaceAllowDns Boolean
    Allow/Deny DNS - Default value: true
    tunnelInterfaceAllowDnsVariable String
    Variable name
    tunnelInterfaceAllowHttps Boolean
    Allow/Deny Https - Default value: true
    tunnelInterfaceAllowHttpsVariable String
    Variable name
    tunnelInterfaceAllowIcmp Boolean
    Allow/Deny ICMP - Default value: true
    tunnelInterfaceAllowIcmpVariable String
    Variable name
    tunnelInterfaceAllowNetconf Boolean
    Allow/Deny NETCONF - Default value: false
    tunnelInterfaceAllowNetconfVariable String
    Variable name
    tunnelInterfaceAllowNtp Boolean
    Allow/Deny NTP - Default value: false
    tunnelInterfaceAllowNtpVariable String
    Variable name
    tunnelInterfaceAllowOspf Boolean
    Allow/Deny OSPF - Default value: false
    tunnelInterfaceAllowOspfVariable String
    Variable name
    tunnelInterfaceAllowSnmp Boolean
    Allow/Deny SNMP - Default value: false
    tunnelInterfaceAllowSnmpVariable String
    Variable name
    tunnelInterfaceAllowSsh Boolean
    Allow/Deny SSH - Default value: false
    tunnelInterfaceAllowSshVariable String
    Variable name
    tunnelInterfaceAllowStun Boolean
    Allow/Deny STUN - Default value: false
    tunnelInterfaceAllowStunVariable String
    Variable name
    tunnelInterfaceBindLoopbackTunnel String
    Bind loopback tunnel interface to a physical interface
    tunnelInterfaceBindLoopbackTunnelVariable String
    Variable name
    tunnelInterfaceBorder Boolean
    Set TLOC as border TLOC - Default value: false
    tunnelInterfaceBorderVariable String
    Variable name
    tunnelInterfaceCarrier String
    Set carrier for TLOC - Choices: default, carrier1, carrier2, carrier3, carrier4, carrier5, carrier6, carrier7, carrier8 - Default value: default
    tunnelInterfaceCarrierVariable String
    Variable name
    tunnelInterfaceClearDontFragment Boolean
    Enable clear dont fragment (Currently Only SDWAN Tunnel Interface) - Default value: false
    tunnelInterfaceClearDontFragmentVariable String
    Variable name
    tunnelInterfaceColor String
    Set color for TLOC - Choices: default, mpls, metro-ethernet, biz-internet, public-internet, lte, 3g, red, green, blue, gold, silver, bronze, custom1, custom2, custom3, private1, private2, private3, private4, private5, private6 - Default value: default
    tunnelInterfaceColorVariable String
    Variable name
    tunnelInterfaceControlConnections Number
    Set the maximum number of control connections for this TLOC - Range: 0-8
    tunnelInterfaceControlConnectionsVariable String
    Variable name
    tunnelInterfaceEncapsulations List<Property Map>
    Encapsulation for TLOC
    tunnelInterfaceExcludeControllerGroupListVariable String
    Variable name
    tunnelInterfaceExcludeControllerGroupLists List<Number>
    Exclude the following controller groups defined in this list
    tunnelInterfaceGroups List<Number>
    List of groups
    tunnelInterfaceGroupsVariable String
    Variable name
    tunnelInterfaceHelloInterval Number
    Set time period of control hello packets <100..600000> milli seconds - Range: 100-600000 - Default value: 1000
    tunnelInterfaceHelloIntervalVariable String
    Variable name
    tunnelInterfaceHelloTolerance Number
    Set tolerance of control hello packets <12..6000> seconds - Range: 12-6000 - Default value: 12
    tunnelInterfaceHelloToleranceVariable String
    Variable name
    tunnelInterfaceLastResortCircuit Boolean
    Set TLOC as last resort - Default value: false
    tunnelInterfaceLastResortCircuitVariable String
    Variable name
    tunnelInterfaceLowBandwidthLink Boolean
    Set the interface as a low-bandwidth circuit - Default value: false
    tunnelInterfaceLowBandwidthLinkVariable String
    Variable name
    tunnelInterfaceNatRefreshInterval Number
    Set time period of nat refresh packets <1...60> seconds - Range: 1-60 - Default value: 5
    tunnelInterfaceNatRefreshIntervalVariable String
    Variable name
    tunnelInterfaceNetworkBroadcast Boolean
    Accept and respond to network-prefix-directed broadcasts) - Default value: false
    tunnelInterfaceNetworkBroadcastVariable String
    Variable name
    tunnelInterfacePortHop Boolean
    Disallow port hopping on the tunnel interface - Default value: true
    tunnelInterfacePortHopVariable String
    Variable name
    tunnelInterfaceRestrict Boolean
    Restrict this TLOC behavior - Default value: false
    tunnelInterfaceRestrictVariable String
    Variable name
    tunnelInterfaceTunnelTcpMss Number
    Tunnel TCP MSS on SYN packets, in bytes - Range: 500-1460
    tunnelInterfaceTunnelTcpMssVariable String
    Variable name
    tunnelInterfaceVbondAsStunServer Boolean
    Put this wan interface in STUN mode only - Default value: false
    tunnelInterfaceVbondAsStunServerVariable String
    Variable name
    tunnelInterfaceVmanageConnectionPreference Number
    Set interface preference for control connection to vManage <0..8> - Range: 0-8 - Default value: 5
    tunnelInterfaceVmanageConnectionPreferenceVariable String
    Variable name
    tunnelQosMode String
    Set tunnel QoS mode - Choices: spoke
    tunnelQosModeVariable String
    Variable name
    version Number
    The version of the feature template
    writeRule String
    Name of rewrite rule
    writeRuleVariable String
    Variable name

    Supporting Types

    VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessList, VpnInterfaceT1E1SerialFeatureTemplateIpv4AccessListArgs

    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction

    • Choices: in, out
    Optional bool
    Indicates if list item is considered optional.
    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction

    • Choices: in, out
    Optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction

    • Choices: in, out
    optional Boolean
    Indicates if list item is considered optional.
    aclName string
    Name of access list
    aclNameVariable string
    Variable name
    direction string
    Direction

    • Choices: in, out
    optional boolean
    Indicates if list item is considered optional.
    acl_name str
    Name of access list
    acl_name_variable str
    Variable name
    direction str
    Direction

    • Choices: in, out
    optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction

    • Choices: in, out
    optional Boolean
    Indicates if list item is considered optional.

    VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessList, VpnInterfaceT1E1SerialFeatureTemplateIpv6AccessListArgs

    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction

    • Choices: in, out
    Optional bool
    Indicates if list item is considered optional.
    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction

    • Choices: in, out
    Optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction

    • Choices: in, out
    optional Boolean
    Indicates if list item is considered optional.
    aclName string
    Name of access list
    aclNameVariable string
    Variable name
    direction string
    Direction

    • Choices: in, out
    optional boolean
    Indicates if list item is considered optional.
    acl_name str
    Name of access list
    acl_name_variable str
    Variable name
    direction str
    Direction

    • Choices: in, out
    optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction

    • Choices: in, out
    optional Boolean
    Indicates if list item is considered optional.

    VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulation, VpnInterfaceT1E1SerialFeatureTemplateTunnelInterfaceEncapsulationArgs

    Encapsulation string
    Encapsulation

    • Choices: gre, ipsec
    Optional bool
    Indicates if list item is considered optional.
    Preference int
    Set preference for TLOC

    • Range: 0-4294967295
    PreferenceVariable string
    Variable name
    Weight int
    Set weight for TLOC

    • Range: 1-255
    • Default value: 1
    WeightVariable string
    Variable name
    Encapsulation string
    Encapsulation

    • Choices: gre, ipsec
    Optional bool
    Indicates if list item is considered optional.
    Preference int
    Set preference for TLOC

    • Range: 0-4294967295
    PreferenceVariable string
    Variable name
    Weight int
    Set weight for TLOC

    • Range: 1-255
    • Default value: 1
    WeightVariable string
    Variable name
    encapsulation String
    Encapsulation

    • Choices: gre, ipsec
    optional Boolean
    Indicates if list item is considered optional.
    preference Integer
    Set preference for TLOC

    • Range: 0-4294967295
    preferenceVariable String
    Variable name
    weight Integer
    Set weight for TLOC

    • Range: 1-255
    • Default value: 1
    weightVariable String
    Variable name
    encapsulation string
    Encapsulation

    • Choices: gre, ipsec
    optional boolean
    Indicates if list item is considered optional.
    preference number
    Set preference for TLOC

    • Range: 0-4294967295
    preferenceVariable string
    Variable name
    weight number
    Set weight for TLOC

    • Range: 1-255
    • Default value: 1
    weightVariable string
    Variable name
    encapsulation str
    Encapsulation

    • Choices: gre, ipsec
    optional bool
    Indicates if list item is considered optional.
    preference int
    Set preference for TLOC

    • Range: 0-4294967295
    preference_variable str
    Variable name
    weight int
    Set weight for TLOC

    • Range: 1-255
    • Default value: 1
    weight_variable str
    Variable name
    encapsulation String
    Encapsulation

    • Choices: gre, ipsec
    optional Boolean
    Indicates if list item is considered optional.
    preference Number
    Set preference for TLOC

    • Range: 0-4294967295
    preferenceVariable String
    Variable name
    weight Number
    Set weight for TLOC

    • Range: 1-255
    • Default value: 1
    weightVariable String
    Variable name

    Import

    $ pulumi import sdwan:index/vpnInterfaceT1E1SerialFeatureTemplate:VpnInterfaceT1E1SerialFeatureTemplate 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