Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getVpnInterfaceMultilinkFeatureTemplate
Explore with Pulumi AI
This data source can read the VPN Interface Multilink feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getVpnInterfaceMultilinkFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_vpn_interface_multilink_feature_template(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
package main
import (
	"github.com/pulumi/pulumi-sdwan/sdk/go/sdwan"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := sdwan.LookupVpnInterfaceMultilinkFeatureTemplate(ctx, &sdwan.LookupVpnInterfaceMultilinkFeatureTemplateArgs{
			Id: pulumi.StringRef("f6b2c44c-693c-4763-b010-895aa3d236bd"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Sdwan = Pulumi.Sdwan;
return await Deployment.RunAsync(() => 
{
    var example = Sdwan.GetVpnInterfaceMultilinkFeatureTemplate.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.sdwan.SdwanFunctions;
import com.pulumi.sdwan.inputs.GetVpnInterfaceMultilinkFeatureTemplateArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = SdwanFunctions.getVpnInterfaceMultilinkFeatureTemplate(GetVpnInterfaceMultilinkFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      Function: sdwan:getVpnInterfaceMultilinkFeatureTemplate
      Arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getVpnInterfaceMultilinkFeatureTemplate
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getVpnInterfaceMultilinkFeatureTemplate(args: GetVpnInterfaceMultilinkFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetVpnInterfaceMultilinkFeatureTemplateResult>
function getVpnInterfaceMultilinkFeatureTemplateOutput(args: GetVpnInterfaceMultilinkFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetVpnInterfaceMultilinkFeatureTemplateResult>def get_vpn_interface_multilink_feature_template(id: Optional[str] = None,
                                                 name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetVpnInterfaceMultilinkFeatureTemplateResult
def get_vpn_interface_multilink_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                                 name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetVpnInterfaceMultilinkFeatureTemplateResult]func LookupVpnInterfaceMultilinkFeatureTemplate(ctx *Context, args *LookupVpnInterfaceMultilinkFeatureTemplateArgs, opts ...InvokeOption) (*LookupVpnInterfaceMultilinkFeatureTemplateResult, error)
func LookupVpnInterfaceMultilinkFeatureTemplateOutput(ctx *Context, args *LookupVpnInterfaceMultilinkFeatureTemplateOutputArgs, opts ...InvokeOption) LookupVpnInterfaceMultilinkFeatureTemplateResultOutput> Note: This function is named LookupVpnInterfaceMultilinkFeatureTemplate in the Go SDK.
public static class GetVpnInterfaceMultilinkFeatureTemplate 
{
    public static Task<GetVpnInterfaceMultilinkFeatureTemplateResult> InvokeAsync(GetVpnInterfaceMultilinkFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetVpnInterfaceMultilinkFeatureTemplateResult> Invoke(GetVpnInterfaceMultilinkFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpnInterfaceMultilinkFeatureTemplateResult> getVpnInterfaceMultilinkFeatureTemplate(GetVpnInterfaceMultilinkFeatureTemplateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: sdwan:index/getVpnInterfaceMultilinkFeatureTemplate:getVpnInterfaceMultilinkFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getVpnInterfaceMultilinkFeatureTemplate Result
The following output properties are available:
- AccessLists List<GetVpn Interface Multilink Feature Template Access List> 
- Apply ACL
- Autonegotiate bool
- Link autonegotiation
- AutonegotiateVariable string
- Variable name
- BandwidthDownstream int
- Interface downstream bandwidth capacity, in kbps
- BandwidthDownstream stringVariable 
- Variable name
- BandwidthUpstream int
- Interface upstream bandwidth capacity, in kbps
- BandwidthUpstream stringVariable 
- Variable name
- ChapHostname string
- CHAP Hostname
- ChapHostname stringVariable 
- Variable name
- ChapPpp stringAuth Password 
- Specify ppp authentication Password
- ChapPpp stringAuth Password Variable 
- Variable name
- ClearDont boolFragment Bit 
- Clear don't fragment bit
- ClearDont stringFragment Bit Variable 
- Variable name
- CoreRegion string
- Enable core region
- CoreRegion stringVariable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes List<string>
- List of supported device types
- DisableFragmentation bool
- Suppresss multilink fragmentation
- EnableCore boolRegion 
- Enable core region
- EnableCore stringRegion Variable 
- Variable name
- FragmentMax intDelay 
- Maximum delay for each fragment
- FragmentMax stringDelay Variable 
- Variable name
- Id string
- The id of the feature template
- InterfaceDescription string
- Interface description
- InterfaceDescription stringVariable 
- Variable name
- InterfaceName string
- Interface Name
- InterfaceName stringVariable 
- Variable name
- InterleavingFragment bool
- Allow interleaving of packets with fragments
- IpMtu int
- Interface MTU \n\n, in bytes
- IpMtu stringVariable 
- Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4AddressVariable string
- Variable name
- Ipv6AccessLists List<GetVpn Interface Multilink Feature Template Ipv6Access List> 
- Apply IPv6 access list
- Ipv6Address string
- Assign IPv6 address
- Ipv6AddressVariable string
- Variable name
- MultilinkGroup intNumber 
- MultiLink Group Number
- MultilinkGroup stringNumber Variable 
- Variable name
- MultilinkInterfaces List<GetVpn Interface Multilink Feature Template Multilink Interface> 
- Controller tx-ex List
- Name string
- The name of the feature template
- NimInterface List<GetLists Vpn Interface Multilink Feature Template Nim Interface List> 
- Nim Interface List
- PapPassword bool
- PAP outbound Password
- PapPpp stringAuth Password 
- Specify ppp authentication Password
- PapPpp stringAuth Password Variable 
- Variable name
- PapUsername string
- PAP outbound Sent Username
- PapUsername stringVariable 
- Variable name
- PerTunnel boolQos 
- Per-tunnel Qos
- PerTunnel boolQos Aggregator 
- Per-tunnel QoS Aggregator
- PerTunnel stringQos Aggregator Variable 
- Variable name
- PerTunnel stringQos Variable 
- Variable name
- PmtuDiscovery bool
- Path MTU Discovery
- PmtuDiscovery stringVariable 
- Variable name
- PppAuthentication stringProtocol 
- PPP Link Authentication Protocol
- PppAuthentication boolProtocol Pap 
- PPP Authentication Protocol PAP
- PppAuthentication stringType 
- Authenticate remote on incoming call only
- QosMap string
- Name of QoS map
- QosMap stringVariable 
- Variable name
- QosMap stringVpn 
- Name of VPN QoS map
- QosMap stringVpn Variable 
- Variable name
- SecondaryRegion string
- Enable secondary region
- SecondaryRegion stringVariable 
- Variable name
- ShapingRate int
- 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- ShapingRate stringVariable 
- Variable name
- Shutdown bool
- Administrative state
- ShutdownVariable string
- Variable name
- StaticIngress intQos 
- Static ingress QoS for the port
- StaticIngress stringQos Variable 
- Variable name
- TcpMss int
- TCP MSS on SYN packets, in bytes
- TcpMss stringVariable 
- Variable name
- TemplateType string
- The template type
- TlocExtension string
- Extends a local TLOC to a remote node only for vpn 0
- TlocExtension stringVariable 
- Variable name
- TunnelInterface boolAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- TunnelInterface stringAllow All Variable 
- Variable name
- TunnelInterface boolAllow Bgp 
- Allow/deny BGP
- TunnelInterface stringAllow Bgp Variable 
- Variable name
- TunnelInterface boolAllow Dhcp 
- Allow/Deny DHCP
- TunnelInterface stringAllow Dhcp Variable 
- Variable name
- TunnelInterface boolAllow Dns 
- Allow/Deny DNS
- TunnelInterface stringAllow Dns Variable 
- Variable name
- TunnelInterface boolAllow Https 
- Allow/Deny Https
- TunnelInterface stringAllow Https Variable 
- Variable name
- TunnelInterface boolAllow Icmp 
- Allow/Deny ICMP
- TunnelInterface stringAllow Icmp Variable 
- Variable name
- TunnelInterface boolAllow Netconf 
- Allow/Deny NETCONF
- TunnelInterface stringAllow Netconf Variable 
- Variable name
- TunnelInterface boolAllow Ntp 
- Allow/Deny NTP
- TunnelInterface stringAllow Ntp Variable 
- Variable name
- TunnelInterface boolAllow Ospf 
- Allow/Deny OSPF
- TunnelInterface stringAllow Ospf Variable 
- Variable name
- TunnelInterface boolAllow Snmp 
- Allow/Deny SNMP
- TunnelInterface stringAllow Snmp Variable 
- Variable name
- TunnelInterface boolAllow Ssh 
- Allow/Deny SSH
- TunnelInterface stringAllow Ssh Variable 
- Variable name
- TunnelInterface boolAllow Stun 
- Allow/Deny STUN
- TunnelInterface stringAllow Stun Variable 
- Variable name
- TunnelInterface stringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- TunnelInterface stringBind Loopback Tunnel Variable 
- Variable name
- TunnelInterface boolBorder 
- Set TLOC as border TLOC
- TunnelInterface stringBorder Variable 
- Variable name
- TunnelInterface stringCarrier 
- Set carrier for TLOC
- TunnelInterface stringCarrier Variable 
- Variable name
- TunnelInterface boolClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- TunnelInterface stringClear Dont Fragment Variable 
- Variable name
- TunnelInterface stringColor 
- Set color for TLOC
- TunnelInterface boolColor Restrict 
- Restrict this TLOC behavior
- TunnelInterface stringColor Variable 
- Variable name
- TunnelInterface boolControl Connections 
- Allow Control Connection
- TunnelInterface stringControl Connections Variable 
- Variable name
- TunnelInterface List<GetEncapsulations Vpn Interface Multilink Feature Template Tunnel Interface Encapsulation> 
- Encapsulation for TLOC
- TunnelInterface stringExclude Controller Group List Variable 
- Variable name
- TunnelInterface List<int>Exclude Controller Group Lists 
- Exclude the following controller groups defined in this list
- TunnelInterface List<int>Groups 
- List of groups
- TunnelInterface stringGroups Variable 
- Variable name
- TunnelInterface intHello Interval 
- Set time period of control hello packets \n\n milli seconds
- TunnelInterface stringHello Interval Variable 
- Variable name
- TunnelInterface intHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- TunnelInterface stringHello Tolerance Variable 
- Variable name
- TunnelInterface boolLast Resort Circuit 
- Set TLOC as last resort
- TunnelInterface stringLast Resort Circuit Variable 
- Variable name
- TunnelInterface boolLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- TunnelInterface stringLow Bandwidth Link Variable 
- Variable name
- TunnelInterface intMax Control Connections 
- Set the maximum number of control connections for this TLOC
- TunnelInterface stringMax Control Connections Variable 
- Variable name
- TunnelInterface intNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- TunnelInterface stringNat Refresh Interval Variable 
- Variable name
- TunnelInterface boolNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts)
- TunnelInterface stringNetwork Broadcast Variable 
- Variable name
- TunnelInterface boolPort Hop 
- Disallow port hopping on the tunnel interface
- TunnelInterface stringPort Hop Variable 
- Variable name
- TunnelInterface intTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- TunnelInterface stringTunnel Tcp Mss Variable 
- Variable name
- TunnelInterface boolVbond As Stun Server 
- Put this wan interface in STUN mode only
- TunnelInterface stringVbond As Stun Server Variable 
- Variable name
- TunnelInterface intVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- TunnelInterface stringVmanage Connection Preference Variable 
- Variable name
- TunnelQos stringMode 
- Set tunnel QoS mode
- TunnelQos stringMode Variable 
- Variable name
- Version int
- The version of the feature template
- WriteRule string
- Name of rewrite rule
- WriteRule stringVariable 
- Variable name
- AccessLists []GetVpn Interface Multilink Feature Template Access List 
- Apply ACL
- Autonegotiate bool
- Link autonegotiation
- AutonegotiateVariable string
- Variable name
- BandwidthDownstream int
- Interface downstream bandwidth capacity, in kbps
- BandwidthDownstream stringVariable 
- Variable name
- BandwidthUpstream int
- Interface upstream bandwidth capacity, in kbps
- BandwidthUpstream stringVariable 
- Variable name
- ChapHostname string
- CHAP Hostname
- ChapHostname stringVariable 
- Variable name
- ChapPpp stringAuth Password 
- Specify ppp authentication Password
- ChapPpp stringAuth Password Variable 
- Variable name
- ClearDont boolFragment Bit 
- Clear don't fragment bit
- ClearDont stringFragment Bit Variable 
- Variable name
- CoreRegion string
- Enable core region
- CoreRegion stringVariable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes []string
- List of supported device types
- DisableFragmentation bool
- Suppresss multilink fragmentation
- EnableCore boolRegion 
- Enable core region
- EnableCore stringRegion Variable 
- Variable name
- FragmentMax intDelay 
- Maximum delay for each fragment
- FragmentMax stringDelay Variable 
- Variable name
- Id string
- The id of the feature template
- InterfaceDescription string
- Interface description
- InterfaceDescription stringVariable 
- Variable name
- InterfaceName string
- Interface Name
- InterfaceName stringVariable 
- Variable name
- InterleavingFragment bool
- Allow interleaving of packets with fragments
- IpMtu int
- Interface MTU \n\n, in bytes
- IpMtu stringVariable 
- Variable name
- Ipv4Address string
- Assign IPv4 address
- Ipv4AddressVariable string
- Variable name
- Ipv6AccessLists []GetVpn Interface Multilink Feature Template Ipv6Access List 
- Apply IPv6 access list
- Ipv6Address string
- Assign IPv6 address
- Ipv6AddressVariable string
- Variable name
- MultilinkGroup intNumber 
- MultiLink Group Number
- MultilinkGroup stringNumber Variable 
- Variable name
- MultilinkInterfaces []GetVpn Interface Multilink Feature Template Multilink Interface 
- Controller tx-ex List
- Name string
- The name of the feature template
- NimInterface []GetLists Vpn Interface Multilink Feature Template Nim Interface List 
- Nim Interface List
- PapPassword bool
- PAP outbound Password
- PapPpp stringAuth Password 
- Specify ppp authentication Password
- PapPpp stringAuth Password Variable 
- Variable name
- PapUsername string
- PAP outbound Sent Username
- PapUsername stringVariable 
- Variable name
- PerTunnel boolQos 
- Per-tunnel Qos
- PerTunnel boolQos Aggregator 
- Per-tunnel QoS Aggregator
- PerTunnel stringQos Aggregator Variable 
- Variable name
- PerTunnel stringQos Variable 
- Variable name
- PmtuDiscovery bool
- Path MTU Discovery
- PmtuDiscovery stringVariable 
- Variable name
- PppAuthentication stringProtocol 
- PPP Link Authentication Protocol
- PppAuthentication boolProtocol Pap 
- PPP Authentication Protocol PAP
- PppAuthentication stringType 
- Authenticate remote on incoming call only
- QosMap string
- Name of QoS map
- QosMap stringVariable 
- Variable name
- QosMap stringVpn 
- Name of VPN QoS map
- QosMap stringVpn Variable 
- Variable name
- SecondaryRegion string
- Enable secondary region
- SecondaryRegion stringVariable 
- Variable name
- ShapingRate int
- 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- ShapingRate stringVariable 
- Variable name
- Shutdown bool
- Administrative state
- ShutdownVariable string
- Variable name
- StaticIngress intQos 
- Static ingress QoS for the port
- StaticIngress stringQos Variable 
- Variable name
- TcpMss int
- TCP MSS on SYN packets, in bytes
- TcpMss stringVariable 
- Variable name
- TemplateType string
- The template type
- TlocExtension string
- Extends a local TLOC to a remote node only for vpn 0
- TlocExtension stringVariable 
- Variable name
- TunnelInterface boolAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- TunnelInterface stringAllow All Variable 
- Variable name
- TunnelInterface boolAllow Bgp 
- Allow/deny BGP
- TunnelInterface stringAllow Bgp Variable 
- Variable name
- TunnelInterface boolAllow Dhcp 
- Allow/Deny DHCP
- TunnelInterface stringAllow Dhcp Variable 
- Variable name
- TunnelInterface boolAllow Dns 
- Allow/Deny DNS
- TunnelInterface stringAllow Dns Variable 
- Variable name
- TunnelInterface boolAllow Https 
- Allow/Deny Https
- TunnelInterface stringAllow Https Variable 
- Variable name
- TunnelInterface boolAllow Icmp 
- Allow/Deny ICMP
- TunnelInterface stringAllow Icmp Variable 
- Variable name
- TunnelInterface boolAllow Netconf 
- Allow/Deny NETCONF
- TunnelInterface stringAllow Netconf Variable 
- Variable name
- TunnelInterface boolAllow Ntp 
- Allow/Deny NTP
- TunnelInterface stringAllow Ntp Variable 
- Variable name
- TunnelInterface boolAllow Ospf 
- Allow/Deny OSPF
- TunnelInterface stringAllow Ospf Variable 
- Variable name
- TunnelInterface boolAllow Snmp 
- Allow/Deny SNMP
- TunnelInterface stringAllow Snmp Variable 
- Variable name
- TunnelInterface boolAllow Ssh 
- Allow/Deny SSH
- TunnelInterface stringAllow Ssh Variable 
- Variable name
- TunnelInterface boolAllow Stun 
- Allow/Deny STUN
- TunnelInterface stringAllow Stun Variable 
- Variable name
- TunnelInterface stringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- TunnelInterface stringBind Loopback Tunnel Variable 
- Variable name
- TunnelInterface boolBorder 
- Set TLOC as border TLOC
- TunnelInterface stringBorder Variable 
- Variable name
- TunnelInterface stringCarrier 
- Set carrier for TLOC
- TunnelInterface stringCarrier Variable 
- Variable name
- TunnelInterface boolClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- TunnelInterface stringClear Dont Fragment Variable 
- Variable name
- TunnelInterface stringColor 
- Set color for TLOC
- TunnelInterface boolColor Restrict 
- Restrict this TLOC behavior
- TunnelInterface stringColor Variable 
- Variable name
- TunnelInterface boolControl Connections 
- Allow Control Connection
- TunnelInterface stringControl Connections Variable 
- Variable name
- TunnelInterface []GetEncapsulations Vpn Interface Multilink Feature Template Tunnel Interface Encapsulation 
- Encapsulation for TLOC
- TunnelInterface stringExclude Controller Group List Variable 
- Variable name
- TunnelInterface []intExclude Controller Group Lists 
- Exclude the following controller groups defined in this list
- TunnelInterface []intGroups 
- List of groups
- TunnelInterface stringGroups Variable 
- Variable name
- TunnelInterface intHello Interval 
- Set time period of control hello packets \n\n milli seconds
- TunnelInterface stringHello Interval Variable 
- Variable name
- TunnelInterface intHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- TunnelInterface stringHello Tolerance Variable 
- Variable name
- TunnelInterface boolLast Resort Circuit 
- Set TLOC as last resort
- TunnelInterface stringLast Resort Circuit Variable 
- Variable name
- TunnelInterface boolLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- TunnelInterface stringLow Bandwidth Link Variable 
- Variable name
- TunnelInterface intMax Control Connections 
- Set the maximum number of control connections for this TLOC
- TunnelInterface stringMax Control Connections Variable 
- Variable name
- TunnelInterface intNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- TunnelInterface stringNat Refresh Interval Variable 
- Variable name
- TunnelInterface boolNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts)
- TunnelInterface stringNetwork Broadcast Variable 
- Variable name
- TunnelInterface boolPort Hop 
- Disallow port hopping on the tunnel interface
- TunnelInterface stringPort Hop Variable 
- Variable name
- TunnelInterface intTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- TunnelInterface stringTunnel Tcp Mss Variable 
- Variable name
- TunnelInterface boolVbond As Stun Server 
- Put this wan interface in STUN mode only
- TunnelInterface stringVbond As Stun Server Variable 
- Variable name
- TunnelInterface intVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- TunnelInterface stringVmanage Connection Preference Variable 
- Variable name
- TunnelQos stringMode 
- Set tunnel QoS mode
- TunnelQos stringMode Variable 
- Variable name
- Version int
- The version of the feature template
- WriteRule string
- Name of rewrite rule
- WriteRule stringVariable 
- Variable name
- accessLists List<GetVpn Interface Multilink Feature Template Access List> 
- Apply ACL
- autonegotiate Boolean
- Link autonegotiation
- autonegotiateVariable String
- Variable name
- bandwidthDownstream Integer
- Interface downstream bandwidth capacity, in kbps
- bandwidthDownstream StringVariable 
- Variable name
- bandwidthUpstream Integer
- Interface upstream bandwidth capacity, in kbps
- bandwidthUpstream StringVariable 
- Variable name
- chapHostname String
- CHAP Hostname
- chapHostname StringVariable 
- Variable name
- chapPpp StringAuth Password 
- Specify ppp authentication Password
- chapPpp StringAuth Password Variable 
- Variable name
- clearDont BooleanFragment Bit 
- Clear don't fragment bit
- clearDont StringFragment Bit Variable 
- Variable name
- coreRegion String
- Enable core region
- coreRegion StringVariable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- disableFragmentation Boolean
- Suppresss multilink fragmentation
- enableCore BooleanRegion 
- Enable core region
- enableCore StringRegion Variable 
- Variable name
- fragmentMax IntegerDelay 
- Maximum delay for each fragment
- fragmentMax StringDelay Variable 
- Variable name
- id String
- The id of the feature template
- interfaceDescription String
- Interface description
- interfaceDescription StringVariable 
- Variable name
- interfaceName String
- Interface Name
- interfaceName StringVariable 
- Variable name
- interleavingFragment Boolean
- Allow interleaving of packets with fragments
- ipMtu Integer
- Interface MTU \n\n, in bytes
- ipMtu StringVariable 
- Variable name
- ipv4Address String
- Assign IPv4 address
- ipv4AddressVariable String
- Variable name
- ipv6AccessLists List<GetVpn Interface Multilink Feature Template Ipv6Access List> 
- Apply IPv6 access list
- ipv6Address String
- Assign IPv6 address
- ipv6AddressVariable String
- Variable name
- multilinkGroup IntegerNumber 
- MultiLink Group Number
- multilinkGroup StringNumber Variable 
- Variable name
- multilinkInterfaces List<GetVpn Interface Multilink Feature Template Multilink Interface> 
- Controller tx-ex List
- name String
- The name of the feature template
- nimInterface List<GetLists Vpn Interface Multilink Feature Template Nim Interface List> 
- Nim Interface List
- papPassword Boolean
- PAP outbound Password
- papPpp StringAuth Password 
- Specify ppp authentication Password
- papPpp StringAuth Password Variable 
- Variable name
- papUsername String
- PAP outbound Sent Username
- papUsername StringVariable 
- Variable name
- perTunnel BooleanQos 
- Per-tunnel Qos
- perTunnel BooleanQos Aggregator 
- Per-tunnel QoS Aggregator
- perTunnel StringQos Aggregator Variable 
- Variable name
- perTunnel StringQos Variable 
- Variable name
- pmtuDiscovery Boolean
- Path MTU Discovery
- pmtuDiscovery StringVariable 
- Variable name
- pppAuthentication StringProtocol 
- PPP Link Authentication Protocol
- pppAuthentication BooleanProtocol Pap 
- PPP Authentication Protocol PAP
- pppAuthentication StringType 
- Authenticate remote on incoming call only
- qosMap String
- Name of QoS map
- qosMap StringVariable 
- Variable name
- qosMap StringVpn 
- Name of VPN QoS map
- qosMap StringVpn Variable 
- Variable name
- secondaryRegion String
- Enable secondary region
- secondaryRegion StringVariable 
- Variable name
- shapingRate Integer
- 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- shapingRate StringVariable 
- Variable name
- shutdown Boolean
- Administrative state
- shutdownVariable String
- Variable name
- staticIngress IntegerQos 
- Static ingress QoS for the port
- staticIngress StringQos Variable 
- Variable name
- tcpMss Integer
- TCP MSS on SYN packets, in bytes
- tcpMss StringVariable 
- Variable name
- templateType String
- The template type
- tlocExtension String
- Extends a local TLOC to a remote node only for vpn 0
- tlocExtension StringVariable 
- Variable name
- tunnelInterface BooleanAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnelInterface StringAllow All Variable 
- Variable name
- tunnelInterface BooleanAllow Bgp 
- Allow/deny BGP
- tunnelInterface StringAllow Bgp Variable 
- Variable name
- tunnelInterface BooleanAllow Dhcp 
- Allow/Deny DHCP
- tunnelInterface StringAllow Dhcp Variable 
- Variable name
- tunnelInterface BooleanAllow Dns 
- Allow/Deny DNS
- tunnelInterface StringAllow Dns Variable 
- Variable name
- tunnelInterface BooleanAllow Https 
- Allow/Deny Https
- tunnelInterface StringAllow Https Variable 
- Variable name
- tunnelInterface BooleanAllow Icmp 
- Allow/Deny ICMP
- tunnelInterface StringAllow Icmp Variable 
- Variable name
- tunnelInterface BooleanAllow Netconf 
- Allow/Deny NETCONF
- tunnelInterface StringAllow Netconf Variable 
- Variable name
- tunnelInterface BooleanAllow Ntp 
- Allow/Deny NTP
- tunnelInterface StringAllow Ntp Variable 
- Variable name
- tunnelInterface BooleanAllow Ospf 
- Allow/Deny OSPF
- tunnelInterface StringAllow Ospf Variable 
- Variable name
- tunnelInterface BooleanAllow Snmp 
- Allow/Deny SNMP
- tunnelInterface StringAllow Snmp Variable 
- Variable name
- tunnelInterface BooleanAllow Ssh 
- Allow/Deny SSH
- tunnelInterface StringAllow Ssh Variable 
- Variable name
- tunnelInterface BooleanAllow Stun 
- Allow/Deny STUN
- tunnelInterface StringAllow Stun Variable 
- Variable name
- tunnelInterface StringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- tunnelInterface StringBind Loopback Tunnel Variable 
- Variable name
- tunnelInterface BooleanBorder 
- Set TLOC as border TLOC
- tunnelInterface StringBorder Variable 
- Variable name
- tunnelInterface StringCarrier 
- Set carrier for TLOC
- tunnelInterface StringCarrier Variable 
- Variable name
- tunnelInterface BooleanClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnelInterface StringClear Dont Fragment Variable 
- Variable name
- tunnelInterface StringColor 
- Set color for TLOC
- tunnelInterface BooleanColor Restrict 
- Restrict this TLOC behavior
- tunnelInterface StringColor Variable 
- Variable name
- tunnelInterface BooleanControl Connections 
- Allow Control Connection
- tunnelInterface StringControl Connections Variable 
- Variable name
- tunnelInterface List<GetEncapsulations Vpn Interface Multilink Feature Template Tunnel Interface Encapsulation> 
- Encapsulation for TLOC
- tunnelInterface StringExclude Controller Group List Variable 
- Variable name
- tunnelInterface List<Integer>Exclude Controller Group Lists 
- Exclude the following controller groups defined in this list
- tunnelInterface List<Integer>Groups 
- List of groups
- tunnelInterface StringGroups Variable 
- Variable name
- tunnelInterface IntegerHello Interval 
- Set time period of control hello packets \n\n milli seconds
- tunnelInterface StringHello Interval Variable 
- Variable name
- tunnelInterface IntegerHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- tunnelInterface StringHello Tolerance Variable 
- Variable name
- tunnelInterface BooleanLast Resort Circuit 
- Set TLOC as last resort
- tunnelInterface StringLast Resort Circuit Variable 
- Variable name
- tunnelInterface BooleanLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- tunnelInterface StringLow Bandwidth Link Variable 
- Variable name
- tunnelInterface IntegerMax Control Connections 
- Set the maximum number of control connections for this TLOC
- tunnelInterface StringMax Control Connections Variable 
- Variable name
- tunnelInterface IntegerNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- tunnelInterface StringNat Refresh Interval Variable 
- Variable name
- tunnelInterface BooleanNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts)
- tunnelInterface StringNetwork Broadcast Variable 
- Variable name
- tunnelInterface BooleanPort Hop 
- Disallow port hopping on the tunnel interface
- tunnelInterface StringPort Hop Variable 
- Variable name
- tunnelInterface IntegerTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- tunnelInterface StringTunnel Tcp Mss Variable 
- Variable name
- tunnelInterface BooleanVbond As Stun Server 
- Put this wan interface in STUN mode only
- tunnelInterface StringVbond As Stun Server Variable 
- Variable name
- tunnelInterface IntegerVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- tunnelInterface StringVmanage Connection Preference Variable 
- Variable name
- tunnelQos StringMode 
- Set tunnel QoS mode
- tunnelQos StringMode Variable 
- Variable name
- version Integer
- The version of the feature template
- writeRule String
- Name of rewrite rule
- writeRule StringVariable 
- Variable name
- accessLists GetVpn Interface Multilink Feature Template Access List[] 
- Apply ACL
- autonegotiate boolean
- Link autonegotiation
- autonegotiateVariable string
- Variable name
- bandwidthDownstream number
- Interface downstream bandwidth capacity, in kbps
- bandwidthDownstream stringVariable 
- Variable name
- bandwidthUpstream number
- Interface upstream bandwidth capacity, in kbps
- bandwidthUpstream stringVariable 
- Variable name
- chapHostname string
- CHAP Hostname
- chapHostname stringVariable 
- Variable name
- chapPpp stringAuth Password 
- Specify ppp authentication Password
- chapPpp stringAuth Password Variable 
- Variable name
- clearDont booleanFragment Bit 
- Clear don't fragment bit
- clearDont stringFragment Bit Variable 
- Variable name
- coreRegion string
- Enable core region
- coreRegion stringVariable 
- Variable name
- description string
- The description of the feature template
- deviceTypes string[]
- List of supported device types
- disableFragmentation boolean
- Suppresss multilink fragmentation
- enableCore booleanRegion 
- Enable core region
- enableCore stringRegion Variable 
- Variable name
- fragmentMax numberDelay 
- Maximum delay for each fragment
- fragmentMax stringDelay Variable 
- Variable name
- id string
- The id of the feature template
- interfaceDescription string
- Interface description
- interfaceDescription stringVariable 
- Variable name
- interfaceName string
- Interface Name
- interfaceName stringVariable 
- Variable name
- interleavingFragment boolean
- Allow interleaving of packets with fragments
- ipMtu number
- Interface MTU \n\n, in bytes
- ipMtu stringVariable 
- Variable name
- ipv4Address string
- Assign IPv4 address
- ipv4AddressVariable string
- Variable name
- ipv6AccessLists GetVpn Interface Multilink Feature Template Ipv6Access List[] 
- Apply IPv6 access list
- ipv6Address string
- Assign IPv6 address
- ipv6AddressVariable string
- Variable name
- multilinkGroup numberNumber 
- MultiLink Group Number
- multilinkGroup stringNumber Variable 
- Variable name
- multilinkInterfaces GetVpn Interface Multilink Feature Template Multilink Interface[] 
- Controller tx-ex List
- name string
- The name of the feature template
- nimInterface GetLists Vpn Interface Multilink Feature Template Nim Interface List[] 
- Nim Interface List
- papPassword boolean
- PAP outbound Password
- papPpp stringAuth Password 
- Specify ppp authentication Password
- papPpp stringAuth Password Variable 
- Variable name
- papUsername string
- PAP outbound Sent Username
- papUsername stringVariable 
- Variable name
- perTunnel booleanQos 
- Per-tunnel Qos
- perTunnel booleanQos Aggregator 
- Per-tunnel QoS Aggregator
- perTunnel stringQos Aggregator Variable 
- Variable name
- perTunnel stringQos Variable 
- Variable name
- pmtuDiscovery boolean
- Path MTU Discovery
- pmtuDiscovery stringVariable 
- Variable name
- pppAuthentication stringProtocol 
- PPP Link Authentication Protocol
- pppAuthentication booleanProtocol Pap 
- PPP Authentication Protocol PAP
- pppAuthentication stringType 
- Authenticate remote on incoming call only
- qosMap string
- Name of QoS map
- qosMap stringVariable 
- Variable name
- qosMap stringVpn 
- Name of VPN QoS map
- qosMap stringVpn Variable 
- Variable name
- secondaryRegion string
- Enable secondary region
- secondaryRegion stringVariable 
- Variable name
- shapingRate number
- 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- shapingRate stringVariable 
- Variable name
- shutdown boolean
- Administrative state
- shutdownVariable string
- Variable name
- staticIngress numberQos 
- Static ingress QoS for the port
- staticIngress stringQos Variable 
- Variable name
- tcpMss number
- TCP MSS on SYN packets, in bytes
- tcpMss stringVariable 
- Variable name
- templateType string
- The template type
- tlocExtension string
- Extends a local TLOC to a remote node only for vpn 0
- tlocExtension stringVariable 
- Variable name
- tunnelInterface booleanAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnelInterface stringAllow All Variable 
- Variable name
- tunnelInterface booleanAllow Bgp 
- Allow/deny BGP
- tunnelInterface stringAllow Bgp Variable 
- Variable name
- tunnelInterface booleanAllow Dhcp 
- Allow/Deny DHCP
- tunnelInterface stringAllow Dhcp Variable 
- Variable name
- tunnelInterface booleanAllow Dns 
- Allow/Deny DNS
- tunnelInterface stringAllow Dns Variable 
- Variable name
- tunnelInterface booleanAllow Https 
- Allow/Deny Https
- tunnelInterface stringAllow Https Variable 
- Variable name
- tunnelInterface booleanAllow Icmp 
- Allow/Deny ICMP
- tunnelInterface stringAllow Icmp Variable 
- Variable name
- tunnelInterface booleanAllow Netconf 
- Allow/Deny NETCONF
- tunnelInterface stringAllow Netconf Variable 
- Variable name
- tunnelInterface booleanAllow Ntp 
- Allow/Deny NTP
- tunnelInterface stringAllow Ntp Variable 
- Variable name
- tunnelInterface booleanAllow Ospf 
- Allow/Deny OSPF
- tunnelInterface stringAllow Ospf Variable 
- Variable name
- tunnelInterface booleanAllow Snmp 
- Allow/Deny SNMP
- tunnelInterface stringAllow Snmp Variable 
- Variable name
- tunnelInterface booleanAllow Ssh 
- Allow/Deny SSH
- tunnelInterface stringAllow Ssh Variable 
- Variable name
- tunnelInterface booleanAllow Stun 
- Allow/Deny STUN
- tunnelInterface stringAllow Stun Variable 
- Variable name
- tunnelInterface stringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- tunnelInterface stringBind Loopback Tunnel Variable 
- Variable name
- tunnelInterface booleanBorder 
- Set TLOC as border TLOC
- tunnelInterface stringBorder Variable 
- Variable name
- tunnelInterface stringCarrier 
- Set carrier for TLOC
- tunnelInterface stringCarrier Variable 
- Variable name
- tunnelInterface booleanClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnelInterface stringClear Dont Fragment Variable 
- Variable name
- tunnelInterface stringColor 
- Set color for TLOC
- tunnelInterface booleanColor Restrict 
- Restrict this TLOC behavior
- tunnelInterface stringColor Variable 
- Variable name
- tunnelInterface booleanControl Connections 
- Allow Control Connection
- tunnelInterface stringControl Connections Variable 
- Variable name
- tunnelInterface GetEncapsulations Vpn Interface Multilink Feature Template Tunnel Interface Encapsulation[] 
- Encapsulation for TLOC
- tunnelInterface stringExclude Controller Group List Variable 
- Variable name
- tunnelInterface number[]Exclude Controller Group Lists 
- Exclude the following controller groups defined in this list
- tunnelInterface number[]Groups 
- List of groups
- tunnelInterface stringGroups Variable 
- Variable name
- tunnelInterface numberHello Interval 
- Set time period of control hello packets \n\n milli seconds
- tunnelInterface stringHello Interval Variable 
- Variable name
- tunnelInterface numberHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- tunnelInterface stringHello Tolerance Variable 
- Variable name
- tunnelInterface booleanLast Resort Circuit 
- Set TLOC as last resort
- tunnelInterface stringLast Resort Circuit Variable 
- Variable name
- tunnelInterface booleanLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- tunnelInterface stringLow Bandwidth Link Variable 
- Variable name
- tunnelInterface numberMax Control Connections 
- Set the maximum number of control connections for this TLOC
- tunnelInterface stringMax Control Connections Variable 
- Variable name
- tunnelInterface numberNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- tunnelInterface stringNat Refresh Interval Variable 
- Variable name
- tunnelInterface booleanNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts)
- tunnelInterface stringNetwork Broadcast Variable 
- Variable name
- tunnelInterface booleanPort Hop 
- Disallow port hopping on the tunnel interface
- tunnelInterface stringPort Hop Variable 
- Variable name
- tunnelInterface numberTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- tunnelInterface stringTunnel Tcp Mss Variable 
- Variable name
- tunnelInterface booleanVbond As Stun Server 
- Put this wan interface in STUN mode only
- tunnelInterface stringVbond As Stun Server Variable 
- Variable name
- tunnelInterface numberVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- tunnelInterface stringVmanage Connection Preference Variable 
- Variable name
- tunnelQos stringMode 
- Set tunnel QoS mode
- tunnelQos stringMode Variable 
- Variable name
- version number
- The version of the feature template
- writeRule string
- Name of rewrite rule
- writeRule stringVariable 
- Variable name
- access_lists Sequence[GetVpn Interface Multilink Feature Template Access List] 
- Apply ACL
- autonegotiate bool
- Link autonegotiation
- autonegotiate_variable str
- Variable name
- bandwidth_downstream int
- Interface downstream bandwidth capacity, in kbps
- bandwidth_downstream_ strvariable 
- Variable name
- bandwidth_upstream int
- Interface upstream bandwidth capacity, in kbps
- bandwidth_upstream_ strvariable 
- Variable name
- chap_hostname str
- CHAP Hostname
- chap_hostname_ strvariable 
- Variable name
- chap_ppp_ strauth_ password 
- Specify ppp authentication Password
- chap_ppp_ strauth_ password_ variable 
- Variable name
- clear_dont_ boolfragment_ bit 
- Clear don't fragment bit
- clear_dont_ strfragment_ bit_ variable 
- Variable name
- core_region str
- Enable core region
- core_region_ strvariable 
- Variable name
- description str
- The description of the feature template
- device_types Sequence[str]
- List of supported device types
- disable_fragmentation bool
- Suppresss multilink fragmentation
- enable_core_ boolregion 
- Enable core region
- enable_core_ strregion_ variable 
- Variable name
- fragment_max_ intdelay 
- Maximum delay for each fragment
- fragment_max_ strdelay_ variable 
- Variable name
- id str
- The id of the feature template
- interface_description str
- Interface description
- interface_description_ strvariable 
- Variable name
- interface_name str
- Interface Name
- interface_name_ strvariable 
- Variable name
- interleaving_fragment bool
- Allow interleaving of packets with fragments
- ip_mtu int
- Interface MTU \n\n, in bytes
- ip_mtu_ strvariable 
- Variable name
- ipv4_address str
- Assign IPv4 address
- ipv4_address_ strvariable 
- Variable name
- ipv6_access_ Sequence[Getlists Vpn Interface Multilink Feature Template Ipv6Access List] 
- Apply IPv6 access list
- ipv6_address str
- Assign IPv6 address
- ipv6_address_ strvariable 
- Variable name
- multilink_group_ intnumber 
- MultiLink Group Number
- multilink_group_ strnumber_ variable 
- Variable name
- multilink_interfaces Sequence[GetVpn Interface Multilink Feature Template Multilink Interface] 
- Controller tx-ex List
- name str
- The name of the feature template
- nim_interface_ Sequence[Getlists Vpn Interface Multilink Feature Template Nim Interface List] 
- Nim Interface List
- pap_password bool
- PAP outbound Password
- pap_ppp_ strauth_ password 
- Specify ppp authentication Password
- pap_ppp_ strauth_ password_ variable 
- Variable name
- pap_username str
- PAP outbound Sent Username
- pap_username_ strvariable 
- Variable name
- per_tunnel_ boolqos 
- Per-tunnel Qos
- per_tunnel_ boolqos_ aggregator 
- Per-tunnel QoS Aggregator
- per_tunnel_ strqos_ aggregator_ variable 
- Variable name
- per_tunnel_ strqos_ variable 
- Variable name
- pmtu_discovery bool
- Path MTU Discovery
- pmtu_discovery_ strvariable 
- Variable name
- ppp_authentication_ strprotocol 
- PPP Link Authentication Protocol
- ppp_authentication_ boolprotocol_ pap 
- PPP Authentication Protocol PAP
- ppp_authentication_ strtype 
- Authenticate remote on incoming call only
- qos_map str
- Name of QoS map
- qos_map_ strvariable 
- Variable name
- qos_map_ strvpn 
- Name of VPN QoS map
- qos_map_ strvpn_ variable 
- Variable name
- secondary_region str
- Enable secondary region
- secondary_region_ strvariable 
- Variable name
- shaping_rate int
- 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- shaping_rate_ strvariable 
- Variable name
- shutdown bool
- Administrative state
- shutdown_variable str
- Variable name
- static_ingress_ intqos 
- Static ingress QoS for the port
- static_ingress_ strqos_ variable 
- Variable name
- tcp_mss int
- TCP MSS on SYN packets, in bytes
- tcp_mss_ strvariable 
- 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_ strvariable 
- Variable name
- tunnel_interface_ boolallow_ all 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnel_interface_ strallow_ all_ variable 
- Variable name
- tunnel_interface_ boolallow_ bgp 
- Allow/deny BGP
- tunnel_interface_ strallow_ bgp_ variable 
- Variable name
- tunnel_interface_ boolallow_ dhcp 
- Allow/Deny DHCP
- tunnel_interface_ strallow_ dhcp_ variable 
- Variable name
- tunnel_interface_ boolallow_ dns 
- Allow/Deny DNS
- tunnel_interface_ strallow_ dns_ variable 
- Variable name
- tunnel_interface_ boolallow_ https 
- Allow/Deny Https
- tunnel_interface_ strallow_ https_ variable 
- Variable name
- tunnel_interface_ boolallow_ icmp 
- Allow/Deny ICMP
- tunnel_interface_ strallow_ icmp_ variable 
- Variable name
- tunnel_interface_ boolallow_ netconf 
- Allow/Deny NETCONF
- tunnel_interface_ strallow_ netconf_ variable 
- Variable name
- tunnel_interface_ boolallow_ ntp 
- Allow/Deny NTP
- tunnel_interface_ strallow_ ntp_ variable 
- Variable name
- tunnel_interface_ boolallow_ ospf 
- Allow/Deny OSPF
- tunnel_interface_ strallow_ ospf_ variable 
- Variable name
- tunnel_interface_ boolallow_ snmp 
- Allow/Deny SNMP
- tunnel_interface_ strallow_ snmp_ variable 
- Variable name
- tunnel_interface_ boolallow_ ssh 
- Allow/Deny SSH
- tunnel_interface_ strallow_ ssh_ variable 
- Variable name
- tunnel_interface_ boolallow_ stun 
- Allow/Deny STUN
- tunnel_interface_ strallow_ stun_ variable 
- Variable name
- tunnel_interface_ strbind_ loopback_ tunnel 
- Bind loopback tunnel interface to a physical interface
- tunnel_interface_ strbind_ loopback_ tunnel_ variable 
- Variable name
- tunnel_interface_ boolborder 
- Set TLOC as border TLOC
- tunnel_interface_ strborder_ variable 
- Variable name
- tunnel_interface_ strcarrier 
- Set carrier for TLOC
- tunnel_interface_ strcarrier_ variable 
- Variable name
- tunnel_interface_ boolclear_ dont_ fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnel_interface_ strclear_ dont_ fragment_ variable 
- Variable name
- tunnel_interface_ strcolor 
- Set color for TLOC
- tunnel_interface_ boolcolor_ restrict 
- Restrict this TLOC behavior
- tunnel_interface_ strcolor_ variable 
- Variable name
- tunnel_interface_ boolcontrol_ connections 
- Allow Control Connection
- tunnel_interface_ strcontrol_ connections_ variable 
- Variable name
- tunnel_interface_ Sequence[Getencapsulations Vpn Interface Multilink Feature Template Tunnel Interface Encapsulation] 
- Encapsulation for TLOC
- tunnel_interface_ strexclude_ controller_ group_ list_ variable 
- Variable name
- tunnel_interface_ Sequence[int]exclude_ controller_ group_ lists 
- Exclude the following controller groups defined in this list
- tunnel_interface_ Sequence[int]groups 
- List of groups
- tunnel_interface_ strgroups_ variable 
- Variable name
- tunnel_interface_ inthello_ interval 
- Set time period of control hello packets \n\n milli seconds
- tunnel_interface_ strhello_ interval_ variable 
- Variable name
- tunnel_interface_ inthello_ tolerance 
- Set tolerance of control hello packets \n\n seconds
- tunnel_interface_ strhello_ tolerance_ variable 
- Variable name
- tunnel_interface_ boollast_ resort_ circuit 
- Set TLOC as last resort
- tunnel_interface_ strlast_ resort_ circuit_ variable 
- Variable name
- tunnel_interface_ boollow_ bandwidth_ link 
- Set the interface as a low-bandwidth circuit
- tunnel_interface_ strlow_ bandwidth_ link_ variable 
- Variable name
- tunnel_interface_ intmax_ control_ connections 
- Set the maximum number of control connections for this TLOC
- tunnel_interface_ strmax_ control_ connections_ variable 
- Variable name
- tunnel_interface_ intnat_ refresh_ interval 
- Set time period of nat refresh packets \n\n seconds
- tunnel_interface_ strnat_ refresh_ interval_ variable 
- Variable name
- tunnel_interface_ boolnetwork_ broadcast 
- Accept and respond to network-prefix-directed broadcasts)
- tunnel_interface_ strnetwork_ broadcast_ variable 
- Variable name
- tunnel_interface_ boolport_ hop 
- Disallow port hopping on the tunnel interface
- tunnel_interface_ strport_ hop_ variable 
- Variable name
- tunnel_interface_ inttunnel_ tcp_ mss 
- Tunnel TCP MSS on SYN packets, in bytes
- tunnel_interface_ strtunnel_ tcp_ mss_ variable 
- Variable name
- tunnel_interface_ boolvbond_ as_ stun_ server 
- Put this wan interface in STUN mode only
- tunnel_interface_ strvbond_ as_ stun_ server_ variable 
- Variable name
- tunnel_interface_ intvmanage_ connection_ preference 
- Set interface preference for control connection to vManage \n\n
- tunnel_interface_ strvmanage_ connection_ preference_ variable 
- Variable name
- tunnel_qos_ strmode 
- Set tunnel QoS mode
- tunnel_qos_ strmode_ variable 
- Variable name
- version int
- The version of the feature template
- write_rule str
- Name of rewrite rule
- write_rule_ strvariable 
- Variable name
- accessLists List<Property Map>
- Apply ACL
- autonegotiate Boolean
- Link autonegotiation
- autonegotiateVariable String
- Variable name
- bandwidthDownstream Number
- Interface downstream bandwidth capacity, in kbps
- bandwidthDownstream StringVariable 
- Variable name
- bandwidthUpstream Number
- Interface upstream bandwidth capacity, in kbps
- bandwidthUpstream StringVariable 
- Variable name
- chapHostname String
- CHAP Hostname
- chapHostname StringVariable 
- Variable name
- chapPpp StringAuth Password 
- Specify ppp authentication Password
- chapPpp StringAuth Password Variable 
- Variable name
- clearDont BooleanFragment Bit 
- Clear don't fragment bit
- clearDont StringFragment Bit Variable 
- Variable name
- coreRegion String
- Enable core region
- coreRegion StringVariable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- disableFragmentation Boolean
- Suppresss multilink fragmentation
- enableCore BooleanRegion 
- Enable core region
- enableCore StringRegion Variable 
- Variable name
- fragmentMax NumberDelay 
- Maximum delay for each fragment
- fragmentMax StringDelay Variable 
- Variable name
- id String
- The id of the feature template
- interfaceDescription String
- Interface description
- interfaceDescription StringVariable 
- Variable name
- interfaceName String
- Interface Name
- interfaceName StringVariable 
- Variable name
- interleavingFragment Boolean
- Allow interleaving of packets with fragments
- ipMtu Number
- Interface MTU \n\n, in bytes
- ipMtu StringVariable 
- Variable name
- 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
- multilinkGroup NumberNumber 
- MultiLink Group Number
- multilinkGroup StringNumber Variable 
- Variable name
- multilinkInterfaces List<Property Map>
- Controller tx-ex List
- name String
- The name of the feature template
- nimInterface List<Property Map>Lists 
- Nim Interface List
- papPassword Boolean
- PAP outbound Password
- papPpp StringAuth Password 
- Specify ppp authentication Password
- papPpp StringAuth Password Variable 
- Variable name
- papUsername String
- PAP outbound Sent Username
- papUsername StringVariable 
- Variable name
- perTunnel BooleanQos 
- Per-tunnel Qos
- perTunnel BooleanQos Aggregator 
- Per-tunnel QoS Aggregator
- perTunnel StringQos Aggregator Variable 
- Variable name
- perTunnel StringQos Variable 
- Variable name
- pmtuDiscovery Boolean
- Path MTU Discovery
- pmtuDiscovery StringVariable 
- Variable name
- pppAuthentication StringProtocol 
- PPP Link Authentication Protocol
- pppAuthentication BooleanProtocol Pap 
- PPP Authentication Protocol PAP
- pppAuthentication StringType 
- Authenticate remote on incoming call only
- qosMap String
- Name of QoS map
- qosMap StringVariable 
- Variable name
- qosMap StringVpn 
- Name of VPN QoS map
- qosMap StringVpn Variable 
- Variable name
- secondaryRegion String
- Enable secondary region
- secondaryRegion StringVariable 
- Variable name
- shapingRate Number
- 1ge interfaces: [0..1000000]kbps; 10ge interfaces: [0..10000000]kbps
- shapingRate StringVariable 
- Variable name
- shutdown Boolean
- Administrative state
- shutdownVariable String
- Variable name
- staticIngress NumberQos 
- Static ingress QoS for the port
- staticIngress StringQos Variable 
- Variable name
- tcpMss Number
- TCP MSS on SYN packets, in bytes
- tcpMss StringVariable 
- Variable name
- templateType String
- The template type
- tlocExtension String
- Extends a local TLOC to a remote node only for vpn 0
- tlocExtension StringVariable 
- Variable name
- tunnelInterface BooleanAllow All 
- Allow all traffic. Overrides all other allow-service options if allow-service all is set
- tunnelInterface StringAllow All Variable 
- Variable name
- tunnelInterface BooleanAllow Bgp 
- Allow/deny BGP
- tunnelInterface StringAllow Bgp Variable 
- Variable name
- tunnelInterface BooleanAllow Dhcp 
- Allow/Deny DHCP
- tunnelInterface StringAllow Dhcp Variable 
- Variable name
- tunnelInterface BooleanAllow Dns 
- Allow/Deny DNS
- tunnelInterface StringAllow Dns Variable 
- Variable name
- tunnelInterface BooleanAllow Https 
- Allow/Deny Https
- tunnelInterface StringAllow Https Variable 
- Variable name
- tunnelInterface BooleanAllow Icmp 
- Allow/Deny ICMP
- tunnelInterface StringAllow Icmp Variable 
- Variable name
- tunnelInterface BooleanAllow Netconf 
- Allow/Deny NETCONF
- tunnelInterface StringAllow Netconf Variable 
- Variable name
- tunnelInterface BooleanAllow Ntp 
- Allow/Deny NTP
- tunnelInterface StringAllow Ntp Variable 
- Variable name
- tunnelInterface BooleanAllow Ospf 
- Allow/Deny OSPF
- tunnelInterface StringAllow Ospf Variable 
- Variable name
- tunnelInterface BooleanAllow Snmp 
- Allow/Deny SNMP
- tunnelInterface StringAllow Snmp Variable 
- Variable name
- tunnelInterface BooleanAllow Ssh 
- Allow/Deny SSH
- tunnelInterface StringAllow Ssh Variable 
- Variable name
- tunnelInterface BooleanAllow Stun 
- Allow/Deny STUN
- tunnelInterface StringAllow Stun Variable 
- Variable name
- tunnelInterface StringBind Loopback Tunnel 
- Bind loopback tunnel interface to a physical interface
- tunnelInterface StringBind Loopback Tunnel Variable 
- Variable name
- tunnelInterface BooleanBorder 
- Set TLOC as border TLOC
- tunnelInterface StringBorder Variable 
- Variable name
- tunnelInterface StringCarrier 
- Set carrier for TLOC
- tunnelInterface StringCarrier Variable 
- Variable name
- tunnelInterface BooleanClear Dont Fragment 
- Enable clear dont fragment (Currently Only SDWAN Tunnel Interface)
- tunnelInterface StringClear Dont Fragment Variable 
- Variable name
- tunnelInterface StringColor 
- Set color for TLOC
- tunnelInterface BooleanColor Restrict 
- Restrict this TLOC behavior
- tunnelInterface StringColor Variable 
- Variable name
- tunnelInterface BooleanControl Connections 
- Allow Control Connection
- tunnelInterface StringControl Connections Variable 
- Variable name
- tunnelInterface List<Property Map>Encapsulations 
- Encapsulation for TLOC
- tunnelInterface StringExclude Controller Group List Variable 
- Variable name
- tunnelInterface List<Number>Exclude Controller Group Lists 
- Exclude the following controller groups defined in this list
- tunnelInterface List<Number>Groups 
- List of groups
- tunnelInterface StringGroups Variable 
- Variable name
- tunnelInterface NumberHello Interval 
- Set time period of control hello packets \n\n milli seconds
- tunnelInterface StringHello Interval Variable 
- Variable name
- tunnelInterface NumberHello Tolerance 
- Set tolerance of control hello packets \n\n seconds
- tunnelInterface StringHello Tolerance Variable 
- Variable name
- tunnelInterface BooleanLast Resort Circuit 
- Set TLOC as last resort
- tunnelInterface StringLast Resort Circuit Variable 
- Variable name
- tunnelInterface BooleanLow Bandwidth Link 
- Set the interface as a low-bandwidth circuit
- tunnelInterface StringLow Bandwidth Link Variable 
- Variable name
- tunnelInterface NumberMax Control Connections 
- Set the maximum number of control connections for this TLOC
- tunnelInterface StringMax Control Connections Variable 
- Variable name
- tunnelInterface NumberNat Refresh Interval 
- Set time period of nat refresh packets \n\n seconds
- tunnelInterface StringNat Refresh Interval Variable 
- Variable name
- tunnelInterface BooleanNetwork Broadcast 
- Accept and respond to network-prefix-directed broadcasts)
- tunnelInterface StringNetwork Broadcast Variable 
- Variable name
- tunnelInterface BooleanPort Hop 
- Disallow port hopping on the tunnel interface
- tunnelInterface StringPort Hop Variable 
- Variable name
- tunnelInterface NumberTunnel Tcp Mss 
- Tunnel TCP MSS on SYN packets, in bytes
- tunnelInterface StringTunnel Tcp Mss Variable 
- Variable name
- tunnelInterface BooleanVbond As Stun Server 
- Put this wan interface in STUN mode only
- tunnelInterface StringVbond As Stun Server Variable 
- Variable name
- tunnelInterface NumberVmanage Connection Preference 
- Set interface preference for control connection to vManage \n\n
- tunnelInterface StringVmanage Connection Preference Variable 
- Variable name
- tunnelQos StringMode 
- Set tunnel QoS mode
- tunnelQos StringMode Variable 
- Variable name
- version Number
- The version of the feature template
- writeRule String
- Name of rewrite rule
- writeRule StringVariable 
- Variable name
Supporting Types
GetVpnInterfaceMultilinkFeatureTemplateAccessList       
- AclName string
- Name of access list
- AclName stringVariable 
- Variable name
- Direction string
- Direction
- Optional bool
- Indicates if list item is considered optional.
- AclName string
- Name of access list
- AclName stringVariable 
- Variable name
- Direction string
- Direction
- Optional bool
- Indicates if list item is considered optional.
- aclName String
- Name of access list
- aclName StringVariable 
- Variable name
- direction String
- Direction
- optional Boolean
- Indicates if list item is considered optional.
- aclName string
- Name of access list
- aclName stringVariable 
- Variable name
- direction string
- Direction
- optional boolean
- Indicates if list item is considered optional.
- acl_name str
- Name of access list
- acl_name_ strvariable 
- Variable name
- direction str
- Direction
- optional bool
- Indicates if list item is considered optional.
- aclName String
- Name of access list
- aclName StringVariable 
- Variable name
- direction String
- Direction
- optional Boolean
- Indicates if list item is considered optional.
GetVpnInterfaceMultilinkFeatureTemplateIpv6AccessList       
- AclName string
- Name of access list
- AclName stringVariable 
- Variable name
- Direction string
- Direction
- Optional bool
- Indicates if list item is considered optional.
- AclName string
- Name of access list
- AclName stringVariable 
- Variable name
- Direction string
- Direction
- Optional bool
- Indicates if list item is considered optional.
- aclName String
- Name of access list
- aclName StringVariable 
- Variable name
- direction String
- Direction
- optional Boolean
- Indicates if list item is considered optional.
- aclName string
- Name of access list
- aclName stringVariable 
- Variable name
- direction string
- Direction
- optional boolean
- Indicates if list item is considered optional.
- acl_name str
- Name of access list
- acl_name_ strvariable 
- Variable name
- direction str
- Direction
- optional bool
- Indicates if list item is considered optional.
- aclName String
- Name of access list
- aclName StringVariable 
- Variable name
- direction String
- Direction
- optional Boolean
- Indicates if list item is considered optional.
GetVpnInterfaceMultilinkFeatureTemplateMultilinkInterface       
- ChannelGroup List<GetLists Vpn Interface Multilink Feature Template Multilink Interface Channel Group List> 
- Channel Group List
- Description string
- Description
- DescriptionVariable string
- Variable name
- Framing string
- Framing
- FramingVariable string
- Variable name
- InterfaceType string
- Card Type
- Internal bool
- Internal
- LineMode string
- Line Mode
- LineMode stringVariable 
- Variable name
- Linecode string
- LineCode
- LinecodeVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- SetLength stringFor Long 
- Set length for long
- SetLength stringFor Short 
- Set Length for short
- Slot string
- Slot number
- ChannelGroup []GetLists Vpn Interface Multilink Feature Template Multilink Interface Channel Group List 
- Channel Group List
- Description string
- Description
- DescriptionVariable string
- Variable name
- Framing string
- Framing
- FramingVariable string
- Variable name
- InterfaceType string
- Card Type
- Internal bool
- Internal
- LineMode string
- Line Mode
- LineMode stringVariable 
- Variable name
- Linecode string
- LineCode
- LinecodeVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- SetLength stringFor Long 
- Set length for long
- SetLength stringFor Short 
- Set Length for short
- Slot string
- Slot number
- channelGroup List<GetLists Vpn Interface Multilink Feature Template Multilink Interface Channel Group List> 
- Channel Group List
- description String
- Description
- descriptionVariable String
- Variable name
- framing String
- Framing
- framingVariable String
- Variable name
- interfaceType String
- Card Type
- internal Boolean
- Internal
- lineMode String
- Line Mode
- lineMode StringVariable 
- Variable name
- linecode String
- LineCode
- linecodeVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- setLength StringFor Long 
- Set length for long
- setLength StringFor Short 
- Set Length for short
- slot String
- Slot number
- channelGroup GetLists Vpn Interface Multilink Feature Template Multilink Interface Channel Group List[] 
- Channel Group List
- description string
- Description
- descriptionVariable string
- Variable name
- framing string
- Framing
- framingVariable string
- Variable name
- interfaceType string
- Card Type
- internal boolean
- Internal
- lineMode string
- Line Mode
- lineMode stringVariable 
- Variable name
- linecode string
- LineCode
- linecodeVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- setLength stringFor Long 
- Set length for long
- setLength stringFor Short 
- Set Length for short
- slot string
- Slot number
- channel_group_ Sequence[Getlists Vpn Interface Multilink Feature Template Multilink Interface Channel Group List] 
- Channel Group List
- description str
- Description
- description_variable str
- Variable name
- framing str
- Framing
- framing_variable str
- Variable name
- interface_type str
- Card Type
- internal bool
- Internal
- line_mode str
- Line Mode
- line_mode_ strvariable 
- Variable name
- linecode str
- LineCode
- linecode_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- set_length_ strfor_ long 
- Set length for long
- set_length_ strfor_ short 
- Set Length for short
- slot str
- Slot number
- channelGroup List<Property Map>Lists 
- Channel Group List
- description String
- Description
- descriptionVariable String
- Variable name
- framing String
- Framing
- framingVariable String
- Variable name
- interfaceType String
- Card Type
- internal Boolean
- Internal
- lineMode String
- Line Mode
- lineMode StringVariable 
- Variable name
- linecode String
- LineCode
- linecodeVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- setLength StringFor Long 
- Set length for long
- setLength StringFor Short 
- Set Length for short
- slot String
- Slot number
GetVpnInterfaceMultilinkFeatureTemplateMultilinkInterfaceChannelGroupList          
- ChannelGroup int
- Number
- ChannelGroup stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- TimeSlot stringVariable 
- Variable name
- TimeSlots List<string>
- Time slots
- ChannelGroup int
- Number
- ChannelGroup stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- TimeSlot stringVariable 
- Variable name
- TimeSlots []string
- Time slots
- channelGroup Integer
- Number
- channelGroup StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- timeSlot StringVariable 
- Variable name
- timeSlots List<String>
- Time slots
- channelGroup number
- Number
- channelGroup stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- timeSlot stringVariable 
- Variable name
- timeSlots string[]
- Time slots
- channel_group int
- Number
- channel_group_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- time_slot_ strvariable 
- Variable name
- time_slots Sequence[str]
- Time slots
- channelGroup Number
- Number
- channelGroup StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- timeSlot StringVariable 
- Variable name
- timeSlots List<String>
- Time slots
GetVpnInterfaceMultilinkFeatureTemplateNimInterfaceList        
- Bandwidth int
- Interface bandwidth capacity, in kbps
- BandwidthVariable string
- Variable name
- ClockRate int
- Set preference for interface Clock speed
- ClockRate stringVariable 
- Variable name
- EncapsulationSerial string
- Configure Encapsulation for interface
- EncapsulationSerial stringVariable 
- Variable name
- InterfaceDescription string
- Interface description
- InterfaceDescription stringVariable 
- Variable name
- InterfaceName string
- Interface Name
- InterfaceName stringVariable 
- Variable name
- NimSerial stringInterface Type 
- NIM Serial interface type
- NimSerial stringInterface Type Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Bandwidth int
- Interface bandwidth capacity, in kbps
- BandwidthVariable string
- Variable name
- ClockRate int
- Set preference for interface Clock speed
- ClockRate stringVariable 
- Variable name
- EncapsulationSerial string
- Configure Encapsulation for interface
- EncapsulationSerial stringVariable 
- Variable name
- InterfaceDescription string
- Interface description
- InterfaceDescription stringVariable 
- Variable name
- InterfaceName string
- Interface Name
- InterfaceName stringVariable 
- Variable name
- NimSerial stringInterface Type 
- NIM Serial interface type
- NimSerial stringInterface Type Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- bandwidth Integer
- Interface bandwidth capacity, in kbps
- bandwidthVariable String
- Variable name
- clockRate Integer
- Set preference for interface Clock speed
- clockRate StringVariable 
- Variable name
- encapsulationSerial String
- Configure Encapsulation for interface
- encapsulationSerial StringVariable 
- Variable name
- interfaceDescription String
- Interface description
- interfaceDescription StringVariable 
- Variable name
- interfaceName String
- Interface Name
- interfaceName StringVariable 
- Variable name
- nimSerial StringInterface Type 
- NIM Serial interface type
- nimSerial StringInterface Type Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- bandwidth number
- Interface bandwidth capacity, in kbps
- bandwidthVariable string
- Variable name
- clockRate number
- Set preference for interface Clock speed
- clockRate stringVariable 
- Variable name
- encapsulationSerial string
- Configure Encapsulation for interface
- encapsulationSerial stringVariable 
- Variable name
- interfaceDescription string
- Interface description
- interfaceDescription stringVariable 
- Variable name
- interfaceName string
- Interface Name
- interfaceName stringVariable 
- Variable name
- nimSerial stringInterface Type 
- NIM Serial interface type
- nimSerial stringInterface Type Variable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- bandwidth int
- Interface bandwidth capacity, in kbps
- bandwidth_variable str
- Variable name
- clock_rate int
- Set preference for interface Clock speed
- clock_rate_ strvariable 
- Variable name
- encapsulation_serial str
- Configure Encapsulation for interface
- encapsulation_serial_ strvariable 
- Variable name
- interface_description str
- Interface description
- interface_description_ strvariable 
- Variable name
- interface_name str
- Interface Name
- interface_name_ strvariable 
- Variable name
- nim_serial_ strinterface_ type 
- NIM Serial interface type
- nim_serial_ strinterface_ type_ variable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- bandwidth Number
- Interface bandwidth capacity, in kbps
- bandwidthVariable String
- Variable name
- clockRate Number
- Set preference for interface Clock speed
- clockRate StringVariable 
- Variable name
- encapsulationSerial String
- Configure Encapsulation for interface
- encapsulationSerial StringVariable 
- Variable name
- interfaceDescription String
- Interface description
- interfaceDescription StringVariable 
- Variable name
- interfaceName String
- Interface Name
- interfaceName StringVariable 
- Variable name
- nimSerial StringInterface Type 
- NIM Serial interface type
- nimSerial StringInterface Type Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetVpnInterfaceMultilinkFeatureTemplateTunnelInterfaceEncapsulation        
- Encapsulation string
- Encapsulation
- Optional bool
- Indicates if list item is considered optional.
- Preference int
- Set preference for TLOC
- PreferenceVariable string
- Variable name
- Weight int
- Set weight for TLOC
- WeightVariable string
- Variable name
- Encapsulation string
- Encapsulation
- Optional bool
- Indicates if list item is considered optional.
- Preference int
- Set preference for TLOC
- PreferenceVariable string
- Variable name
- Weight int
- Set weight for TLOC
- WeightVariable string
- Variable name
- encapsulation String
- Encapsulation
- optional Boolean
- Indicates if list item is considered optional.
- preference Integer
- Set preference for TLOC
- preferenceVariable String
- Variable name
- weight Integer
- Set weight for TLOC
- weightVariable String
- Variable name
- encapsulation string
- Encapsulation
- optional boolean
- Indicates if list item is considered optional.
- preference number
- Set preference for TLOC
- preferenceVariable string
- Variable name
- weight number
- Set weight for TLOC
- weightVariable string
- Variable name
- encapsulation str
- Encapsulation
- optional bool
- Indicates if list item is considered optional.
- preference int
- Set preference for TLOC
- preference_variable str
- Variable name
- weight int
- Set weight for TLOC
- weight_variable str
- Variable name
- encapsulation String
- Encapsulation
- optional Boolean
- Indicates if list item is considered optional.
- preference Number
- Set preference for TLOC
- preferenceVariable String
- Variable name
- weight Number
- Set weight for TLOC
- weightVariable String
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
