Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getVpnInterfaceSviFeatureTemplate
Explore with Pulumi AI
This data source can read the VPN Interface SVI feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getVpnInterfaceSviFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_vpn_interface_svi_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.LookupVpnInterfaceSviFeatureTemplate(ctx, &sdwan.LookupVpnInterfaceSviFeatureTemplateArgs{
			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.GetVpnInterfaceSviFeatureTemplate.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.GetVpnInterfaceSviFeatureTemplateArgs;
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.getVpnInterfaceSviFeatureTemplate(GetVpnInterfaceSviFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getVpnInterfaceSviFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getVpnInterfaceSviFeatureTemplate
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 getVpnInterfaceSviFeatureTemplate(args: GetVpnInterfaceSviFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetVpnInterfaceSviFeatureTemplateResult>
function getVpnInterfaceSviFeatureTemplateOutput(args: GetVpnInterfaceSviFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetVpnInterfaceSviFeatureTemplateResult>def get_vpn_interface_svi_feature_template(id: Optional[str] = None,
                                           name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetVpnInterfaceSviFeatureTemplateResult
def get_vpn_interface_svi_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                           name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetVpnInterfaceSviFeatureTemplateResult]func LookupVpnInterfaceSviFeatureTemplate(ctx *Context, args *LookupVpnInterfaceSviFeatureTemplateArgs, opts ...InvokeOption) (*LookupVpnInterfaceSviFeatureTemplateResult, error)
func LookupVpnInterfaceSviFeatureTemplateOutput(ctx *Context, args *LookupVpnInterfaceSviFeatureTemplateOutputArgs, opts ...InvokeOption) LookupVpnInterfaceSviFeatureTemplateResultOutput> Note: This function is named LookupVpnInterfaceSviFeatureTemplate in the Go SDK.
public static class GetVpnInterfaceSviFeatureTemplate 
{
    public static Task<GetVpnInterfaceSviFeatureTemplateResult> InvokeAsync(GetVpnInterfaceSviFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetVpnInterfaceSviFeatureTemplateResult> Invoke(GetVpnInterfaceSviFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetVpnInterfaceSviFeatureTemplateResult> getVpnInterfaceSviFeatureTemplate(GetVpnInterfaceSviFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetVpnInterfaceSviFeatureTemplateResult> getVpnInterfaceSviFeatureTemplate(GetVpnInterfaceSviFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getVpnInterfaceSviFeatureTemplate:getVpnInterfaceSviFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getVpnInterfaceSviFeatureTemplate Result
The following output properties are available:
- ArpTimeout int
- Timeout value for dynamically learned ARP entries, \n\n seconds
- ArpTimeout stringVariable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes List<string>
- List of supported device types
- Id string
- The id of the feature template
- IfName string
- Interface name: VLAN 1 - VLAN 4094 when present
- IfName stringVariable 
- Variable name
- InterfaceDescription string
- Interface description
- InterfaceDescription stringVariable 
- Variable name
- IpDirected boolBroadcast 
- IP Directed-Broadcast
- IpDirected stringBroadcast Variable 
- Variable name
- IpMtu int
- IP MTU \n\n, in bytes
- IpMtu stringVariable 
- Variable name
- Ipv4AccessLists List<GetVpn Interface Svi Feature Template Ipv4Access List> 
- Apply ACL
- Ipv4Address string
- Assign IPv4 address
- Ipv4AddressVariable string
- Variable name
- Ipv4DhcpHelper stringVariable 
- Variable name
- Ipv4DhcpHelpers List<string>
- List of DHCP helper addresses
- Ipv4SecondaryAddresses List<GetVpn Interface Svi Feature Template Ipv4Secondary Address> 
- Assign secondary IP addresses
- Ipv4Vrrps
List<GetVpn Interface Svi Feature Template Ipv4Vrrp> 
- Enable VRRP
- Ipv6AccessLists List<GetVpn Interface Svi Feature Template Ipv6Access List> 
- Apply ACL
- Ipv6Address string
- Assign IPv6 address
- Ipv6AddressVariable string
- Variable name
- Ipv6DhcpClient bool
- Enable DHCPv6
- Ipv6DhcpClient stringVariable 
- Variable name
- Ipv6DhcpDistance int
- Set administrative distance for DHCP default route
- Ipv6DhcpDistance stringVariable 
- Variable name
- Ipv6DhcpHelpers List<GetVpn Interface Svi Feature Template Ipv6Dhcp Helper> 
- DHCPv6 Helper
- Ipv6DhcpRapid boolCommit 
- Enable DHCPv6 rapid commit
- Ipv6DhcpRapid stringCommit Variable 
- Variable name
- Ipv6SecondaryAddresses List<GetVpn Interface Svi Feature Template Ipv6Secondary Address> 
- Assign secondary IPv6 addresses
- Ipv6Vrrps
List<GetVpn Interface Svi Feature Template Ipv6Vrrp> 
- Enable VRRP
- Mtu int
- Interface MTU \n\n in bytes
- MtuVariable string
- Variable name
- Name string
- The name of the feature template
- Policers
List<GetVpn Interface Svi Feature Template Policer> 
- Enable policer
- Shutdown bool
- Administrative state
- ShutdownVariable string
- Variable name
- StaticArp List<GetEntries Vpn Interface Svi Feature Template Static Arp Entry> 
- Configure static ARP entries
- TcpMss intAdjust 
- TCP MSS on SYN packets, in bytes
- TcpMss stringAdjust Variable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- ArpTimeout int
- Timeout value for dynamically learned ARP entries, \n\n seconds
- ArpTimeout stringVariable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes []string
- List of supported device types
- Id string
- The id of the feature template
- IfName string
- Interface name: VLAN 1 - VLAN 4094 when present
- IfName stringVariable 
- Variable name
- InterfaceDescription string
- Interface description
- InterfaceDescription stringVariable 
- Variable name
- IpDirected boolBroadcast 
- IP Directed-Broadcast
- IpDirected stringBroadcast Variable 
- Variable name
- IpMtu int
- IP MTU \n\n, in bytes
- IpMtu stringVariable 
- Variable name
- Ipv4AccessLists []GetVpn Interface Svi Feature Template Ipv4Access List 
- Apply ACL
- Ipv4Address string
- Assign IPv4 address
- Ipv4AddressVariable string
- Variable name
- Ipv4DhcpHelper stringVariable 
- Variable name
- Ipv4DhcpHelpers []string
- List of DHCP helper addresses
- Ipv4SecondaryAddresses []GetVpn Interface Svi Feature Template Ipv4Secondary Address 
- Assign secondary IP addresses
- Ipv4Vrrps
[]GetVpn Interface Svi Feature Template Ipv4Vrrp 
- Enable VRRP
- Ipv6AccessLists []GetVpn Interface Svi Feature Template Ipv6Access List 
- Apply ACL
- Ipv6Address string
- Assign IPv6 address
- Ipv6AddressVariable string
- Variable name
- Ipv6DhcpClient bool
- Enable DHCPv6
- Ipv6DhcpClient stringVariable 
- Variable name
- Ipv6DhcpDistance int
- Set administrative distance for DHCP default route
- Ipv6DhcpDistance stringVariable 
- Variable name
- Ipv6DhcpHelpers []GetVpn Interface Svi Feature Template Ipv6Dhcp Helper 
- DHCPv6 Helper
- Ipv6DhcpRapid boolCommit 
- Enable DHCPv6 rapid commit
- Ipv6DhcpRapid stringCommit Variable 
- Variable name
- Ipv6SecondaryAddresses []GetVpn Interface Svi Feature Template Ipv6Secondary Address 
- Assign secondary IPv6 addresses
- Ipv6Vrrps
[]GetVpn Interface Svi Feature Template Ipv6Vrrp 
- Enable VRRP
- Mtu int
- Interface MTU \n\n in bytes
- MtuVariable string
- Variable name
- Name string
- The name of the feature template
- Policers
[]GetVpn Interface Svi Feature Template Policer 
- Enable policer
- Shutdown bool
- Administrative state
- ShutdownVariable string
- Variable name
- StaticArp []GetEntries Vpn Interface Svi Feature Template Static Arp Entry 
- Configure static ARP entries
- TcpMss intAdjust 
- TCP MSS on SYN packets, in bytes
- TcpMss stringAdjust Variable 
- Variable name
- TemplateType string
- The template type
- Version int
- The version of the feature template
- arpTimeout Integer
- Timeout value for dynamically learned ARP entries, \n\n seconds
- arpTimeout StringVariable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- id String
- The id of the feature template
- ifName String
- Interface name: VLAN 1 - VLAN 4094 when present
- ifName StringVariable 
- Variable name
- interfaceDescription String
- Interface description
- interfaceDescription StringVariable 
- Variable name
- ipDirected BooleanBroadcast 
- IP Directed-Broadcast
- ipDirected StringBroadcast Variable 
- Variable name
- ipMtu Integer
- IP MTU \n\n, in bytes
- ipMtu StringVariable 
- Variable name
- ipv4AccessLists List<GetVpn Interface Svi Feature Template Ipv4Access List> 
- Apply ACL
- ipv4Address String
- Assign IPv4 address
- ipv4AddressVariable String
- Variable name
- ipv4DhcpHelper StringVariable 
- Variable name
- ipv4DhcpHelpers List<String>
- List of DHCP helper addresses
- ipv4SecondaryAddresses List<GetVpn Interface Svi Feature Template Ipv4Secondary Address> 
- Assign secondary IP addresses
- ipv4Vrrps
List<GetVpn Interface Svi Feature Template Ipv4Vrrp> 
- Enable VRRP
- ipv6AccessLists List<GetVpn Interface Svi Feature Template Ipv6Access List> 
- Apply ACL
- ipv6Address String
- Assign IPv6 address
- ipv6AddressVariable String
- Variable name
- ipv6DhcpClient Boolean
- Enable DHCPv6
- ipv6DhcpClient StringVariable 
- Variable name
- ipv6DhcpDistance Integer
- Set administrative distance for DHCP default route
- ipv6DhcpDistance StringVariable 
- Variable name
- ipv6DhcpHelpers List<GetVpn Interface Svi Feature Template Ipv6Dhcp Helper> 
- DHCPv6 Helper
- ipv6DhcpRapid BooleanCommit 
- Enable DHCPv6 rapid commit
- ipv6DhcpRapid StringCommit Variable 
- Variable name
- ipv6SecondaryAddresses List<GetVpn Interface Svi Feature Template Ipv6Secondary Address> 
- Assign secondary IPv6 addresses
- ipv6Vrrps
List<GetVpn Interface Svi Feature Template Ipv6Vrrp> 
- Enable VRRP
- mtu Integer
- Interface MTU \n\n in bytes
- mtuVariable String
- Variable name
- name String
- The name of the feature template
- policers
List<GetVpn Interface Svi Feature Template Policer> 
- Enable policer
- shutdown Boolean
- Administrative state
- shutdownVariable String
- Variable name
- staticArp List<GetEntries Vpn Interface Svi Feature Template Static Arp Entry> 
- Configure static ARP entries
- tcpMss IntegerAdjust 
- TCP MSS on SYN packets, in bytes
- tcpMss StringAdjust Variable 
- Variable name
- templateType String
- The template type
- version Integer
- The version of the feature template
- arpTimeout number
- Timeout value for dynamically learned ARP entries, \n\n seconds
- arpTimeout stringVariable 
- Variable name
- description string
- The description of the feature template
- deviceTypes string[]
- List of supported device types
- id string
- The id of the feature template
- ifName string
- Interface name: VLAN 1 - VLAN 4094 when present
- ifName stringVariable 
- Variable name
- interfaceDescription string
- Interface description
- interfaceDescription stringVariable 
- Variable name
- ipDirected booleanBroadcast 
- IP Directed-Broadcast
- ipDirected stringBroadcast Variable 
- Variable name
- ipMtu number
- IP MTU \n\n, in bytes
- ipMtu stringVariable 
- Variable name
- ipv4AccessLists GetVpn Interface Svi Feature Template Ipv4Access List[] 
- Apply ACL
- ipv4Address string
- Assign IPv4 address
- ipv4AddressVariable string
- Variable name
- ipv4DhcpHelper stringVariable 
- Variable name
- ipv4DhcpHelpers string[]
- List of DHCP helper addresses
- ipv4SecondaryAddresses GetVpn Interface Svi Feature Template Ipv4Secondary Address[] 
- Assign secondary IP addresses
- ipv4Vrrps
GetVpn Interface Svi Feature Template Ipv4Vrrp[] 
- Enable VRRP
- ipv6AccessLists GetVpn Interface Svi Feature Template Ipv6Access List[] 
- Apply ACL
- ipv6Address string
- Assign IPv6 address
- ipv6AddressVariable string
- Variable name
- ipv6DhcpClient boolean
- Enable DHCPv6
- ipv6DhcpClient stringVariable 
- Variable name
- ipv6DhcpDistance number
- Set administrative distance for DHCP default route
- ipv6DhcpDistance stringVariable 
- Variable name
- ipv6DhcpHelpers GetVpn Interface Svi Feature Template Ipv6Dhcp Helper[] 
- DHCPv6 Helper
- ipv6DhcpRapid booleanCommit 
- Enable DHCPv6 rapid commit
- ipv6DhcpRapid stringCommit Variable 
- Variable name
- ipv6SecondaryAddresses GetVpn Interface Svi Feature Template Ipv6Secondary Address[] 
- Assign secondary IPv6 addresses
- ipv6Vrrps
GetVpn Interface Svi Feature Template Ipv6Vrrp[] 
- Enable VRRP
- mtu number
- Interface MTU \n\n in bytes
- mtuVariable string
- Variable name
- name string
- The name of the feature template
- policers
GetVpn Interface Svi Feature Template Policer[] 
- Enable policer
- shutdown boolean
- Administrative state
- shutdownVariable string
- Variable name
- staticArp GetEntries Vpn Interface Svi Feature Template Static Arp Entry[] 
- Configure static ARP entries
- tcpMss numberAdjust 
- TCP MSS on SYN packets, in bytes
- tcpMss stringAdjust Variable 
- Variable name
- templateType string
- The template type
- version number
- The version of the feature template
- arp_timeout int
- Timeout value for dynamically learned ARP entries, \n\n seconds
- arp_timeout_ strvariable 
- Variable name
- description str
- The description of the feature template
- device_types Sequence[str]
- List of supported device types
- id str
- The id of the feature template
- if_name str
- Interface name: VLAN 1 - VLAN 4094 when present
- if_name_ strvariable 
- Variable name
- interface_description str
- Interface description
- interface_description_ strvariable 
- Variable name
- ip_directed_ boolbroadcast 
- IP Directed-Broadcast
- ip_directed_ strbroadcast_ variable 
- Variable name
- ip_mtu int
- IP MTU \n\n, in bytes
- ip_mtu_ strvariable 
- Variable name
- ipv4_access_ Sequence[Getlists Vpn Interface Svi Feature Template Ipv4Access List] 
- Apply ACL
- ipv4_address str
- Assign IPv4 address
- ipv4_address_ strvariable 
- Variable name
- ipv4_dhcp_ strhelper_ variable 
- Variable name
- ipv4_dhcp_ Sequence[str]helpers 
- List of DHCP helper addresses
- ipv4_secondary_ Sequence[Getaddresses Vpn Interface Svi Feature Template Ipv4Secondary Address] 
- Assign secondary IP addresses
- ipv4_vrrps Sequence[GetVpn Interface Svi Feature Template Ipv4Vrrp] 
- Enable VRRP
- ipv6_access_ Sequence[Getlists Vpn Interface Svi Feature Template Ipv6Access List] 
- Apply ACL
- ipv6_address str
- Assign IPv6 address
- ipv6_address_ strvariable 
- Variable name
- ipv6_dhcp_ boolclient 
- Enable DHCPv6
- ipv6_dhcp_ strclient_ variable 
- Variable name
- ipv6_dhcp_ intdistance 
- Set administrative distance for DHCP default route
- ipv6_dhcp_ strdistance_ variable 
- Variable name
- ipv6_dhcp_ Sequence[Gethelpers Vpn Interface Svi Feature Template Ipv6Dhcp Helper] 
- DHCPv6 Helper
- ipv6_dhcp_ boolrapid_ commit 
- Enable DHCPv6 rapid commit
- ipv6_dhcp_ strrapid_ commit_ variable 
- Variable name
- ipv6_secondary_ Sequence[Getaddresses Vpn Interface Svi Feature Template Ipv6Secondary Address] 
- Assign secondary IPv6 addresses
- ipv6_vrrps Sequence[GetVpn Interface Svi Feature Template Ipv6Vrrp] 
- Enable VRRP
- mtu int
- Interface MTU \n\n in bytes
- mtu_variable str
- Variable name
- name str
- The name of the feature template
- policers
Sequence[GetVpn Interface Svi Feature Template Policer] 
- Enable policer
- shutdown bool
- Administrative state
- shutdown_variable str
- Variable name
- static_arp_ Sequence[Getentries Vpn Interface Svi Feature Template Static Arp Entry] 
- Configure static ARP entries
- tcp_mss_ intadjust 
- TCP MSS on SYN packets, in bytes
- tcp_mss_ stradjust_ variable 
- Variable name
- template_type str
- The template type
- version int
- The version of the feature template
- arpTimeout Number
- Timeout value for dynamically learned ARP entries, \n\n seconds
- arpTimeout StringVariable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- id String
- The id of the feature template
- ifName String
- Interface name: VLAN 1 - VLAN 4094 when present
- ifName StringVariable 
- Variable name
- interfaceDescription String
- Interface description
- interfaceDescription StringVariable 
- Variable name
- ipDirected BooleanBroadcast 
- IP Directed-Broadcast
- ipDirected StringBroadcast Variable 
- Variable name
- ipMtu Number
- IP MTU \n\n, in bytes
- ipMtu StringVariable 
- Variable name
- ipv4AccessLists List<Property Map>
- Apply ACL
- ipv4Address String
- Assign IPv4 address
- ipv4AddressVariable String
- Variable name
- ipv4DhcpHelper StringVariable 
- Variable name
- ipv4DhcpHelpers List<String>
- List of DHCP helper addresses
- ipv4SecondaryAddresses List<Property Map>
- Assign secondary IP addresses
- ipv4Vrrps List<Property Map>
- Enable VRRP
- ipv6AccessLists List<Property Map>
- Apply ACL
- ipv6Address String
- Assign IPv6 address
- ipv6AddressVariable String
- Variable name
- ipv6DhcpClient Boolean
- Enable DHCPv6
- ipv6DhcpClient StringVariable 
- Variable name
- ipv6DhcpDistance Number
- Set administrative distance for DHCP default route
- ipv6DhcpDistance StringVariable 
- Variable name
- ipv6DhcpHelpers List<Property Map>
- DHCPv6 Helper
- ipv6DhcpRapid BooleanCommit 
- Enable DHCPv6 rapid commit
- ipv6DhcpRapid StringCommit Variable 
- Variable name
- ipv6SecondaryAddresses List<Property Map>
- Assign secondary IPv6 addresses
- ipv6Vrrps List<Property Map>
- Enable VRRP
- mtu Number
- Interface MTU \n\n in bytes
- mtuVariable String
- Variable name
- name String
- The name of the feature template
- policers List<Property Map>
- Enable policer
- shutdown Boolean
- Administrative state
- shutdownVariable String
- Variable name
- staticArp List<Property Map>Entries 
- Configure static ARP entries
- tcpMss NumberAdjust 
- TCP MSS on SYN packets, in bytes
- tcpMss StringAdjust Variable 
- Variable name
- templateType String
- The template type
- version Number
- The version of the feature template
Supporting Types
GetVpnInterfaceSviFeatureTemplateIpv4AccessList       
- 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.
GetVpnInterfaceSviFeatureTemplateIpv4SecondaryAddress       
- Ipv4Address string
- IP Address
- Ipv4AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ipv4Address string
- IP Address
- Ipv4AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- ipv4Address String
- IP Address
- ipv4AddressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ipv4Address string
- IP Address
- ipv4AddressVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- ipv4_address str
- IP Address
- ipv4_address_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- ipv4Address String
- IP Address
- ipv4AddressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetVpnInterfaceSviFeatureTemplateIpv4Vrrp      
- GroupId int
- Group ID
- GroupId stringVariable 
- Variable name
- Ipv4Address string
- Assign IP Address
- Ipv4AddressVariable string
- Variable name
- Ipv4SecondaryAddresses List<GetVpn Interface Svi Feature Template Ipv4Vrrp Ipv4Secondary Address> 
- VRRP Secondary IP address
- Optional bool
- Indicates if list item is considered optional.
- Priority int
- Set priority
- PriorityVariable string
- Variable name
- Timer int
- Timer interval for successive advertisements, in milliseconds
- TimerVariable string
- Variable name
- TlocPreference boolChange 
- change TLOC preference
- TlocPreference intChange Value 
- Set tloc preference change value
- TlocPreference stringChange Value Variable 
- Variable name
- TrackOmp bool
- Track OMP status
- TrackOmp stringVariable 
- Variable name
- TrackPrefix stringList 
- Track Prefix List
- TrackPrefix stringList Variable 
- Variable name
- TrackingObjects List<GetVpn Interface Svi Feature Template Ipv4Vrrp Tracking Object> 
- tracking object for VRRP configuration
- GroupId int
- Group ID
- GroupId stringVariable 
- Variable name
- Ipv4Address string
- Assign IP Address
- Ipv4AddressVariable string
- Variable name
- Ipv4SecondaryAddresses []GetVpn Interface Svi Feature Template Ipv4Vrrp Ipv4Secondary Address 
- VRRP Secondary IP address
- Optional bool
- Indicates if list item is considered optional.
- Priority int
- Set priority
- PriorityVariable string
- Variable name
- Timer int
- Timer interval for successive advertisements, in milliseconds
- TimerVariable string
- Variable name
- TlocPreference boolChange 
- change TLOC preference
- TlocPreference intChange Value 
- Set tloc preference change value
- TlocPreference stringChange Value Variable 
- Variable name
- TrackOmp bool
- Track OMP status
- TrackOmp stringVariable 
- Variable name
- TrackPrefix stringList 
- Track Prefix List
- TrackPrefix stringList Variable 
- Variable name
- TrackingObjects []GetVpn Interface Svi Feature Template Ipv4Vrrp Tracking Object 
- tracking object for VRRP configuration
- groupId Integer
- Group ID
- groupId StringVariable 
- Variable name
- ipv4Address String
- Assign IP Address
- ipv4AddressVariable String
- Variable name
- ipv4SecondaryAddresses List<GetVpn Interface Svi Feature Template Ipv4Vrrp Ipv4Secondary Address> 
- VRRP Secondary IP address
- optional Boolean
- Indicates if list item is considered optional.
- priority Integer
- Set priority
- priorityVariable String
- Variable name
- timer Integer
- Timer interval for successive advertisements, in milliseconds
- timerVariable String
- Variable name
- tlocPreference BooleanChange 
- change TLOC preference
- tlocPreference IntegerChange Value 
- Set tloc preference change value
- tlocPreference StringChange Value Variable 
- Variable name
- trackOmp Boolean
- Track OMP status
- trackOmp StringVariable 
- Variable name
- trackPrefix StringList 
- Track Prefix List
- trackPrefix StringList Variable 
- Variable name
- trackingObjects List<GetVpn Interface Svi Feature Template Ipv4Vrrp Tracking Object> 
- tracking object for VRRP configuration
- groupId number
- Group ID
- groupId stringVariable 
- Variable name
- ipv4Address string
- Assign IP Address
- ipv4AddressVariable string
- Variable name
- ipv4SecondaryAddresses GetVpn Interface Svi Feature Template Ipv4Vrrp Ipv4Secondary Address[] 
- VRRP Secondary IP address
- optional boolean
- Indicates if list item is considered optional.
- priority number
- Set priority
- priorityVariable string
- Variable name
- timer number
- Timer interval for successive advertisements, in milliseconds
- timerVariable string
- Variable name
- tlocPreference booleanChange 
- change TLOC preference
- tlocPreference numberChange Value 
- Set tloc preference change value
- tlocPreference stringChange Value Variable 
- Variable name
- trackOmp boolean
- Track OMP status
- trackOmp stringVariable 
- Variable name
- trackPrefix stringList 
- Track Prefix List
- trackPrefix stringList Variable 
- Variable name
- trackingObjects GetVpn Interface Svi Feature Template Ipv4Vrrp Tracking Object[] 
- tracking object for VRRP configuration
- group_id int
- Group ID
- group_id_ strvariable 
- Variable name
- ipv4_address str
- Assign IP Address
- ipv4_address_ strvariable 
- Variable name
- ipv4_secondary_ Sequence[Getaddresses Vpn Interface Svi Feature Template Ipv4Vrrp Ipv4Secondary Address] 
- VRRP Secondary IP address
- optional bool
- Indicates if list item is considered optional.
- priority int
- Set priority
- priority_variable str
- Variable name
- timer int
- Timer interval for successive advertisements, in milliseconds
- timer_variable str
- Variable name
- tloc_preference_ boolchange 
- change TLOC preference
- tloc_preference_ intchange_ value 
- Set tloc preference change value
- tloc_preference_ strchange_ value_ variable 
- Variable name
- track_omp bool
- Track OMP status
- track_omp_ strvariable 
- Variable name
- track_prefix_ strlist 
- Track Prefix List
- track_prefix_ strlist_ variable 
- Variable name
- tracking_objects Sequence[GetVpn Interface Svi Feature Template Ipv4Vrrp Tracking Object] 
- tracking object for VRRP configuration
- groupId Number
- Group ID
- groupId StringVariable 
- Variable name
- ipv4Address String
- Assign IP Address
- ipv4AddressVariable String
- Variable name
- ipv4SecondaryAddresses List<Property Map>
- VRRP Secondary IP address
- optional Boolean
- Indicates if list item is considered optional.
- priority Number
- Set priority
- priorityVariable String
- Variable name
- timer Number
- Timer interval for successive advertisements, in milliseconds
- timerVariable String
- Variable name
- tlocPreference BooleanChange 
- change TLOC preference
- tlocPreference NumberChange Value 
- Set tloc preference change value
- tlocPreference StringChange Value Variable 
- Variable name
- trackOmp Boolean
- Track OMP status
- trackOmp StringVariable 
- Variable name
- trackPrefix StringList 
- Track Prefix List
- trackPrefix StringList Variable 
- Variable name
- trackingObjects List<Property Map>
- tracking object for VRRP configuration
GetVpnInterfaceSviFeatureTemplateIpv4VrrpIpv4SecondaryAddress        
- Ipv4Address string
- VRRP Secondary IP address
- Ipv4AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ipv4Address string
- VRRP Secondary IP address
- Ipv4AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- ipv4Address String
- VRRP Secondary IP address
- ipv4AddressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ipv4Address string
- VRRP Secondary IP address
- ipv4AddressVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- ipv4_address str
- VRRP Secondary IP address
- ipv4_address_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- ipv4Address String
- VRRP Secondary IP address
- ipv4AddressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetVpnInterfaceSviFeatureTemplateIpv4VrrpTrackingObject        
- DecrementValue int
- Decrement Value for VRRP priority
- DecrementValue stringVariable 
- Variable name
- Name int
- Tracker ID
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- TrackAction string
- Track Action
- TrackAction stringVariable 
- Variable name
- DecrementValue int
- Decrement Value for VRRP priority
- DecrementValue stringVariable 
- Variable name
- Name int
- Tracker ID
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- TrackAction string
- Track Action
- TrackAction stringVariable 
- Variable name
- decrementValue Integer
- Decrement Value for VRRP priority
- decrementValue StringVariable 
- Variable name
- name Integer
- Tracker ID
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- trackAction String
- Track Action
- trackAction StringVariable 
- Variable name
- decrementValue number
- Decrement Value for VRRP priority
- decrementValue stringVariable 
- Variable name
- name number
- Tracker ID
- nameVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- trackAction string
- Track Action
- trackAction stringVariable 
- Variable name
- decrement_value int
- Decrement Value for VRRP priority
- decrement_value_ strvariable 
- Variable name
- name int
- Tracker ID
- name_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- track_action str
- Track Action
- track_action_ strvariable 
- Variable name
- decrementValue Number
- Decrement Value for VRRP priority
- decrementValue StringVariable 
- Variable name
- name Number
- Tracker ID
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- trackAction String
- Track Action
- trackAction StringVariable 
- Variable name
GetVpnInterfaceSviFeatureTemplateIpv6AccessList       
- 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.
GetVpnInterfaceSviFeatureTemplateIpv6DhcpHelper       
- Address string
- DHCPv6 Helper address
- AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- VpnId int
- DHCPv6 Helper VPN
- VpnId stringVariable 
- Variable name
- Address string
- DHCPv6 Helper address
- AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- VpnId int
- DHCPv6 Helper VPN
- VpnId stringVariable 
- Variable name
- address String
- DHCPv6 Helper address
- addressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- vpnId Integer
- DHCPv6 Helper VPN
- vpnId StringVariable 
- Variable name
- address string
- DHCPv6 Helper address
- addressVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- vpnId number
- DHCPv6 Helper VPN
- vpnId stringVariable 
- Variable name
- address str
- DHCPv6 Helper address
- address_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- vpn_id int
- DHCPv6 Helper VPN
- vpn_id_ strvariable 
- Variable name
- address String
- DHCPv6 Helper address
- addressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- vpnId Number
- DHCPv6 Helper VPN
- vpnId StringVariable 
- Variable name
GetVpnInterfaceSviFeatureTemplateIpv6SecondaryAddress       
- Ipv6Address string
- IPv6 Address
- Ipv6AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ipv6Address string
- IPv6 Address
- Ipv6AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- ipv6Address String
- IPv6 Address
- ipv6AddressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ipv6Address string
- IPv6 Address
- ipv6AddressVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- ipv6_address str
- IPv6 Address
- ipv6_address_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- ipv6Address String
- IPv6 Address
- ipv6AddressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetVpnInterfaceSviFeatureTemplateIpv6Vrrp      
- GroupId int
- Group ID
- GroupId stringVariable 
- Variable name
- Ipv6Addresses
List<GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Address> 
- IPv6 VRRP
- Ipv6SecondaryAddresses List<GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Secondary Address> 
- IPv6 Secondary IP address
- Optional bool
- Indicates if list item is considered optional.
- Priority int
- Set priority
- PriorityVariable string
- Variable name
- Timer int
- Timer interval for successive advertisements, in milliseconds
- TimerVariable string
- Variable name
- TrackOmp bool
- Track OMP status
- TrackOmp stringVariable 
- Variable name
- TrackPrefix stringList 
- Track Prefix List
- TrackPrefix stringList Variable 
- Variable name
- GroupId int
- Group ID
- GroupId stringVariable 
- Variable name
- Ipv6Addresses
[]GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Address 
- IPv6 VRRP
- Ipv6SecondaryAddresses []GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Secondary Address 
- IPv6 Secondary IP address
- Optional bool
- Indicates if list item is considered optional.
- Priority int
- Set priority
- PriorityVariable string
- Variable name
- Timer int
- Timer interval for successive advertisements, in milliseconds
- TimerVariable string
- Variable name
- TrackOmp bool
- Track OMP status
- TrackOmp stringVariable 
- Variable name
- TrackPrefix stringList 
- Track Prefix List
- TrackPrefix stringList Variable 
- Variable name
- groupId Integer
- Group ID
- groupId StringVariable 
- Variable name
- ipv6Addresses
List<GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Address> 
- IPv6 VRRP
- ipv6SecondaryAddresses List<GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Secondary Address> 
- IPv6 Secondary IP address
- optional Boolean
- Indicates if list item is considered optional.
- priority Integer
- Set priority
- priorityVariable String
- Variable name
- timer Integer
- Timer interval for successive advertisements, in milliseconds
- timerVariable String
- Variable name
- trackOmp Boolean
- Track OMP status
- trackOmp StringVariable 
- Variable name
- trackPrefix StringList 
- Track Prefix List
- trackPrefix StringList Variable 
- Variable name
- groupId number
- Group ID
- groupId stringVariable 
- Variable name
- ipv6Addresses
GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Address[] 
- IPv6 VRRP
- ipv6SecondaryAddresses GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Secondary Address[] 
- IPv6 Secondary IP address
- optional boolean
- Indicates if list item is considered optional.
- priority number
- Set priority
- priorityVariable string
- Variable name
- timer number
- Timer interval for successive advertisements, in milliseconds
- timerVariable string
- Variable name
- trackOmp boolean
- Track OMP status
- trackOmp stringVariable 
- Variable name
- trackPrefix stringList 
- Track Prefix List
- trackPrefix stringList Variable 
- Variable name
- group_id int
- Group ID
- group_id_ strvariable 
- Variable name
- ipv6_addresses Sequence[GetVpn Interface Svi Feature Template Ipv6Vrrp Ipv6Address] 
- IPv6 VRRP
- ipv6_secondary_ Sequence[Getaddresses Vpn Interface Svi Feature Template Ipv6Vrrp Ipv6Secondary Address] 
- IPv6 Secondary IP address
- optional bool
- Indicates if list item is considered optional.
- priority int
- Set priority
- priority_variable str
- Variable name
- timer int
- Timer interval for successive advertisements, in milliseconds
- timer_variable str
- Variable name
- track_omp bool
- Track OMP status
- track_omp_ strvariable 
- Variable name
- track_prefix_ strlist 
- Track Prefix List
- track_prefix_ strlist_ variable 
- Variable name
- groupId Number
- Group ID
- groupId StringVariable 
- Variable name
- ipv6Addresses List<Property Map>
- IPv6 VRRP
- ipv6SecondaryAddresses List<Property Map>
- IPv6 Secondary IP address
- optional Boolean
- Indicates if list item is considered optional.
- priority Number
- Set priority
- priorityVariable String
- Variable name
- timer Number
- Timer interval for successive advertisements, in milliseconds
- timerVariable String
- Variable name
- trackOmp Boolean
- Track OMP status
- trackOmp StringVariable 
- Variable name
- trackPrefix StringList 
- Track Prefix List
- trackPrefix StringList Variable 
- Variable name
GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6Address       
- LinkLocal stringAddress 
- Use link-local IPv6 Address
- LinkLocal stringAddress Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Assign Global IPv6 Prefix
- PrefixVariable string
- Variable name
- LinkLocal stringAddress 
- Use link-local IPv6 Address
- LinkLocal stringAddress Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Assign Global IPv6 Prefix
- PrefixVariable string
- Variable name
- linkLocal StringAddress 
- Use link-local IPv6 Address
- linkLocal StringAddress Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Assign Global IPv6 Prefix
- prefixVariable String
- Variable name
- linkLocal stringAddress 
- Use link-local IPv6 Address
- linkLocal stringAddress Variable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Assign Global IPv6 Prefix
- prefixVariable string
- Variable name
- link_local_ straddress 
- Use link-local IPv6 Address
- link_local_ straddress_ variable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix str
- Assign Global IPv6 Prefix
- prefix_variable str
- Variable name
- linkLocal StringAddress 
- Use link-local IPv6 Address
- linkLocal StringAddress Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Assign Global IPv6 Prefix
- prefixVariable String
- Variable name
GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6SecondaryAddress        
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- IPv6 Secondary IP address
- PrefixVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- IPv6 Secondary IP address
- PrefixVariable string
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- IPv6 Secondary IP address
- prefixVariable String
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- IPv6 Secondary IP address
- prefixVariable string
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix str
- IPv6 Secondary IP address
- prefix_variable str
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- IPv6 Secondary IP address
- prefixVariable String
- Variable name
GetVpnInterfaceSviFeatureTemplatePolicer      
- 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
GetVpnInterfaceSviFeatureTemplateStaticArpEntry        
- Ipv4Address string
- IP Address
- Ipv4AddressVariable string
- Variable name
- MacAddress string
- MAC address
- MacAddress stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ipv4Address string
- IP Address
- Ipv4AddressVariable string
- Variable name
- MacAddress string
- MAC address
- MacAddress stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- ipv4Address String
- IP Address
- ipv4AddressVariable String
- Variable name
- macAddress String
- MAC address
- macAddress StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ipv4Address string
- IP Address
- ipv4AddressVariable string
- Variable name
- macAddress string
- MAC address
- macAddress stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- ipv4_address str
- IP Address
- ipv4_address_ strvariable 
- Variable name
- mac_address str
- MAC address
- mac_address_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- ipv4Address String
- IP Address
- ipv4AddressVariable String
- Variable name
- macAddress String
- MAC address
- macAddress StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
