Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 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)
// Output-based functions aren't available in Java yet
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
 - Device
Types List<string> - List of supported device types
 - Dns
Hosts List<GetCisco Vpn Feature Template Dns Host>  - Static DNS mapping
 - Dns
Ipv4Servers List<GetCisco Vpn Feature Template Dns Ipv4Server>  - DNS
 - Dns
Ipv6Servers List<GetCisco Vpn Feature Template Dns Ipv6Server>  - DNS
 - Enhance
Ecmp boolKeying  - Optional packet fields for ECMP keying
 - Enhance
Ecmp stringKeying Variable  - Variable name
 - Id string
 - The id of the feature template
 - Ipv4Static
Gre List<GetRoutes Cisco Vpn Feature Template Ipv4Static Gre Route>  - Configure routes pointing to a GRE tunnel
 - Ipv4Static
Ipsec List<GetRoutes Cisco Vpn Feature Template Ipv4Static Ipsec Route>  - Configure routes pointing to a IPSEC tunnel
 - Ipv4Static
Routes List<GetCisco Vpn Feature Template Ipv4Static Route>  - Configure IPv4 Static Routes
 - Ipv4Static
Service List<GetRoutes Cisco Vpn Feature Template Ipv4Static Service Route>  - Configure IPv4 Static Service Routes
 - Ipv6Static
Routes List<GetCisco Vpn Feature Template Ipv6Static Route>  - Configure IPv6 Static Routes
 - Name string
 - The name of the feature template
 - Nat64Pools
List<Get
Cisco Vpn Feature Template Nat64Pool>  - Set NAT64 v4 pool range
 - Nat
Pools List<GetCisco Vpn Feature Template Nat Pool>  - Configure NAT Pool entries
 - Omp
Admin intDistance Ipv4  - omp-admin-distance-ipv4
 - Omp
Admin stringDistance Ipv4Variable  - Variable name
 - Omp
Admin intDistance Ipv6  - omp-admin-distance-ipv6
 - Omp
Admin stringDistance Ipv6Variable  - Variable name
 - Omp
Advertise List<GetIpv4Routes Cisco Vpn Feature Template Omp Advertise Ipv4Route>  - Advertise routes to OMP
 - Omp
Advertise List<GetIpv6Routes Cisco Vpn Feature Template Omp Advertise Ipv6Route>  - Advertise routes to OMP
 - Organization
Name string - Org Name selected
 - Port
Forward List<GetRules Cisco Vpn Feature Template Port Forward Rule>  - Configure Port Forward entries
 - Route
Global List<GetExports Cisco Vpn Feature Template Route Global Export>  - Enable route leaking to Global VPN from this Service VPN
 - Route
Global List<GetImports Cisco Vpn Feature Template Route Global Import>  - Enable route leaking from Global VPN to this Service VPN
 - Route
Vpn List<GetImports Cisco Vpn Feature Template Route Vpn Import>  - Enable route leak from Service VPN to current VPN
 - Services
List<Get
Cisco Vpn Feature Template Service>  - Configure services
 - Static
Nat List<GetRules Cisco Vpn Feature Template Static Nat Rule>  - Configure static NAT entries
 - Static
Nat List<GetSubnet Rules Cisco Vpn Feature Template Static Nat Subnet Rule>  - Configure static NAT Subnet entries
 - Template
Type string - 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 string - Name
 - Vpn
Name stringVariable  - Variable name
 
- Description string
 - The description of the feature template
 - Device
Types []string - List of supported device types
 - Dns
Hosts []GetCisco Vpn Feature Template Dns Host  - Static DNS mapping
 - Dns
Ipv4Servers []GetCisco Vpn Feature Template Dns Ipv4Server  - DNS
 - Dns
Ipv6Servers []GetCisco Vpn Feature Template Dns Ipv6Server  - DNS
 - Enhance
Ecmp boolKeying  - Optional packet fields for ECMP keying
 - Enhance
Ecmp stringKeying Variable  - Variable name
 - Id string
 - The id of the feature template
 - Ipv4Static
Gre []GetRoutes Cisco Vpn Feature Template Ipv4Static Gre Route  - Configure routes pointing to a GRE tunnel
 - Ipv4Static
Ipsec []GetRoutes Cisco Vpn Feature Template Ipv4Static Ipsec Route  - Configure routes pointing to a IPSEC tunnel
 - Ipv4Static
Routes []GetCisco Vpn Feature Template Ipv4Static Route  - Configure IPv4 Static Routes
 - Ipv4Static
Service []GetRoutes Cisco Vpn Feature Template Ipv4Static Service Route  - Configure IPv4 Static Service Routes
 - Ipv6Static
Routes []GetCisco Vpn Feature Template Ipv6Static Route  - Configure IPv6 Static Routes
 - Name string
 - The name of the feature template
 - Nat64Pools
[]Get
Cisco Vpn Feature Template Nat64Pool  - Set NAT64 v4 pool range
 - Nat
Pools []GetCisco Vpn Feature Template Nat Pool  - Configure NAT Pool entries
 - Omp
Admin intDistance Ipv4  - omp-admin-distance-ipv4
 - Omp
Admin stringDistance Ipv4Variable  - Variable name
 - Omp
Admin intDistance Ipv6  - omp-admin-distance-ipv6
 - Omp
Admin stringDistance Ipv6Variable  - Variable name
 - Omp
Advertise []GetIpv4Routes Cisco Vpn Feature Template Omp Advertise Ipv4Route  - Advertise routes to OMP
 - Omp
Advertise []GetIpv6Routes Cisco Vpn Feature Template Omp Advertise Ipv6Route  - Advertise routes to OMP
 - Organization
Name string - Org Name selected
 - Port
Forward []GetRules Cisco Vpn Feature Template Port Forward Rule  - Configure Port Forward entries
 - Route
Global []GetExports Cisco Vpn Feature Template Route Global Export  - Enable route leaking to Global VPN from this Service VPN
 - Route
Global []GetImports Cisco Vpn Feature Template Route Global Import  - Enable route leaking from Global VPN to this Service VPN
 - Route
Vpn []GetImports Cisco Vpn Feature Template Route Vpn Import  - Enable route leak from Service VPN to current VPN
 - Services
[]Get
Cisco Vpn Feature Template Service  - Configure services
 - Static
Nat []GetRules Cisco Vpn Feature Template Static Nat Rule  - Configure static NAT entries
 - Static
Nat []GetSubnet Rules Cisco Vpn Feature Template Static Nat Subnet Rule  - Configure static NAT Subnet entries
 - Template
Type string - 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 string - Name
 - Vpn
Name stringVariable  - Variable name
 
- description String
 - The description of the feature template
 - device
Types List<String> - List of supported device types
 - dns
Hosts List<GetCisco Vpn Feature Template Dns Host>  - Static DNS mapping
 - dns
Ipv4Servers List<GetCisco Vpn Feature Template Dns Ipv4Server>  - DNS
 - dns
Ipv6Servers List<GetCisco Vpn Feature Template Dns Ipv6Server>  - DNS
 - enhance
Ecmp BooleanKeying  - Optional packet fields for ECMP keying
 - enhance
Ecmp StringKeying Variable  - Variable name
 - id String
 - The id of the feature template
 - ipv4Static
Gre List<GetRoutes Cisco Vpn Feature Template Ipv4Static Gre Route>  - Configure routes pointing to a GRE tunnel
 - ipv4Static
Ipsec List<GetRoutes Cisco Vpn Feature Template Ipv4Static Ipsec Route>  - Configure routes pointing to a IPSEC tunnel
 - ipv4Static
Routes List<GetCisco Vpn Feature Template Ipv4Static Route>  - Configure IPv4 Static Routes
 - ipv4Static
Service List<GetRoutes Cisco Vpn Feature Template Ipv4Static Service Route>  - Configure IPv4 Static Service Routes
 - ipv6Static
Routes List<GetCisco Vpn Feature Template Ipv6Static Route>  - Configure IPv6 Static Routes
 - name String
 - The name of the feature template
 - nat64Pools
List<Get
Cisco Vpn Feature Template Nat64Pool>  - Set NAT64 v4 pool range
 - nat
Pools List<GetCisco Vpn Feature Template Nat Pool>  - Configure NAT Pool entries
 - omp
Admin IntegerDistance Ipv4  - omp-admin-distance-ipv4
 - omp
Admin StringDistance Ipv4Variable  - Variable name
 - omp
Admin IntegerDistance Ipv6  - omp-admin-distance-ipv6
 - omp
Admin StringDistance Ipv6Variable  - Variable name
 - omp
Advertise List<GetIpv4Routes Cisco Vpn Feature Template Omp Advertise Ipv4Route>  - Advertise routes to OMP
 - omp
Advertise List<GetIpv6Routes Cisco Vpn Feature Template Omp Advertise Ipv6Route>  - Advertise routes to OMP
 - organization
Name String - Org Name selected
 - port
Forward List<GetRules Cisco Vpn Feature Template Port Forward Rule>  - Configure Port Forward entries
 - route
Global List<GetExports Cisco Vpn Feature Template Route Global Export>  - Enable route leaking to Global VPN from this Service VPN
 - route
Global List<GetImports Cisco Vpn Feature Template Route Global Import>  - Enable route leaking from Global VPN to this Service VPN
 - route
Vpn List<GetImports Cisco Vpn Feature Template Route Vpn Import>  - Enable route leak from Service VPN to current VPN
 - services
List<Get
Cisco Vpn Feature Template Service>  - Configure services
 - static
Nat List<GetRules Cisco Vpn Feature Template Static Nat Rule>  - Configure static NAT entries
 - static
Nat List<GetSubnet Rules Cisco Vpn Feature Template Static Nat Subnet Rule>  - Configure static NAT Subnet entries
 - template
Type String - The template type
 - tenant
Vpn IntegerId  - Tenant VPN
 - version Integer
 - The version of the feature template
 - vpn
Id Integer - List of VPN instances
 - vpn
Name String - Name
 - vpn
Name StringVariable  - Variable name
 
- description string
 - The description of the feature template
 - device
Types string[] - List of supported device types
 - dns
Hosts GetCisco Vpn Feature Template Dns Host[]  - Static DNS mapping
 - dns
Ipv4Servers GetCisco Vpn Feature Template Dns Ipv4Server[]  - DNS
 - dns
Ipv6Servers GetCisco Vpn Feature Template Dns Ipv6Server[]  - DNS
 - enhance
Ecmp booleanKeying  - Optional packet fields for ECMP keying
 - enhance
Ecmp stringKeying Variable  - Variable name
 - id string
 - The id of the feature template
 - ipv4Static
Gre GetRoutes Cisco Vpn Feature Template Ipv4Static Gre Route[]  - Configure routes pointing to a GRE tunnel
 - ipv4Static
Ipsec GetRoutes Cisco Vpn Feature Template Ipv4Static Ipsec Route[]  - Configure routes pointing to a IPSEC tunnel
 - ipv4Static
Routes GetCisco Vpn Feature Template Ipv4Static Route[]  - Configure IPv4 Static Routes
 - ipv4Static
Service GetRoutes Cisco Vpn Feature Template Ipv4Static Service Route[]  - Configure IPv4 Static Service Routes
 - ipv6Static
Routes GetCisco Vpn Feature Template Ipv6Static Route[]  - Configure IPv6 Static Routes
 - name string
 - The name of the feature template
 - nat64Pools
Get
Cisco Vpn Feature Template Nat64Pool[]  - Set NAT64 v4 pool range
 - nat
Pools GetCisco Vpn Feature Template Nat Pool[]  - Configure NAT Pool entries
 - omp
Admin numberDistance Ipv4  - omp-admin-distance-ipv4
 - omp
Admin stringDistance Ipv4Variable  - Variable name
 - omp
Admin numberDistance Ipv6  - omp-admin-distance-ipv6
 - omp
Admin stringDistance Ipv6Variable  - Variable name
 - omp
Advertise GetIpv4Routes Cisco Vpn Feature Template Omp Advertise Ipv4Route[]  - Advertise routes to OMP
 - omp
Advertise GetIpv6Routes Cisco Vpn Feature Template Omp Advertise Ipv6Route[]  - Advertise routes to OMP
 - organization
Name string - Org Name selected
 - port
Forward GetRules Cisco Vpn Feature Template Port Forward Rule[]  - Configure Port Forward entries
 - route
Global GetExports Cisco Vpn Feature Template Route Global Export[]  - Enable route leaking to Global VPN from this Service VPN
 - route
Global GetImports Cisco Vpn Feature Template Route Global Import[]  - Enable route leaking from Global VPN to this Service VPN
 - route
Vpn GetImports Cisco Vpn Feature Template Route Vpn Import[]  - Enable route leak from Service VPN to current VPN
 - services
Get
Cisco Vpn Feature Template Service[]  - Configure services
 - static
Nat GetRules Cisco Vpn Feature Template Static Nat Rule[]  - Configure static NAT entries
 - static
Nat GetSubnet Rules Cisco Vpn Feature Template Static Nat Subnet Rule[]  - Configure static NAT Subnet entries
 - template
Type string - The template type
 - tenant
Vpn numberId  - Tenant VPN
 - version number
 - The version of the feature template
 - vpn
Id number - List of VPN instances
 - vpn
Name string - Name
 - vpn
Name 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[Get
Cisco 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
 - device
Types List<String> - List of supported device types
 - dns
Hosts List<Property Map> - Static DNS mapping
 - dns
Ipv4Servers List<Property Map> - DNS
 - dns
Ipv6Servers List<Property Map> - DNS
 - enhance
Ecmp BooleanKeying  - Optional packet fields for ECMP keying
 - enhance
Ecmp StringKeying Variable  - Variable name
 - id String
 - The id of the feature template
 - ipv4Static
Gre List<Property Map>Routes  - Configure routes pointing to a GRE tunnel
 - ipv4Static
Ipsec List<Property Map>Routes  - Configure routes pointing to a IPSEC tunnel
 - ipv4Static
Routes List<Property Map> - Configure IPv4 Static Routes
 - ipv4Static
Service List<Property Map>Routes  - Configure IPv4 Static Service Routes
 - ipv6Static
Routes List<Property Map> - Configure IPv6 Static Routes
 - name String
 - The name of the feature template
 - nat64Pools List<Property Map>
 - Set NAT64 v4 pool range
 - nat
Pools List<Property Map> - Configure NAT Pool entries
 - omp
Admin NumberDistance Ipv4  - omp-admin-distance-ipv4
 - omp
Admin StringDistance Ipv4Variable  - Variable name
 - omp
Admin NumberDistance Ipv6  - omp-admin-distance-ipv6
 - omp
Admin StringDistance Ipv6Variable  - Variable name
 - omp
Advertise List<Property Map>Ipv4Routes  - Advertise routes to OMP
 - omp
Advertise List<Property Map>Ipv6Routes  - Advertise routes to OMP
 - organization
Name String - Org Name selected
 - port
Forward List<Property Map>Rules  - Configure Port Forward entries
 - route
Global List<Property Map>Exports  - Enable route leaking to Global VPN from this Service VPN
 - route
Global List<Property Map>Imports  - Enable route leaking from Global VPN to this Service VPN
 - route
Vpn List<Property Map>Imports  - Enable route leak from Service VPN to current VPN
 - services List<Property Map>
 - Configure services
 - static
Nat List<Property Map>Rules  - Configure static NAT entries
 - static
Nat List<Property Map>Subnet Rules  - Configure static NAT Subnet entries
 - template
Type String - The template type
 - tenant
Vpn NumberId  - Tenant VPN
 - version Number
 - The version of the feature template
 - vpn
Id Number - List of VPN instances
 - vpn
Name String - Name
 - vpn
Name StringVariable  - Variable name
 
Supporting Types
GetCiscoVpnFeatureTemplateDnsHost      
- Hostname string
 - Hostname
 - Hostname
Variable string - Variable name
 - Ip
Variable string - Variable name
 - Ips List<string>
 - List of IP
 - Optional bool
 - Indicates if list item is considered optional.
 
- Hostname string
 - Hostname
 - Hostname
Variable string - Variable name
 - Ip
Variable string - Variable name
 - Ips []string
 - List of IP
 - Optional bool
 - Indicates if list item is considered optional.
 
- hostname String
 - Hostname
 - hostname
Variable String - Variable name
 - ip
Variable String - Variable name
 - ips List<String>
 - List of IP
 - optional Boolean
 - Indicates if list item is considered optional.
 
- hostname string
 - Hostname
 - hostname
Variable string - Variable name
 - ip
Variable 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
 - hostname
Variable String - Variable name
 - ip
Variable String - Variable name
 - ips List<String>
 - List of IP
 - optional Boolean
 - Indicates if list item is considered optional.
 
GetCiscoVpnFeatureTemplateDnsIpv4Server      
- Address string
 - DNS Address
 - Address
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Role string
 - Role
 - Role
Variable string - Variable name
 
- Address string
 - DNS Address
 - Address
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Role string
 - Role
 - Role
Variable string - Variable name
 
- address String
 - DNS Address
 - address
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - role String
 - Role
 - role
Variable String - Variable name
 
- address string
 - DNS Address
 - address
Variable string - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - role string
 - Role
 - role
Variable 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
 - address
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - role String
 - Role
 - role
Variable String - Variable name
 
GetCiscoVpnFeatureTemplateDnsIpv6Server      
- Address string
 - DNS Address
 - Optional bool
 - Indicates if list item is considered optional.
 - Role string
 - Role
 - Role
Variable string - Variable name
 
- Address string
 - DNS Address
 - Optional bool
 - Indicates if list item is considered optional.
 - Role string
 - Role
 - Role
Variable string - Variable name
 
- address String
 - DNS Address
 - optional Boolean
 - Indicates if list item is considered optional.
 - role String
 - Role
 - role
Variable String - Variable name
 
- address string
 - DNS Address
 - optional boolean
 - Indicates if list item is considered optional.
 - role string
 - Role
 - role
Variable 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
 - role
Variable String - Variable name
 
GetCiscoVpnFeatureTemplateIpv4StaticGreRoute       
- Interface
Variable string - Variable name
 - Interfaces List<string>
 - List of GRE Interfaces
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Prefix
 - Prefix
Variable string - Variable name
 - Vpn
Id int - Destination VPN to resolve the prefix
 
- Interface
Variable string - Variable name
 - Interfaces []string
 - List of GRE Interfaces
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Prefix
 - Prefix
Variable string - Variable name
 - Vpn
Id int - Destination VPN to resolve the prefix
 
- interface
Variable String - Variable name
 - interfaces List<String>
 - List of GRE Interfaces
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Prefix
 - prefix
Variable String - Variable name
 - vpn
Id Integer - Destination VPN to resolve the prefix
 
- interface
Variable string - Variable name
 - interfaces string[]
 - List of GRE Interfaces
 - optional boolean
 - Indicates if list item is considered optional.
 - prefix string
 - Prefix
 - prefix
Variable string - Variable name
 - vpn
Id 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
 
- interface
Variable String - Variable name
 - interfaces List<String>
 - List of GRE Interfaces
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Prefix
 - prefix
Variable String - Variable name
 - vpn
Id Number - Destination VPN to resolve the prefix
 
GetCiscoVpnFeatureTemplateIpv4StaticIpsecRoute       
- Interface
Variable 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
 - Prefix
Variable string - Variable name
 - Vpn
Id int - Destination VPN to resolve the prefix
 
- Interface
Variable string - Variable name
 - Interfaces []string
 - List of IPSEC Interfaces (Separated by commas)
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Prefix
 - Prefix
Variable string - Variable name
 - Vpn
Id int - Destination VPN to resolve the prefix
 
- interface
Variable 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
 - prefix
Variable String - Variable name
 - vpn
Id Integer - Destination VPN to resolve the prefix
 
- interface
Variable string - Variable name
 - interfaces string[]
 - List of IPSEC Interfaces (Separated by commas)
 - optional boolean
 - Indicates if list item is considered optional.
 - prefix string
 - Prefix
 - prefix
Variable string - Variable name
 - vpn
Id 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
 
- interface
Variable 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
 - prefix
Variable String - Variable name
 - vpn
Id Number - Destination VPN to resolve the prefix
 
GetCiscoVpnFeatureTemplateIpv4StaticRoute      
- Dhcp bool
 - Default Gateway obtained from DHCP
 - Dhcp
Variable string - Variable name
 - Distance int
 - Administrative distance
 - Distance
Variable string - Variable name
 - Next
Hops 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
 - Prefix
Variable string - Variable name
 - Track
Next List<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 stringVariable  - Variable name
 
- Dhcp bool
 - Default Gateway obtained from DHCP
 - Dhcp
Variable string - Variable name
 - Distance int
 - Administrative distance
 - Distance
Variable string - Variable name
 - Next
Hops []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
 - Prefix
Variable string - Variable name
 - Track
Next []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 stringVariable  - Variable name
 
- dhcp Boolean
 - Default Gateway obtained from DHCP
 - dhcp
Variable String - Variable name
 - distance Integer
 - Administrative distance
 - distance
Variable String - Variable name
 - next
Hops 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
 - prefix
Variable String - Variable name
 - track
Next List<GetHops Cisco Vpn Feature Template Ipv4Static Route Track Next Hop>  - IP gateway address
 - vpn
Id Integer - Destination VPN(!=0 or !=512) to resolve the prefix
 - vpn
Id StringVariable  - Variable name
 
- dhcp boolean
 - Default Gateway obtained from DHCP
 - dhcp
Variable string - Variable name
 - distance number
 - Administrative distance
 - distance
Variable string - Variable name
 - next
Hops 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
 - prefix
Variable string - Variable name
 - track
Next GetHops Cisco Vpn Feature Template Ipv4Static Route Track Next Hop[]  - IP gateway address
 - vpn
Id number - Destination VPN(!=0 or !=512) to resolve the prefix
 - vpn
Id 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
 - dhcp
Variable String - Variable name
 - distance Number
 - Administrative distance
 - distance
Variable String - Variable name
 - next
Hops 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
 - prefix
Variable String - Variable name
 - track
Next List<Property Map>Hops  - IP gateway address
 - vpn
Id Number - Destination VPN(!=0 or !=512) to resolve the prefix
 - vpn
Id StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateIpv4StaticRouteNextHop        
- Address string
 - IP Address
 - Address
Variable string - Variable name
 - Distance int
 - Administrative distance
 - Distance
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- Address string
 - IP Address
 - Address
Variable string - Variable name
 - Distance int
 - Administrative distance
 - Distance
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- address String
 - IP Address
 - address
Variable String - Variable name
 - distance Integer
 - Administrative distance
 - distance
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
- address string
 - IP Address
 - address
Variable string - Variable name
 - distance number
 - Administrative distance
 - distance
Variable 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
 - address
Variable String - Variable name
 - distance Number
 - Administrative distance
 - distance
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
GetCiscoVpnFeatureTemplateIpv4StaticRouteTrackNextHop         
- Address string
 - IP Address
 - Address
Variable string - Variable name
 - Distance int
 - Administrative distance
 - Distance
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Tracker string
 - Static route tracker
 - Tracker
Variable string - Variable name
 
- Address string
 - IP Address
 - Address
Variable string - Variable name
 - Distance int
 - Administrative distance
 - Distance
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Tracker string
 - Static route tracker
 - Tracker
Variable string - Variable name
 
- address String
 - IP Address
 - address
Variable String - Variable name
 - distance Integer
 - Administrative distance
 - distance
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - tracker String
 - Static route tracker
 - tracker
Variable String - Variable name
 
- address string
 - IP Address
 - address
Variable string - Variable name
 - distance number
 - Administrative distance
 - distance
Variable string - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - tracker string
 - Static route tracker
 - tracker
Variable 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
 - address
Variable String - Variable name
 - distance Number
 - Administrative distance
 - distance
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - tracker String
 - Static route tracker
 - tracker
Variable String - Variable name
 
GetCiscoVpnFeatureTemplateIpv4StaticServiceRoute       
- Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Prefix
 - Prefix
Variable string - Variable name
 - Service string
 - Service
 - Vpn
Id int - Destination VPN to resolve the prefix
 
- Optional bool
 - Indicates if list item is considered optional.
 - Prefix string
 - Prefix
 - Prefix
Variable string - Variable name
 - Service string
 - Service
 - Vpn
Id int - Destination VPN to resolve the prefix
 
- optional Boolean
 - Indicates if list item is considered optional.
 - prefix String
 - Prefix
 - prefix
Variable String - Variable name
 - service String
 - Service
 - vpn
Id Integer - Destination VPN to resolve the prefix
 
- optional boolean
 - Indicates if list item is considered optional.
 - prefix string
 - Prefix
 - prefix
Variable string - Variable name
 - service string
 - Service
 - vpn
Id 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
 - prefix
Variable String - Variable name
 - service String
 - Service
 - vpn
Id Number - Destination VPN to resolve the prefix
 
GetCiscoVpnFeatureTemplateIpv6StaticRoute      
- Nat string
 - NAT
 - Nat
Variable string - Variable name
 - Next
Hops 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
 - Prefix
Variable string - Variable name
 - Vpn
Id int - Destination VPN(!=0 or !=512) to resolve the prefix
 - Vpn
Id stringVariable  - Variable name
 
- Nat string
 - NAT
 - Nat
Variable string - Variable name
 - Next
Hops []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
 - Prefix
Variable string - Variable name
 - Vpn
Id int - Destination VPN(!=0 or !=512) to resolve the prefix
 - Vpn
Id stringVariable  - Variable name
 
- nat String
 - NAT
 - nat
Variable String - Variable name
 - next
Hops 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
 - prefix
Variable String - Variable name
 - vpn
Id Integer - Destination VPN(!=0 or !=512) to resolve the prefix
 - vpn
Id StringVariable  - Variable name
 
- nat string
 - NAT
 - nat
Variable string - Variable name
 - next
Hops 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
 - prefix
Variable string - Variable name
 - vpn
Id number - Destination VPN(!=0 or !=512) to resolve the prefix
 - vpn
Id 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
 - nat
Variable String - Variable name
 - next
Hops 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
 - prefix
Variable String - Variable name
 - vpn
Id Number - Destination VPN(!=0 or !=512) to resolve the prefix
 - vpn
Id StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateIpv6StaticRouteNextHop        
- Address string
 - IP Address
 - Address
Variable string - Variable name
 - Distance int
 - Administrative distance
 - Distance
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- Address string
 - IP Address
 - Address
Variable string - Variable name
 - Distance int
 - Administrative distance
 - Distance
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 
- address String
 - IP Address
 - address
Variable String - Variable name
 - distance Integer
 - Administrative distance
 - distance
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
- address string
 - IP Address
 - address
Variable string - Variable name
 - distance number
 - Administrative distance
 - distance
Variable 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
 - address
Variable String - Variable name
 - distance Number
 - Administrative distance
 - distance
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 
GetCiscoVpnFeatureTemplateNat64Pool     
- End
Address string - Ending IP address of NAT pool range
 - End
Address stringVariable  - Variable name
 - Leak
From boolGlobal  - Enable Route Leaking from Global VPN to this Service VPN
 - Leak
From stringGlobal Protocol  - Select protocol for route leaking
 - Leak
To 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
 - Overload
Variable string - Variable name
 - Start
Address string - Starting IP address of NAT pool range
 - Start
Address stringVariable  - Variable name
 
- End
Address string - Ending IP address of NAT pool range
 - End
Address stringVariable  - Variable name
 - Leak
From boolGlobal  - Enable Route Leaking from Global VPN to this Service VPN
 - Leak
From stringGlobal Protocol  - Select protocol for route leaking
 - Leak
To 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
 - Overload
Variable string - Variable name
 - Start
Address string - Starting IP address of NAT pool range
 - Start
Address stringVariable  - Variable name
 
- end
Address String - Ending IP address of NAT pool range
 - end
Address StringVariable  - Variable name
 - leak
From BooleanGlobal  - Enable Route Leaking from Global VPN to this Service VPN
 - leak
From StringGlobal Protocol  - Select protocol for route leaking
 - leak
To 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
 - overload
Variable String - Variable name
 - start
Address String - Starting IP address of NAT pool range
 - start
Address StringVariable  - Variable name
 
- end
Address string - Ending IP address of NAT pool range
 - end
Address stringVariable  - Variable name
 - leak
From booleanGlobal  - Enable Route Leaking from Global VPN to this Service VPN
 - leak
From stringGlobal Protocol  - Select protocol for route leaking
 - leak
To 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
 - overload
Variable string - Variable name
 - start
Address string - Starting IP address of NAT pool range
 - start
Address 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
 
- end
Address String - Ending IP address of NAT pool range
 - end
Address StringVariable  - Variable name
 - leak
From BooleanGlobal  - Enable Route Leaking from Global VPN to this Service VPN
 - leak
From StringGlobal Protocol  - Select protocol for route leaking
 - leak
To 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
 - overload
Variable String - Variable name
 - start
Address String - Starting IP address of NAT pool range
 - start
Address StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateNatPool      
- Direction string
 - Direction of NAT translation
 - Direction
Variable string - Variable name
 - Name int
 - NAT Pool Name, natpool1..31
 - Name
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Overload bool
 - Enable port translation(PAT)
 - Overload
Variable string - Variable name
 - Prefix
Length int - Ending IP address of NAT Pool Prefix Length
 - Prefix
Length stringVariable  - Variable name
 - Range
End string - Ending IP address of NAT pool range
 - Range
End stringVariable  - Variable name
 - Range
Start string - Starting IP address of NAT pool range
 - Range
Start stringVariable  - Variable name
 - Tracker
Id int - Add Object/Object Group Tracker
 - Tracker
Id stringVariable  - Variable name
 
- Direction string
 - Direction of NAT translation
 - Direction
Variable string - Variable name
 - Name int
 - NAT Pool Name, natpool1..31
 - Name
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Overload bool
 - Enable port translation(PAT)
 - Overload
Variable string - Variable name
 - Prefix
Length int - Ending IP address of NAT Pool Prefix Length
 - Prefix
Length stringVariable  - Variable name
 - Range
End string - Ending IP address of NAT pool range
 - Range
End stringVariable  - Variable name
 - Range
Start string - Starting IP address of NAT pool range
 - Range
Start stringVariable  - Variable name
 - Tracker
Id int - Add Object/Object Group Tracker
 - Tracker
Id stringVariable  - Variable name
 
- direction String
 - Direction of NAT translation
 - direction
Variable String - Variable name
 - name Integer
 - NAT Pool Name, natpool1..31
 - name
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - overload Boolean
 - Enable port translation(PAT)
 - overload
Variable String - Variable name
 - prefix
Length Integer - Ending IP address of NAT Pool Prefix Length
 - prefix
Length StringVariable  - Variable name
 - range
End String - Ending IP address of NAT pool range
 - range
End StringVariable  - Variable name
 - range
Start String - Starting IP address of NAT pool range
 - range
Start StringVariable  - Variable name
 - tracker
Id Integer - Add Object/Object Group Tracker
 - tracker
Id StringVariable  - Variable name
 
- direction string
 - Direction of NAT translation
 - direction
Variable string - Variable name
 - name number
 - NAT Pool Name, natpool1..31
 - name
Variable string - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - overload boolean
 - Enable port translation(PAT)
 - overload
Variable string - Variable name
 - prefix
Length number - Ending IP address of NAT Pool Prefix Length
 - prefix
Length stringVariable  - Variable name
 - range
End string - Ending IP address of NAT pool range
 - range
End stringVariable  - Variable name
 - range
Start string - Starting IP address of NAT pool range
 - range
Start stringVariable  - Variable name
 - tracker
Id number - Add Object/Object Group Tracker
 - tracker
Id 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
 - direction
Variable String - Variable name
 - name Number
 - NAT Pool Name, natpool1..31
 - name
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - overload Boolean
 - Enable port translation(PAT)
 - overload
Variable String - Variable name
 - prefix
Length Number - Ending IP address of NAT Pool Prefix Length
 - prefix
Length StringVariable  - Variable name
 - range
End String - Ending IP address of NAT pool range
 - range
End StringVariable  - Variable name
 - range
Start String - Starting IP address of NAT pool range
 - range
Start StringVariable  - Variable name
 - tracker
Id Number - Add Object/Object Group Tracker
 - tracker
Id StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateOmpAdvertiseIpv4Route       
- Optional bool
 - Indicates if list item is considered optional.
 - Prefixes
List<Get
Cisco Vpn Feature Template Omp Advertise Ipv4Route Prefix>  - Protocol string
 - Advertised routes protocol
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub List<string>Types  - Protocol
Variable string - Variable name
 - Route
Policy string - Set Route Policy to OMP
 - Route
Policy stringVariable  - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Prefixes
[]Get
Cisco Vpn Feature Template Omp Advertise Ipv4Route Prefix  - Protocol string
 - Advertised routes protocol
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub []stringTypes  - Protocol
Variable string - Variable name
 - Route
Policy string - Set Route Policy to OMP
 - Route
Policy stringVariable  - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - prefixes
List<Get
Cisco Vpn Feature Template Omp Advertise Ipv4Route Prefix>  - protocol String
 - Advertised routes protocol
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - route
Policy String - Set Route Policy to OMP
 - route
Policy StringVariable  - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - prefixes
Get
Cisco Vpn Feature Template Omp Advertise Ipv4Route Prefix[]  - protocol string
 - Advertised routes protocol
 - protocol
Sub stringType Variable  - Variable name
 - protocol
Sub string[]Types  - protocol
Variable string - Variable name
 - route
Policy string - Set Route Policy to OMP
 - route
Policy stringVariable  - Variable name
 
- optional bool
 - Indicates if list item is considered optional.
 - prefixes
Sequence[Get
Cisco 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
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - route
Policy String - Set Route Policy to OMP
 - route
Policy StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateOmpAdvertiseIpv4RoutePrefix        
- Aggregate
Only bool - Aggregate Only
 - Aggregate
Only stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix
Entry string - Prefix
 - Prefix
Entry stringVariable  - Variable name
 
- Aggregate
Only bool - Aggregate Only
 - Aggregate
Only stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix
Entry string - Prefix
 - Prefix
Entry stringVariable  - Variable name
 
- aggregate
Only Boolean - Aggregate Only
 - aggregate
Only StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix
Entry String - Prefix
 - prefix
Entry StringVariable  - Variable name
 
- aggregate
Only boolean - Aggregate Only
 - aggregate
Only stringVariable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - prefix
Entry string - Prefix
 - prefix
Entry 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
 
- aggregate
Only Boolean - Aggregate Only
 - aggregate
Only StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix
Entry String - Prefix
 - prefix
Entry StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateOmpAdvertiseIpv6Route       
- Optional bool
 - Indicates if list item is considered optional.
 - Prefixes
List<Get
Cisco Vpn Feature Template Omp Advertise Ipv6Route Prefix>  - Protocol string
 - Advertised routes protocol
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub List<string>Types  - Protocol
Variable string - Variable name
 - Route
Policy string - Route
Policy stringVariable  - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Prefixes
[]Get
Cisco Vpn Feature Template Omp Advertise Ipv6Route Prefix  - Protocol string
 - Advertised routes protocol
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub []stringTypes  - Protocol
Variable string - Variable name
 - Route
Policy string - Route
Policy stringVariable  - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - prefixes
List<Get
Cisco Vpn Feature Template Omp Advertise Ipv6Route Prefix>  - protocol String
 - Advertised routes protocol
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - route
Policy String - route
Policy StringVariable  - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - prefixes
Get
Cisco Vpn Feature Template Omp Advertise Ipv6Route Prefix[]  - protocol string
 - Advertised routes protocol
 - protocol
Sub stringType Variable  - Variable name
 - protocol
Sub string[]Types  - protocol
Variable string - Variable name
 - route
Policy string - route
Policy stringVariable  - Variable name
 
- optional bool
 - Indicates if list item is considered optional.
 - prefixes
Sequence[Get
Cisco 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
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - route
Policy String - route
Policy StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateOmpAdvertiseIpv6RoutePrefix        
- Aggregate
Only bool - Aggregate Only
 - Aggregate
Only stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix
Entry string - Prefix
 - Prefix
Entry stringVariable  - Variable name
 
- Aggregate
Only bool - Aggregate Only
 - Aggregate
Only stringVariable  - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Prefix
Entry string - Prefix
 - Prefix
Entry stringVariable  - Variable name
 
- aggregate
Only Boolean - Aggregate Only
 - aggregate
Only StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix
Entry String - Prefix
 - prefix
Entry StringVariable  - Variable name
 
- aggregate
Only boolean - Aggregate Only
 - aggregate
Only stringVariable  - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - prefix
Entry string - Prefix
 - prefix
Entry 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
 
- aggregate
Only Boolean - Aggregate Only
 - aggregate
Only StringVariable  - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - prefix
Entry String - Prefix
 - prefix
Entry StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplatePortForwardRule       
- Optional bool
 - Indicates if list item is considered optional.
 - Pool
Name int - NAT Pool Name, natpool1..31
 - Pool
Name stringVariable  - Variable name
 - Protocol string
 - Protocol
 - Protocol
Variable string - Variable name
 - Source
Ip string - Source IP address to be translated
 - Source
Ip stringVariable  - Variable name
 - Source
Port int - Source Port
 - Source
Port stringVariable  - Variable name
 - Translate
Ip string - Statically translated source IP address
 - Translate
Ip stringVariable  - Variable name
 - Translate
Port int - Translate Port
 - Translate
Port stringVariable  - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Pool
Name int - NAT Pool Name, natpool1..31
 - Pool
Name stringVariable  - Variable name
 - Protocol string
 - Protocol
 - Protocol
Variable string - Variable name
 - Source
Ip string - Source IP address to be translated
 - Source
Ip stringVariable  - Variable name
 - Source
Port int - Source Port
 - Source
Port stringVariable  - Variable name
 - Translate
Ip string - Statically translated source IP address
 - Translate
Ip stringVariable  - Variable name
 - Translate
Port int - Translate Port
 - Translate
Port stringVariable  - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - pool
Name Integer - NAT Pool Name, natpool1..31
 - pool
Name StringVariable  - Variable name
 - protocol String
 - Protocol
 - protocol
Variable String - Variable name
 - source
Ip String - Source IP address to be translated
 - source
Ip StringVariable  - Variable name
 - source
Port Integer - Source Port
 - source
Port StringVariable  - Variable name
 - translate
Ip String - Statically translated source IP address
 - translate
Ip StringVariable  - Variable name
 - translate
Port Integer - Translate Port
 - translate
Port StringVariable  - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - pool
Name number - NAT Pool Name, natpool1..31
 - pool
Name stringVariable  - Variable name
 - protocol string
 - Protocol
 - protocol
Variable string - Variable name
 - source
Ip string - Source IP address to be translated
 - source
Ip stringVariable  - Variable name
 - source
Port number - Source Port
 - source
Port stringVariable  - Variable name
 - translate
Ip string - Statically translated source IP address
 - translate
Ip stringVariable  - Variable name
 - translate
Port number - Translate Port
 - translate
Port 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.
 - pool
Name Number - NAT Pool Name, natpool1..31
 - pool
Name StringVariable  - Variable name
 - protocol String
 - Protocol
 - protocol
Variable String - Variable name
 - source
Ip String - Source IP address to be translated
 - source
Ip StringVariable  - Variable name
 - source
Port Number - Source Port
 - source
Port StringVariable  - Variable name
 - translate
Ip String - Statically translated source IP address
 - translate
Ip StringVariable  - Variable name
 - translate
Port Number - Translate Port
 - translate
Port 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
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub List<string>Types  - Protocol
Variable string - Variable name
 - Redistributes
List<Get
Cisco Vpn Feature Template Route Global Export Redistribute>  - Enable redistribution of replicated route protocol
 - Route
Policy 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
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub []stringTypes  - Protocol
Variable string - Variable name
 - Redistributes
[]Get
Cisco Vpn Feature Template Route Global Export Redistribute  - Enable redistribution of replicated route protocol
 - Route
Policy 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
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - redistributes
List<Get
Cisco Vpn Feature Template Route Global Export Redistribute>  - Enable redistribution of replicated route protocol
 - route
Policy 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
 - protocol
Sub stringType Variable  - Variable name
 - protocol
Sub string[]Types  - protocol
Variable string - Variable name
 - redistributes
Get
Cisco Vpn Feature Template Route Global Export Redistribute[]  - Enable redistribution of replicated route protocol
 - route
Policy 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[Get
Cisco 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
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - redistributes List<Property Map>
 - Enable redistribution of replicated route protocol
 - route
Policy 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
 - Protocol
Variable string - Variable name
 - Route
Policy 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
 - Protocol
Variable string - Variable name
 - Route
Policy 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
 - protocol
Variable String - Variable name
 - route
Policy 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
 - protocol
Variable string - Variable name
 - route
Policy 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
 - protocol
Variable String - Variable name
 - route
Policy 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
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub List<string>Types  - Protocol
Variable string - Variable name
 - Redistributes
List<Get
Cisco Vpn Feature Template Route Global Import Redistribute>  - Enable redistribution of replicated route protocol
 - Route
Policy 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
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub []stringTypes  - Protocol
Variable string - Variable name
 - Redistributes
[]Get
Cisco Vpn Feature Template Route Global Import Redistribute  - Enable redistribution of replicated route protocol
 - Route
Policy 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
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - redistributes
List<Get
Cisco Vpn Feature Template Route Global Import Redistribute>  - Enable redistribution of replicated route protocol
 - route
Policy 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
 - protocol
Sub stringType Variable  - Variable name
 - protocol
Sub string[]Types  - protocol
Variable string - Variable name
 - redistributes
Get
Cisco Vpn Feature Template Route Global Import Redistribute[]  - Enable redistribution of replicated route protocol
 - route
Policy 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[Get
Cisco 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
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - redistributes List<Property Map>
 - Enable redistribution of replicated route protocol
 - route
Policy 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
 - Protocol
Variable string - Variable name
 - Route
Policy 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
 - Protocol
Variable string - Variable name
 - Route
Policy 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
 - protocol
Variable String - Variable name
 - route
Policy 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
 - protocol
Variable string - Variable name
 - route
Policy 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
 - protocol
Variable String - Variable name
 - route
Policy 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
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub List<string>Types  - Protocol
Variable string - Variable name
 - Redistributes
List<Get
Cisco Vpn Feature Template Route Vpn Import Redistribute>  - Enable redistribution of replicated route protocol
 - Route
Policy string - Select a Route Policy to enable route leaking to current VPN
 - Route
Policy stringVariable  - Variable name
 - Source
Vpn intId  - Select a Source VPN where route leaks from
 - Source
Vpn 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
 - Protocol
Sub stringType Variable  - Variable name
 - Protocol
Sub []stringTypes  - Protocol
Variable string - Variable name
 - Redistributes
[]Get
Cisco Vpn Feature Template Route Vpn Import Redistribute  - Enable redistribution of replicated route protocol
 - Route
Policy string - Select a Route Policy to enable route leaking to current VPN
 - Route
Policy stringVariable  - Variable name
 - Source
Vpn intId  - Select a Source VPN where route leaks from
 - Source
Vpn 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
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - redistributes
List<Get
Cisco Vpn Feature Template Route Vpn Import Redistribute>  - Enable redistribution of replicated route protocol
 - route
Policy String - Select a Route Policy to enable route leaking to current VPN
 - route
Policy StringVariable  - Variable name
 - source
Vpn IntegerId  - Select a Source VPN where route leaks from
 - source
Vpn 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
 - protocol
Sub stringType Variable  - Variable name
 - protocol
Sub string[]Types  - protocol
Variable string - Variable name
 - redistributes
Get
Cisco Vpn Feature Template Route Vpn Import Redistribute[]  - Enable redistribution of replicated route protocol
 - route
Policy string - Select a Route Policy to enable route leaking to current VPN
 - route
Policy stringVariable  - Variable name
 - source
Vpn numberId  - Select a Source VPN where route leaks from
 - source
Vpn 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[Get
Cisco 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
 - protocol
Sub StringType Variable  - Variable name
 - protocol
Sub List<String>Types  - protocol
Variable String - Variable name
 - redistributes List<Property Map>
 - Enable redistribution of replicated route protocol
 - route
Policy String - Select a Route Policy to enable route leaking to current VPN
 - route
Policy StringVariable  - Variable name
 - source
Vpn NumberId  - Select a Source VPN where route leaks from
 - source
Vpn StringId Variable  - Variable name
 
GetCiscoVpnFeatureTemplateRouteVpnImportRedistribute        
- Optional bool
 - Indicates if list item is considered optional.
 - Protocol string
 - Select a Route Protocol to enable redistribution
 - Protocol
Variable string - Variable name
 - Route
Policy string - Select a Route Policy to enable redistribution
 - Route
Policy stringVariable  - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Protocol string
 - Select a Route Protocol to enable redistribution
 - Protocol
Variable string - Variable name
 - Route
Policy string - Select a Route Policy to enable redistribution
 - Route
Policy stringVariable  - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - protocol String
 - Select a Route Protocol to enable redistribution
 - protocol
Variable String - Variable name
 - route
Policy String - Select a Route Policy to enable redistribution
 - route
Policy StringVariable  - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - protocol string
 - Select a Route Protocol to enable redistribution
 - protocol
Variable string - Variable name
 - route
Policy string - Select a Route Policy to enable redistribution
 - route
Policy 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
 - protocol
Variable String - Variable name
 - route
Policy String - Select a Route Policy to enable redistribution
 - route
Policy StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateService     
- Address
Variable string - Variable name
 - Addresses List<string>
 - List of IPv4 address
 - Interface string
 - Tracking Service
 - Interface
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Service
Types string - Service Type
 - Track
Enable bool - Tracking Service
 - Track
Enable stringVariable  - Variable name
 
- Address
Variable string - Variable name
 - Addresses []string
 - List of IPv4 address
 - Interface string
 - Tracking Service
 - Interface
Variable string - Variable name
 - Optional bool
 - Indicates if list item is considered optional.
 - Service
Types string - Service Type
 - Track
Enable bool - Tracking Service
 - Track
Enable stringVariable  - Variable name
 
- address
Variable String - Variable name
 - addresses List<String>
 - List of IPv4 address
 - interface
Variable String - Variable name
 - interface_ String
 - Tracking Service
 - optional Boolean
 - Indicates if list item is considered optional.
 - service
Types String - Service Type
 - track
Enable Boolean - Tracking Service
 - track
Enable StringVariable  - Variable name
 
- address
Variable string - Variable name
 - addresses string[]
 - List of IPv4 address
 - interface string
 - Tracking Service
 - interface
Variable string - Variable name
 - optional boolean
 - Indicates if list item is considered optional.
 - service
Types string - Service Type
 - track
Enable boolean - Tracking Service
 - track
Enable 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
 
- address
Variable String - Variable name
 - addresses List<String>
 - List of IPv4 address
 - interface String
 - Tracking Service
 - interface
Variable String - Variable name
 - optional Boolean
 - Indicates if list item is considered optional.
 - service
Types String - Service Type
 - track
Enable Boolean - Tracking Service
 - track
Enable StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateStaticNatRule       
- Optional bool
 - Indicates if list item is considered optional.
 - Pool
Name int - NAT Pool Name, natpool1..31
 - Pool
Name stringVariable  - Variable name
 - Source
Ip string - Source IP address to be translated
 - Source
Ip stringVariable  - Variable name
 - Static
Nat stringDirection  - Direction of static NAT translation
 - Static
Nat stringDirection Variable  - Variable name
 - Tracker
Id int - Add Object/Object Group Tracker
 - Tracker
Id stringVariable  - Variable name
 - Translate
Ip string - Statically translated source IP address
 - Translate
Ip stringVariable  - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Pool
Name int - NAT Pool Name, natpool1..31
 - Pool
Name stringVariable  - Variable name
 - Source
Ip string - Source IP address to be translated
 - Source
Ip stringVariable  - Variable name
 - Static
Nat stringDirection  - Direction of static NAT translation
 - Static
Nat stringDirection Variable  - Variable name
 - Tracker
Id int - Add Object/Object Group Tracker
 - Tracker
Id stringVariable  - Variable name
 - Translate
Ip string - Statically translated source IP address
 - Translate
Ip stringVariable  - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - pool
Name Integer - NAT Pool Name, natpool1..31
 - pool
Name StringVariable  - Variable name
 - source
Ip String - Source IP address to be translated
 - source
Ip StringVariable  - Variable name
 - static
Nat StringDirection  - Direction of static NAT translation
 - static
Nat StringDirection Variable  - Variable name
 - tracker
Id Integer - Add Object/Object Group Tracker
 - tracker
Id StringVariable  - Variable name
 - translate
Ip String - Statically translated source IP address
 - translate
Ip StringVariable  - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - pool
Name number - NAT Pool Name, natpool1..31
 - pool
Name stringVariable  - Variable name
 - source
Ip string - Source IP address to be translated
 - source
Ip stringVariable  - Variable name
 - static
Nat stringDirection  - Direction of static NAT translation
 - static
Nat stringDirection Variable  - Variable name
 - tracker
Id number - Add Object/Object Group Tracker
 - tracker
Id stringVariable  - Variable name
 - translate
Ip string - Statically translated source IP address
 - translate
Ip 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.
 - pool
Name Number - NAT Pool Name, natpool1..31
 - pool
Name StringVariable  - Variable name
 - source
Ip String - Source IP address to be translated
 - source
Ip StringVariable  - Variable name
 - static
Nat StringDirection  - Direction of static NAT translation
 - static
Nat StringDirection Variable  - Variable name
 - tracker
Id Number - Add Object/Object Group Tracker
 - tracker
Id StringVariable  - Variable name
 - translate
Ip String - Statically translated source IP address
 - translate
Ip StringVariable  - Variable name
 
GetCiscoVpnFeatureTemplateStaticNatSubnetRule        
- Optional bool
 - Indicates if list item is considered optional.
 - Prefix
Length int - Network Prefix Length
 - Prefix
Length stringVariable  - Variable name
 - Source
Ip stringSubnet  - Source IP Subnet to be translated
 - Source
Ip stringSubnet Variable  - Variable name
 - Static
Nat stringDirection  - Direction of static NAT translation
 - Static
Nat stringDirection Variable  - Variable name
 - Tracker
Id int - Add Object/Object Group Tracker
 - Tracker
Id stringVariable  - Variable name
 - Translate
Ip stringSubnet  - Statically translated source IP Subnet
 - Translate
Ip stringSubnet Variable  - Variable name
 
- Optional bool
 - Indicates if list item is considered optional.
 - Prefix
Length int - Network Prefix Length
 - Prefix
Length stringVariable  - Variable name
 - Source
Ip stringSubnet  - Source IP Subnet to be translated
 - Source
Ip stringSubnet Variable  - Variable name
 - Static
Nat stringDirection  - Direction of static NAT translation
 - Static
Nat stringDirection Variable  - Variable name
 - Tracker
Id int - Add Object/Object Group Tracker
 - Tracker
Id stringVariable  - Variable name
 - Translate
Ip stringSubnet  - Statically translated source IP Subnet
 - Translate
Ip stringSubnet Variable  - Variable name
 
- optional Boolean
 - Indicates if list item is considered optional.
 - prefix
Length Integer - Network Prefix Length
 - prefix
Length StringVariable  - Variable name
 - source
Ip StringSubnet  - Source IP Subnet to be translated
 - source
Ip StringSubnet Variable  - Variable name
 - static
Nat StringDirection  - Direction of static NAT translation
 - static
Nat StringDirection Variable  - Variable name
 - tracker
Id Integer - Add Object/Object Group Tracker
 - tracker
Id StringVariable  - Variable name
 - translate
Ip StringSubnet  - Statically translated source IP Subnet
 - translate
Ip StringSubnet Variable  - Variable name
 
- optional boolean
 - Indicates if list item is considered optional.
 - prefix
Length number - Network Prefix Length
 - prefix
Length stringVariable  - Variable name
 - source
Ip stringSubnet  - Source IP Subnet to be translated
 - source
Ip stringSubnet Variable  - Variable name
 - static
Nat stringDirection  - Direction of static NAT translation
 - static
Nat stringDirection Variable  - Variable name
 - tracker
Id number - Add Object/Object Group Tracker
 - tracker
Id stringVariable  - Variable name
 - translate
Ip stringSubnet  - Statically translated source IP Subnet
 - translate
Ip 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.
 - prefix
Length Number - Network Prefix Length
 - prefix
Length StringVariable  - Variable name
 - source
Ip StringSubnet  - Source IP Subnet to be translated
 - source
Ip StringSubnet Variable  - Variable name
 - static
Nat StringDirection  - Direction of static NAT translation
 - static
Nat StringDirection Variable  - Variable name
 - tracker
Id Number - Add Object/Object Group Tracker
 - tracker
Id StringVariable  - Variable name
 - translate
Ip StringSubnet  - Statically translated source IP Subnet
 - translate
Ip 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.