Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi
sdwan.getCiscoOspfFeatureTemplate
Explore with Pulumi AI
This data source can read the Cisco OSPF feature template.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getCiscoOspfFeatureTemplate({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_cisco_ospf_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.LookupCiscoOspfFeatureTemplate(ctx, &sdwan.LookupCiscoOspfFeatureTemplateArgs{
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.GetCiscoOspfFeatureTemplate.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.GetCiscoOspfFeatureTemplateArgs;
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.getCiscoOspfFeatureTemplate(GetCiscoOspfFeatureTemplateArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getCiscoOspfFeatureTemplate
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getCiscoOspfFeatureTemplate
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 getCiscoOspfFeatureTemplate(args: GetCiscoOspfFeatureTemplateArgs, opts?: InvokeOptions): Promise<GetCiscoOspfFeatureTemplateResult>
function getCiscoOspfFeatureTemplateOutput(args: GetCiscoOspfFeatureTemplateOutputArgs, opts?: InvokeOptions): Output<GetCiscoOspfFeatureTemplateResult>
def get_cisco_ospf_feature_template(id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCiscoOspfFeatureTemplateResult
def get_cisco_ospf_feature_template_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCiscoOspfFeatureTemplateResult]
func LookupCiscoOspfFeatureTemplate(ctx *Context, args *LookupCiscoOspfFeatureTemplateArgs, opts ...InvokeOption) (*LookupCiscoOspfFeatureTemplateResult, error)
func LookupCiscoOspfFeatureTemplateOutput(ctx *Context, args *LookupCiscoOspfFeatureTemplateOutputArgs, opts ...InvokeOption) LookupCiscoOspfFeatureTemplateResultOutput
> Note: This function is named LookupCiscoOspfFeatureTemplate
in the Go SDK.
public static class GetCiscoOspfFeatureTemplate
{
public static Task<GetCiscoOspfFeatureTemplateResult> InvokeAsync(GetCiscoOspfFeatureTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCiscoOspfFeatureTemplateResult> Invoke(GetCiscoOspfFeatureTemplateInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCiscoOspfFeatureTemplateResult> getCiscoOspfFeatureTemplate(GetCiscoOspfFeatureTemplateArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getCiscoOspfFeatureTemplate:getCiscoOspfFeatureTemplate
arguments:
# arguments dictionary
The following arguments are supported:
getCiscoOspfFeatureTemplate Result
The following output properties are available:
- Areas
List<Get
Cisco Ospf Feature Template Area> - Configure OSPF area
- Auto
Cost intReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- Auto
Cost stringReference Bandwidth Variable - Variable name
- Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Compatible
Rfc1583Variable string - Variable name
- Default
Information boolOriginate - Distribute default external route into OSPF
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Default
Information stringOriginate Metric Type - Set default route type
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the feature template
- Device
Types List<string> - List of supported device types
- Distance
External int - Set distance for external routes
- Distance
External stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes
- Distance
Intra stringArea Variable - Variable name
- Id string
- The id of the feature template
- Max
Metric List<GetRouter Lsas Cisco Ospf Feature Template Max Metric Router Lsa> - Advertise own router LSA with infinite distance
- Name string
- The name of the feature template
- Redistributes
List<Get
Cisco Ospf Feature Template Redistribute> - Redistribute routes
- Route
Policies List<GetCisco Ospf Feature Template Route Policy> - Set route policy to apply
- Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Template
Type string - The template type
- Timers
Spf intDelay - Set delay from first change received until performing SPF calculation
- Timers
Spf stringDelay Variable - Variable name
- Timers
Spf intInitial Hold - Set initial hold time between consecutive SPF calculations
- Timers
Spf stringInitial Hold Variable - Variable name
- Timers
Spf intMax Hold - Set maximum hold time between consecutive SPF calculations
- Timers
Spf stringMax Hold Variable - Variable name
- Version int
- The version of the feature template
- Areas
[]Get
Cisco Ospf Feature Template Area - Configure OSPF area
- Auto
Cost intReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- Auto
Cost stringReference Bandwidth Variable - Variable name
- Compatible
Rfc1583 bool - Calculate summary route cost based on RFC 1583
- Compatible
Rfc1583Variable string - Variable name
- Default
Information boolOriginate - Distribute default external route into OSPF
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Default
Information stringOriginate Metric Type - Set default route type
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the feature template
- Device
Types []string - List of supported device types
- Distance
External int - Set distance for external routes
- Distance
External stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes
- Distance
Intra stringArea Variable - Variable name
- Id string
- The id of the feature template
- Max
Metric []GetRouter Lsas Cisco Ospf Feature Template Max Metric Router Lsa - Advertise own router LSA with infinite distance
- Name string
- The name of the feature template
- Redistributes
[]Get
Cisco Ospf Feature Template Redistribute - Redistribute routes
- Route
Policies []GetCisco Ospf Feature Template Route Policy - Set route policy to apply
- Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Template
Type string - The template type
- Timers
Spf intDelay - Set delay from first change received until performing SPF calculation
- Timers
Spf stringDelay Variable - Variable name
- Timers
Spf intInitial Hold - Set initial hold time between consecutive SPF calculations
- Timers
Spf stringInitial Hold Variable - Variable name
- Timers
Spf intMax Hold - Set maximum hold time between consecutive SPF calculations
- Timers
Spf stringMax Hold Variable - Variable name
- Version int
- The version of the feature template
- areas
List<Get
Cisco Ospf Feature Template Area> - Configure OSPF area
- auto
Cost IntegerReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- auto
Cost StringReference Bandwidth Variable - Variable name
- compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable String - Variable name
- default
Information BooleanOriginate - Distribute default external route into OSPF
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information IntegerOriginate Metric - Set metric used to generate default route \n\n
- default
Information StringOriginate Metric Type - Set default route type
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- distance
External Integer - Set distance for external routes
- distance
External StringVariable - Variable name
- distance
Inter IntegerArea - Set distance for inter-area routes
- distance
Inter StringArea Variable - Variable name
- distance
Intra IntegerArea - Set distance for intra-area routes
- distance
Intra StringArea Variable - Variable name
- id String
- The id of the feature template
- max
Metric List<GetRouter Lsas Cisco Ospf Feature Template Max Metric Router Lsa> - Advertise own router LSA with infinite distance
- name String
- The name of the feature template
- redistributes
List<Get
Cisco Ospf Feature Template Redistribute> - Redistribute routes
- route
Policies List<GetCisco Ospf Feature Template Route Policy> - Set route policy to apply
- router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- template
Type String - The template type
- timers
Spf IntegerDelay - Set delay from first change received until performing SPF calculation
- timers
Spf StringDelay Variable - Variable name
- timers
Spf IntegerInitial Hold - Set initial hold time between consecutive SPF calculations
- timers
Spf StringInitial Hold Variable - Variable name
- timers
Spf IntegerMax Hold - Set maximum hold time between consecutive SPF calculations
- timers
Spf StringMax Hold Variable - Variable name
- version Integer
- The version of the feature template
- areas
Get
Cisco Ospf Feature Template Area[] - Configure OSPF area
- auto
Cost numberReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- auto
Cost stringReference Bandwidth Variable - Variable name
- compatible
Rfc1583 boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable string - Variable name
- default
Information booleanOriginate - Distribute default external route into OSPF
- default
Information booleanOriginate Always - Always advertise default route
- default
Information stringOriginate Always Variable - Variable name
- default
Information numberOriginate Metric - Set metric used to generate default route \n\n
- default
Information stringOriginate Metric Type - Set default route type
- default
Information stringOriginate Metric Type Variable - Variable name
- default
Information stringOriginate Metric Variable - Variable name
- description string
- The description of the feature template
- device
Types string[] - List of supported device types
- distance
External number - Set distance for external routes
- distance
External stringVariable - Variable name
- distance
Inter numberArea - Set distance for inter-area routes
- distance
Inter stringArea Variable - Variable name
- distance
Intra numberArea - Set distance for intra-area routes
- distance
Intra stringArea Variable - Variable name
- id string
- The id of the feature template
- max
Metric GetRouter Lsas Cisco Ospf Feature Template Max Metric Router Lsa[] - Advertise own router LSA with infinite distance
- name string
- The name of the feature template
- redistributes
Get
Cisco Ospf Feature Template Redistribute[] - Redistribute routes
- route
Policies GetCisco Ospf Feature Template Route Policy[] - Set route policy to apply
- router
Id string - Set OSPF router ID to override system IP address
- router
Id stringVariable - Variable name
- template
Type string - The template type
- timers
Spf numberDelay - Set delay from first change received until performing SPF calculation
- timers
Spf stringDelay Variable - Variable name
- timers
Spf numberInitial Hold - Set initial hold time between consecutive SPF calculations
- timers
Spf stringInitial Hold Variable - Variable name
- timers
Spf numberMax Hold - Set maximum hold time between consecutive SPF calculations
- timers
Spf stringMax Hold Variable - Variable name
- version number
- The version of the feature template
- areas
Sequence[Get
Cisco Ospf Feature Template Area] - Configure OSPF area
- auto_
cost_ intreference_ bandwidth - Set reference bandwidth method to assign OSPF cost
- auto_
cost_ strreference_ bandwidth_ variable - Variable name
- compatible_
rfc1583 bool - Calculate summary route cost based on RFC 1583
- compatible_
rfc1583_ strvariable - Variable name
- default_
information_ booloriginate - Distribute default external route into OSPF
- default_
information_ booloriginate_ always - Always advertise default route
- default_
information_ stroriginate_ always_ variable - Variable name
- default_
information_ intoriginate_ metric - Set metric used to generate default route \n\n
- default_
information_ stroriginate_ metric_ type - Set default route type
- default_
information_ stroriginate_ metric_ type_ variable - Variable name
- default_
information_ stroriginate_ metric_ variable - Variable name
- description str
- The description of the feature template
- device_
types Sequence[str] - List of supported device types
- distance_
external int - Set distance for external routes
- distance_
external_ strvariable - Variable name
- distance_
inter_ intarea - Set distance for inter-area routes
- distance_
inter_ strarea_ variable - Variable name
- distance_
intra_ intarea - Set distance for intra-area routes
- distance_
intra_ strarea_ variable - Variable name
- id str
- The id of the feature template
- max_
metric_ Sequence[Getrouter_ lsas Cisco Ospf Feature Template Max Metric Router Lsa] - Advertise own router LSA with infinite distance
- name str
- The name of the feature template
- redistributes
Sequence[Get
Cisco Ospf Feature Template Redistribute] - Redistribute routes
- route_
policies Sequence[GetCisco Ospf Feature Template Route Policy] - Set route policy to apply
- router_
id str - Set OSPF router ID to override system IP address
- router_
id_ strvariable - Variable name
- template_
type str - The template type
- timers_
spf_ intdelay - Set delay from first change received until performing SPF calculation
- timers_
spf_ strdelay_ variable - Variable name
- timers_
spf_ intinitial_ hold - Set initial hold time between consecutive SPF calculations
- timers_
spf_ strinitial_ hold_ variable - Variable name
- timers_
spf_ intmax_ hold - Set maximum hold time between consecutive SPF calculations
- timers_
spf_ strmax_ hold_ variable - Variable name
- version int
- The version of the feature template
- areas List<Property Map>
- Configure OSPF area
- auto
Cost NumberReference Bandwidth - Set reference bandwidth method to assign OSPF cost
- auto
Cost StringReference Bandwidth Variable - Variable name
- compatible
Rfc1583 Boolean - Calculate summary route cost based on RFC 1583
- compatible
Rfc1583Variable String - Variable name
- default
Information BooleanOriginate - Distribute default external route into OSPF
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information NumberOriginate Metric - Set metric used to generate default route \n\n
- default
Information StringOriginate Metric Type - Set default route type
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the feature template
- device
Types List<String> - List of supported device types
- distance
External Number - Set distance for external routes
- distance
External StringVariable - Variable name
- distance
Inter NumberArea - Set distance for inter-area routes
- distance
Inter StringArea Variable - Variable name
- distance
Intra NumberArea - Set distance for intra-area routes
- distance
Intra StringArea Variable - Variable name
- id String
- The id of the feature template
- max
Metric List<Property Map>Router Lsas - Advertise own router LSA with infinite distance
- name String
- The name of the feature template
- redistributes List<Property Map>
- Redistribute routes
- route
Policies List<Property Map> - Set route policy to apply
- router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- template
Type String - The template type
- timers
Spf NumberDelay - Set delay from first change received until performing SPF calculation
- timers
Spf StringDelay Variable - Variable name
- timers
Spf NumberInitial Hold - Set initial hold time between consecutive SPF calculations
- timers
Spf StringInitial Hold Variable - Variable name
- timers
Spf NumberMax Hold - Set maximum hold time between consecutive SPF calculations
- timers
Spf StringMax Hold Variable - Variable name
- version Number
- The version of the feature template
Supporting Types
GetCiscoOspfFeatureTemplateArea
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Interfaces
List<Get
Cisco Ospf Feature Template Area Interface> - Set OSPF interface parameters
- Nssa bool
- NSSA area
- Nssa
No boolSummary - Do not inject interarea routes into NSSA
- Nssa
No stringSummary Variable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
List<Get
Cisco Ospf Feature Template Area Range> - Summarize OSPF routes at an area boundary
- Stub bool
- Stub area
- Stub
No boolSummary - Do not inject interarea routes into stub
- Stub
No stringSummary Variable - Variable name
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Interfaces
[]Get
Cisco Ospf Feature Template Area Interface - Set OSPF interface parameters
- Nssa bool
- NSSA area
- Nssa
No boolSummary - Do not inject interarea routes into NSSA
- Nssa
No stringSummary Variable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Ranges
[]Get
Cisco Ospf Feature Template Area Range - Summarize OSPF routes at an area boundary
- Stub bool
- Stub area
- Stub
No boolSummary - Do not inject interarea routes into stub
- Stub
No stringSummary Variable - Variable name
- area
Number Integer - Set OSPF area number
- area
Number StringVariable - Variable name
- interfaces
List<Get
Cisco Ospf Feature Template Area Interface> - Set OSPF interface parameters
- nssa Boolean
- NSSA area
- nssa
No BooleanSummary - Do not inject interarea routes into NSSA
- nssa
No StringSummary Variable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges
List<Get
Cisco Ospf Feature Template Area Range> - Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stub
No BooleanSummary - Do not inject interarea routes into stub
- stub
No StringSummary Variable - Variable name
- area
Number number - Set OSPF area number
- area
Number stringVariable - Variable name
- interfaces
Get
Cisco Ospf Feature Template Area Interface[] - Set OSPF interface parameters
- nssa boolean
- NSSA area
- nssa
No booleanSummary - Do not inject interarea routes into NSSA
- nssa
No stringSummary Variable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- ranges
Get
Cisco Ospf Feature Template Area Range[] - Summarize OSPF routes at an area boundary
- stub boolean
- Stub area
- stub
No booleanSummary - Do not inject interarea routes into stub
- stub
No stringSummary Variable - Variable name
- area_
number int - Set OSPF area number
- area_
number_ strvariable - Variable name
- interfaces
Sequence[Get
Cisco Ospf Feature Template Area Interface] - Set OSPF interface parameters
- nssa bool
- NSSA area
- nssa_
no_ boolsummary - Do not inject interarea routes into NSSA
- nssa_
no_ strsummary_ variable - Variable name
- optional bool
- Indicates if list item is considered optional.
- ranges
Sequence[Get
Cisco Ospf Feature Template Area Range] - Summarize OSPF routes at an area boundary
- stub bool
- Stub area
- stub_
no_ boolsummary - Do not inject interarea routes into stub
- stub_
no_ strsummary_ variable - Variable name
- area
Number Number - Set OSPF area number
- area
Number StringVariable - Variable name
- interfaces List<Property Map>
- Set OSPF interface parameters
- nssa Boolean
- NSSA area
- nssa
No BooleanSummary - Do not inject interarea routes into NSSA
- nssa
No StringSummary Variable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
- stub Boolean
- Stub area
- stub
No BooleanSummary - Do not inject interarea routes into stub
- stub
No StringSummary Variable - Variable name
GetCiscoOspfFeatureTemplateAreaInterface
- Authentication
Message stringDigest Key - Set MD5 authentication key
- Authentication
Message intDigest Key Id - Set MD5 message digest key
- Authentication
Message stringDigest Key Id Variable - Variable name
- Authentication
Message stringDigest Key Variable - Variable name
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type stringVariable - Variable name
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network string
- Set the OSPF network type
- Network
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- Priority int
- Set router’s priority to be elected as designated router
- Priority
Variable string - Variable name
- Retransmit
Interval int - Set time between retransmitting LSAs
- Retransmit
Interval stringVariable - Variable name
- Authentication
Message stringDigest Key - Set MD5 authentication key
- Authentication
Message intDigest Key Id - Set MD5 message digest key
- Authentication
Message stringDigest Key Id Variable - Variable name
- Authentication
Message stringDigest Key Variable - Variable name
- Authentication
Type string - Set OSPF interface authentication type
- Authentication
Type stringVariable - Variable name
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network string
- Set the OSPF network type
- Network
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- Priority int
- Set router’s priority to be elected as designated router
- Priority
Variable string - Variable name
- Retransmit
Interval int - Set time between retransmitting LSAs
- Retransmit
Interval stringVariable - Variable name
- authentication
Message StringDigest Key - Set MD5 authentication key
- authentication
Message IntegerDigest Key Id - Set MD5 message digest key
- authentication
Message StringDigest Key Id Variable - Variable name
- authentication
Message StringDigest Key Variable - Variable name
- authentication
Type String - Set OSPF interface authentication type
- authentication
Type StringVariable - Variable name
- cost Integer
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Integer - Set interval after which neighbor is declared to be down
- dead
Interval StringVariable - Variable name
- hello
Interval Integer - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network String
- Set the OSPF network type
- network
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
- priority Integer
- Set router’s priority to be elected as designated router
- priority
Variable String - Variable name
- retransmit
Interval Integer - Set time between retransmitting LSAs
- retransmit
Interval StringVariable - Variable name
- authentication
Message stringDigest Key - Set MD5 authentication key
- authentication
Message numberDigest Key Id - Set MD5 message digest key
- authentication
Message stringDigest Key Id Variable - Variable name
- authentication
Message stringDigest Key Variable - Variable name
- authentication
Type string - Set OSPF interface authentication type
- authentication
Type stringVariable - Variable name
- cost number
- Set cost of OSPF interface
- cost
Variable string - Variable name
- dead
Interval number - Set interval after which neighbor is declared to be down
- dead
Interval stringVariable - Variable name
- hello
Interval number - Set interval between OSPF hello packets
- hello
Interval stringVariable - Variable name
- name string
- Set interface name
- name
Variable string - Variable name
- network string
- Set the OSPF network type
- network
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- passive
Interface boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface stringVariable - Variable name
- priority number
- Set router’s priority to be elected as designated router
- priority
Variable string - Variable name
- retransmit
Interval number - Set time between retransmitting LSAs
- retransmit
Interval stringVariable - Variable name
- authentication_
message_ strdigest_ key - Set MD5 authentication key
- authentication_
message_ intdigest_ key_ id - Set MD5 message digest key
- authentication_
message_ strdigest_ key_ id_ variable - Variable name
- authentication_
message_ strdigest_ key_ variable - Variable name
- authentication_
type str - Set OSPF interface authentication type
- authentication_
type_ strvariable - Variable name
- cost int
- Set cost of OSPF interface
- cost_
variable str - Variable name
- dead_
interval int - Set interval after which neighbor is declared to be down
- dead_
interval_ strvariable - Variable name
- hello_
interval int - Set interval between OSPF hello packets
- hello_
interval_ strvariable - Variable name
- name str
- Set interface name
- name_
variable str - Variable name
- network str
- Set the OSPF network type
- network_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- passive_
interface bool - Set the interface to advertise its address, but not to actively run OSPF
- passive_
interface_ strvariable - Variable name
- priority int
- Set router’s priority to be elected as designated router
- priority_
variable str - Variable name
- retransmit_
interval int - Set time between retransmitting LSAs
- retransmit_
interval_ strvariable - Variable name
- authentication
Message StringDigest Key - Set MD5 authentication key
- authentication
Message NumberDigest Key Id - Set MD5 message digest key
- authentication
Message StringDigest Key Id Variable - Variable name
- authentication
Message StringDigest Key Variable - Variable name
- authentication
Type String - Set OSPF interface authentication type
- authentication
Type StringVariable - Variable name
- cost Number
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Number - Set interval after which neighbor is declared to be down
- dead
Interval StringVariable - Variable name
- hello
Interval Number - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network String
- Set the OSPF network type
- network
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
- priority Number
- Set router’s priority to be elected as designated router
- priority
Variable String - Variable name
- retransmit
Interval Number - Set time between retransmitting LSAs
- retransmit
Interval StringVariable - Variable name
GetCiscoOspfFeatureTemplateAreaRange
- Address string
- Set matching prefix
- Address
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Address string
- Set matching prefix
- Address
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- address String
- Set matching prefix
- address
Variable String - Variable name
- cost Integer
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- address string
- Set matching prefix
- address
Variable string - Variable name
- cost number
- Set cost for this range
- cost
Variable string - Variable name
- no
Advertise boolean - Do not advertise this range
- no
Advertise stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- address str
- Set matching prefix
- address_
variable str - Variable name
- cost int
- Set cost for this range
- cost_
variable str - Variable name
- no_
advertise bool - Do not advertise this range
- no_
advertise_ strvariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- address String
- Set matching prefix
- address
Variable String - Variable name
- cost Number
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
GetCiscoOspfFeatureTemplateMaxMetricRouterLsa
- Ad
Type string - Set the router LSA advertisement type
- Optional bool
- Indicates if list item is considered optional.
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- Ad
Type string - Set the router LSA advertisement type
- Optional bool
- Indicates if list item is considered optional.
- Time int
- Set how long to advertise maximum metric after router starts up
- Time
Variable string - Variable name
- ad
Type String - Set the router LSA advertisement type
- optional Boolean
- Indicates if list item is considered optional.
- time Integer
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
- ad
Type string - Set the router LSA advertisement type
- optional boolean
- Indicates if list item is considered optional.
- time number
- Set how long to advertise maximum metric after router starts up
- time
Variable string - Variable name
- ad_
type str - Set the router LSA advertisement type
- optional bool
- Indicates if list item is considered optional.
- time int
- Set how long to advertise maximum metric after router starts up
- time_
variable str - Variable name
- ad
Type String - Set the router LSA advertisement type
- optional Boolean
- Indicates if list item is considered optional.
- time Number
- Set how long to advertise maximum metric after router starts up
- time
Variable String - Variable name
GetCiscoOspfFeatureTemplateRedistribute
- Nat
Dia bool - Enable NAT DIA for redistributed routes
- Nat
Dia stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy string - Set route policy to apply to redistributed routes
- Route
Policy stringVariable - Variable name
- Nat
Dia bool - Enable NAT DIA for redistributed routes
- Nat
Dia stringVariable - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy string - Set route policy to apply to redistributed routes
- Route
Policy stringVariable - Variable name
- nat
Dia Boolean - Enable NAT DIA for redistributed routes
- nat
Dia StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy String - Set route policy to apply to redistributed routes
- route
Policy StringVariable - Variable name
- nat
Dia boolean - Enable NAT DIA for redistributed routes
- nat
Dia stringVariable - Variable name
- optional boolean
- Indicates if list item is considered optional.
- protocol string
- Set the protocol
- protocol
Variable string - Variable name
- route
Policy string - Set route policy to apply to redistributed routes
- route
Policy stringVariable - Variable name
- nat_
dia bool - Enable NAT DIA for redistributed routes
- nat_
dia_ strvariable - Variable name
- optional bool
- Indicates if list item is considered optional.
- protocol str
- Set the protocol
- protocol_
variable str - Variable name
- route_
policy str - Set route policy to apply to redistributed routes
- route_
policy_ strvariable - Variable name
- nat
Dia Boolean - Enable NAT DIA for redistributed routes
- nat
Dia StringVariable - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy String - Set route policy to apply to redistributed routes
- route
Policy StringVariable - Variable name
GetCiscoOspfFeatureTemplateRoutePolicy
- Direction string
- Set direction to apply policy
- Direction
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Policy
Name string - Name of route policy
- Policy
Name stringVariable - Variable name
- Direction string
- Set direction to apply policy
- Direction
Variable string - Variable name
- Optional bool
- Indicates if list item is considered optional.
- Policy
Name string - Name of route policy
- Policy
Name stringVariable - Variable name
- direction String
- Set direction to apply policy
- direction
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- policy
Name String - Name of route policy
- policy
Name StringVariable - Variable name
- direction string
- Set direction to apply policy
- direction
Variable string - Variable name
- optional boolean
- Indicates if list item is considered optional.
- policy
Name string - Name of route policy
- policy
Name stringVariable - Variable name
- direction str
- Set direction to apply policy
- direction_
variable str - Variable name
- optional bool
- Indicates if list item is considered optional.
- policy_
name str - Name of route policy
- policy_
name_ strvariable - Variable name
- direction String
- Set direction to apply policy
- direction
Variable String - Variable name
- optional Boolean
- Indicates if list item is considered optional.
- policy
Name String - Name of route policy
- policy
Name StringVariable - Variable name
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.