Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getCiscoVpnFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco VPN feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoVpnFeatureTemplate({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_vpn_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.LookupCiscoVpnFeatureTemplate(ctx, &sdwan.LookupCiscoVpnFeatureTemplateArgs{
			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.GetCiscoVpnFeatureTemplate.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.GetCiscoVpnFeatureTemplateArgs;
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.getCiscoVpnFeatureTemplate(GetCiscoVpnFeatureTemplateArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getCiscoVpnFeatureTemplate
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoVpnFeatureTemplate
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 getCiscoVpnFeatureTemplate(args: GetCiscoVpnFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoVpnFeatureTemplateResult>
function getCiscoVpnFeatureTemplateOutput(args: GetCiscoVpnFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoVpnFeatureTemplateResult>def get_cisco_vpn_feature_template(id: Optional[str] = None,
                                   name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetCiscoVpnFeatureTemplateResult
def get_cisco_vpn_feature_template_output(id: Optional[pulumi.Input[str]] = None,
                                   name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetCiscoVpnFeatureTemplateResult]func LookupCiscoVpnFeatureTemplate(ctx *Context, args *LookupCiscoVpnFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoVpnFeatureTemplateResult, error)
func LookupCiscoVpnFeatureTemplateOutput(ctx *Context, args *LookupCiscoVpnFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoVpnFeatureTemplateResultOutput> Note: This function is named LookupCiscoVpnFeatureTemplate in the Go SDK.
public static class GetCiscoVpnFeatureTemplate 
{
    public static Task<GetCiscoVpnFeatureTemplateResult> InvokeAsync(GetCiscoVpnFeatureTemplateArgs args, InvokeOptions? opts = null)
    public static Output<GetCiscoVpnFeatureTemplateResult> Invoke(GetCiscoVpnFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCiscoVpnFeatureTemplateResult> getCiscoVpnFeatureTemplate(GetCiscoVpnFeatureTemplateArgs args, InvokeOptions options)
public static Output<GetCiscoVpnFeatureTemplateResult> getCiscoVpnFeatureTemplate(GetCiscoVpnFeatureTemplateArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getCiscoVpnFeatureTemplate:getCiscoVpnFeatureTemplate
  arguments:
    # arguments dictionaryThe following arguments are supported:
getCiscoVpnFeatureTemplate Result
The following output properties are available:
- Description string
- The description of the feature template
- DeviceTypes List<string>
- List of supported device types
- DnsHosts List<GetCisco Vpn Feature Template Dns Host> 
- Static DNS mapping
- DnsIpv4Servers List<GetCisco Vpn Feature Template Dns Ipv4Server> 
- DNS
- DnsIpv6Servers List<GetCisco Vpn Feature Template Dns Ipv6Server> 
- DNS
- EnhanceEcmp boolKeying 
- Optional packet fields for ECMP keying
- EnhanceEcmp stringKeying Variable 
- Variable name
- Id string
- The id of the feature template
- Ipv4StaticGre List<GetRoutes Cisco Vpn Feature Template Ipv4Static Gre Route> 
- Configure routes pointing to a GRE tunnel
- Ipv4StaticIpsec List<GetRoutes Cisco Vpn Feature Template Ipv4Static Ipsec Route> 
- Configure routes pointing to a IPSEC tunnel
- Ipv4StaticRoutes List<GetCisco Vpn Feature Template Ipv4Static Route> 
- Configure IPv4 Static Routes
- Ipv4StaticService List<GetRoutes Cisco Vpn Feature Template Ipv4Static Service Route> 
- Configure IPv4 Static Service Routes
- Ipv6StaticRoutes List<GetCisco Vpn Feature Template Ipv6Static Route> 
- Configure IPv6 Static Routes
- Name string
- The name of the feature template
- Nat64Pools
List<GetCisco Vpn Feature Template Nat64Pool> 
- Set NAT64 v4 pool range
- NatPools List<GetCisco Vpn Feature Template Nat Pool> 
- Configure NAT Pool entries
- OmpAdmin intDistance Ipv4 
- omp-admin-distance-ipv4
- OmpAdmin stringDistance Ipv4Variable 
- Variable name
- OmpAdmin intDistance Ipv6 
- omp-admin-distance-ipv6
- OmpAdmin stringDistance Ipv6Variable 
- Variable name
- OmpAdvertise List<GetIpv4Routes Cisco Vpn Feature Template Omp Advertise Ipv4Route> 
- Advertise routes to OMP
- OmpAdvertise List<GetIpv6Routes Cisco Vpn Feature Template Omp Advertise Ipv6Route> 
- Advertise routes to OMP
- OrganizationName string
- Org Name selected
- PortForward List<GetRules Cisco Vpn Feature Template Port Forward Rule> 
- Configure Port Forward entries
- RouteGlobal List<GetExports Cisco Vpn Feature Template Route Global Export> 
- Enable route leaking to Global VPN from this Service VPN
- RouteGlobal List<GetImports Cisco Vpn Feature Template Route Global Import> 
- Enable route leaking from Global VPN to this Service VPN
- RouteVpn List<GetImports Cisco Vpn Feature Template Route Vpn Import> 
- Enable route leak from Service VPN to current VPN
- Services
List<GetCisco Vpn Feature Template Service> 
- Configure services
- StaticNat List<GetRules Cisco Vpn Feature Template Static Nat Rule> 
- Configure static NAT entries
- StaticNat List<GetSubnet Rules Cisco Vpn Feature Template Static Nat Subnet Rule> 
- Configure static NAT Subnet entries
- TemplateType string
- The template type
- TenantVpn intId 
- Tenant VPN
- Version int
- The version of the feature template
- VpnId int
- List of VPN instances
- VpnName string
- Name
- VpnName stringVariable 
- Variable name
- Description string
- The description of the feature template
- DeviceTypes []string
- List of supported device types
- DnsHosts []GetCisco Vpn Feature Template Dns Host 
- Static DNS mapping
- DnsIpv4Servers []GetCisco Vpn Feature Template Dns Ipv4Server 
- DNS
- DnsIpv6Servers []GetCisco Vpn Feature Template Dns Ipv6Server 
- DNS
- EnhanceEcmp boolKeying 
- Optional packet fields for ECMP keying
- EnhanceEcmp stringKeying Variable 
- Variable name
- Id string
- The id of the feature template
- Ipv4StaticGre []GetRoutes Cisco Vpn Feature Template Ipv4Static Gre Route 
- Configure routes pointing to a GRE tunnel
- Ipv4StaticIpsec []GetRoutes Cisco Vpn Feature Template Ipv4Static Ipsec Route 
- Configure routes pointing to a IPSEC tunnel
- Ipv4StaticRoutes []GetCisco Vpn Feature Template Ipv4Static Route 
- Configure IPv4 Static Routes
- Ipv4StaticService []GetRoutes Cisco Vpn Feature Template Ipv4Static Service Route 
- Configure IPv4 Static Service Routes
- Ipv6StaticRoutes []GetCisco Vpn Feature Template Ipv6Static Route 
- Configure IPv6 Static Routes
- Name string
- The name of the feature template
- Nat64Pools
[]GetCisco Vpn Feature Template Nat64Pool 
- Set NAT64 v4 pool range
- NatPools []GetCisco Vpn Feature Template Nat Pool 
- Configure NAT Pool entries
- OmpAdmin intDistance Ipv4 
- omp-admin-distance-ipv4
- OmpAdmin stringDistance Ipv4Variable 
- Variable name
- OmpAdmin intDistance Ipv6 
- omp-admin-distance-ipv6
- OmpAdmin stringDistance Ipv6Variable 
- Variable name
- OmpAdvertise []GetIpv4Routes Cisco Vpn Feature Template Omp Advertise Ipv4Route 
- Advertise routes to OMP
- OmpAdvertise []GetIpv6Routes Cisco Vpn Feature Template Omp Advertise Ipv6Route 
- Advertise routes to OMP
- OrganizationName string
- Org Name selected
- PortForward []GetRules Cisco Vpn Feature Template Port Forward Rule 
- Configure Port Forward entries
- RouteGlobal []GetExports Cisco Vpn Feature Template Route Global Export 
- Enable route leaking to Global VPN from this Service VPN
- RouteGlobal []GetImports Cisco Vpn Feature Template Route Global Import 
- Enable route leaking from Global VPN to this Service VPN
- RouteVpn []GetImports Cisco Vpn Feature Template Route Vpn Import 
- Enable route leak from Service VPN to current VPN
- Services
[]GetCisco Vpn Feature Template Service 
- Configure services
- StaticNat []GetRules Cisco Vpn Feature Template Static Nat Rule 
- Configure static NAT entries
- StaticNat []GetSubnet Rules Cisco Vpn Feature Template Static Nat Subnet Rule 
- Configure static NAT Subnet entries
- TemplateType string
- The template type
- TenantVpn intId 
- Tenant VPN
- Version int
- The version of the feature template
- VpnId int
- List of VPN instances
- VpnName string
- Name
- VpnName stringVariable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- dnsHosts List<GetCisco Vpn Feature Template Dns Host> 
- Static DNS mapping
- dnsIpv4Servers List<GetCisco Vpn Feature Template Dns Ipv4Server> 
- DNS
- dnsIpv6Servers List<GetCisco Vpn Feature Template Dns Ipv6Server> 
- DNS
- enhanceEcmp BooleanKeying 
- Optional packet fields for ECMP keying
- enhanceEcmp StringKeying Variable 
- Variable name
- id String
- The id of the feature template
- ipv4StaticGre List<GetRoutes Cisco Vpn Feature Template Ipv4Static Gre Route> 
- Configure routes pointing to a GRE tunnel
- ipv4StaticIpsec List<GetRoutes Cisco Vpn Feature Template Ipv4Static Ipsec Route> 
- Configure routes pointing to a IPSEC tunnel
- ipv4StaticRoutes List<GetCisco Vpn Feature Template Ipv4Static Route> 
- Configure IPv4 Static Routes
- ipv4StaticService List<GetRoutes Cisco Vpn Feature Template Ipv4Static Service Route> 
- Configure IPv4 Static Service Routes
- ipv6StaticRoutes List<GetCisco Vpn Feature Template Ipv6Static Route> 
- Configure IPv6 Static Routes
- name String
- The name of the feature template
- nat64Pools
List<GetCisco Vpn Feature Template Nat64Pool> 
- Set NAT64 v4 pool range
- natPools List<GetCisco Vpn Feature Template Nat Pool> 
- Configure NAT Pool entries
- ompAdmin IntegerDistance Ipv4 
- omp-admin-distance-ipv4
- ompAdmin StringDistance Ipv4Variable 
- Variable name
- ompAdmin IntegerDistance Ipv6 
- omp-admin-distance-ipv6
- ompAdmin StringDistance Ipv6Variable 
- Variable name
- ompAdvertise List<GetIpv4Routes Cisco Vpn Feature Template Omp Advertise Ipv4Route> 
- Advertise routes to OMP
- ompAdvertise List<GetIpv6Routes Cisco Vpn Feature Template Omp Advertise Ipv6Route> 
- Advertise routes to OMP
- organizationName String
- Org Name selected
- portForward List<GetRules Cisco Vpn Feature Template Port Forward Rule> 
- Configure Port Forward entries
- routeGlobal List<GetExports Cisco Vpn Feature Template Route Global Export> 
- Enable route leaking to Global VPN from this Service VPN
- routeGlobal List<GetImports Cisco Vpn Feature Template Route Global Import> 
- Enable route leaking from Global VPN to this Service VPN
- routeVpn List<GetImports Cisco Vpn Feature Template Route Vpn Import> 
- Enable route leak from Service VPN to current VPN
- services
List<GetCisco Vpn Feature Template Service> 
- Configure services
- staticNat List<GetRules Cisco Vpn Feature Template Static Nat Rule> 
- Configure static NAT entries
- staticNat List<GetSubnet Rules Cisco Vpn Feature Template Static Nat Subnet Rule> 
- Configure static NAT Subnet entries
- templateType String
- The template type
- tenantVpn IntegerId 
- Tenant VPN
- version Integer
- The version of the feature template
- vpnId Integer
- List of VPN instances
- vpnName String
- Name
- vpnName StringVariable 
- Variable name
- description string
- The description of the feature template
- deviceTypes string[]
- List of supported device types
- dnsHosts GetCisco Vpn Feature Template Dns Host[] 
- Static DNS mapping
- dnsIpv4Servers GetCisco Vpn Feature Template Dns Ipv4Server[] 
- DNS
- dnsIpv6Servers GetCisco Vpn Feature Template Dns Ipv6Server[] 
- DNS
- enhanceEcmp booleanKeying 
- Optional packet fields for ECMP keying
- enhanceEcmp stringKeying Variable 
- Variable name
- id string
- The id of the feature template
- ipv4StaticGre GetRoutes Cisco Vpn Feature Template Ipv4Static Gre Route[] 
- Configure routes pointing to a GRE tunnel
- ipv4StaticIpsec GetRoutes Cisco Vpn Feature Template Ipv4Static Ipsec Route[] 
- Configure routes pointing to a IPSEC tunnel
- ipv4StaticRoutes GetCisco Vpn Feature Template Ipv4Static Route[] 
- Configure IPv4 Static Routes
- ipv4StaticService GetRoutes Cisco Vpn Feature Template Ipv4Static Service Route[] 
- Configure IPv4 Static Service Routes
- ipv6StaticRoutes GetCisco Vpn Feature Template Ipv6Static Route[] 
- Configure IPv6 Static Routes
- name string
- The name of the feature template
- nat64Pools
GetCisco Vpn Feature Template Nat64Pool[] 
- Set NAT64 v4 pool range
- natPools GetCisco Vpn Feature Template Nat Pool[] 
- Configure NAT Pool entries
- ompAdmin numberDistance Ipv4 
- omp-admin-distance-ipv4
- ompAdmin stringDistance Ipv4Variable 
- Variable name
- ompAdmin numberDistance Ipv6 
- omp-admin-distance-ipv6
- ompAdmin stringDistance Ipv6Variable 
- Variable name
- ompAdvertise GetIpv4Routes Cisco Vpn Feature Template Omp Advertise Ipv4Route[] 
- Advertise routes to OMP
- ompAdvertise GetIpv6Routes Cisco Vpn Feature Template Omp Advertise Ipv6Route[] 
- Advertise routes to OMP
- organizationName string
- Org Name selected
- portForward GetRules Cisco Vpn Feature Template Port Forward Rule[] 
- Configure Port Forward entries
- routeGlobal GetExports Cisco Vpn Feature Template Route Global Export[] 
- Enable route leaking to Global VPN from this Service VPN
- routeGlobal GetImports Cisco Vpn Feature Template Route Global Import[] 
- Enable route leaking from Global VPN to this Service VPN
- routeVpn GetImports Cisco Vpn Feature Template Route Vpn Import[] 
- Enable route leak from Service VPN to current VPN
- services
GetCisco Vpn Feature Template Service[] 
- Configure services
- staticNat GetRules Cisco Vpn Feature Template Static Nat Rule[] 
- Configure static NAT entries
- staticNat GetSubnet Rules Cisco Vpn Feature Template Static Nat Subnet Rule[] 
- Configure static NAT Subnet entries
- templateType string
- The template type
- tenantVpn numberId 
- Tenant VPN
- version number
- The version of the feature template
- vpnId number
- List of VPN instances
- vpnName string
- Name
- vpnName stringVariable 
- Variable name
- description str
- The description of the feature template
- device_types Sequence[str]
- List of supported device types
- dns_hosts Sequence[GetCisco Vpn Feature Template Dns Host] 
- Static DNS mapping
- dns_ipv4_ Sequence[Getservers Cisco Vpn Feature Template Dns Ipv4Server] 
- DNS
- dns_ipv6_ Sequence[Getservers Cisco Vpn Feature Template Dns Ipv6Server] 
- DNS
- enhance_ecmp_ boolkeying 
- Optional packet fields for ECMP keying
- enhance_ecmp_ strkeying_ variable 
- Variable name
- id str
- The id of the feature template
- ipv4_static_ Sequence[Getgre_ routes Cisco Vpn Feature Template Ipv4Static Gre Route] 
- Configure routes pointing to a GRE tunnel
- ipv4_static_ Sequence[Getipsec_ routes Cisco Vpn Feature Template Ipv4Static Ipsec Route] 
- Configure routes pointing to a IPSEC tunnel
- ipv4_static_ Sequence[Getroutes Cisco Vpn Feature Template Ipv4Static Route] 
- Configure IPv4 Static Routes
- ipv4_static_ Sequence[Getservice_ routes Cisco Vpn Feature Template Ipv4Static Service Route] 
- Configure IPv4 Static Service Routes
- ipv6_static_ Sequence[Getroutes Cisco Vpn Feature Template Ipv6Static Route] 
- Configure IPv6 Static Routes
- name str
- The name of the feature template
- nat64_pools Sequence[GetCisco Vpn Feature Template Nat64Pool] 
- Set NAT64 v4 pool range
- nat_pools Sequence[GetCisco Vpn Feature Template Nat Pool] 
- Configure NAT Pool entries
- omp_admin_ intdistance_ ipv4 
- omp-admin-distance-ipv4
- omp_admin_ strdistance_ ipv4_ variable 
- Variable name
- omp_admin_ intdistance_ ipv6 
- omp-admin-distance-ipv6
- omp_admin_ strdistance_ ipv6_ variable 
- Variable name
- omp_advertise_ Sequence[Getipv4_ routes Cisco Vpn Feature Template Omp Advertise Ipv4Route] 
- Advertise routes to OMP
- omp_advertise_ Sequence[Getipv6_ routes Cisco Vpn Feature Template Omp Advertise Ipv6Route] 
- Advertise routes to OMP
- organization_name str
- Org Name selected
- port_forward_ Sequence[Getrules Cisco Vpn Feature Template Port Forward Rule] 
- Configure Port Forward entries
- route_global_ Sequence[Getexports Cisco Vpn Feature Template Route Global Export] 
- Enable route leaking to Global VPN from this Service VPN
- route_global_ Sequence[Getimports Cisco Vpn Feature Template Route Global Import] 
- Enable route leaking from Global VPN to this Service VPN
- route_vpn_ Sequence[Getimports Cisco Vpn Feature Template Route Vpn Import] 
- Enable route leak from Service VPN to current VPN
- services
Sequence[GetCisco Vpn Feature Template Service] 
- Configure services
- static_nat_ Sequence[Getrules Cisco Vpn Feature Template Static Nat Rule] 
- Configure static NAT entries
- static_nat_ Sequence[Getsubnet_ rules Cisco Vpn Feature Template Static Nat Subnet Rule] 
- Configure static NAT Subnet entries
- template_type str
- The template type
- tenant_vpn_ intid 
- Tenant VPN
- version int
- The version of the feature template
- vpn_id int
- List of VPN instances
- vpn_name str
- Name
- vpn_name_ strvariable 
- Variable name
- description String
- The description of the feature template
- deviceTypes List<String>
- List of supported device types
- dnsHosts List<Property Map>
- Static DNS mapping
- dnsIpv4Servers List<Property Map>
- DNS
- dnsIpv6Servers List<Property Map>
- DNS
- enhanceEcmp BooleanKeying 
- Optional packet fields for ECMP keying
- enhanceEcmp StringKeying Variable 
- Variable name
- id String
- The id of the feature template
- ipv4StaticGre List<Property Map>Routes 
- Configure routes pointing to a GRE tunnel
- ipv4StaticIpsec List<Property Map>Routes 
- Configure routes pointing to a IPSEC tunnel
- ipv4StaticRoutes List<Property Map>
- Configure IPv4 Static Routes
- ipv4StaticService List<Property Map>Routes 
- Configure IPv4 Static Service Routes
- ipv6StaticRoutes List<Property Map>
- Configure IPv6 Static Routes
- name String
- The name of the feature template
- nat64Pools List<Property Map>
- Set NAT64 v4 pool range
- natPools List<Property Map>
- Configure NAT Pool entries
- ompAdmin NumberDistance Ipv4 
- omp-admin-distance-ipv4
- ompAdmin StringDistance Ipv4Variable 
- Variable name
- ompAdmin NumberDistance Ipv6 
- omp-admin-distance-ipv6
- ompAdmin StringDistance Ipv6Variable 
- Variable name
- ompAdvertise List<Property Map>Ipv4Routes 
- Advertise routes to OMP
- ompAdvertise List<Property Map>Ipv6Routes 
- Advertise routes to OMP
- organizationName String
- Org Name selected
- portForward List<Property Map>Rules 
- Configure Port Forward entries
- routeGlobal List<Property Map>Exports 
- Enable route leaking to Global VPN from this Service VPN
- routeGlobal List<Property Map>Imports 
- Enable route leaking from Global VPN to this Service VPN
- routeVpn List<Property Map>Imports 
- Enable route leak from Service VPN to current VPN
- services List<Property Map>
- Configure services
- staticNat List<Property Map>Rules 
- Configure static NAT entries
- staticNat List<Property Map>Subnet Rules 
- Configure static NAT Subnet entries
- templateType String
- The template type
- tenantVpn NumberId 
- Tenant VPN
- version Number
- The version of the feature template
- vpnId Number
- List of VPN instances
- vpnName String
- Name
- vpnName StringVariable 
- Variable name
Supporting Types
GetCiscoVpnFeatureTemplateDnsHost      
- Hostname string
- Hostname
- HostnameVariable string
- Variable name
- IpVariable string
- Variable name
- Ips List<string>
- List of IP
- Optional bool
- Indicates if list item is considered optional.
- Hostname string
- Hostname
- HostnameVariable string
- Variable name
- IpVariable string
- Variable name
- Ips []string
- List of IP
- Optional bool
- Indicates if list item is considered optional.
- hostname String
- Hostname
- hostnameVariable String
- Variable name
- ipVariable String
- Variable name
- ips List<String>
- List of IP
- optional Boolean
- Indicates if list item is considered optional.
- hostname string
- Hostname
- hostnameVariable string
- Variable name
- ipVariable string
- Variable name
- ips string[]
- List of IP
- optional boolean
- Indicates if list item is considered optional.
- hostname str
- Hostname
- hostname_variable str
- Variable name
- ip_variable str
- Variable name
- ips Sequence[str]
- List of IP
- optional bool
- Indicates if list item is considered optional.
- hostname String
- Hostname
- hostnameVariable String
- Variable name
- ipVariable String
- Variable name
- ips List<String>
- List of IP
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoVpnFeatureTemplateDnsIpv4Server      
- Address string
- DNS Address
- AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Role string
- Role
- RoleVariable string
- Variable name
- Address string
- DNS Address
- AddressVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Role string
- Role
- RoleVariable string
- Variable name
- address String
- DNS Address
- addressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- role String
- Role
- roleVariable String
- Variable name
- address string
- DNS Address
- addressVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- role string
- Role
- roleVariable string
- Variable name
- address str
- DNS Address
- address_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- role str
- Role
- role_variable str
- Variable name
- address String
- DNS Address
- addressVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- role String
- Role
- roleVariable String
- Variable name
GetCiscoVpnFeatureTemplateDnsIpv6Server      
- Address string
- DNS Address
- Optional bool
- Indicates if list item is considered optional.
- Role string
- Role
- RoleVariable string
- Variable name
- Address string
- DNS Address
- Optional bool
- Indicates if list item is considered optional.
- Role string
- Role
- RoleVariable string
- Variable name
- address String
- DNS Address
- optional Boolean
- Indicates if list item is considered optional.
- role String
- Role
- roleVariable String
- Variable name
- address string
- DNS Address
- optional boolean
- Indicates if list item is considered optional.
- role string
- Role
- roleVariable string
- Variable name
- address str
- DNS Address
- optional bool
- Indicates if list item is considered optional.
- role str
- Role
- role_variable str
- Variable name
- address String
- DNS Address
- optional Boolean
- Indicates if list item is considered optional.
- role String
- Role
- roleVariable String
- Variable name
GetCiscoVpnFeatureTemplateIpv4StaticGreRoute       
- InterfaceVariable string
- Variable name
- Interfaces List<string>
- List of GRE Interfaces
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- VpnId int
- Destination VPN to resolve the prefix
- InterfaceVariable string
- Variable name
- Interfaces []string
- List of GRE Interfaces
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- VpnId int
- Destination VPN to resolve the prefix
- interfaceVariable String
- Variable name
- interfaces List<String>
- List of GRE Interfaces
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- vpnId Integer
- Destination VPN to resolve the prefix
- interfaceVariable string
- Variable name
- interfaces string[]
- List of GRE Interfaces
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Prefix
- prefixVariable string
- Variable name
- vpnId number
- Destination VPN to resolve the prefix
- interface_variable str
- Variable name
- interfaces Sequence[str]
- List of GRE Interfaces
- optional bool
- Indicates if list item is considered optional.
- prefix str
- Prefix
- prefix_variable str
- Variable name
- vpn_id int
- Destination VPN to resolve the prefix
- interfaceVariable String
- Variable name
- interfaces List<String>
- List of GRE Interfaces
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- vpnId Number
- Destination VPN to resolve the prefix
GetCiscoVpnFeatureTemplateIpv4StaticIpsecRoute       
- InterfaceVariable string
- Variable name
- Interfaces List<string>
- List of IPSEC Interfaces (Separated by commas)
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- VpnId int
- Destination VPN to resolve the prefix
- InterfaceVariable string
- Variable name
- Interfaces []string
- List of IPSEC Interfaces (Separated by commas)
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- VpnId int
- Destination VPN to resolve the prefix
- interfaceVariable String
- Variable name
- interfaces List<String>
- List of IPSEC Interfaces (Separated by commas)
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- vpnId Integer
- Destination VPN to resolve the prefix
- interfaceVariable string
- Variable name
- interfaces string[]
- List of IPSEC Interfaces (Separated by commas)
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Prefix
- prefixVariable string
- Variable name
- vpnId number
- Destination VPN to resolve the prefix
- interface_variable str
- Variable name
- interfaces Sequence[str]
- List of IPSEC Interfaces (Separated by commas)
- optional bool
- Indicates if list item is considered optional.
- prefix str
- Prefix
- prefix_variable str
- Variable name
- vpn_id int
- Destination VPN to resolve the prefix
- interfaceVariable String
- Variable name
- interfaces List<String>
- List of IPSEC Interfaces (Separated by commas)
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- vpnId Number
- Destination VPN to resolve the prefix
GetCiscoVpnFeatureTemplateIpv4StaticRoute      
- Dhcp bool
- Default Gateway obtained from DHCP
- DhcpVariable string
- Variable name
- Distance int
- Administrative distance
- DistanceVariable string
- Variable name
- NextHops List<GetCisco Vpn Feature Template Ipv4Static Route Next Hop> 
- IP gateway address
- Null0 bool
- null0
- Null0Variable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- TrackNext List<GetHops Cisco Vpn Feature Template Ipv4Static Route Track Next Hop> 
- IP gateway address
- VpnId int
- Destination VPN(!=0 or !=512) to resolve the prefix
- VpnId stringVariable 
- Variable name
- Dhcp bool
- Default Gateway obtained from DHCP
- DhcpVariable string
- Variable name
- Distance int
- Administrative distance
- DistanceVariable string
- Variable name
- NextHops []GetCisco Vpn Feature Template Ipv4Static Route Next Hop 
- IP gateway address
- Null0 bool
- null0
- Null0Variable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- TrackNext []GetHops Cisco Vpn Feature Template Ipv4Static Route Track Next Hop 
- IP gateway address
- VpnId int
- Destination VPN(!=0 or !=512) to resolve the prefix
- VpnId stringVariable 
- Variable name
- dhcp Boolean
- Default Gateway obtained from DHCP
- dhcpVariable String
- Variable name
- distance Integer
- Administrative distance
- distanceVariable String
- Variable name
- nextHops List<GetCisco Vpn Feature Template Ipv4Static Route Next Hop> 
- IP gateway address
- null0 Boolean
- null0
- null0Variable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- trackNext List<GetHops Cisco Vpn Feature Template Ipv4Static Route Track Next Hop> 
- IP gateway address
- vpnId Integer
- Destination VPN(!=0 or !=512) to resolve the prefix
- vpnId StringVariable 
- Variable name
- dhcp boolean
- Default Gateway obtained from DHCP
- dhcpVariable string
- Variable name
- distance number
- Administrative distance
- distanceVariable string
- Variable name
- nextHops GetCisco Vpn Feature Template Ipv4Static Route Next Hop[] 
- IP gateway address
- null0 boolean
- null0
- null0Variable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Prefix
- prefixVariable string
- Variable name
- trackNext GetHops Cisco Vpn Feature Template Ipv4Static Route Track Next Hop[] 
- IP gateway address
- vpnId number
- Destination VPN(!=0 or !=512) to resolve the prefix
- vpnId stringVariable 
- Variable name
- dhcp bool
- Default Gateway obtained from DHCP
- dhcp_variable str
- Variable name
- distance int
- Administrative distance
- distance_variable str
- Variable name
- next_hops Sequence[GetCisco Vpn Feature Template Ipv4Static Route Next Hop] 
- IP gateway address
- null0 bool
- null0
- null0_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix str
- Prefix
- prefix_variable str
- Variable name
- track_next_ Sequence[Gethops Cisco Vpn Feature Template Ipv4Static Route Track Next Hop] 
- IP gateway address
- vpn_id int
- Destination VPN(!=0 or !=512) to resolve the prefix
- vpn_id_ strvariable 
- Variable name
- dhcp Boolean
- Default Gateway obtained from DHCP
- dhcpVariable String
- Variable name
- distance Number
- Administrative distance
- distanceVariable String
- Variable name
- nextHops List<Property Map>
- IP gateway address
- null0 Boolean
- null0
- null0Variable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- trackNext List<Property Map>Hops 
- IP gateway address
- vpnId Number
- Destination VPN(!=0 or !=512) to resolve the prefix
- vpnId StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateIpv4StaticRouteNextHop        
- Address string
- IP Address
- AddressVariable string
- Variable name
- Distance int
- Administrative distance
- DistanceVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Address string
- IP Address
- AddressVariable string
- Variable name
- Distance int
- Administrative distance
- DistanceVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- address String
- IP Address
- addressVariable String
- Variable name
- distance Integer
- Administrative distance
- distanceVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- address string
- IP Address
- addressVariable string
- Variable name
- distance number
- Administrative distance
- distanceVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- address str
- IP Address
- address_variable str
- Variable name
- distance int
- Administrative distance
- distance_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- address String
- IP Address
- addressVariable String
- Variable name
- distance Number
- Administrative distance
- distanceVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoVpnFeatureTemplateIpv4StaticRouteTrackNextHop         
- Address string
- IP Address
- AddressVariable string
- Variable name
- Distance int
- Administrative distance
- DistanceVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Tracker string
- Static route tracker
- TrackerVariable string
- Variable name
- Address string
- IP Address
- AddressVariable string
- Variable name
- Distance int
- Administrative distance
- DistanceVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Tracker string
- Static route tracker
- TrackerVariable string
- Variable name
- address String
- IP Address
- addressVariable String
- Variable name
- distance Integer
- Administrative distance
- distanceVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- tracker String
- Static route tracker
- trackerVariable String
- Variable name
- address string
- IP Address
- addressVariable string
- Variable name
- distance number
- Administrative distance
- distanceVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- tracker string
- Static route tracker
- trackerVariable string
- Variable name
- address str
- IP Address
- address_variable str
- Variable name
- distance int
- Administrative distance
- distance_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- tracker str
- Static route tracker
- tracker_variable str
- Variable name
- address String
- IP Address
- addressVariable String
- Variable name
- distance Number
- Administrative distance
- distanceVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- tracker String
- Static route tracker
- trackerVariable String
- Variable name
GetCiscoVpnFeatureTemplateIpv4StaticServiceRoute       
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- Service string
- Service
- VpnId int
- Destination VPN to resolve the prefix
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- Service string
- Service
- VpnId int
- Destination VPN to resolve the prefix
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- service String
- Service
- vpnId Integer
- Destination VPN to resolve the prefix
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Prefix
- prefixVariable string
- Variable name
- service string
- Service
- vpnId number
- Destination VPN to resolve the prefix
- optional bool
- Indicates if list item is considered optional.
- prefix str
- Prefix
- prefix_variable str
- Variable name
- service str
- Service
- vpn_id int
- Destination VPN to resolve the prefix
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- service String
- Service
- vpnId Number
- Destination VPN to resolve the prefix
GetCiscoVpnFeatureTemplateIpv6StaticRoute      
- Nat string
- NAT
- NatVariable string
- Variable name
- NextHops List<GetCisco Vpn Feature Template Ipv6Static Route Next Hop> 
- IP gateway address
- Null0 bool
- null0
- Null0Variable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- VpnId int
- Destination VPN(!=0 or !=512) to resolve the prefix
- VpnId stringVariable 
- Variable name
- Nat string
- NAT
- NatVariable string
- Variable name
- NextHops []GetCisco Vpn Feature Template Ipv6Static Route Next Hop 
- IP gateway address
- Null0 bool
- null0
- Null0Variable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefix string
- Prefix
- PrefixVariable string
- Variable name
- VpnId int
- Destination VPN(!=0 or !=512) to resolve the prefix
- VpnId stringVariable 
- Variable name
- nat String
- NAT
- natVariable String
- Variable name
- nextHops List<GetCisco Vpn Feature Template Ipv6Static Route Next Hop> 
- IP gateway address
- null0 Boolean
- null0
- null0Variable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- vpnId Integer
- Destination VPN(!=0 or !=512) to resolve the prefix
- vpnId StringVariable 
- Variable name
- nat string
- NAT
- natVariable string
- Variable name
- nextHops GetCisco Vpn Feature Template Ipv6Static Route Next Hop[] 
- IP gateway address
- null0 boolean
- null0
- null0Variable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefix string
- Prefix
- prefixVariable string
- Variable name
- vpnId number
- Destination VPN(!=0 or !=512) to resolve the prefix
- vpnId stringVariable 
- Variable name
- nat str
- NAT
- nat_variable str
- Variable name
- next_hops Sequence[GetCisco Vpn Feature Template Ipv6Static Route Next Hop] 
- IP gateway address
- null0 bool
- null0
- null0_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix str
- Prefix
- prefix_variable str
- Variable name
- vpn_id int
- Destination VPN(!=0 or !=512) to resolve the prefix
- vpn_id_ strvariable 
- Variable name
- nat String
- NAT
- natVariable String
- Variable name
- nextHops List<Property Map>
- IP gateway address
- null0 Boolean
- null0
- null0Variable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefix String
- Prefix
- prefixVariable String
- Variable name
- vpnId Number
- Destination VPN(!=0 or !=512) to resolve the prefix
- vpnId StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateIpv6StaticRouteNextHop        
- Address string
- IP Address
- AddressVariable string
- Variable name
- Distance int
- Administrative distance
- DistanceVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Address string
- IP Address
- AddressVariable string
- Variable name
- Distance int
- Administrative distance
- DistanceVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- address String
- IP Address
- addressVariable String
- Variable name
- distance Integer
- Administrative distance
- distanceVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- address string
- IP Address
- addressVariable string
- Variable name
- distance number
- Administrative distance
- distanceVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- address str
- IP Address
- address_variable str
- Variable name
- distance int
- Administrative distance
- distance_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- address String
- IP Address
- addressVariable String
- Variable name
- distance Number
- Administrative distance
- distanceVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoVpnFeatureTemplateNat64Pool     
- EndAddress string
- Ending IP address of NAT pool range
- EndAddress stringVariable 
- Variable name
- LeakFrom boolGlobal 
- Enable Route Leaking from Global VPN to this Service VPN
- LeakFrom stringGlobal Protocol 
- Select protocol for route leaking
- LeakTo boolGlobal 
- Enable Route Leaking from this Service VPN to Global VPN
- Name string
- NAT64 Pool name
- Optional bool
- Indicates if list item is considered optional.
- Overload bool
- NAT 64 Overload Option
- OverloadVariable string
- Variable name
- StartAddress string
- Starting IP address of NAT pool range
- StartAddress stringVariable 
- Variable name
- EndAddress string
- Ending IP address of NAT pool range
- EndAddress stringVariable 
- Variable name
- LeakFrom boolGlobal 
- Enable Route Leaking from Global VPN to this Service VPN
- LeakFrom stringGlobal Protocol 
- Select protocol for route leaking
- LeakTo boolGlobal 
- Enable Route Leaking from this Service VPN to Global VPN
- Name string
- NAT64 Pool name
- Optional bool
- Indicates if list item is considered optional.
- Overload bool
- NAT 64 Overload Option
- OverloadVariable string
- Variable name
- StartAddress string
- Starting IP address of NAT pool range
- StartAddress stringVariable 
- Variable name
- endAddress String
- Ending IP address of NAT pool range
- endAddress StringVariable 
- Variable name
- leakFrom BooleanGlobal 
- Enable Route Leaking from Global VPN to this Service VPN
- leakFrom StringGlobal Protocol 
- Select protocol for route leaking
- leakTo BooleanGlobal 
- Enable Route Leaking from this Service VPN to Global VPN
- name String
- NAT64 Pool name
- optional Boolean
- Indicates if list item is considered optional.
- overload Boolean
- NAT 64 Overload Option
- overloadVariable String
- Variable name
- startAddress String
- Starting IP address of NAT pool range
- startAddress StringVariable 
- Variable name
- endAddress string
- Ending IP address of NAT pool range
- endAddress stringVariable 
- Variable name
- leakFrom booleanGlobal 
- Enable Route Leaking from Global VPN to this Service VPN
- leakFrom stringGlobal Protocol 
- Select protocol for route leaking
- leakTo booleanGlobal 
- Enable Route Leaking from this Service VPN to Global VPN
- name string
- NAT64 Pool name
- optional boolean
- Indicates if list item is considered optional.
- overload boolean
- NAT 64 Overload Option
- overloadVariable string
- Variable name
- startAddress string
- Starting IP address of NAT pool range
- startAddress stringVariable 
- Variable name
- end_address str
- Ending IP address of NAT pool range
- end_address_ strvariable 
- Variable name
- leak_from_ boolglobal 
- Enable Route Leaking from Global VPN to this Service VPN
- leak_from_ strglobal_ protocol 
- Select protocol for route leaking
- leak_to_ boolglobal 
- Enable Route Leaking from this Service VPN to Global VPN
- name str
- NAT64 Pool name
- optional bool
- Indicates if list item is considered optional.
- overload bool
- NAT 64 Overload Option
- overload_variable str
- Variable name
- start_address str
- Starting IP address of NAT pool range
- start_address_ strvariable 
- Variable name
- endAddress String
- Ending IP address of NAT pool range
- endAddress StringVariable 
- Variable name
- leakFrom BooleanGlobal 
- Enable Route Leaking from Global VPN to this Service VPN
- leakFrom StringGlobal Protocol 
- Select protocol for route leaking
- leakTo BooleanGlobal 
- Enable Route Leaking from this Service VPN to Global VPN
- name String
- NAT64 Pool name
- optional Boolean
- Indicates if list item is considered optional.
- overload Boolean
- NAT 64 Overload Option
- overloadVariable String
- Variable name
- startAddress String
- Starting IP address of NAT pool range
- startAddress StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateNatPool      
- Direction string
- Direction of NAT translation
- DirectionVariable string
- Variable name
- Name int
- NAT Pool Name, natpool1..31
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Overload bool
- Enable port translation(PAT)
- OverloadVariable string
- Variable name
- PrefixLength int
- Ending IP address of NAT Pool Prefix Length
- PrefixLength stringVariable 
- Variable name
- RangeEnd string
- Ending IP address of NAT pool range
- RangeEnd stringVariable 
- Variable name
- RangeStart string
- Starting IP address of NAT pool range
- RangeStart stringVariable 
- Variable name
- TrackerId int
- Add Object/Object Group Tracker
- TrackerId stringVariable 
- Variable name
- Direction string
- Direction of NAT translation
- DirectionVariable string
- Variable name
- Name int
- NAT Pool Name, natpool1..31
- NameVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Overload bool
- Enable port translation(PAT)
- OverloadVariable string
- Variable name
- PrefixLength int
- Ending IP address of NAT Pool Prefix Length
- PrefixLength stringVariable 
- Variable name
- RangeEnd string
- Ending IP address of NAT pool range
- RangeEnd stringVariable 
- Variable name
- RangeStart string
- Starting IP address of NAT pool range
- RangeStart stringVariable 
- Variable name
- TrackerId int
- Add Object/Object Group Tracker
- TrackerId stringVariable 
- Variable name
- direction String
- Direction of NAT translation
- directionVariable String
- Variable name
- name Integer
- NAT Pool Name, natpool1..31
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- overload Boolean
- Enable port translation(PAT)
- overloadVariable String
- Variable name
- prefixLength Integer
- Ending IP address of NAT Pool Prefix Length
- prefixLength StringVariable 
- Variable name
- rangeEnd String
- Ending IP address of NAT pool range
- rangeEnd StringVariable 
- Variable name
- rangeStart String
- Starting IP address of NAT pool range
- rangeStart StringVariable 
- Variable name
- trackerId Integer
- Add Object/Object Group Tracker
- trackerId StringVariable 
- Variable name
- direction string
- Direction of NAT translation
- directionVariable string
- Variable name
- name number
- NAT Pool Name, natpool1..31
- nameVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- overload boolean
- Enable port translation(PAT)
- overloadVariable string
- Variable name
- prefixLength number
- Ending IP address of NAT Pool Prefix Length
- prefixLength stringVariable 
- Variable name
- rangeEnd string
- Ending IP address of NAT pool range
- rangeEnd stringVariable 
- Variable name
- rangeStart string
- Starting IP address of NAT pool range
- rangeStart stringVariable 
- Variable name
- trackerId number
- Add Object/Object Group Tracker
- trackerId stringVariable 
- Variable name
- direction str
- Direction of NAT translation
- direction_variable str
- Variable name
- name int
- NAT Pool Name, natpool1..31
- name_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- overload bool
- Enable port translation(PAT)
- overload_variable str
- Variable name
- prefix_length int
- Ending IP address of NAT Pool Prefix Length
- prefix_length_ strvariable 
- Variable name
- range_end str
- Ending IP address of NAT pool range
- range_end_ strvariable 
- Variable name
- range_start str
- Starting IP address of NAT pool range
- range_start_ strvariable 
- Variable name
- tracker_id int
- Add Object/Object Group Tracker
- tracker_id_ strvariable 
- Variable name
- direction String
- Direction of NAT translation
- directionVariable String
- Variable name
- name Number
- NAT Pool Name, natpool1..31
- nameVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- overload Boolean
- Enable port translation(PAT)
- overloadVariable String
- Variable name
- prefixLength Number
- Ending IP address of NAT Pool Prefix Length
- prefixLength StringVariable 
- Variable name
- rangeEnd String
- Ending IP address of NAT pool range
- rangeEnd StringVariable 
- Variable name
- rangeStart String
- Starting IP address of NAT pool range
- rangeStart StringVariable 
- Variable name
- trackerId Number
- Add Object/Object Group Tracker
- trackerId StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateOmpAdvertiseIpv4Route       
- Optional bool
- Indicates if list item is considered optional.
- Prefixes
List<GetCisco Vpn Feature Template Omp Advertise Ipv4Route Prefix> 
- Protocol string
- Advertised routes protocol
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub List<string>Types 
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Set Route Policy to OMP
- RoutePolicy stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefixes
[]GetCisco Vpn Feature Template Omp Advertise Ipv4Route Prefix 
- Protocol string
- Advertised routes protocol
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub []stringTypes 
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Set Route Policy to OMP
- RoutePolicy stringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixes
List<GetCisco Vpn Feature Template Omp Advertise Ipv4Route Prefix> 
- protocol String
- Advertised routes protocol
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- routePolicy String
- Set Route Policy to OMP
- routePolicy StringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefixes
GetCisco Vpn Feature Template Omp Advertise Ipv4Route Prefix[] 
- protocol string
- Advertised routes protocol
- protocolSub stringType Variable 
- Variable name
- protocolSub string[]Types 
- protocolVariable string
- Variable name
- routePolicy string
- Set Route Policy to OMP
- routePolicy stringVariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefixes
Sequence[GetCisco Vpn Feature Template Omp Advertise Ipv4Route Prefix] 
- protocol str
- Advertised routes protocol
- protocol_sub_ strtype_ variable 
- Variable name
- protocol_sub_ Sequence[str]types 
- protocol_variable str
- Variable name
- route_policy str
- Set Route Policy to OMP
- route_policy_ strvariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixes List<Property Map>
- protocol String
- Advertised routes protocol
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- routePolicy String
- Set Route Policy to OMP
- routePolicy StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateOmpAdvertiseIpv4RoutePrefix        
- AggregateOnly bool
- Aggregate Only
- AggregateOnly stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PrefixEntry string
- Prefix
- PrefixEntry stringVariable 
- Variable name
- AggregateOnly bool
- Aggregate Only
- AggregateOnly stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PrefixEntry string
- Prefix
- PrefixEntry stringVariable 
- Variable name
- aggregateOnly Boolean
- Aggregate Only
- aggregateOnly StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixEntry String
- Prefix
- prefixEntry StringVariable 
- Variable name
- aggregateOnly boolean
- Aggregate Only
- aggregateOnly stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefixEntry string
- Prefix
- prefixEntry stringVariable 
- Variable name
- aggregate_only bool
- Aggregate Only
- aggregate_only_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix_entry str
- Prefix
- prefix_entry_ strvariable 
- Variable name
- aggregateOnly Boolean
- Aggregate Only
- aggregateOnly StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixEntry String
- Prefix
- prefixEntry StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateOmpAdvertiseIpv6Route       
- Optional bool
- Indicates if list item is considered optional.
- Prefixes
List<GetCisco Vpn Feature Template Omp Advertise Ipv6Route Prefix> 
- Protocol string
- Advertised routes protocol
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub List<string>Types 
- ProtocolVariable string
- Variable name
- RoutePolicy string
- RoutePolicy stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Prefixes
[]GetCisco Vpn Feature Template Omp Advertise Ipv6Route Prefix 
- Protocol string
- Advertised routes protocol
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub []stringTypes 
- ProtocolVariable string
- Variable name
- RoutePolicy string
- RoutePolicy stringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixes
List<GetCisco Vpn Feature Template Omp Advertise Ipv6Route Prefix> 
- protocol String
- Advertised routes protocol
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- routePolicy String
- routePolicy StringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefixes
GetCisco Vpn Feature Template Omp Advertise Ipv6Route Prefix[] 
- protocol string
- Advertised routes protocol
- protocolSub stringType Variable 
- Variable name
- protocolSub string[]Types 
- protocolVariable string
- Variable name
- routePolicy string
- routePolicy stringVariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefixes
Sequence[GetCisco Vpn Feature Template Omp Advertise Ipv6Route Prefix] 
- protocol str
- Advertised routes protocol
- protocol_sub_ strtype_ variable 
- Variable name
- protocol_sub_ Sequence[str]types 
- protocol_variable str
- Variable name
- route_policy str
- route_policy_ strvariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixes List<Property Map>
- protocol String
- Advertised routes protocol
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- routePolicy String
- routePolicy StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateOmpAdvertiseIpv6RoutePrefix        
- AggregateOnly bool
- Aggregate Only
- AggregateOnly stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PrefixEntry string
- Prefix
- PrefixEntry stringVariable 
- Variable name
- AggregateOnly bool
- Aggregate Only
- AggregateOnly stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PrefixEntry string
- Prefix
- PrefixEntry stringVariable 
- Variable name
- aggregateOnly Boolean
- Aggregate Only
- aggregateOnly StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixEntry String
- Prefix
- prefixEntry StringVariable 
- Variable name
- aggregateOnly boolean
- Aggregate Only
- aggregateOnly stringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefixEntry string
- Prefix
- prefixEntry stringVariable 
- Variable name
- aggregate_only bool
- Aggregate Only
- aggregate_only_ strvariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix_entry str
- Prefix
- prefix_entry_ strvariable 
- Variable name
- aggregateOnly Boolean
- Aggregate Only
- aggregateOnly StringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixEntry String
- Prefix
- prefixEntry StringVariable 
- Variable name
GetCiscoVpnFeatureTemplatePortForwardRule       
- Optional bool
- Indicates if list item is considered optional.
- PoolName int
- NAT Pool Name, natpool1..31
- PoolName stringVariable 
- Variable name
- Protocol string
- Protocol
- ProtocolVariable string
- Variable name
- SourceIp string
- Source IP address to be translated
- SourceIp stringVariable 
- Variable name
- SourcePort int
- Source Port
- SourcePort stringVariable 
- Variable name
- TranslateIp string
- Statically translated source IP address
- TranslateIp stringVariable 
- Variable name
- TranslatePort int
- Translate Port
- TranslatePort stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PoolName int
- NAT Pool Name, natpool1..31
- PoolName stringVariable 
- Variable name
- Protocol string
- Protocol
- ProtocolVariable string
- Variable name
- SourceIp string
- Source IP address to be translated
- SourceIp stringVariable 
- Variable name
- SourcePort int
- Source Port
- SourcePort stringVariable 
- Variable name
- TranslateIp string
- Statically translated source IP address
- TranslateIp stringVariable 
- Variable name
- TranslatePort int
- Translate Port
- TranslatePort stringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- poolName Integer
- NAT Pool Name, natpool1..31
- poolName StringVariable 
- Variable name
- protocol String
- Protocol
- protocolVariable String
- Variable name
- sourceIp String
- Source IP address to be translated
- sourceIp StringVariable 
- Variable name
- sourcePort Integer
- Source Port
- sourcePort StringVariable 
- Variable name
- translateIp String
- Statically translated source IP address
- translateIp StringVariable 
- Variable name
- translatePort Integer
- Translate Port
- translatePort StringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- poolName number
- NAT Pool Name, natpool1..31
- poolName stringVariable 
- Variable name
- protocol string
- Protocol
- protocolVariable string
- Variable name
- sourceIp string
- Source IP address to be translated
- sourceIp stringVariable 
- Variable name
- sourcePort number
- Source Port
- sourcePort stringVariable 
- Variable name
- translateIp string
- Statically translated source IP address
- translateIp stringVariable 
- Variable name
- translatePort number
- Translate Port
- translatePort stringVariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- pool_name int
- NAT Pool Name, natpool1..31
- pool_name_ strvariable 
- Variable name
- protocol str
- Protocol
- protocol_variable str
- Variable name
- source_ip str
- Source IP address to be translated
- source_ip_ strvariable 
- Variable name
- source_port int
- Source Port
- source_port_ strvariable 
- Variable name
- translate_ip str
- Statically translated source IP address
- translate_ip_ strvariable 
- Variable name
- translate_port int
- Translate Port
- translate_port_ strvariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- poolName Number
- NAT Pool Name, natpool1..31
- poolName StringVariable 
- Variable name
- protocol String
- Protocol
- protocolVariable String
- Variable name
- sourceIp String
- Source IP address to be translated
- sourceIp StringVariable 
- Variable name
- sourcePort Number
- Source Port
- sourcePort StringVariable 
- Variable name
- translateIp String
- Statically translated source IP address
- translateIp StringVariable 
- Variable name
- translatePort Number
- Translate Port
- translatePort StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateRouteGlobalExport       
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable route leaking from this Service VPN to Global VPN
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub List<string>Types 
- ProtocolVariable string
- Variable name
- Redistributes
List<GetCisco Vpn Feature Template Route Global Export Redistribute> 
- Enable redistribution of replicated route protocol
- RoutePolicy string
- Select a Route Policy to enable route leaking from this Service VPN to Global VPN
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable route leaking from this Service VPN to Global VPN
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub []stringTypes 
- ProtocolVariable string
- Variable name
- Redistributes
[]GetCisco Vpn Feature Template Route Global Export Redistribute 
- Enable redistribution of replicated route protocol
- RoutePolicy string
- Select a Route Policy to enable route leaking from this Service VPN to Global VPN
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable route leaking from this Service VPN to Global VPN
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- redistributes
List<GetCisco Vpn Feature Template Route Global Export Redistribute> 
- Enable redistribution of replicated route protocol
- routePolicy String
- Select a Route Policy to enable route leaking from this Service VPN to Global VPN
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Select a Route Protocol to enable route leaking from this Service VPN to Global VPN
- protocolSub stringType Variable 
- Variable name
- protocolSub string[]Types 
- protocolVariable string
- Variable name
- redistributes
GetCisco Vpn Feature Template Route Global Export Redistribute[] 
- Enable redistribution of replicated route protocol
- routePolicy string
- Select a Route Policy to enable route leaking from this Service VPN to Global VPN
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Select a Route Protocol to enable route leaking from this Service VPN to Global VPN
- protocol_sub_ strtype_ variable 
- Variable name
- protocol_sub_ Sequence[str]types 
- protocol_variable str
- Variable name
- redistributes
Sequence[GetCisco Vpn Feature Template Route Global Export Redistribute] 
- Enable redistribution of replicated route protocol
- route_policy str
- Select a Route Policy to enable route leaking from this Service VPN to Global VPN
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable route leaking from this Service VPN to Global VPN
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- redistributes List<Property Map>
- Enable redistribution of replicated route protocol
- routePolicy String
- Select a Route Policy to enable route leaking from this Service VPN to Global VPN
GetCiscoVpnFeatureTemplateRouteGlobalExportRedistribute        
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable redistribution
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Select a Route Policy to enable redistribution
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable redistribution
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Select a Route Policy to enable redistribution
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable redistribution
- protocolVariable String
- Variable name
- routePolicy String
- Select a Route Policy to enable redistribution
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Select a Route Protocol to enable redistribution
- protocolVariable string
- Variable name
- routePolicy string
- Select a Route Policy to enable redistribution
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Select a Route Protocol to enable redistribution
- protocol_variable str
- Variable name
- route_policy str
- Select a Route Policy to enable redistribution
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable redistribution
- protocolVariable String
- Variable name
- routePolicy String
- Select a Route Policy to enable redistribution
GetCiscoVpnFeatureTemplateRouteGlobalImport       
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable route leaking from Global VPN to this Service VPN
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub List<string>Types 
- ProtocolVariable string
- Variable name
- Redistributes
List<GetCisco Vpn Feature Template Route Global Import Redistribute> 
- Enable redistribution of replicated route protocol
- RoutePolicy string
- Select a Route Policy to enable route leaking from Global VPN to this Service VPN
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable route leaking from Global VPN to this Service VPN
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub []stringTypes 
- ProtocolVariable string
- Variable name
- Redistributes
[]GetCisco Vpn Feature Template Route Global Import Redistribute 
- Enable redistribution of replicated route protocol
- RoutePolicy string
- Select a Route Policy to enable route leaking from Global VPN to this Service VPN
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable route leaking from Global VPN to this Service VPN
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- redistributes
List<GetCisco Vpn Feature Template Route Global Import Redistribute> 
- Enable redistribution of replicated route protocol
- routePolicy String
- Select a Route Policy to enable route leaking from Global VPN to this Service VPN
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Select a Route Protocol to enable route leaking from Global VPN to this Service VPN
- protocolSub stringType Variable 
- Variable name
- protocolSub string[]Types 
- protocolVariable string
- Variable name
- redistributes
GetCisco Vpn Feature Template Route Global Import Redistribute[] 
- Enable redistribution of replicated route protocol
- routePolicy string
- Select a Route Policy to enable route leaking from Global VPN to this Service VPN
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Select a Route Protocol to enable route leaking from Global VPN to this Service VPN
- protocol_sub_ strtype_ variable 
- Variable name
- protocol_sub_ Sequence[str]types 
- protocol_variable str
- Variable name
- redistributes
Sequence[GetCisco Vpn Feature Template Route Global Import Redistribute] 
- Enable redistribution of replicated route protocol
- route_policy str
- Select a Route Policy to enable route leaking from Global VPN to this Service VPN
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable route leaking from Global VPN to this Service VPN
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- redistributes List<Property Map>
- Enable redistribution of replicated route protocol
- routePolicy String
- Select a Route Policy to enable route leaking from Global VPN to this Service VPN
GetCiscoVpnFeatureTemplateRouteGlobalImportRedistribute        
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable redistribution
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Select a Route Policy to enable redistribution
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable redistribution
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Select a Route Policy to enable redistribution
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable redistribution
- protocolVariable String
- Variable name
- routePolicy String
- Select a Route Policy to enable redistribution
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Select a Route Protocol to enable redistribution
- protocolVariable string
- Variable name
- routePolicy string
- Select a Route Policy to enable redistribution
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Select a Route Protocol to enable redistribution
- protocol_variable str
- Variable name
- route_policy str
- Select a Route Policy to enable redistribution
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable redistribution
- protocolVariable String
- Variable name
- routePolicy String
- Select a Route Policy to enable redistribution
GetCiscoVpnFeatureTemplateRouteVpnImport       
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable route leaking to current VPN
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub List<string>Types 
- ProtocolVariable string
- Variable name
- Redistributes
List<GetCisco Vpn Feature Template Route Vpn Import Redistribute> 
- Enable redistribution of replicated route protocol
- RoutePolicy string
- Select a Route Policy to enable route leaking to current VPN
- RoutePolicy stringVariable 
- Variable name
- SourceVpn intId 
- Select a Source VPN where route leaks from
- SourceVpn stringId Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable route leaking to current VPN
- ProtocolSub stringType Variable 
- Variable name
- ProtocolSub []stringTypes 
- ProtocolVariable string
- Variable name
- Redistributes
[]GetCisco Vpn Feature Template Route Vpn Import Redistribute 
- Enable redistribution of replicated route protocol
- RoutePolicy string
- Select a Route Policy to enable route leaking to current VPN
- RoutePolicy stringVariable 
- Variable name
- SourceVpn intId 
- Select a Source VPN where route leaks from
- SourceVpn stringId Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable route leaking to current VPN
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- redistributes
List<GetCisco Vpn Feature Template Route Vpn Import Redistribute> 
- Enable redistribution of replicated route protocol
- routePolicy String
- Select a Route Policy to enable route leaking to current VPN
- routePolicy StringVariable 
- Variable name
- sourceVpn IntegerId 
- Select a Source VPN where route leaks from
- sourceVpn StringId Variable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Select a Route Protocol to enable route leaking to current VPN
- protocolSub stringType Variable 
- Variable name
- protocolSub string[]Types 
- protocolVariable string
- Variable name
- redistributes
GetCisco Vpn Feature Template Route Vpn Import Redistribute[] 
- Enable redistribution of replicated route protocol
- routePolicy string
- Select a Route Policy to enable route leaking to current VPN
- routePolicy stringVariable 
- Variable name
- sourceVpn numberId 
- Select a Source VPN where route leaks from
- sourceVpn stringId Variable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Select a Route Protocol to enable route leaking to current VPN
- protocol_sub_ strtype_ variable 
- Variable name
- protocol_sub_ Sequence[str]types 
- protocol_variable str
- Variable name
- redistributes
Sequence[GetCisco Vpn Feature Template Route Vpn Import Redistribute] 
- Enable redistribution of replicated route protocol
- route_policy str
- Select a Route Policy to enable route leaking to current VPN
- route_policy_ strvariable 
- Variable name
- source_vpn_ intid 
- Select a Source VPN where route leaks from
- source_vpn_ strid_ variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable route leaking to current VPN
- protocolSub StringType Variable 
- Variable name
- protocolSub List<String>Types 
- protocolVariable String
- Variable name
- redistributes List<Property Map>
- Enable redistribution of replicated route protocol
- routePolicy String
- Select a Route Policy to enable route leaking to current VPN
- routePolicy StringVariable 
- Variable name
- sourceVpn NumberId 
- Select a Source VPN where route leaks from
- sourceVpn StringId Variable 
- Variable name
GetCiscoVpnFeatureTemplateRouteVpnImportRedistribute        
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable redistribution
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Select a Route Policy to enable redistribution
- RoutePolicy stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Select a Route Protocol to enable redistribution
- ProtocolVariable string
- Variable name
- RoutePolicy string
- Select a Route Policy to enable redistribution
- RoutePolicy stringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable redistribution
- protocolVariable String
- Variable name
- routePolicy String
- Select a Route Policy to enable redistribution
- routePolicy StringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Select a Route Protocol to enable redistribution
- protocolVariable string
- Variable name
- routePolicy string
- Select a Route Policy to enable redistribution
- routePolicy stringVariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Select a Route Protocol to enable redistribution
- protocol_variable str
- Variable name
- route_policy str
- Select a Route Policy to enable redistribution
- route_policy_ strvariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Select a Route Protocol to enable redistribution
- protocolVariable String
- Variable name
- routePolicy String
- Select a Route Policy to enable redistribution
- routePolicy StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateService     
- AddressVariable string
- Variable name
- Addresses List<string>
- List of IPv4 address
- Interface string
- Tracking Service
- InterfaceVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- ServiceTypes string
- Service Type
- TrackEnable bool
- Tracking Service
- TrackEnable stringVariable 
- Variable name
- AddressVariable string
- Variable name
- Addresses []string
- List of IPv4 address
- Interface string
- Tracking Service
- InterfaceVariable string
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- ServiceTypes string
- Service Type
- TrackEnable bool
- Tracking Service
- TrackEnable stringVariable 
- Variable name
- addressVariable String
- Variable name
- addresses List<String>
- List of IPv4 address
- interfaceVariable String
- Variable name
- interface_ String
- Tracking Service
- optional Boolean
- Indicates if list item is considered optional.
- serviceTypes String
- Service Type
- trackEnable Boolean
- Tracking Service
- trackEnable StringVariable 
- Variable name
- addressVariable string
- Variable name
- addresses string[]
- List of IPv4 address
- interface string
- Tracking Service
- interfaceVariable string
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- serviceTypes string
- Service Type
- trackEnable boolean
- Tracking Service
- trackEnable stringVariable 
- Variable name
- address_variable str
- Variable name
- addresses Sequence[str]
- List of IPv4 address
- interface str
- Tracking Service
- interface_variable str
- Variable name
- optional bool
- Indicates if list item is considered optional.
- service_types str
- Service Type
- track_enable bool
- Tracking Service
- track_enable_ strvariable 
- Variable name
- addressVariable String
- Variable name
- addresses List<String>
- List of IPv4 address
- interface String
- Tracking Service
- interfaceVariable String
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- serviceTypes String
- Service Type
- trackEnable Boolean
- Tracking Service
- trackEnable StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateStaticNatRule       
- Optional bool
- Indicates if list item is considered optional.
- PoolName int
- NAT Pool Name, natpool1..31
- PoolName stringVariable 
- Variable name
- SourceIp string
- Source IP address to be translated
- SourceIp stringVariable 
- Variable name
- StaticNat stringDirection 
- Direction of static NAT translation
- StaticNat stringDirection Variable 
- Variable name
- TrackerId int
- Add Object/Object Group Tracker
- TrackerId stringVariable 
- Variable name
- TranslateIp string
- Statically translated source IP address
- TranslateIp stringVariable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PoolName int
- NAT Pool Name, natpool1..31
- PoolName stringVariable 
- Variable name
- SourceIp string
- Source IP address to be translated
- SourceIp stringVariable 
- Variable name
- StaticNat stringDirection 
- Direction of static NAT translation
- StaticNat stringDirection Variable 
- Variable name
- TrackerId int
- Add Object/Object Group Tracker
- TrackerId stringVariable 
- Variable name
- TranslateIp string
- Statically translated source IP address
- TranslateIp stringVariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- poolName Integer
- NAT Pool Name, natpool1..31
- poolName StringVariable 
- Variable name
- sourceIp String
- Source IP address to be translated
- sourceIp StringVariable 
- Variable name
- staticNat StringDirection 
- Direction of static NAT translation
- staticNat StringDirection Variable 
- Variable name
- trackerId Integer
- Add Object/Object Group Tracker
- trackerId StringVariable 
- Variable name
- translateIp String
- Statically translated source IP address
- translateIp StringVariable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- poolName number
- NAT Pool Name, natpool1..31
- poolName stringVariable 
- Variable name
- sourceIp string
- Source IP address to be translated
- sourceIp stringVariable 
- Variable name
- staticNat stringDirection 
- Direction of static NAT translation
- staticNat stringDirection Variable 
- Variable name
- trackerId number
- Add Object/Object Group Tracker
- trackerId stringVariable 
- Variable name
- translateIp string
- Statically translated source IP address
- translateIp stringVariable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- pool_name int
- NAT Pool Name, natpool1..31
- pool_name_ strvariable 
- Variable name
- source_ip str
- Source IP address to be translated
- source_ip_ strvariable 
- Variable name
- static_nat_ strdirection 
- Direction of static NAT translation
- static_nat_ strdirection_ variable 
- Variable name
- tracker_id int
- Add Object/Object Group Tracker
- tracker_id_ strvariable 
- Variable name
- translate_ip str
- Statically translated source IP address
- translate_ip_ strvariable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- poolName Number
- NAT Pool Name, natpool1..31
- poolName StringVariable 
- Variable name
- sourceIp String
- Source IP address to be translated
- sourceIp StringVariable 
- Variable name
- staticNat StringDirection 
- Direction of static NAT translation
- staticNat StringDirection Variable 
- Variable name
- trackerId Number
- Add Object/Object Group Tracker
- trackerId StringVariable 
- Variable name
- translateIp String
- Statically translated source IP address
- translateIp StringVariable 
- Variable name
GetCiscoVpnFeatureTemplateStaticNatSubnetRule        
- Optional bool
- Indicates if list item is considered optional.
- PrefixLength int
- Network Prefix Length
- PrefixLength stringVariable 
- Variable name
- SourceIp stringSubnet 
- Source IP Subnet to be translated
- SourceIp stringSubnet Variable 
- Variable name
- StaticNat stringDirection 
- Direction of static NAT translation
- StaticNat stringDirection Variable 
- Variable name
- TrackerId int
- Add Object/Object Group Tracker
- TrackerId stringVariable 
- Variable name
- TranslateIp stringSubnet 
- Statically translated source IP Subnet
- TranslateIp stringSubnet Variable 
- Variable name
- Optional bool
- Indicates if list item is considered optional.
- PrefixLength int
- Network Prefix Length
- PrefixLength stringVariable 
- Variable name
- SourceIp stringSubnet 
- Source IP Subnet to be translated
- SourceIp stringSubnet Variable 
- Variable name
- StaticNat stringDirection 
- Direction of static NAT translation
- StaticNat stringDirection Variable 
- Variable name
- TrackerId int
- Add Object/Object Group Tracker
- TrackerId stringVariable 
- Variable name
- TranslateIp stringSubnet 
- Statically translated source IP Subnet
- TranslateIp stringSubnet Variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixLength Integer
- Network Prefix Length
- prefixLength StringVariable 
- Variable name
- sourceIp StringSubnet 
- Source IP Subnet to be translated
- sourceIp StringSubnet Variable 
- Variable name
- staticNat StringDirection 
- Direction of static NAT translation
- staticNat StringDirection Variable 
- Variable name
- trackerId Integer
- Add Object/Object Group Tracker
- trackerId StringVariable 
- Variable name
- translateIp StringSubnet 
- Statically translated source IP Subnet
- translateIp StringSubnet Variable 
- Variable name
- optional boolean
- Indicates if list item is considered optional.
- prefixLength number
- Network Prefix Length
- prefixLength stringVariable 
- Variable name
- sourceIp stringSubnet 
- Source IP Subnet to be translated
- sourceIp stringSubnet Variable 
- Variable name
- staticNat stringDirection 
- Direction of static NAT translation
- staticNat stringDirection Variable 
- Variable name
- trackerId number
- Add Object/Object Group Tracker
- trackerId stringVariable 
- Variable name
- translateIp stringSubnet 
- Statically translated source IP Subnet
- translateIp stringSubnet Variable 
- Variable name
- optional bool
- Indicates if list item is considered optional.
- prefix_length int
- Network Prefix Length
- prefix_length_ strvariable 
- Variable name
- source_ip_ strsubnet 
- Source IP Subnet to be translated
- source_ip_ strsubnet_ variable 
- Variable name
- static_nat_ strdirection 
- Direction of static NAT translation
- static_nat_ strdirection_ variable 
- Variable name
- tracker_id int
- Add Object/Object Group Tracker
- tracker_id_ strvariable 
- Variable name
- translate_ip_ strsubnet 
- Statically translated source IP Subnet
- translate_ip_ strsubnet_ variable 
- Variable name
- optional Boolean
- Indicates if list item is considered optional.
- prefixLength Number
- Network Prefix Length
- prefixLength StringVariable 
- Variable name
- sourceIp StringSubnet 
- Source IP Subnet to be translated
- sourceIp StringSubnet Variable 
- Variable name
- staticNat StringDirection 
- Direction of static NAT translation
- staticNat StringDirection Variable 
- Variable name
- trackerId Number
- Add Object/Object Group Tracker
- trackerId StringVariable 
- Variable name
- translateIp StringSubnet 
- Statically translated source IP Subnet
- translateIp StringSubnet Variable 
- Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
