Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getVpnInterfaceDslPppoeFeatureTemplate
Explore with Pulumi AI
This data source can read the VPN Interface DSL PPPoE feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getVpnInterfaceDslPppoeFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_vpn_interface_dsl_pppoe_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.LookupVpnInterfaceDslPppoeFeatureTemplate(ctx, &sdwan.LookupVpnInterfaceDslPppoeFeatureTemplateArgs{
			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.GetVpnInterfaceDslPppoeFeatureTemplate.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.GetVpnInterfaceDslPppoeFeatureTemplateArgs;
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.getVpnInterfaceDslPppoeFeatureTemplate(GetVpnInterfaceDslPppoeFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getVpnInterfaceDslPppoeFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getVpnInterfaceDslPppoeFeatureTemplate
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 getVpnInterfaceDslPppoeFeatureTemplate(args: GetVpnInterfaceDslPppoeFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetVpnInterfaceDslPppoeFeatureTemplateResult>
function getVpnInterfaceDslPppoeFeatureTemplateOutput(args: GetVpnInterfaceDslPppoeFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetVpnInterfaceDslPppoeFeatureTemplateResult>def get_vpn_interface_dsl_pppoe_feature_template(id: Optional[str] = None,
                                                 name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetVpnInterfaceDslPppoeFeatureTemplateResult
def get_vpn_interface_dsl_pppoe_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                                 name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetVpnInterfaceDslPppoeFeatureTemplateResult]func LookupVpnInterfaceDslPppoeFeatureTemplate(ctx *Context, args *LookupVpnInterfaceDslPppoeFeatureTemplateArgs, opts ...InvokeOption) (*LookupVpnInterfaceDslPppoeFeatureTemplateResult, error)
func LookupVpnInterfaceDslPppoeFeatureTemplateOutput(ctx *Context, args *LookupVpnInterfaceDslPppoeFeatureTemplateOutputArgs, opts ...InvokeOption) LookupVpnInterfaceDslPppoeFeatureTemplateResultOutput> Note: This function is named LookupVpnInterfaceDslPppoeFeatureTemplate in the Go SDK.
public static class GetVpnInterfaceDslPppoeFeatureTemplate 
{
    public static Task<GetVpnInterfaceDslPppoeFeatureTemplateResult> InvokeAsync(GetVpnInterfaceDslPppoeFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetVpnInterfaceDslPppoeFeatureTemplateResult> Invoke(GetVpnInterfaceDslPppoeFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpnInterfaceDslPppoeFeatureTemplateResult> getVpnInterfaceDslPppoeFeatureTemplate(GetVpnInterfaceDslPppoeFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetVpnInterfaceDslPppoeFeatureTemplateResult> getVpnInterfaceDslPppoeFeatureTemplate(GetVpnInterfaceDslPppoeFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getVpnInterfaceDslPppoeFeatureTemplate:getVpnInterfaceDslPppoeFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getVpnInterfaceDslPppoeFeatureTemplate Result
The following output properties are available:
- AccessLists List<GetVpn Interface Dsl Pppoe Feature Template Access List> 
- Apply ACL
- 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 chap authentication Password
- ChapPpp stringAuth Password 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
- EnableCore boolRegion 
- Enable core region
- EnableCore stringRegion Variable 
- Variable name
- EthernetDescription string
- Interface description
- EthernetDescription stringVariable 
- Variable name
- EthernetDialer boolAddress Negotiated 
- Dialer IP Negotiated
- EthernetDialer intPool Number 
- Dialer pool number
- EthernetDialer stringPool Number Variable 
- Variable name
- EthernetInterface stringName 
- Ethernet Interface/Sub Interface Name including sub interface number
- EthernetInterface stringName Variable 
- Variable name
- EthernetPpp intMaximum Payload 
- Maximum MRU to be negotiated during PPP LCP negotiation
- EthernetPpp stringMaximum Payload Variable 
- Variable name
- EthernetUnnumbered stringLoopback Interface 
- Dialer IP Unnumbered Loopback interface name
- EthernetUnnumbered stringLoopback Interface Variable 
- Variable name
- EthernetVlan intId 
- Encapsulation VLAN id
- EthernetVlan stringId Variable 
- Variable name
- Id string
- The id of the feature template
- IpDirected boolBroadcast 
- IP Directed-Broadcast
- IpDirected stringBroadcast Variable 
- Variable name
- IpMtu int
- Interface MTU \n\n, in bytes
- IpMtu stringVariable 
- Variable name
- Name string
- The name of the feature template
- Nat bool
- Network Address Translation on this interface
- NatBlock boolIcmp Error 
- Block inbound ICMP error messages
- NatBlock stringIcmp Error Variable 
- Variable name
- NatPort List<GetForwards Vpn Interface Dsl Pppoe Feature Template Nat Port Forward> 
- Set port-forwarding rules for NAT on this interface
- NatRefresh stringMode 
- Set NAT refresh mode
- NatRefresh stringMode Variable 
- Variable name
- NatResponse boolTo Ping 
- Respond to ping requests to NAT interface ip address from the public side
- NatResponse stringTo Ping Variable 
- Variable name
- NatTcp intTimeout 
- Set NAT TCP session timeout, in minutes
- NatTcp stringTimeout Variable 
- Variable name
- NatUdp intTimeout 
- Set NAT UDP session timeout, in minutes
- NatUdp stringTimeout Variable 
- Variable name
- PapPassword bool
- PAP outbound Password
- PapPpp stringAuth Password 
- Specify ppp pap 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
- Policers
List<GetVpn Interface Dsl Pppoe Feature Template Policer> 
- Enable policer
- PppAuthentication stringProtocol 
- PPP Link Authentication Protocol
- PppAuthentication boolProtocol Pap 
- PPP Authentication Protocol PAP
- PppAuthentication stringProtocol Variable 
- Variable name
- PppAuthentication stringType 
- Authenticate remote on incoming call only
- QosAdaptive intBandwidth Downstream 
- Adaptive QoS default downstream bandwidth
- QosAdaptive stringBandwidth Downstream Variable 
- Variable name
- QosAdaptive intBandwidth Upstream 
- Adaptive QoS default upstream bandwidth
- QosAdaptive stringBandwidth Upstream Variable 
- Variable name
- QosAdaptive intMax Downstream 
- Downstream max bandwidth limit
- QosAdaptive stringMax Downstream Variable 
- Variable name
- QosAdaptive intMax Upstream 
- Upstream max bandwidth limit
- QosAdaptive stringMax Upstream Variable 
- Variable name
- QosAdaptive intMin Downstream 
- Downstream min bandwidth limit
- QosAdaptive stringMin Downstream Variable 
- Variable name
- QosAdaptive intMin Upstream 
- Upstream min bandwidth limit
- QosAdaptive stringMin Upstream Variable 
- Variable name
- QosAdaptive intPeriod 
- Periodic timer for adaptive QoS in minutes
- QosAdaptive stringPeriod Variable 
- Variable name
- QosMap string
- Name of QoS map
- QosMap stringVariable 
- 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
- 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
- TrackerVariable string
- Variable name
- Trackers List<string>
- Enable tracker for this interface
- 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 Dsl Pppoe 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
- VdslConfigurations List<GetVpn Interface Dsl Pppoe Feature Template Vdsl Configuration> 
- vdsl
- Version int
- The version of the feature template
- VpnQos stringMap 
- Name of VPN QoS map
- VpnQos stringMap Variable 
- Variable name
- WriteRule string
- Name of rewrite rule
- WriteRule stringVariable 
- Variable name
- AccessLists []GetVpn Interface Dsl Pppoe Feature Template Access List 
- Apply ACL
- 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 chap authentication Password
- ChapPpp stringAuth Password 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
- EnableCore boolRegion 
- Enable core region
- EnableCore stringRegion Variable 
- Variable name
- EthernetDescription string
- Interface description
- EthernetDescription stringVariable 
- Variable name
- EthernetDialer boolAddress Negotiated 
- Dialer IP Negotiated
- EthernetDialer intPool Number 
- Dialer pool number
- EthernetDialer stringPool Number Variable 
- Variable name
- EthernetInterface stringName 
- Ethernet Interface/Sub Interface Name including sub interface number
- EthernetInterface stringName Variable 
- Variable name
- EthernetPpp intMaximum Payload 
- Maximum MRU to be negotiated during PPP LCP negotiation
- EthernetPpp stringMaximum Payload Variable 
- Variable name
- EthernetUnnumbered stringLoopback Interface 
- Dialer IP Unnumbered Loopback interface name
- EthernetUnnumbered stringLoopback Interface Variable 
- Variable name
- EthernetVlan intId 
- Encapsulation VLAN id
- EthernetVlan stringId Variable 
- Variable name
- Id string
- The id of the feature template
- IpDirected boolBroadcast 
- IP Directed-Broadcast
- IpDirected stringBroadcast Variable 
- Variable name
- IpMtu int
- Interface MTU \n\n, in bytes
- IpMtu stringVariable 
- Variable name
- Name string
- The name of the feature template
- Nat bool
- Network Address Translation on this interface
- NatBlock boolIcmp Error 
- Block inbound ICMP error messages
- NatBlock stringIcmp Error Variable 
- Variable name
- NatPort []GetForwards Vpn Interface Dsl Pppoe Feature Template Nat Port Forward 
- Set port-forwarding rules for NAT on this interface
- NatRefresh stringMode 
- Set NAT refresh mode
- NatRefresh stringMode Variable 
- Variable name
- NatResponse boolTo Ping 
- Respond to ping requests to NAT interface ip address from the public side
- NatResponse stringTo Ping Variable 
- Variable name
- NatTcp intTimeout 
- Set NAT TCP session timeout, in minutes
- NatTcp stringTimeout Variable 
- Variable name
- NatUdp intTimeout 
- Set NAT UDP session timeout, in minutes
- NatUdp stringTimeout Variable 
- Variable name
- PapPassword bool
- PAP outbound Password
- PapPpp stringAuth Password 
- Specify ppp pap 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
- Policers
[]GetVpn Interface Dsl Pppoe Feature Template Policer 
- Enable policer
- PppAuthentication stringProtocol 
- PPP Link Authentication Protocol
- PppAuthentication boolProtocol Pap 
- PPP Authentication Protocol PAP
- PppAuthentication stringProtocol Variable 
- Variable name
- PppAuthentication stringType 
- Authenticate remote on incoming call only
- QosAdaptive intBandwidth Downstream 
- Adaptive QoS default downstream bandwidth
- QosAdaptive stringBandwidth Downstream Variable 
- Variable name
- QosAdaptive intBandwidth Upstream 
- Adaptive QoS default upstream bandwidth
- QosAdaptive stringBandwidth Upstream Variable 
- Variable name
- QosAdaptive intMax Downstream 
- Downstream max bandwidth limit
- QosAdaptive stringMax Downstream Variable 
- Variable name
- QosAdaptive intMax Upstream 
- Upstream max bandwidth limit
- QosAdaptive stringMax Upstream Variable 
- Variable name
- QosAdaptive intMin Downstream 
- Downstream min bandwidth limit
- QosAdaptive stringMin Downstream Variable 
- Variable name
- QosAdaptive intMin Upstream 
- Upstream min bandwidth limit
- QosAdaptive stringMin Upstream Variable 
- Variable name
- QosAdaptive intPeriod 
- Periodic timer for adaptive QoS in minutes
- QosAdaptive stringPeriod Variable 
- Variable name
- QosMap string
- Name of QoS map
- QosMap stringVariable 
- 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
- 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
- TrackerVariable string
- Variable name
- Trackers []string
- Enable tracker for this interface
- 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 Dsl Pppoe 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
- VdslConfigurations []GetVpn Interface Dsl Pppoe Feature Template Vdsl Configuration 
- vdsl
- Version int
- The version of the feature template
- VpnQos stringMap 
- Name of VPN QoS map
- VpnQos stringMap Variable 
- Variable name
- WriteRule string
- Name of rewrite rule
- WriteRule stringVariable 
- Variable name
- accessLists List<GetVpn Interface Dsl Pppoe Feature Template Access List> 
- Apply ACL
- 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 chap authentication Password
- chapPpp StringAuth Password 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
- enableCore BooleanRegion 
- Enable core region
- enableCore StringRegion Variable 
- Variable name
- ethernetDescription String
- Interface description
- ethernetDescription StringVariable 
- Variable name
- ethernetDialer BooleanAddress Negotiated 
- Dialer IP Negotiated
- ethernetDialer IntegerPool Number 
- Dialer pool number
- ethernetDialer StringPool Number Variable 
- Variable name
- ethernetInterface StringName 
- Ethernet Interface/Sub Interface Name including sub interface number
- ethernetInterface StringName Variable 
- Variable name
- ethernetPpp IntegerMaximum Payload 
- Maximum MRU to be negotiated during PPP LCP negotiation
- ethernetPpp StringMaximum Payload Variable 
- Variable name
- ethernetUnnumbered StringLoopback Interface 
- Dialer IP Unnumbered Loopback interface name
- ethernetUnnumbered StringLoopback Interface Variable 
- Variable name
- ethernetVlan IntegerId 
- Encapsulation VLAN id
- ethernetVlan StringId Variable 
- Variable name
- id String
- The id of the feature template
- ipDirected BooleanBroadcast 
- IP Directed-Broadcast
- ipDirected StringBroadcast Variable 
- Variable name
- ipMtu Integer
- Interface MTU \n\n, in bytes
- ipMtu StringVariable 
- Variable name
- name String
- The name of the feature template
- nat Boolean
- Network Address Translation on this interface
- natBlock BooleanIcmp Error 
- Block inbound ICMP error messages
- natBlock StringIcmp Error Variable 
- Variable name
- natPort List<GetForwards Vpn Interface Dsl Pppoe Feature Template Nat Port Forward> 
- Set port-forwarding rules for NAT on this interface
- natRefresh StringMode 
- Set NAT refresh mode
- natRefresh StringMode Variable 
- Variable name
- natResponse BooleanTo Ping 
- Respond to ping requests to NAT interface ip address from the public side
- natResponse StringTo Ping Variable 
- Variable name
- natTcp IntegerTimeout 
- Set NAT TCP session timeout, in minutes
- natTcp StringTimeout Variable 
- Variable name
- natUdp IntegerTimeout 
- Set NAT UDP session timeout, in minutes
- natUdp StringTimeout Variable 
- Variable name
- papPassword Boolean
- PAP outbound Password
- papPpp StringAuth Password 
- Specify ppp pap 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
- policers
List<GetVpn Interface Dsl Pppoe Feature Template Policer> 
- Enable policer
- pppAuthentication StringProtocol 
- PPP Link Authentication Protocol
- pppAuthentication BooleanProtocol Pap 
- PPP Authentication Protocol PAP
- pppAuthentication StringProtocol Variable 
- Variable name
- pppAuthentication StringType 
- Authenticate remote on incoming call only
- qosAdaptive IntegerBandwidth Downstream 
- Adaptive QoS default downstream bandwidth
- qosAdaptive StringBandwidth Downstream Variable 
- Variable name
- qosAdaptive IntegerBandwidth Upstream 
- Adaptive QoS default upstream bandwidth
- qosAdaptive StringBandwidth Upstream Variable 
- Variable name
- qosAdaptive IntegerMax Downstream 
- Downstream max bandwidth limit
- qosAdaptive StringMax Downstream Variable 
- Variable name
- qosAdaptive IntegerMax Upstream 
- Upstream max bandwidth limit
- qosAdaptive StringMax Upstream Variable 
- Variable name
- qosAdaptive IntegerMin Downstream 
- Downstream min bandwidth limit
- qosAdaptive StringMin Downstream Variable 
- Variable name
- qosAdaptive IntegerMin Upstream 
- Upstream min bandwidth limit
- qosAdaptive StringMin Upstream Variable 
- Variable name
- qosAdaptive IntegerPeriod 
- Periodic timer for adaptive QoS in minutes
- qosAdaptive StringPeriod Variable 
- Variable name
- qosMap String
- Name of QoS map
- qosMap StringVariable 
- 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
- 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
- trackerVariable String
- Variable name
- trackers List<String>
- Enable tracker for this interface
- 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 Dsl Pppoe 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
- vdslConfigurations List<GetVpn Interface Dsl Pppoe Feature Template Vdsl Configuration> 
- vdsl
- version Integer
- The version of the feature template
- vpnQos StringMap 
- Name of VPN QoS map
- vpnQos StringMap Variable 
- Variable name
- writeRule String
- Name of rewrite rule
- writeRule StringVariable 
- Variable name
- accessLists GetVpn Interface Dsl Pppoe Feature Template Access List[] 
- Apply ACL
- 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 chap authentication Password
- chapPpp stringAuth Password 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
- enableCore booleanRegion 
- Enable core region
- enableCore stringRegion Variable 
- Variable name
- ethernetDescription string
- Interface description
- ethernetDescription stringVariable 
- Variable name
- ethernetDialer booleanAddress Negotiated 
- Dialer IP Negotiated
- ethernetDialer numberPool Number 
- Dialer pool number
- ethernetDialer stringPool Number Variable 
- Variable name
- ethernetInterface stringName 
- Ethernet Interface/Sub Interface Name including sub interface number
- ethernetInterface stringName Variable 
- Variable name
- ethernetPpp numberMaximum Payload 
- Maximum MRU to be negotiated during PPP LCP negotiation
- ethernetPpp stringMaximum Payload Variable 
- Variable name
- ethernetUnnumbered stringLoopback Interface 
- Dialer IP Unnumbered Loopback interface name
- ethernetUnnumbered stringLoopback Interface Variable 
- Variable name
- ethernetVlan numberId 
- Encapsulation VLAN id
- ethernetVlan stringId Variable 
- Variable name
- id string
- The id of the feature template
- ipDirected booleanBroadcast 
- IP Directed-Broadcast
- ipDirected stringBroadcast Variable 
- Variable name
- ipMtu number
- Interface MTU \n\n, in bytes
- ipMtu stringVariable 
- Variable name
- name string
- The name of the feature template
- nat boolean
- Network Address Translation on this interface
- natBlock booleanIcmp Error 
- Block inbound ICMP error messages
- natBlock stringIcmp Error Variable 
- Variable name
- natPort GetForwards Vpn Interface Dsl Pppoe Feature Template Nat Port Forward[] 
- Set port-forwarding rules for NAT on this interface
- natRefresh stringMode 
- Set NAT refresh mode
- natRefresh stringMode Variable 
- Variable name
- natResponse booleanTo Ping 
- Respond to ping requests to NAT interface ip address from the public side
- natResponse stringTo Ping Variable 
- Variable name
- natTcp numberTimeout 
- Set NAT TCP session timeout, in minutes
- natTcp stringTimeout Variable 
- Variable name
- natUdp numberTimeout 
- Set NAT UDP session timeout, in minutes
- natUdp stringTimeout Variable 
- Variable name
- papPassword boolean
- PAP outbound Password
- papPpp stringAuth Password 
- Specify ppp pap 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
- policers
GetVpn Interface Dsl Pppoe Feature Template Policer[] 
- Enable policer
- pppAuthentication stringProtocol 
- PPP Link Authentication Protocol
- pppAuthentication booleanProtocol Pap 
- PPP Authentication Protocol PAP
- pppAuthentication stringProtocol Variable 
- Variable name
- pppAuthentication stringType 
- Authenticate remote on incoming call only
- qosAdaptive numberBandwidth Downstream 
- Adaptive QoS default downstream bandwidth
- qosAdaptive stringBandwidth Downstream Variable 
- Variable name
- qosAdaptive numberBandwidth Upstream 
- Adaptive QoS default upstream bandwidth
- qosAdaptive stringBandwidth Upstream Variable 
- Variable name
- qosAdaptive numberMax Downstream 
- Downstream max bandwidth limit
- qosAdaptive stringMax Downstream Variable 
- Variable name
- qosAdaptive numberMax Upstream 
- Upstream max bandwidth limit
- qosAdaptive stringMax Upstream Variable 
- Variable name
- qosAdaptive numberMin Downstream 
- Downstream min bandwidth limit
- qosAdaptive stringMin Downstream Variable 
- Variable name
- qosAdaptive numberMin Upstream 
- Upstream min bandwidth limit
- qosAdaptive stringMin Upstream Variable 
- Variable name
- qosAdaptive numberPeriod 
- Periodic timer for adaptive QoS in minutes
- qosAdaptive stringPeriod Variable 
- Variable name
- qosMap string
- Name of QoS map
- qosMap stringVariable 
- 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
- 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
- trackerVariable string
- Variable name
- trackers string[]
- Enable tracker for this interface
- 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 Dsl Pppoe 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
- vdslConfigurations GetVpn Interface Dsl Pppoe Feature Template Vdsl Configuration[] 
- vdsl
- version number
- The version of the feature template
- vpnQos stringMap 
- Name of VPN QoS map
- vpnQos stringMap Variable 
- Variable name
- writeRule string
- Name of rewrite rule
- writeRule stringVariable 
- Variable name
- access_lists Sequence[GetVpn Interface Dsl Pppoe Feature Template Access List] 
- Apply ACL
- 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 chap authentication Password
- chap_ppp_ strauth_ password_ 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
- enable_core_ boolregion 
- Enable core region
- enable_core_ strregion_ variable 
- Variable name
- ethernet_description str
- Interface description
- ethernet_description_ strvariable 
- Variable name
- ethernet_dialer_ booladdress_ negotiated 
- Dialer IP Negotiated
- ethernet_dialer_ intpool_ number 
- Dialer pool number
- ethernet_dialer_ strpool_ number_ variable 
- Variable name
- ethernet_interface_ strname 
- Ethernet Interface/Sub Interface Name including sub interface number
- ethernet_interface_ strname_ variable 
- Variable name
- ethernet_ppp_ intmaximum_ payload 
- Maximum MRU to be negotiated during PPP LCP negotiation
- ethernet_ppp_ strmaximum_ payload_ variable 
- Variable name
- ethernet_unnumbered_ strloopback_ interface 
- Dialer IP Unnumbered Loopback interface name
- ethernet_unnumbered_ strloopback_ interface_ variable 
- Variable name
- ethernet_vlan_ intid 
- Encapsulation VLAN id
- ethernet_vlan_ strid_ variable 
- Variable name
- id str
- The id of the feature template
- ip_directed_ boolbroadcast 
- IP Directed-Broadcast
- ip_directed_ strbroadcast_ variable 
- Variable name
- ip_mtu int
- Interface MTU \n\n, in bytes
- ip_mtu_ strvariable 
- Variable name
- name str
- The name of the feature template
- nat bool
- Network Address Translation on this interface
- nat_block_ boolicmp_ error 
- Block inbound ICMP error messages
- nat_block_ stricmp_ error_ variable 
- Variable name
- nat_port_ Sequence[Getforwards Vpn Interface Dsl Pppoe Feature Template Nat Port Forward] 
- Set port-forwarding rules for NAT on this interface
- nat_refresh_ strmode 
- Set NAT refresh mode
- nat_refresh_ strmode_ variable 
- Variable name
- nat_response_ boolto_ ping 
- Respond to ping requests to NAT interface ip address from the public side
- nat_response_ strto_ ping_ variable 
- Variable name
- nat_tcp_ inttimeout 
- Set NAT TCP session timeout, in minutes
- nat_tcp_ strtimeout_ variable 
- Variable name
- nat_udp_ inttimeout 
- Set NAT UDP session timeout, in minutes
- nat_udp_ strtimeout_ variable 
- Variable name
- pap_password bool
- PAP outbound Password
- pap_ppp_ strauth_ password 
- Specify ppp pap 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
- policers
Sequence[GetVpn Interface Dsl Pppoe Feature Template Policer] 
- Enable policer
- ppp_authentication_ strprotocol 
- PPP Link Authentication Protocol
- ppp_authentication_ boolprotocol_ pap 
- PPP Authentication Protocol PAP
- ppp_authentication_ strprotocol_ variable 
- Variable name
- ppp_authentication_ strtype 
- Authenticate remote on incoming call only
- qos_adaptive_ intbandwidth_ downstream 
- Adaptive QoS default downstream bandwidth
- qos_adaptive_ strbandwidth_ downstream_ variable 
- Variable name
- qos_adaptive_ intbandwidth_ upstream 
- Adaptive QoS default upstream bandwidth
- qos_adaptive_ strbandwidth_ upstream_ variable 
- Variable name
- qos_adaptive_ intmax_ downstream 
- Downstream max bandwidth limit
- qos_adaptive_ strmax_ downstream_ variable 
- Variable name
- qos_adaptive_ intmax_ upstream 
- Upstream max bandwidth limit
- qos_adaptive_ strmax_ upstream_ variable 
- Variable name
- qos_adaptive_ intmin_ downstream 
- Downstream min bandwidth limit
- qos_adaptive_ strmin_ downstream_ variable 
- Variable name
- qos_adaptive_ intmin_ upstream 
- Upstream min bandwidth limit
- qos_adaptive_ strmin_ upstream_ variable 
- Variable name
- qos_adaptive_ intperiod 
- Periodic timer for adaptive QoS in minutes
- qos_adaptive_ strperiod_ variable 
- Variable name
- qos_map str
- Name of QoS map
- qos_map_ strvariable 
- 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
- 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
- tracker_variable str
- Variable name
- trackers Sequence[str]
- Enable tracker for this interface
- 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 Dsl Pppoe 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
- vdsl_configurations Sequence[GetVpn Interface Dsl Pppoe Feature Template Vdsl Configuration] 
- vdsl
- version int
- The version of the feature template
- vpn_qos_ strmap 
- Name of VPN QoS map
- vpn_qos_ strmap_ variable 
- Variable name
- write_rule str
- Name of rewrite rule
- write_rule_ strvariable 
- Variable name
- accessLists List<Property Map>
- Apply ACL
- 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 chap authentication Password
- chapPpp StringAuth Password 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
- enableCore BooleanRegion 
- Enable core region
- enableCore StringRegion Variable 
- Variable name
- ethernetDescription String
- Interface description
- ethernetDescription StringVariable 
- Variable name
- ethernetDialer BooleanAddress Negotiated 
- Dialer IP Negotiated
- ethernetDialer NumberPool Number 
- Dialer pool number
- ethernetDialer StringPool Number Variable 
- Variable name
- ethernetInterface StringName 
- Ethernet Interface/Sub Interface Name including sub interface number
- ethernetInterface StringName Variable 
- Variable name
- ethernetPpp NumberMaximum Payload 
- Maximum MRU to be negotiated during PPP LCP negotiation
- ethernetPpp StringMaximum Payload Variable 
- Variable name
- ethernetUnnumbered StringLoopback Interface 
- Dialer IP Unnumbered Loopback interface name
- ethernetUnnumbered StringLoopback Interface Variable 
- Variable name
- ethernetVlan NumberId 
- Encapsulation VLAN id
- ethernetVlan StringId Variable 
- Variable name
- id String
- The id of the feature template
- ipDirected BooleanBroadcast 
- IP Directed-Broadcast
- ipDirected StringBroadcast Variable 
- Variable name
- ipMtu Number
- Interface MTU \n\n, in bytes
- ipMtu StringVariable 
- Variable name
- name String
- The name of the feature template
- nat Boolean
- Network Address Translation on this interface
- natBlock BooleanIcmp Error 
- Block inbound ICMP error messages
- natBlock StringIcmp Error Variable 
- Variable name
- natPort List<Property Map>Forwards 
- Set port-forwarding rules for NAT on this interface
- natRefresh StringMode 
- Set NAT refresh mode
- natRefresh StringMode Variable 
- Variable name
- natResponse BooleanTo Ping 
- Respond to ping requests to NAT interface ip address from the public side
- natResponse StringTo Ping Variable 
- Variable name
- natTcp NumberTimeout 
- Set NAT TCP session timeout, in minutes
- natTcp StringTimeout Variable 
- Variable name
- natUdp NumberTimeout 
- Set NAT UDP session timeout, in minutes
- natUdp StringTimeout Variable 
- Variable name
- papPassword Boolean
- PAP outbound Password
- papPpp StringAuth Password 
- Specify ppp pap 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
- policers List<Property Map>
- Enable policer
- pppAuthentication StringProtocol 
- PPP Link Authentication Protocol
- pppAuthentication BooleanProtocol Pap 
- PPP Authentication Protocol PAP
- pppAuthentication StringProtocol Variable 
- Variable name
- pppAuthentication StringType 
- Authenticate remote on incoming call only
- qosAdaptive NumberBandwidth Downstream 
- Adaptive QoS default downstream bandwidth
- qosAdaptive StringBandwidth Downstream Variable 
- Variable name
- qosAdaptive NumberBandwidth Upstream 
- Adaptive QoS default upstream bandwidth
- qosAdaptive StringBandwidth Upstream Variable 
- Variable name
- qosAdaptive NumberMax Downstream 
- Downstream max bandwidth limit
- qosAdaptive StringMax Downstream Variable 
- Variable name
- qosAdaptive NumberMax Upstream 
- Upstream max bandwidth limit
- qosAdaptive StringMax Upstream Variable 
- Variable name
- qosAdaptive NumberMin Downstream 
- Downstream min bandwidth limit
- qosAdaptive StringMin Downstream Variable 
- Variable name
- qosAdaptive NumberMin Upstream 
- Upstream min bandwidth limit
- qosAdaptive StringMin Upstream Variable 
- Variable name
- qosAdaptive NumberPeriod 
- Periodic timer for adaptive QoS in minutes
- qosAdaptive StringPeriod Variable 
- Variable name
- qosMap String
- Name of QoS map
- qosMap StringVariable 
- 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
- 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
- trackerVariable String
- Variable name
- trackers List<String>
- Enable tracker for this interface
- 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
- vdslConfigurations List<Property Map>
- vdsl
- version Number
- The version of the feature template
- vpnQos StringMap 
- Name of VPN QoS map
- vpnQos StringMap Variable 
- Variable name
- writeRule String
- Name of rewrite rule
- writeRule StringVariable 
- Variable name
Supporting Types
GetVpnInterfaceDslPppoeFeatureTemplateAccessList        
- 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.
GetVpnInterfaceDslPppoeFeatureTemplateNatPortForward         
- Optional bool
- Indicates if list item is considered optional.
- PortEnd intRange 
- Ending port of port range
- PortStart intRange 
- Starting port of port range
- PrivateIp stringAddress 
- Private IP Address to translate to
- PrivateIp stringAddress Variable 
- Variable name
- PrivateVpn int
- VPN in which private IP Address resides
- PrivateVpn stringVariable 
- Variable name
- Protocol string
- Layer 4 protocol to apply port forwarding to
- Optional bool
- Indicates if list item is considered optional.
- PortEnd intRange 
- Ending port of port range
- PortStart intRange 
- Starting port of port range
- PrivateIp stringAddress 
- Private IP Address to translate to
- PrivateIp stringAddress Variable 
- Variable name
- PrivateVpn int
- VPN in which private IP Address resides
- PrivateVpn stringVariable 
- Variable name
- Protocol string
- Layer 4 protocol to apply port forwarding to
- optional Boolean
- Indicates if list item is considered optional.
- portEnd IntegerRange 
- Ending port of port range
- portStart IntegerRange 
- Starting port of port range
- privateIp StringAddress 
- Private IP Address to translate to
- privateIp StringAddress Variable 
- Variable name
- privateVpn Integer
- VPN in which private IP Address resides
- privateVpn StringVariable 
- Variable name
- protocol String
- Layer 4 protocol to apply port forwarding to
- optional boolean
- Indicates if list item is considered optional.
- portEnd numberRange 
- Ending port of port range
- portStart numberRange 
- Starting port of port range
- privateIp stringAddress 
- Private IP Address to translate to
- privateIp stringAddress Variable 
- Variable name
- privateVpn number
- VPN in which private IP Address resides
- privateVpn stringVariable 
- Variable name
- protocol string
- Layer 4 protocol to apply port forwarding to
- optional bool
- Indicates if list item is considered optional.
- port_end_ intrange 
- Ending port of port range
- port_start_ intrange 
- Starting port of port range
- private_ip_ straddress 
- Private IP Address to translate to
- private_ip_ straddress_ variable 
- Variable name
- private_vpn int
- VPN in which private IP Address resides
- private_vpn_ strvariable 
- Variable name
- protocol str
- Layer 4 protocol to apply port forwarding to
- optional Boolean
- Indicates if list item is considered optional.
- portEnd NumberRange 
- Ending port of port range
- portStart NumberRange 
- Starting port of port range
- privateIp StringAddress 
- Private IP Address to translate to
- privateIp StringAddress Variable 
- Variable name
- privateVpn Number
- VPN in which private IP Address resides
- privateVpn StringVariable 
- Variable name
- protocol String
- Layer 4 protocol to apply port forwarding to
GetVpnInterfaceDslPppoeFeatureTemplatePolicer       
- Direction string
- Direction
- Optional bool
- Indicates if list item is considered optional.
- PolicerName string
- Name of policer
- Direction string
- Direction
- Optional bool
- Indicates if list item is considered optional.
- PolicerName string
- Name of policer
- direction String
- Direction
- optional Boolean
- Indicates if list item is considered optional.
- policerName String
- Name of policer
- direction string
- Direction
- optional boolean
- Indicates if list item is considered optional.
- policerName string
- Name of policer
- direction str
- Direction
- optional bool
- Indicates if list item is considered optional.
- policer_name str
- Name of policer
- direction String
- Direction
- optional Boolean
- Indicates if list item is considered optional.
- policerName String
- Name of policer
GetVpnInterfaceDslPppoeFeatureTemplateTunnelInterfaceEncapsulation         
- 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
GetVpnInterfaceDslPppoeFeatureTemplateVdslConfiguration        
- ControllerVdsl stringSlot 
- Set module slot/subslot/port number
- ControllerVdsl stringSlot Variable 
- Variable name
- ModeAdsl1 bool
- Set VDSL operating mode to adsl1
- ModeAdsl2 bool
- Set VDSL operating mode to adsl2
- ModeAdsl2plus bool
- Set VDSL operating mode to adsl2plus
- ModeAnsi bool
- Set VDSL operating mode to ansi
- ModeVdsl2 bool
- Set VDSL operating mode to vdsl2
- Optional bool
- Indicates if list item is considered optional.
- Sra bool
- Seamless rate adaption
- VdslModem stringConfiguration 
- Set module slot/subslot/port number
- VdslModem stringConfiguration Variable 
- Variable name
- ControllerVdsl stringSlot 
- Set module slot/subslot/port number
- ControllerVdsl stringSlot Variable 
- Variable name
- ModeAdsl1 bool
- Set VDSL operating mode to adsl1
- ModeAdsl2 bool
- Set VDSL operating mode to adsl2
- ModeAdsl2plus bool
- Set VDSL operating mode to adsl2plus
- ModeAnsi bool
- Set VDSL operating mode to ansi
- ModeVdsl2 bool
- Set VDSL operating mode to vdsl2
- Optional bool
- Indicates if list item is considered optional.
- Sra bool
- Seamless rate adaption
- VdslModem stringConfiguration 
- Set module slot/subslot/port number
- VdslModem stringConfiguration Variable 
- Variable name
- controllerVdsl StringSlot 
- Set module slot/subslot/port number
- controllerVdsl StringSlot Variable 
- Variable name
- modeAdsl1 Boolean
- Set VDSL operating mode to adsl1
- modeAdsl2 Boolean
- Set VDSL operating mode to adsl2
- modeAdsl2plus Boolean
- Set VDSL operating mode to adsl2plus
- modeAnsi Boolean
- Set VDSL operating mode to ansi
- modeVdsl2 Boolean
- Set VDSL operating mode to vdsl2
- optional Boolean
- Indicates if list item is considered optional.
- sra Boolean
- Seamless rate adaption
- vdslModem StringConfiguration 
- Set module slot/subslot/port number
- vdslModem StringConfiguration Variable 
- Variable name
- controllerVdsl stringSlot 
- Set module slot/subslot/port number
- controllerVdsl stringSlot Variable 
- Variable name
- modeAdsl1 boolean
- Set VDSL operating mode to adsl1
- modeAdsl2 boolean
- Set VDSL operating mode to adsl2
- modeAdsl2plus boolean
- Set VDSL operating mode to adsl2plus
- modeAnsi boolean
- Set VDSL operating mode to ansi
- modeVdsl2 boolean
- Set VDSL operating mode to vdsl2
- optional boolean
- Indicates if list item is considered optional.
- sra boolean
- Seamless rate adaption
- vdslModem stringConfiguration 
- Set module slot/subslot/port number
- vdslModem stringConfiguration Variable 
- Variable name
- controller_vdsl_ strslot 
- Set module slot/subslot/port number
- controller_vdsl_ strslot_ variable 
- Variable name
- mode_adsl1 bool
- Set VDSL operating mode to adsl1
- mode_adsl2 bool
- Set VDSL operating mode to adsl2
- mode_adsl2plus bool
- Set VDSL operating mode to adsl2plus
- mode_ansi bool
- Set VDSL operating mode to ansi
- mode_vdsl2 bool
- Set VDSL operating mode to vdsl2
- optional bool
- Indicates if list item is considered optional.
- sra bool
- Seamless rate adaption
- vdsl_modem_ strconfiguration 
- Set module slot/subslot/port number
- vdsl_modem_ strconfiguration_ variable 
- Variable name
- controllerVdsl StringSlot 
- Set module slot/subslot/port number
- controllerVdsl StringSlot Variable 
- Variable name
- modeAdsl1 Boolean
- Set VDSL operating mode to adsl1
- modeAdsl2 Boolean
- Set VDSL operating mode to adsl2
- modeAdsl2plus Boolean
- Set VDSL operating mode to adsl2plus
- modeAnsi Boolean
- Set VDSL operating mode to ansi
- modeVdsl2 Boolean
- Set VDSL operating mode to vdsl2
- optional Boolean
- Indicates if list item is considered optional.
- sra Boolean
- Seamless rate adaption
- vdslModem StringConfiguration 
- Set module slot/subslot/port number
- vdslModem StringConfiguration Variable 
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
