Cisco Catalyst SD-WAN v0.2.0 published on Friday, Nov 1, 2024 by Pulumi
sdwan.getCiscoSystemFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco System feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoSystemFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_system_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.LookupCiscoSystemFeatureTemplate(ctx, &sdwan.LookupCiscoSystemFeatureTemplateArgs{
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.GetCiscoSystemFeatureTemplate.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.GetCiscoSystemFeatureTemplateArgs;
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.getCiscoSystemFeatureTemplate(GetCiscoSystemFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getCiscoSystemFeatureTemplate
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoSystemFeatureTemplate
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 getCiscoSystemFeatureTemplate(args: GetCiscoSystemFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoSystemFeatureTemplateResult>
function getCiscoSystemFeatureTemplateOutput(args: GetCiscoSystemFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoSystemFeatureTemplateResult>
def get_cisco_system_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCiscoSystemFeatureTemplateResult
def get_cisco_system_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCiscoSystemFeatureTemplateResult]
func LookupCiscoSystemFeatureTemplate(ctx *Context, args *LookupCiscoSystemFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoSystemFeatureTemplateResult, error)
func LookupCiscoSystemFeatureTemplateOutput(ctx *Context, args *LookupCiscoSystemFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoSystemFeatureTemplateResultOutput
> Note: This function is named LookupCiscoSystemFeatureTemplate
in the Go SDK.
public static class GetCiscoSystemFeatureTemplate
{
public static Task<GetCiscoSystemFeatureTemplateResult> InvokeAsync(GetCiscoSystemFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCiscoSystemFeatureTemplateResult> Invoke(GetCiscoSystemFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCiscoSystemFeatureTemplateResult> getCiscoSystemFeatureTemplate(GetCiscoSystemFeatureTemplateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getCiscoSystemFeatureTemplate:getCiscoSystemFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getCiscoSystemFeatureTemplate Result
The following output properties are available:
- Admin
Tech boolOn Failure - Collect admin-tech before reboot due to daemon failure
- Admin
Tech stringOn Failure Variable - Variable name
- Affinity
Group intNumber - Set the affinity group number for router
- Affinity
Group stringNumber Variable - Variable name
- Affinity
Group stringPreference Variable - Variable name
- Affinity
Group List<int>Preferences - Set the affinity group preference
- Console
Baud stringRate - Set the console baud rate
- Console
Baud stringRate Variable - Variable name
- Control
Session intPps - Set the policer rate for control sessions
- Control
Session stringPps Variable - Variable name
- Controller
Group stringList Variable - Variable name
- Controller
Group List<int>Lists - Configure a list of comma-separated device groups
- Description string
- The description of the feature template
- Device
Groups List<string> - Device groups (Use comma(,) for multiple groups)
- Device
Groups stringVariable - Variable name
- Device
Types List<string> - List of supported device types
- Enable
Mrf stringMigration - Enable migration mode to Multi-Region Fabric
- Geo
Fencing bool - Enable Geo fencing
- Geo
Fencing intRange - Set the device’s geo fencing range
- Geo
Fencing stringRange Variable - Variable name
- Geo
Fencing boolSms - Enable Geo fencing
- Geo
Fencing List<GetSms Phone Numbers Cisco System Feature Template Geo Fencing Sms Phone Number> - Set device’s geo fencing SMS phone number
- Hostname string
- Set the hostname
- Hostname
Variable string - Variable name
- Id string
- The id of the feature template
- Idle
Timeout int - Idle CLI timeout in minutes
- Idle
Timeout stringVariable - Variable name
- Latitude double
- Set the device’s physical latitude
- Latitude
Variable string - Variable name
- Location string
- Set the location of the device
- Location
Variable string - Variable name
- Longitude double
- Set the device’s physical longitude
- Longitude
Variable string - Variable name
- Max
Omp intSessions - Set the maximum number of OMP sessions \n\n the device can have
- Max
Omp stringSessions Variable - Variable name
- Migration
Bgp intCommunity - Set BGP community during migration from BGP-core based network
- Multi
Tenant bool - Device is multi-tenant
- Multi
Tenant stringVariable - Variable name
- Name string
- The name of the feature template
- Object
Trackers List<GetCisco System Feature Template Object Tracker> - Object Track configuration
- On
Demand boolTunnel - Enable or disable On-demand Tunnel
- On
Demand intTunnel Idle Timeout - Idle CLI timeout in minutes
- On
Demand stringTunnel Idle Timeout Variable - Variable name
- On
Demand stringTunnel Variable - Variable name
- Overlay
Id int - Set the Overlay ID
- Overlay
Id stringVariable - Variable name
- Port
Hopping bool - Enable port hopping
- Port
Hopping stringVariable - Variable name
- Port
Offset int - Set the TLOC port offset when multiple devices are behind a NAT
- Port
Offset stringVariable - Variable name
- Region
Id int - Set region ID
- Region
Id stringVariable - Variable name
- Role string
- Set the role for router
- Role
Variable string - Variable name
- Secondary
Region intId - Set secondary region ID
- Secondary
Region stringId Variable - Variable name
- Site
Id int - Set the site identifier
- Site
Id stringVariable - Variable name
- System
Description string - Set a text description of the device
- System
Description stringVariable - Variable name
- System
Ip string - Set the system IP address
- System
Ip stringVariable - Variable name
- Template
Type string - The template type
- Timezone string
- Set the timezone
- Timezone
Variable string - Variable name
- Track
Default boolGateway - Enable or disable default gateway tracking
- Track
Default stringGateway Variable - Variable name
- Track
Interface intTag - OMP Tag attached to routes based on interface tracking
- Track
Interface stringTag Variable - Variable name
- Track
Transport bool - Configure tracking of transport
- Track
Transport stringVariable - Variable name
- Trackers
List<Get
Cisco System Feature Template Tracker> - Tracker configuration
- Transport
Gateway bool - Enable transport gateway
- Transport
Gateway stringVariable - Variable name
- Version int
- The version of the feature template
- Admin
Tech boolOn Failure - Collect admin-tech before reboot due to daemon failure
- Admin
Tech stringOn Failure Variable - Variable name
- Affinity
Group intNumber - Set the affinity group number for router
- Affinity
Group stringNumber Variable - Variable name
- Affinity
Group stringPreference Variable - Variable name
- Affinity
Group []intPreferences - Set the affinity group preference
- Console
Baud stringRate - Set the console baud rate
- Console
Baud stringRate Variable - Variable name
- Control
Session intPps - Set the policer rate for control sessions
- Control
Session stringPps Variable - Variable name
- Controller
Group stringList Variable - Variable name
- Controller
Group []intLists - Configure a list of comma-separated device groups
- Description string
- The description of the feature template
- Device
Groups []string - Device groups (Use comma(,) for multiple groups)
- Device
Groups stringVariable - Variable name
- Device
Types []string - List of supported device types
- Enable
Mrf stringMigration - Enable migration mode to Multi-Region Fabric
- Geo
Fencing bool - Enable Geo fencing
- Geo
Fencing intRange - Set the device’s geo fencing range
- Geo
Fencing stringRange Variable - Variable name
- Geo
Fencing boolSms - Enable Geo fencing
- Geo
Fencing []GetSms Phone Numbers Cisco System Feature Template Geo Fencing Sms Phone Number - Set device’s geo fencing SMS phone number
- Hostname string
- Set the hostname
- Hostname
Variable string - Variable name
- Id string
- The id of the feature template
- Idle
Timeout int - Idle CLI timeout in minutes
- Idle
Timeout stringVariable - Variable name
- Latitude float64
- Set the device’s physical latitude
- Latitude
Variable string - Variable name
- Location string
- Set the location of the device
- Location
Variable string - Variable name
- Longitude float64
- Set the device’s physical longitude
- Longitude
Variable string - Variable name
- Max
Omp intSessions - Set the maximum number of OMP sessions \n\n the device can have
- Max
Omp stringSessions Variable - Variable name
- Migration
Bgp intCommunity - Set BGP community during migration from BGP-core based network
- Multi
Tenant bool - Device is multi-tenant
- Multi
Tenant stringVariable - Variable name
- Name string
- The name of the feature template
- Object
Trackers []GetCisco System Feature Template Object Tracker - Object Track configuration
- On
Demand boolTunnel - Enable or disable On-demand Tunnel
- On
Demand intTunnel Idle Timeout - Idle CLI timeout in minutes
- On
Demand stringTunnel Idle Timeout Variable - Variable name
- On
Demand stringTunnel Variable - Variable name
- Overlay
Id int - Set the Overlay ID
- Overlay
Id stringVariable - Variable name
- Port
Hopping bool - Enable port hopping
- Port
Hopping stringVariable - Variable name
- Port
Offset int - Set the TLOC port offset when multiple devices are behind a NAT
- Port
Offset stringVariable - Variable name
- Region
Id int - Set region ID
- Region
Id stringVariable - Variable name
- Role string
- Set the role for router
- Role
Variable string - Variable name
- Secondary
Region intId - Set secondary region ID
- Secondary
Region stringId Variable - Variable name
- Site
Id int - Set the site identifier
- Site
Id stringVariable - Variable name
- System
Description string - Set a text description of the device
- System
Description stringVariable - Variable name
- System
Ip string - Set the system IP address
- System
Ip stringVariable - Variable name
- Template
Type string - The template type
- Timezone string
- Set the timezone
- Timezone
Variable string - Variable name
- Track
Default boolGateway - Enable or disable default gateway tracking
- Track
Default stringGateway Variable - Variable name
- Track
Interface intTag - OMP Tag attached to routes based on interface tracking
- Track
Interface stringTag Variable - Variable name
- Track
Transport bool - Configure tracking of transport
- Track
Transport stringVariable - Variable name
- Trackers
[]Get
Cisco System Feature Template Tracker - Tracker configuration
- Transport
Gateway bool - Enable transport gateway
- Transport
Gateway stringVariable - Variable name
- Version int
- The version of the feature template
- admin
Tech BooleanOn Failure - Collect admin-tech before reboot due to daemon failure
- admin
Tech StringOn Failure Variable - Variable name
- affinity
Group IntegerNumber - Set the affinity group number for router
- affinity
Group StringNumber Variable - Variable name
- affinity
Group StringPreference Variable - Variable name
- affinity
Group List<Integer>Preferences - Set the affinity group preference
- console
Baud StringRate - Set the console baud rate
- console
Baud StringRate Variable - Variable name
- control
Session IntegerPps - Set the policer rate for control sessions
- control
Session StringPps Variable - Variable name
- controller
Group StringList Variable - Variable name
- controller
Group List<Integer>Lists - Configure a list of comma-separated device groups
- description String
- The description of the feature template
- device
Groups List<String> - Device groups (Use comma(,) for multiple groups)
- device
Groups StringVariable - Variable name
- device
Types List<String> - List of supported device types
- enable
Mrf StringMigration - Enable migration mode to Multi-Region Fabric
- geo
Fencing Boolean - Enable Geo fencing
- geo
Fencing IntegerRange - Set the device’s geo fencing range
- geo
Fencing StringRange Variable - Variable name
- geo
Fencing BooleanSms - Enable Geo fencing
- geo
Fencing List<GetSms Phone Numbers Cisco System Feature Template Geo Fencing Sms Phone Number> - Set device’s geo fencing SMS phone number
- hostname String
- Set the hostname
- hostname
Variable String - Variable name
- id String
- The id of the feature template
- idle
Timeout Integer - Idle CLI timeout in minutes
- idle
Timeout StringVariable - Variable name
- latitude Double
- Set the device’s physical latitude
- latitude
Variable String - Variable name
- location String
- Set the location of the device
- location
Variable String - Variable name
- longitude Double
- Set the device’s physical longitude
- longitude
Variable String - Variable name
- max
Omp IntegerSessions - Set the maximum number of OMP sessions \n\n the device can have
- max
Omp StringSessions Variable - Variable name
- migration
Bgp IntegerCommunity - Set BGP community during migration from BGP-core based network
- multi
Tenant Boolean - Device is multi-tenant
- multi
Tenant StringVariable - Variable name
- name String
- The name of the feature template
- object
Trackers List<GetCisco System Feature Template Object Tracker> - Object Track configuration
- on
Demand BooleanTunnel - Enable or disable On-demand Tunnel
- on
Demand IntegerTunnel Idle Timeout - Idle CLI timeout in minutes
- on
Demand StringTunnel Idle Timeout Variable - Variable name
- on
Demand StringTunnel Variable - Variable name
- overlay
Id Integer - Set the Overlay ID
- overlay
Id StringVariable - Variable name
- port
Hopping Boolean - Enable port hopping
- port
Hopping StringVariable - Variable name
- port
Offset Integer - Set the TLOC port offset when multiple devices are behind a NAT
- port
Offset StringVariable - Variable name
- region
Id Integer - Set region ID
- region
Id StringVariable - Variable name
- role String
- Set the role for router
- role
Variable String - Variable name
- secondary
Region IntegerId - Set secondary region ID
- secondary
Region StringId Variable - Variable name
- site
Id Integer - Set the site identifier
- site
Id StringVariable - Variable name
- system
Description String - Set a text description of the device
- system
Description StringVariable - Variable name
- system
Ip String - Set the system IP address
- system
Ip StringVariable - Variable name
- template
Type String - The template type
- timezone String
- Set the timezone
- timezone
Variable String - Variable name
- track
Default BooleanGateway - Enable or disable default gateway tracking
- track
Default StringGateway Variable - Variable name
- track
Interface IntegerTag - OMP Tag attached to routes based on interface tracking
- track
Interface StringTag Variable - Variable name
- track
Transport Boolean - Configure tracking of transport
- track
Transport StringVariable - Variable name
- trackers
List<Get
Cisco System Feature Template Tracker> - Tracker configuration
- transport
Gateway Boolean - Enable transport gateway
- transport
Gateway StringVariable - Variable name
- version Integer
- The version of the feature template
- admin
Tech booleanOn Failure - Collect admin-tech before reboot due to daemon failure
- admin
Tech stringOn Failure Variable - Variable name
- affinity
Group numberNumber - Set the affinity group number for router
- affinity
Group stringNumber Variable - Variable name
- affinity
Group stringPreference Variable - Variable name
- affinity
Group number[]Preferences - Set the affinity group preference
- console
Baud stringRate - Set the console baud rate
- console
Baud stringRate Variable - Variable name
- control
Session numberPps - Set the policer rate for control sessions
- control
Session stringPps Variable - Variable name
- controller
Group stringList Variable - Variable name
- controller
Group number[]Lists - Configure a list of comma-separated device groups
- description string
- The description of the feature template
- device
Groups string[] - Device groups (Use comma(,) for multiple groups)
- device
Groups stringVariable - Variable name
- device
Types string[] - List of supported device types
- enable
Mrf stringMigration - Enable migration mode to Multi-Region Fabric
- geo
Fencing boolean - Enable Geo fencing
- geo
Fencing numberRange - Set the device’s geo fencing range
- geo
Fencing stringRange Variable - Variable name
- geo
Fencing booleanSms - Enable Geo fencing
- geo
Fencing GetSms Phone Numbers Cisco System Feature Template Geo Fencing Sms Phone Number[] - Set device’s geo fencing SMS phone number
- hostname string
- Set the hostname
- hostname
Variable string - Variable name
- id string
- The id of the feature template
- idle
Timeout number - Idle CLI timeout in minutes
- idle
Timeout stringVariable - Variable name
- latitude number
- Set the device’s physical latitude
- latitude
Variable string - Variable name
- location string
- Set the location of the device
- location
Variable string - Variable name
- longitude number
- Set the device’s physical longitude
- longitude
Variable string - Variable name
- max
Omp numberSessions - Set the maximum number of OMP sessions \n\n the device can have
- max
Omp stringSessions Variable - Variable name
- migration
Bgp numberCommunity - Set BGP community during migration from BGP-core based network
- multi
Tenant boolean - Device is multi-tenant
- multi
Tenant stringVariable - Variable name
- name string
- The name of the feature template
- object
Trackers GetCisco System Feature Template Object Tracker[] - Object Track configuration
- on
Demand booleanTunnel - Enable or disable On-demand Tunnel
- on
Demand numberTunnel Idle Timeout - Idle CLI timeout in minutes
- on
Demand stringTunnel Idle Timeout Variable - Variable name
- on
Demand stringTunnel Variable - Variable name
- overlay
Id number - Set the Overlay ID
- overlay
Id stringVariable - Variable name
- port
Hopping boolean - Enable port hopping
- port
Hopping stringVariable - Variable name
- port
Offset number - Set the TLOC port offset when multiple devices are behind a NAT
- port
Offset stringVariable - Variable name
- region
Id number - Set region ID
- region
Id stringVariable - Variable name
- role string
- Set the role for router
- role
Variable string - Variable name
- secondary
Region numberId - Set secondary region ID
- secondary
Region stringId Variable - Variable name
- site
Id number - Set the site identifier
- site
Id stringVariable - Variable name
- system
Description string - Set a text description of the device
- system
Description stringVariable - Variable name
- system
Ip string - Set the system IP address
- system
Ip stringVariable - Variable name
- template
Type string - The template type
- timezone string
- Set the timezone
- timezone
Variable string - Variable name
- track
Default booleanGateway - Enable or disable default gateway tracking
- track
Default stringGateway Variable - Variable name
- track
Interface numberTag - OMP Tag attached to routes based on interface tracking
- track
Interface stringTag Variable - Variable name
- track
Transport boolean - Configure tracking of transport
- track
Transport stringVariable - Variable name
- trackers
Get
Cisco System Feature Template Tracker[] - Tracker configuration
- transport
Gateway boolean - Enable transport gateway
- transport
Gateway stringVariable - Variable name
- version number
- The version of the feature template
- admin_
tech_ boolon_ failure - Collect admin-tech before reboot due to daemon failure
- admin_
tech_ stron_ failure_ variable - Variable name
- affinity_
group_ intnumber - Set the affinity group number for router
- affinity_
group_ strnumber_ variable - Variable name
- affinity_
group_ strpreference_ variable - Variable name
- affinity_
group_ Sequence[int]preferences - Set the affinity group preference
- console_
baud_ strrate - Set the console baud rate
- console_
baud_ strrate_ variable - Variable name
- control_
session_ intpps - Set the policer rate for control sessions
- control_
session_ strpps_ variable - Variable name
- controller_
group_ strlist_ variable - Variable name
- controller_
group_ Sequence[int]lists - Configure a list of comma-separated device groups
- description str
- The description of the feature template
- device_
groups Sequence[str] - Device groups (Use comma(,) for multiple groups)
- device_
groups_ strvariable - Variable name
- device_
types Sequence[str] - List of supported device types
- enable_
mrf_ strmigration - Enable migration mode to Multi-Region Fabric
- geo_
fencing bool - Enable Geo fencing
- geo_
fencing_ intrange - Set the device’s geo fencing range
- geo_
fencing_ strrange_ variable - Variable name
- geo_
fencing_ boolsms - Enable Geo fencing
- geo_
fencing_ Sequence[Getsms_ phone_ numbers Cisco System Feature Template Geo Fencing Sms Phone Number] - Set device’s geo fencing SMS phone number
- hostname str
- Set the hostname
- hostname_
variable str - Variable name
- id str
- The id of the feature template
- idle_
timeout int - Idle CLI timeout in minutes
- idle_
timeout_ strvariable - Variable name
- latitude float
- Set the device’s physical latitude
- latitude_
variable str - Variable name
- location str
- Set the location of the device
- location_
variable str - Variable name
- longitude float
- Set the device’s physical longitude
- longitude_
variable str - Variable name
- max_
omp_ intsessions - Set the maximum number of OMP sessions \n\n the device can have
- max_
omp_ strsessions_ variable - Variable name
- migration_
bgp_ intcommunity - Set BGP community during migration from BGP-core based network
- multi_
tenant bool - Device is multi-tenant
- multi_
tenant_ strvariable - Variable name
- name str
- The name of the feature template
- object_
trackers Sequence[GetCisco System Feature Template Object Tracker] - Object Track configuration
- on_
demand_ booltunnel - Enable or disable On-demand Tunnel
- on_
demand_ inttunnel_ idle_ timeout - Idle CLI timeout in minutes
- on_
demand_ strtunnel_ idle_ timeout_ variable - Variable name
- on_
demand_ strtunnel_ variable - Variable name
- overlay_
id int - Set the Overlay ID
- overlay_
id_ strvariable - Variable name
- port_
hopping bool - Enable port hopping
- port_
hopping_ strvariable - Variable name
- port_
offset int - Set the TLOC port offset when multiple devices are behind a NAT
- port_
offset_ strvariable - Variable name
- region_
id int - Set region ID
- region_
id_ strvariable - Variable name
- role str
- Set the role for router
- role_
variable str - Variable name
- secondary_
region_ intid - Set secondary region ID
- secondary_
region_ strid_ variable - Variable name
- site_
id int - Set the site identifier
- site_
id_ strvariable - Variable name
- system_
description str - Set a text description of the device
- system_
description_ strvariable - Variable name
- system_
ip str - Set the system IP address
- system_
ip_ strvariable - Variable name
- template_
type str - The template type
- timezone str
- Set the timezone
- timezone_
variable str - Variable name
- track_
default_ boolgateway - Enable or disable default gateway tracking
- track_
default_ strgateway_ variable - Variable name
- track_
interface_ inttag - OMP Tag attached to routes based on interface tracking
- track_
interface_ strtag_ variable - Variable name
- track_
transport bool - Configure tracking of transport
- track_
transport_ strvariable - Variable name
- trackers
Sequence[Get
Cisco System Feature Template Tracker] - Tracker configuration
- transport_
gateway bool - Enable transport gateway
- transport_
gateway_ strvariable - Variable name
- version int
- The version of the feature template
- admin
Tech BooleanOn Failure - Collect admin-tech before reboot due to daemon failure
- admin
Tech StringOn Failure Variable - Variable name
- affinity
Group NumberNumber - Set the affinity group number for router
- affinity
Group StringNumber Variable - Variable name
- affinity
Group StringPreference Variable - Variable name
- affinity
Group List<Number>Preferences - Set the affinity group preference
- console
Baud StringRate - Set the console baud rate
- console
Baud StringRate Variable - Variable name
- control
Session NumberPps - Set the policer rate for control sessions
- control
Session StringPps Variable - Variable name
- controller
Group StringList Variable - Variable name
- controller
Group List<Number>Lists - Configure a list of comma-separated device groups
- description String
- The description of the feature template
- device
Groups List<String> - Device groups (Use comma(,) for multiple groups)
- device
Groups StringVariable - Variable name
- device
Types List<String> - List of supported device types
- enable
Mrf StringMigration - Enable migration mode to Multi-Region Fabric
- geo
Fencing Boolean - Enable Geo fencing
- geo
Fencing NumberRange - Set the device’s geo fencing range
- geo
Fencing StringRange Variable - Variable name
- geo
Fencing BooleanSms - Enable Geo fencing
- geo
Fencing List<Property Map>Sms Phone Numbers - Set device’s geo fencing SMS phone number
- hostname String
- Set the hostname
- hostname
Variable String - Variable name
- id String
- The id of the feature template
- idle
Timeout Number - Idle CLI timeout in minutes
- idle
Timeout StringVariable - Variable name
- latitude Number
- Set the device’s physical latitude
- latitude
Variable String - Variable name
- location String
- Set the location of the device
- location
Variable String - Variable name
- longitude Number
- Set the device’s physical longitude
- longitude
Variable String - Variable name
- max
Omp NumberSessions - Set the maximum number of OMP sessions \n\n the device can have
- max
Omp StringSessions Variable - Variable name
- migration
Bgp NumberCommunity - Set BGP community during migration from BGP-core based network
- multi
Tenant Boolean - Device is multi-tenant
- multi
Tenant StringVariable - Variable name
- name String
- The name of the feature template
- object
Trackers List<Property Map> - Object Track configuration
- on
Demand BooleanTunnel - Enable or disable On-demand Tunnel
- on
Demand NumberTunnel Idle Timeout - Idle CLI timeout in minutes
- on
Demand StringTunnel Idle Timeout Variable - Variable name
- on
Demand StringTunnel Variable - Variable name
- overlay
Id Number - Set the Overlay ID
- overlay
Id StringVariable - Variable name
- port
Hopping Boolean - Enable port hopping
- port
Hopping StringVariable - Variable name
- port
Offset Number - Set the TLOC port offset when multiple devices are behind a NAT
- port
Offset StringVariable - Variable name
- region
Id Number - Set region ID
- region
Id StringVariable - Variable name
- role String
- Set the role for router
- role
Variable String - Variable name
- secondary
Region NumberId - Set secondary region ID
- secondary
Region StringId Variable - Variable name
- site
Id Number - Set the site identifier
- site
Id StringVariable - Variable name
- system
Description String - Set a text description of the device
- system
Description StringVariable - Variable name
- system
Ip String - Set the system IP address
- system
Ip StringVariable - Variable name
- template
Type String - The template type
- timezone String
- Set the timezone
- timezone
Variable String - Variable name
- track
Default BooleanGateway - Enable or disable default gateway tracking
- track
Default StringGateway Variable - Variable name
- track
Interface NumberTag - OMP Tag attached to routes based on interface tracking
- track
Interface StringTag Variable - Variable name
- track
Transport Boolean - Configure tracking of transport
- track
Transport StringVariable - Variable name
- trackers List<Property Map>
- Tracker configuration
- transport
Gateway Boolean - Enable transport gateway
- transport
Gateway StringVariable - Variable name
- version Number
- The version of the feature template
Supporting Types
GetCiscoSystemFeatureTemplateGeoFencingSmsPhoneNumber
- Number string
- Mobile number, ex: +1231234414
- Number
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Number string
- Mobile number, ex: +1231234414
- Number
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- number String
- Mobile number, ex: +1231234414
- number
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- number string
- Mobile number, ex: +1231234414
- number
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- number str
- Mobile number, ex: +1231234414
- number_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- number String
- Mobile number, ex: +1231234414
- number
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoSystemFeatureTemplateObjectTracker
- Boolean string
- Type of grouping to be performed for tracker group
- Boolean
Variable string - Variable name
- Group
Tracks List<GetIds Cisco System Feature Template Object Tracker Group Tracks Id> - Tracks id in group configuration
- Interface string
- interface name
- Interface
Variable string - Variable name
- Ip string
- IP address of route
- Ip
Variable string - Variable name
- Mask string
- Route Ip Mask
- Mask
Variable string - Variable name
- Object
Number int - Object tracker ID
- Object
Number stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Sig string
- service sig
- Sig
Variable string - Variable name
- Vpn
Id int - VPN
- Boolean string
- Type of grouping to be performed for tracker group
- Boolean
Variable string - Variable name
- Group
Tracks []GetIds Cisco System Feature Template Object Tracker Group Tracks Id - Tracks id in group configuration
- Interface string
- interface name
- Interface
Variable string - Variable name
- Ip string
- IP address of route
- Ip
Variable string - Variable name
- Mask string
- Route Ip Mask
- Mask
Variable string - Variable name
- Object
Number int - Object tracker ID
- Object
Number stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Sig string
- service sig
- Sig
Variable string - Variable name
- Vpn
Id int - VPN
- boolean
Variable String - Variable name
- boolean_ String
- Type of grouping to be performed for tracker group
- group
Tracks List<GetIds Cisco System Feature Template Object Tracker Group Tracks Id> - Tracks id in group configuration
- interface
Variable String - Variable name
- interface_ String
- interface name
- ip String
- IP address of route
- ip
Variable String - Variable name
- mask String
- Route Ip Mask
- mask
Variable String - Variable name
- object
Number Integer - Object tracker ID
- object
Number StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- sig String
- service sig
- sig
Variable String - Variable name
- vpn
Id Integer - VPN
- boolean string
- Type of grouping to be performed for tracker group
- boolean
Variable string - Variable name
- group
Tracks GetIds Cisco System Feature Template Object Tracker Group Tracks Id[] - Tracks id in group configuration
- interface string
- interface name
- interface
Variable string - Variable name
- ip string
- IP address of route
- ip
Variable string - Variable name
- mask string
- Route Ip Mask
- mask
Variable string - Variable name
- object
Number number - Object tracker ID
- object
Number stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- sig string
- service sig
- sig
Variable string - Variable name
- vpn
Id number - VPN
- boolean str
- Type of grouping to be performed for tracker group
- boolean_
variable str - Variable name
- group_
tracks_ Sequence[Getids Cisco System Feature Template Object Tracker Group Tracks Id] - Tracks id in group configuration
- interface str
- interface name
- interface_
variable str - Variable name
- ip str
- IP address of route
- ip_
variable str - Variable name
- mask str
- Route Ip Mask
- mask_
variable str - Variable name
- object_
number int - Object tracker ID
- object_
number_ strvariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- sig str
- service sig
- sig_
variable str - Variable name
- vpn_
id int - VPN
- boolean String
- Type of grouping to be performed for tracker group
- boolean
Variable String - Variable name
- group
Tracks List<Property Map>Ids - Tracks id in group configuration
- interface String
- interface name
- interface
Variable String - Variable name
- ip String
- IP address of route
- ip
Variable String - Variable name
- mask String
- Route Ip Mask
- mask
Variable String - Variable name
- object
Number Number - Object tracker ID
- object
Number StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- sig String
- service sig
- sig
Variable String - Variable name
- vpn
Id Number - VPN
GetCiscoSystemFeatureTemplateObjectTrackerGroupTracksId
- Optional bool
- Indicates if list item is considered optional.
- Track
Id int - Track id
- Track
Id stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Track
Id int - Track id
- Track
Id stringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- track
Id Integer - Track id
- track
Id StringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- track
Id number - Track id
- track
Id stringVariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- track_
id int - Track id
- track_
id_ strvariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- track
Id Number - Track id
- track
Id StringVariable - Variable name
GetCiscoSystemFeatureTemplateTracker
- Boolean string
- Type of grouping to be performed for tracker group
- Boolean
Variable string - Variable name
- Elements List<string>
- Tracker member names separated by space
- Elements
Variable string - Variable name
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Endpoint
Dns stringName - DNS name of endpoint
- Endpoint
Dns stringName Variable - Variable name
- Endpoint
Ip string - IP address of endpoint
- Endpoint
Ip stringVariable - Variable name
- Interval int
- Probe interval \n\n seconds
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- Threshold
Variable string - Variable name
- Type string
- Default(Interface)
- Type
Variable string - Variable name
- Boolean string
- Type of grouping to be performed for tracker group
- Boolean
Variable string - Variable name
- Elements []string
- Tracker member names separated by space
- Elements
Variable string - Variable name
- Endpoint
Api stringUrl - API url of endpoint
- Endpoint
Api stringUrl Variable - Variable name
- Endpoint
Dns stringName - DNS name of endpoint
- Endpoint
Dns stringName Variable - Variable name
- Endpoint
Ip string - IP address of endpoint
- Endpoint
Ip stringVariable - Variable name
- Interval int
- Probe interval \n\n seconds
- Interval
Variable string - Variable name
- Multiplier int
- Probe failure multiplier \n\n failed attempts
- Multiplier
Variable string - Variable name
- Name string
- Tracker name
- Name
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Threshold int
- Probe Timeout threshold \n\n milliseconds
- Threshold
Variable string - Variable name
- Type string
- Default(Interface)
- Type
Variable string - Variable name
- boolean
Variable String - Variable name
- boolean_ String
- Type of grouping to be performed for tracker group
- elements List<String>
- Tracker member names separated by space
- elements
Variable String - Variable name
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- endpoint
Dns StringName - DNS name of endpoint
- endpoint
Dns StringName Variable - Variable name
- endpoint
Ip String - IP address of endpoint
- endpoint
Ip StringVariable - Variable name
- interval Integer
- Probe interval \n\n seconds
- interval
Variable String - Variable name
- multiplier Integer
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable String - Variable name
- name String
- Tracker name
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Integer
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable String - Variable name
- type String
- Default(Interface)
- type
Variable String - Variable name
- boolean string
- Type of grouping to be performed for tracker group
- boolean
Variable string - Variable name
- elements string[]
- Tracker member names separated by space
- elements
Variable string - Variable name
- endpoint
Api stringUrl - API url of endpoint
- endpoint
Api stringUrl Variable - Variable name
- endpoint
Dns stringName - DNS name of endpoint
- endpoint
Dns stringName Variable - Variable name
- endpoint
Ip string - IP address of endpoint
- endpoint
Ip stringVariable - Variable name
- interval number
- Probe interval \n\n seconds
- interval
Variable string - Variable name
- multiplier number
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable string - Variable name
- name string
- Tracker name
- name
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- threshold number
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable string - Variable name
- type string
- Default(Interface)
- type
Variable string - Variable name
- boolean str
- Type of grouping to be performed for tracker group
- boolean_
variable str - Variable name
- elements Sequence[str]
- Tracker member names separated by space
- elements_
variable str - Variable name
- endpoint_
api_ strurl - API url of endpoint
- endpoint_
api_ strurl_ variable - Variable name
- endpoint_
dns_ strname - DNS name of endpoint
- endpoint_
dns_ strname_ variable - Variable name
- endpoint_
ip str - IP address of endpoint
- endpoint_
ip_ strvariable - Variable name
- interval int
- Probe interval \n\n seconds
- interval_
variable str - Variable name
- multiplier int
- Probe failure multiplier \n\n failed attempts
- multiplier_
variable str - Variable name
- name str
- Tracker name
- name_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- threshold int
- Probe Timeout threshold \n\n milliseconds
- threshold_
variable str - Variable name
- type str
- Default(Interface)
- type_
variable str - Variable name
- boolean String
- Type of grouping to be performed for tracker group
- boolean
Variable String - Variable name
- elements List<String>
- Tracker member names separated by space
- elements
Variable String - Variable name
- endpoint
Api StringUrl - API url of endpoint
- endpoint
Api StringUrl Variable - Variable name
- endpoint
Dns StringName - DNS name of endpoint
- endpoint
Dns StringName Variable - Variable name
- endpoint
Ip String - IP address of endpoint
- endpoint
Ip StringVariable - Variable name
- interval Number
- Probe interval \n\n seconds
- interval
Variable String - Variable name
- multiplier Number
- Probe failure multiplier \n\n failed attempts
- multiplier
Variable String - Variable name
- name String
- Tracker name
- name
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- threshold Number
- Probe Timeout threshold \n\n milliseconds
- threshold
Variable String - Variable name
- type String
- Default(Interface)
- type
Variable String - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.