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

sdwan.getVpnInterfaceSviFeatureTemplate

Explore with Pulumi AI

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

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getVpnInterfaceSviFeatureTemplate:getVpnInterfaceSviFeatureTemplate
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    The id of the feature template
    Name string
    The name of the feature template
    Id string
    The id of the feature template
    Name string
    The name of the feature template
    id String
    The id of the feature template
    name String
    The name of the feature template
    id string
    The id of the feature template
    name string
    The name of the feature template
    id str
    The id of the feature template
    name str
    The name of the feature template
    id String
    The id of the feature template
    name String
    The name of the feature template

    getVpnInterfaceSviFeatureTemplate Result

    The following output properties are available:

    ArpTimeout int
    Timeout value for dynamically learned ARP entries, \n\n seconds
    ArpTimeoutVariable string
    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
    IfNameVariable string
    Variable name
    InterfaceDescription string
    Interface description
    InterfaceDescriptionVariable string
    Variable name
    IpDirectedBroadcast bool
    IP Directed-Broadcast
    IpDirectedBroadcastVariable string
    Variable name
    IpMtu int
    IP MTU \n\n, in bytes
    IpMtuVariable string
    Variable name
    Ipv4AccessLists List<GetVpnInterfaceSviFeatureTemplateIpv4AccessList>
    Apply ACL
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers List<string>
    List of DHCP helper addresses
    Ipv4SecondaryAddresses List<GetVpnInterfaceSviFeatureTemplateIpv4SecondaryAddress>
    Assign secondary IP addresses
    Ipv4Vrrps List<GetVpnInterfaceSviFeatureTemplateIpv4Vrrp>
    Enable VRRP
    Ipv6AccessLists List<GetVpnInterfaceSviFeatureTemplateIpv6AccessList>
    Apply ACL
    Ipv6Address string
    Assign IPv6 address
    Ipv6AddressVariable string
    Variable name
    Ipv6DhcpClient bool
    Enable DHCPv6
    Ipv6DhcpClientVariable string
    Variable name
    Ipv6DhcpDistance int
    Set administrative distance for DHCP default route
    Ipv6DhcpDistanceVariable string
    Variable name
    Ipv6DhcpHelpers List<GetVpnInterfaceSviFeatureTemplateIpv6DhcpHelper>
    DHCPv6 Helper
    Ipv6DhcpRapidCommit bool
    Enable DHCPv6 rapid commit
    Ipv6DhcpRapidCommitVariable string
    Variable name
    Ipv6SecondaryAddresses List<GetVpnInterfaceSviFeatureTemplateIpv6SecondaryAddress>
    Assign secondary IPv6 addresses
    Ipv6Vrrps List<GetVpnInterfaceSviFeatureTemplateIpv6Vrrp>
    Enable VRRP
    Mtu int
    Interface MTU \n\n in bytes
    MtuVariable string
    Variable name
    Name string
    The name of the feature template
    Policers List<GetVpnInterfaceSviFeatureTemplatePolicer>
    Enable policer
    Shutdown bool
    Administrative state
    ShutdownVariable string
    Variable name
    StaticArpEntries List<GetVpnInterfaceSviFeatureTemplateStaticArpEntry>
    Configure static ARP entries
    TcpMssAdjust int
    TCP MSS on SYN packets, in bytes
    TcpMssAdjustVariable string
    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
    ArpTimeoutVariable string
    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
    IfNameVariable string
    Variable name
    InterfaceDescription string
    Interface description
    InterfaceDescriptionVariable string
    Variable name
    IpDirectedBroadcast bool
    IP Directed-Broadcast
    IpDirectedBroadcastVariable string
    Variable name
    IpMtu int
    IP MTU \n\n, in bytes
    IpMtuVariable string
    Variable name
    Ipv4AccessLists []GetVpnInterfaceSviFeatureTemplateIpv4AccessList
    Apply ACL
    Ipv4Address string
    Assign IPv4 address
    Ipv4AddressVariable string
    Variable name
    Ipv4DhcpHelperVariable string
    Variable name
    Ipv4DhcpHelpers []string
    List of DHCP helper addresses
    Ipv4SecondaryAddresses []GetVpnInterfaceSviFeatureTemplateIpv4SecondaryAddress
    Assign secondary IP addresses
    Ipv4Vrrps []GetVpnInterfaceSviFeatureTemplateIpv4Vrrp
    Enable VRRP
    Ipv6AccessLists []GetVpnInterfaceSviFeatureTemplateIpv6AccessList
    Apply ACL
    Ipv6Address string
    Assign IPv6 address
    Ipv6AddressVariable string
    Variable name
    Ipv6DhcpClient bool
    Enable DHCPv6
    Ipv6DhcpClientVariable string
    Variable name
    Ipv6DhcpDistance int
    Set administrative distance for DHCP default route
    Ipv6DhcpDistanceVariable string
    Variable name
    Ipv6DhcpHelpers []GetVpnInterfaceSviFeatureTemplateIpv6DhcpHelper
    DHCPv6 Helper
    Ipv6DhcpRapidCommit bool
    Enable DHCPv6 rapid commit
    Ipv6DhcpRapidCommitVariable string
    Variable name
    Ipv6SecondaryAddresses []GetVpnInterfaceSviFeatureTemplateIpv6SecondaryAddress
    Assign secondary IPv6 addresses
    Ipv6Vrrps []GetVpnInterfaceSviFeatureTemplateIpv6Vrrp
    Enable VRRP
    Mtu int
    Interface MTU \n\n in bytes
    MtuVariable string
    Variable name
    Name string
    The name of the feature template
    Policers []GetVpnInterfaceSviFeatureTemplatePolicer
    Enable policer
    Shutdown bool
    Administrative state
    ShutdownVariable string
    Variable name
    StaticArpEntries []GetVpnInterfaceSviFeatureTemplateStaticArpEntry
    Configure static ARP entries
    TcpMssAdjust int
    TCP MSS on SYN packets, in bytes
    TcpMssAdjustVariable string
    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
    arpTimeoutVariable String
    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
    ifNameVariable String
    Variable name
    interfaceDescription String
    Interface description
    interfaceDescriptionVariable String
    Variable name
    ipDirectedBroadcast Boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable String
    Variable name
    ipMtu Integer
    IP MTU \n\n, in bytes
    ipMtuVariable String
    Variable name
    ipv4AccessLists List<GetVpnInterfaceSviFeatureTemplateIpv4AccessList>
    Apply ACL
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    ipv4DhcpHelperVariable String
    Variable name
    ipv4DhcpHelpers List<String>
    List of DHCP helper addresses
    ipv4SecondaryAddresses List<GetVpnInterfaceSviFeatureTemplateIpv4SecondaryAddress>
    Assign secondary IP addresses
    ipv4Vrrps List<GetVpnInterfaceSviFeatureTemplateIpv4Vrrp>
    Enable VRRP
    ipv6AccessLists List<GetVpnInterfaceSviFeatureTemplateIpv6AccessList>
    Apply ACL
    ipv6Address String
    Assign IPv6 address
    ipv6AddressVariable String
    Variable name
    ipv6DhcpClient Boolean
    Enable DHCPv6
    ipv6DhcpClientVariable String
    Variable name
    ipv6DhcpDistance Integer
    Set administrative distance for DHCP default route
    ipv6DhcpDistanceVariable String
    Variable name
    ipv6DhcpHelpers List<GetVpnInterfaceSviFeatureTemplateIpv6DhcpHelper>
    DHCPv6 Helper
    ipv6DhcpRapidCommit Boolean
    Enable DHCPv6 rapid commit
    ipv6DhcpRapidCommitVariable String
    Variable name
    ipv6SecondaryAddresses List<GetVpnInterfaceSviFeatureTemplateIpv6SecondaryAddress>
    Assign secondary IPv6 addresses
    ipv6Vrrps List<GetVpnInterfaceSviFeatureTemplateIpv6Vrrp>
    Enable VRRP
    mtu Integer
    Interface MTU \n\n in bytes
    mtuVariable String
    Variable name
    name String
    The name of the feature template
    policers List<GetVpnInterfaceSviFeatureTemplatePolicer>
    Enable policer
    shutdown Boolean
    Administrative state
    shutdownVariable String
    Variable name
    staticArpEntries List<GetVpnInterfaceSviFeatureTemplateStaticArpEntry>
    Configure static ARP entries
    tcpMssAdjust Integer
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable String
    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
    arpTimeoutVariable string
    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
    ifNameVariable string
    Variable name
    interfaceDescription string
    Interface description
    interfaceDescriptionVariable string
    Variable name
    ipDirectedBroadcast boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable string
    Variable name
    ipMtu number
    IP MTU \n\n, in bytes
    ipMtuVariable string
    Variable name
    ipv4AccessLists GetVpnInterfaceSviFeatureTemplateIpv4AccessList[]
    Apply ACL
    ipv4Address string
    Assign IPv4 address
    ipv4AddressVariable string
    Variable name
    ipv4DhcpHelperVariable string
    Variable name
    ipv4DhcpHelpers string[]
    List of DHCP helper addresses
    ipv4SecondaryAddresses GetVpnInterfaceSviFeatureTemplateIpv4SecondaryAddress[]
    Assign secondary IP addresses
    ipv4Vrrps GetVpnInterfaceSviFeatureTemplateIpv4Vrrp[]
    Enable VRRP
    ipv6AccessLists GetVpnInterfaceSviFeatureTemplateIpv6AccessList[]
    Apply ACL
    ipv6Address string
    Assign IPv6 address
    ipv6AddressVariable string
    Variable name
    ipv6DhcpClient boolean
    Enable DHCPv6
    ipv6DhcpClientVariable string
    Variable name
    ipv6DhcpDistance number
    Set administrative distance for DHCP default route
    ipv6DhcpDistanceVariable string
    Variable name
    ipv6DhcpHelpers GetVpnInterfaceSviFeatureTemplateIpv6DhcpHelper[]
    DHCPv6 Helper
    ipv6DhcpRapidCommit boolean
    Enable DHCPv6 rapid commit
    ipv6DhcpRapidCommitVariable string
    Variable name
    ipv6SecondaryAddresses GetVpnInterfaceSviFeatureTemplateIpv6SecondaryAddress[]
    Assign secondary IPv6 addresses
    ipv6Vrrps GetVpnInterfaceSviFeatureTemplateIpv6Vrrp[]
    Enable VRRP
    mtu number
    Interface MTU \n\n in bytes
    mtuVariable string
    Variable name
    name string
    The name of the feature template
    policers GetVpnInterfaceSviFeatureTemplatePolicer[]
    Enable policer
    shutdown boolean
    Administrative state
    shutdownVariable string
    Variable name
    staticArpEntries GetVpnInterfaceSviFeatureTemplateStaticArpEntry[]
    Configure static ARP entries
    tcpMssAdjust number
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable string
    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_variable str
    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_variable str
    Variable name
    interface_description str
    Interface description
    interface_description_variable str
    Variable name
    ip_directed_broadcast bool
    IP Directed-Broadcast
    ip_directed_broadcast_variable str
    Variable name
    ip_mtu int
    IP MTU \n\n, in bytes
    ip_mtu_variable str
    Variable name
    ipv4_access_lists Sequence[GetVpnInterfaceSviFeatureTemplateIpv4AccessList]
    Apply ACL
    ipv4_address str
    Assign IPv4 address
    ipv4_address_variable str
    Variable name
    ipv4_dhcp_helper_variable str
    Variable name
    ipv4_dhcp_helpers Sequence[str]
    List of DHCP helper addresses
    ipv4_secondary_addresses Sequence[GetVpnInterfaceSviFeatureTemplateIpv4SecondaryAddress]
    Assign secondary IP addresses
    ipv4_vrrps Sequence[GetVpnInterfaceSviFeatureTemplateIpv4Vrrp]
    Enable VRRP
    ipv6_access_lists Sequence[GetVpnInterfaceSviFeatureTemplateIpv6AccessList]
    Apply ACL
    ipv6_address str
    Assign IPv6 address
    ipv6_address_variable str
    Variable name
    ipv6_dhcp_client bool
    Enable DHCPv6
    ipv6_dhcp_client_variable str
    Variable name
    ipv6_dhcp_distance int
    Set administrative distance for DHCP default route
    ipv6_dhcp_distance_variable str
    Variable name
    ipv6_dhcp_helpers Sequence[GetVpnInterfaceSviFeatureTemplateIpv6DhcpHelper]
    DHCPv6 Helper
    ipv6_dhcp_rapid_commit bool
    Enable DHCPv6 rapid commit
    ipv6_dhcp_rapid_commit_variable str
    Variable name
    ipv6_secondary_addresses Sequence[GetVpnInterfaceSviFeatureTemplateIpv6SecondaryAddress]
    Assign secondary IPv6 addresses
    ipv6_vrrps Sequence[GetVpnInterfaceSviFeatureTemplateIpv6Vrrp]
    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[GetVpnInterfaceSviFeatureTemplatePolicer]
    Enable policer
    shutdown bool
    Administrative state
    shutdown_variable str
    Variable name
    static_arp_entries Sequence[GetVpnInterfaceSviFeatureTemplateStaticArpEntry]
    Configure static ARP entries
    tcp_mss_adjust int
    TCP MSS on SYN packets, in bytes
    tcp_mss_adjust_variable str
    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
    arpTimeoutVariable String
    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
    ifNameVariable String
    Variable name
    interfaceDescription String
    Interface description
    interfaceDescriptionVariable String
    Variable name
    ipDirectedBroadcast Boolean
    IP Directed-Broadcast
    ipDirectedBroadcastVariable String
    Variable name
    ipMtu Number
    IP MTU \n\n, in bytes
    ipMtuVariable String
    Variable name
    ipv4AccessLists List<Property Map>
    Apply ACL
    ipv4Address String
    Assign IPv4 address
    ipv4AddressVariable String
    Variable name
    ipv4DhcpHelperVariable String
    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
    ipv6DhcpClientVariable String
    Variable name
    ipv6DhcpDistance Number
    Set administrative distance for DHCP default route
    ipv6DhcpDistanceVariable String
    Variable name
    ipv6DhcpHelpers List<Property Map>
    DHCPv6 Helper
    ipv6DhcpRapidCommit Boolean
    Enable DHCPv6 rapid commit
    ipv6DhcpRapidCommitVariable String
    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
    staticArpEntries List<Property Map>
    Configure static ARP entries
    tcpMssAdjust Number
    TCP MSS on SYN packets, in bytes
    tcpMssAdjustVariable String
    Variable name
    templateType String
    The template type
    version Number
    The version of the feature template

    Supporting Types

    GetVpnInterfaceSviFeatureTemplateIpv4AccessList

    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction
    Optional bool
    Indicates if list item is considered optional.
    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction
    Optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction
    optional Boolean
    Indicates if list item is considered optional.
    aclName string
    Name of access list
    aclNameVariable string
    Variable name
    direction string
    Direction
    optional boolean
    Indicates if list item is considered optional.
    acl_name str
    Name of access list
    acl_name_variable str
    Variable name
    direction str
    Direction
    optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    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_variable str
    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
    GroupIdVariable string
    Variable name
    Ipv4Address string
    Assign IP Address
    Ipv4AddressVariable string
    Variable name
    Ipv4SecondaryAddresses List<GetVpnInterfaceSviFeatureTemplateIpv4VrrpIpv4SecondaryAddress>
    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
    TlocPreferenceChange bool
    change TLOC preference
    TlocPreferenceChangeValue int
    Set tloc preference change value
    TlocPreferenceChangeValueVariable string
    Variable name
    TrackOmp bool
    Track OMP status
    TrackOmpVariable string
    Variable name
    TrackPrefixList string
    Track Prefix List
    TrackPrefixListVariable string
    Variable name
    TrackingObjects List<GetVpnInterfaceSviFeatureTemplateIpv4VrrpTrackingObject>
    tracking object for VRRP configuration
    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    Ipv4Address string
    Assign IP Address
    Ipv4AddressVariable string
    Variable name
    Ipv4SecondaryAddresses []GetVpnInterfaceSviFeatureTemplateIpv4VrrpIpv4SecondaryAddress
    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
    TlocPreferenceChange bool
    change TLOC preference
    TlocPreferenceChangeValue int
    Set tloc preference change value
    TlocPreferenceChangeValueVariable string
    Variable name
    TrackOmp bool
    Track OMP status
    TrackOmpVariable string
    Variable name
    TrackPrefixList string
    Track Prefix List
    TrackPrefixListVariable string
    Variable name
    TrackingObjects []GetVpnInterfaceSviFeatureTemplateIpv4VrrpTrackingObject
    tracking object for VRRP configuration
    groupId Integer
    Group ID
    groupIdVariable String
    Variable name
    ipv4Address String
    Assign IP Address
    ipv4AddressVariable String
    Variable name
    ipv4SecondaryAddresses List<GetVpnInterfaceSviFeatureTemplateIpv4VrrpIpv4SecondaryAddress>
    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
    tlocPreferenceChange Boolean
    change TLOC preference
    tlocPreferenceChangeValue Integer
    Set tloc preference change value
    tlocPreferenceChangeValueVariable String
    Variable name
    trackOmp Boolean
    Track OMP status
    trackOmpVariable String
    Variable name
    trackPrefixList String
    Track Prefix List
    trackPrefixListVariable String
    Variable name
    trackingObjects List<GetVpnInterfaceSviFeatureTemplateIpv4VrrpTrackingObject>
    tracking object for VRRP configuration
    groupId number
    Group ID
    groupIdVariable string
    Variable name
    ipv4Address string
    Assign IP Address
    ipv4AddressVariable string
    Variable name
    ipv4SecondaryAddresses GetVpnInterfaceSviFeatureTemplateIpv4VrrpIpv4SecondaryAddress[]
    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
    tlocPreferenceChange boolean
    change TLOC preference
    tlocPreferenceChangeValue number
    Set tloc preference change value
    tlocPreferenceChangeValueVariable string
    Variable name
    trackOmp boolean
    Track OMP status
    trackOmpVariable string
    Variable name
    trackPrefixList string
    Track Prefix List
    trackPrefixListVariable string
    Variable name
    trackingObjects GetVpnInterfaceSviFeatureTemplateIpv4VrrpTrackingObject[]
    tracking object for VRRP configuration
    group_id int
    Group ID
    group_id_variable str
    Variable name
    ipv4_address str
    Assign IP Address
    ipv4_address_variable str
    Variable name
    ipv4_secondary_addresses Sequence[GetVpnInterfaceSviFeatureTemplateIpv4VrrpIpv4SecondaryAddress]
    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_change bool
    change TLOC preference
    tloc_preference_change_value int
    Set tloc preference change value
    tloc_preference_change_value_variable str
    Variable name
    track_omp bool
    Track OMP status
    track_omp_variable str
    Variable name
    track_prefix_list str
    Track Prefix List
    track_prefix_list_variable str
    Variable name
    tracking_objects Sequence[GetVpnInterfaceSviFeatureTemplateIpv4VrrpTrackingObject]
    tracking object for VRRP configuration
    groupId Number
    Group ID
    groupIdVariable String
    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
    tlocPreferenceChange Boolean
    change TLOC preference
    tlocPreferenceChangeValue Number
    Set tloc preference change value
    tlocPreferenceChangeValueVariable String
    Variable name
    trackOmp Boolean
    Track OMP status
    trackOmpVariable String
    Variable name
    trackPrefixList String
    Track Prefix List
    trackPrefixListVariable String
    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_variable str
    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
    DecrementValueVariable string
    Variable name
    Name int
    Tracker ID
    NameVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    TrackAction string
    Track Action
    TrackActionVariable string
    Variable name
    DecrementValue int
    Decrement Value for VRRP priority
    DecrementValueVariable string
    Variable name
    Name int
    Tracker ID
    NameVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    TrackAction string
    Track Action
    TrackActionVariable string
    Variable name
    decrementValue Integer
    Decrement Value for VRRP priority
    decrementValueVariable String
    Variable name
    name Integer
    Tracker ID
    nameVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    trackAction String
    Track Action
    trackActionVariable String
    Variable name
    decrementValue number
    Decrement Value for VRRP priority
    decrementValueVariable string
    Variable name
    name number
    Tracker ID
    nameVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    trackAction string
    Track Action
    trackActionVariable string
    Variable name
    decrement_value int
    Decrement Value for VRRP priority
    decrement_value_variable str
    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_variable str
    Variable name
    decrementValue Number
    Decrement Value for VRRP priority
    decrementValueVariable String
    Variable name
    name Number
    Tracker ID
    nameVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    trackAction String
    Track Action
    trackActionVariable String
    Variable name

    GetVpnInterfaceSviFeatureTemplateIpv6AccessList

    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction
    Optional bool
    Indicates if list item is considered optional.
    AclName string
    Name of access list
    AclNameVariable string
    Variable name
    Direction string
    Direction
    Optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    Variable name
    direction String
    Direction
    optional Boolean
    Indicates if list item is considered optional.
    aclName string
    Name of access list
    aclNameVariable string
    Variable name
    direction string
    Direction
    optional boolean
    Indicates if list item is considered optional.
    acl_name str
    Name of access list
    acl_name_variable str
    Variable name
    direction str
    Direction
    optional bool
    Indicates if list item is considered optional.
    aclName String
    Name of access list
    aclNameVariable String
    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
    VpnIdVariable string
    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
    VpnIdVariable string
    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
    vpnIdVariable String
    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
    vpnIdVariable string
    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_variable str
    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
    vpnIdVariable String
    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_variable str
    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
    GroupIdVariable string
    Variable name
    Ipv6Addresses List<GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6Address>
    IPv6 VRRP
    Ipv6SecondaryAddresses List<GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6SecondaryAddress>
    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
    TrackOmpVariable string
    Variable name
    TrackPrefixList string
    Track Prefix List
    TrackPrefixListVariable string
    Variable name
    GroupId int
    Group ID
    GroupIdVariable string
    Variable name
    Ipv6Addresses []GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6Address
    IPv6 VRRP
    Ipv6SecondaryAddresses []GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6SecondaryAddress
    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
    TrackOmpVariable string
    Variable name
    TrackPrefixList string
    Track Prefix List
    TrackPrefixListVariable string
    Variable name
    groupId Integer
    Group ID
    groupIdVariable String
    Variable name
    ipv6Addresses List<GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6Address>
    IPv6 VRRP
    ipv6SecondaryAddresses List<GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6SecondaryAddress>
    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
    trackOmpVariable String
    Variable name
    trackPrefixList String
    Track Prefix List
    trackPrefixListVariable String
    Variable name
    groupId number
    Group ID
    groupIdVariable string
    Variable name
    ipv6Addresses GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6Address[]
    IPv6 VRRP
    ipv6SecondaryAddresses GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6SecondaryAddress[]
    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
    trackOmpVariable string
    Variable name
    trackPrefixList string
    Track Prefix List
    trackPrefixListVariable string
    Variable name
    group_id int
    Group ID
    group_id_variable str
    Variable name
    ipv6_addresses Sequence[GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6Address]
    IPv6 VRRP
    ipv6_secondary_addresses Sequence[GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6SecondaryAddress]
    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_variable str
    Variable name
    track_prefix_list str
    Track Prefix List
    track_prefix_list_variable str
    Variable name
    groupId Number
    Group ID
    groupIdVariable String
    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
    trackOmpVariable String
    Variable name
    trackPrefixList String
    Track Prefix List
    trackPrefixListVariable String
    Variable name

    GetVpnInterfaceSviFeatureTemplateIpv6VrrpIpv6Address

    LinkLocalAddress string
    Use link-local IPv6 Address
    LinkLocalAddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Prefix string
    Assign Global IPv6 Prefix
    PrefixVariable string
    Variable name
    LinkLocalAddress string
    Use link-local IPv6 Address
    LinkLocalAddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Prefix string
    Assign Global IPv6 Prefix
    PrefixVariable string
    Variable name
    linkLocalAddress String
    Use link-local IPv6 Address
    linkLocalAddressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    prefix String
    Assign Global IPv6 Prefix
    prefixVariable String
    Variable name
    linkLocalAddress string
    Use link-local IPv6 Address
    linkLocalAddressVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    prefix string
    Assign Global IPv6 Prefix
    prefixVariable string
    Variable name
    link_local_address str
    Use link-local IPv6 Address
    link_local_address_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    prefix str
    Assign Global IPv6 Prefix
    prefix_variable str
    Variable name
    linkLocalAddress String
    Use link-local IPv6 Address
    linkLocalAddressVariable String
    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
    MacAddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    Ipv4Address string
    IP Address
    Ipv4AddressVariable string
    Variable name
    MacAddress string
    MAC address
    MacAddressVariable string
    Variable name
    Optional bool
    Indicates if list item is considered optional.
    ipv4Address String
    IP Address
    ipv4AddressVariable String
    Variable name
    macAddress String
    MAC address
    macAddressVariable String
    Variable name
    optional Boolean
    Indicates if list item is considered optional.
    ipv4Address string
    IP Address
    ipv4AddressVariable string
    Variable name
    macAddress string
    MAC address
    macAddressVariable string
    Variable name
    optional boolean
    Indicates if list item is considered optional.
    ipv4_address str
    IP Address
    ipv4_address_variable str
    Variable name
    mac_address str
    MAC address
    mac_address_variable str
    Variable name
    optional bool
    Indicates if list item is considered optional.
    ipv4Address String
    IP Address
    ipv4AddressVariable String
    Variable name
    macAddress String
    MAC address
    macAddressVariable String
    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 sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi