Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getTransportRoutingOspfFeature
Explore with Pulumi AI
This data source can read the Transport Routing OSPF Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportRoutingOspfFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_routing_ospf_feature(id="f6b2c44c-693c-4763-b010-895aa3d236bd",
feature_profile_id="f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
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.LookupTransportRoutingOspfFeature(ctx, &sdwan.LookupTransportRoutingOspfFeatureArgs{
Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
}, 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.GetTransportRoutingOspfFeature.Invoke(new()
{
Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
FeatureProfileId = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
});
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.GetTransportRoutingOspfFeatureArgs;
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.getTransportRoutingOspfFeature(GetTransportRoutingOspfFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getTransportRoutingOspfFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getTransportRoutingOspfFeature
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 getTransportRoutingOspfFeature(args: GetTransportRoutingOspfFeatureArgs, opts?: InvokeOptions): Promise<GetTransportRoutingOspfFeatureResult>
function getTransportRoutingOspfFeatureOutput(args: GetTransportRoutingOspfFeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportRoutingOspfFeatureResult>
def get_transport_routing_ospf_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransportRoutingOspfFeatureResult
def get_transport_routing_ospf_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransportRoutingOspfFeatureResult]
func LookupTransportRoutingOspfFeature(ctx *Context, args *LookupTransportRoutingOspfFeatureArgs, opts ...InvokeOption) (*LookupTransportRoutingOspfFeatureResult, error)
func LookupTransportRoutingOspfFeatureOutput(ctx *Context, args *LookupTransportRoutingOspfFeatureOutputArgs, opts ...InvokeOption) LookupTransportRoutingOspfFeatureResultOutput
> Note: This function is named LookupTransportRoutingOspfFeature
in the Go SDK.
public static class GetTransportRoutingOspfFeature
{
public static Task<GetTransportRoutingOspfFeatureResult> InvokeAsync(GetTransportRoutingOspfFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTransportRoutingOspfFeatureResult> Invoke(GetTransportRoutingOspfFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTransportRoutingOspfFeatureResult> getTransportRoutingOspfFeature(GetTransportRoutingOspfFeatureArgs args, InvokeOptions options)
public static Output<GetTransportRoutingOspfFeatureResult> getTransportRoutingOspfFeature(GetTransportRoutingOspfFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getTransportRoutingOspfFeature:getTransportRoutingOspfFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
- feature
Profile Id This property is required. string - Feature Profile ID
- id
This property is required. string - The id of the Feature
- feature_
profile_ id This property is required. str - Feature Profile ID
- id
This property is required. str - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
getTransportRoutingOspfFeature Result
The following output properties are available:
- Areas
List<Get
Transport Routing Ospf Feature Area> - Configure OSPF area
- 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
- 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
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
List<Get
Transport Routing Ospf Feature Redistribute> - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsas List<GetTransport Routing Ospf Feature Router Lsa> - Advertise own router LSA with infinite distance
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations
- Spf
Maximum stringHold Time Variable - Variable name
- Version int
- The version of the Feature
- Areas
[]Get
Transport Routing Ospf Feature Area - Configure OSPF area
- 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
- 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
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
[]Get
Transport Routing Ospf Feature Redistribute - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsas []GetTransport Routing Ospf Feature Router Lsa - Advertise own router LSA with infinite distance
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations
- Spf
Maximum stringHold Time Variable - Variable name
- Version int
- The version of the Feature
- areas
List<Get
Transport Routing Ospf Feature Area> - Configure OSPF area
- 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
- 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
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes
List<Get
Transport Routing Ospf Feature Redistribute> - Redistribute routes
- reference
Bandwidth Integer - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsas List<GetTransport Routing Ospf Feature Router Lsa> - Advertise own router LSA with infinite distance
- spf
Calculation IntegerDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial IntegerHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum IntegerHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum StringHold Time Variable - Variable name
- version Integer
- The version of the Feature
- areas
Get
Transport Routing Ospf Feature Area[] - Configure OSPF area
- 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
- 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
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- redistributes
Get
Transport Routing Ospf Feature Redistribute[] - Redistribute routes
- reference
Bandwidth number - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth stringVariable - Variable name
- rfc1583Compatible boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable string - Variable name
- route
Policy stringId - router
Id string - Set OSPF router ID to override system IP address
- router
Id stringVariable - Variable name
- router
Lsas GetTransport Routing Ospf Feature Router Lsa[] - Advertise own router LSA with infinite distance
- spf
Calculation numberDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation stringDelay Variable - Variable name
- spf
Initial numberHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial stringHold Time Variable - Variable name
- spf
Maximum numberHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum stringHold Time Variable - Variable name
- version number
- The version of the Feature
- areas
Sequence[Get
Transport Routing Ospf Feature Area] - Configure OSPF area
- 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
- 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
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- redistributes
Sequence[Get
Transport Routing Ospf Feature Redistribute] - Redistribute routes
- reference_
bandwidth int - Set reference bandwidth method to assign OSPF cost
- reference_
bandwidth_ strvariable - Variable name
- rfc1583_
compatible bool - Calculate summary route cost based on RFC 1583
- rfc1583_
compatible_ strvariable - Variable name
- route_
policy_ strid - router_
id str - Set OSPF router ID to override system IP address
- router_
id_ strvariable - Variable name
- router_
lsas Sequence[GetTransport Routing Ospf Feature Router Lsa] - Advertise own router LSA with infinite distance
- spf_
calculation_ intdelay - Set delay from first change received until performing SPF calculation
- spf_
calculation_ strdelay_ variable - Variable name
- spf_
initial_ inthold_ time - Set initial hold time between consecutive SPF calculations
- spf_
initial_ strhold_ time_ variable - Variable name
- spf_
maximum_ inthold_ time - Set maximum hold time between consecutive SPF calculations
- spf_
maximum_ strhold_ time_ variable - Variable name
- version int
- The version of the Feature
- areas List<Property Map>
- Configure OSPF area
- 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
- 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
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes List<Property Map>
- Redistribute routes
- reference
Bandwidth Number - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsas List<Property Map> - Advertise own router LSA with infinite distance
- spf
Calculation NumberDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial NumberHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum NumberHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum StringHold Time Variable - Variable name
- version Number
- The version of the Feature
Supporting Types
GetTransportRoutingOspfFeatureArea
- Area
Number This property is required. int - Set OSPF area number
- Area
Number Variable This property is required. string - Variable name
- Area
Type This property is required. string - set the area type
- Interfaces
This property is required. List<GetTransport Routing Ospf Feature Area Interface> - Set OSPF interface parameters
- No
Summary This property is required. bool - Do not inject interarea routes into STUB or NSSA
- No
Summary Variable This property is required. string - Variable name
- Ranges
This property is required. List<GetTransport Routing Ospf Feature Area Range> - Summarize OSPF routes at an area boundary
- Area
Number This property is required. int - Set OSPF area number
- Area
Number Variable This property is required. string - Variable name
- Area
Type This property is required. string - set the area type
- Interfaces
This property is required. []GetTransport Routing Ospf Feature Area Interface - Set OSPF interface parameters
- No
Summary This property is required. bool - Do not inject interarea routes into STUB or NSSA
- No
Summary Variable This property is required. string - Variable name
- Ranges
This property is required. []GetTransport Routing Ospf Feature Area Range - Summarize OSPF routes at an area boundary
- area
Number This property is required. Integer - Set OSPF area number
- area
Number Variable This property is required. String - Variable name
- area
Type This property is required. String - set the area type
- interfaces
This property is required. List<GetTransport Routing Ospf Feature Area Interface> - Set OSPF interface parameters
- no
Summary This property is required. Boolean - Do not inject interarea routes into STUB or NSSA
- no
Summary Variable This property is required. String - Variable name
- ranges
This property is required. List<GetTransport Routing Ospf Feature Area Range> - Summarize OSPF routes at an area boundary
- area
Number This property is required. number - Set OSPF area number
- area
Number Variable This property is required. string - Variable name
- area
Type This property is required. string - set the area type
- interfaces
This property is required. GetTransport Routing Ospf Feature Area Interface[] - Set OSPF interface parameters
- no
Summary This property is required. boolean - Do not inject interarea routes into STUB or NSSA
- no
Summary Variable This property is required. string - Variable name
- ranges
This property is required. GetTransport Routing Ospf Feature Area Range[] - Summarize OSPF routes at an area boundary
- area_
number This property is required. int - Set OSPF area number
- area_
number_ variable This property is required. str - Variable name
- area_
type This property is required. str - set the area type
- interfaces
This property is required. Sequence[GetTransport Routing Ospf Feature Area Interface] - Set OSPF interface parameters
- no_
summary This property is required. bool - Do not inject interarea routes into STUB or NSSA
- no_
summary_ variable This property is required. str - Variable name
- ranges
This property is required. Sequence[GetTransport Routing Ospf Feature Area Range] - Summarize OSPF routes at an area boundary
- area
Number This property is required. Number - Set OSPF area number
- area
Number Variable This property is required. String - Variable name
- area
Type This property is required. String - set the area type
- interfaces
This property is required. List<Property Map> - Set OSPF interface parameters
- no
Summary This property is required. Boolean - Do not inject interarea routes into STUB or NSSA
- no
Summary Variable This property is required. String - Variable name
- ranges
This property is required. List<Property Map> - Summarize OSPF routes at an area boundary
GetTransportRoutingOspfFeatureAreaInterface
- Authentication
Type This property is required. string - Set OSPF interface authentication type
- Authentication
Type Variable This property is required. string - Variable name
- Cost
This property is required. int - Set cost of OSPF interface
- Cost
Variable This property is required. string - Variable name
- Dead
Interval This property is required. int - Set interval after which neighbor is declared to be down
- Dead
Interval Variable This property is required. string - Variable name
- Designated
Router Priority This property is required. int - Set router’s priority to be elected as designated router
- Designated
Router Priority Variable This property is required. string - Variable name
- Hello
Interval This property is required. int - Set interval between OSPF hello packets
- Hello
Interval Variable This property is required. string - Variable name
- Lsa
Retransmit Interval This property is required. int - Set time between retransmitting LSAs
- Lsa
Retransmit Interval Variable This property is required. string - Variable name
- Message
Digest Key This property is required. string - Set MD5 authentication key
- Message
Digest Key Id This property is required. int - Set MD5 message digest key
- Message
Digest Key Id Variable This property is required. string - Variable name
- Message
Digest Key Variable This property is required. string - Variable name
- Name
This property is required. string - Set interface name
- Name
Variable This property is required. string - Variable name
- Network
Type This property is required. string - Set the OSPF network type
- Network
Type Variable This property is required. string - Variable name
- Passive
Interface This property is required. bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface Variable This property is required. string - Variable name
- Authentication
Type This property is required. string - Set OSPF interface authentication type
- Authentication
Type Variable This property is required. string - Variable name
- Cost
This property is required. int - Set cost of OSPF interface
- Cost
Variable This property is required. string - Variable name
- Dead
Interval This property is required. int - Set interval after which neighbor is declared to be down
- Dead
Interval Variable This property is required. string - Variable name
- Designated
Router Priority This property is required. int - Set router’s priority to be elected as designated router
- Designated
Router Priority Variable This property is required. string - Variable name
- Hello
Interval This property is required. int - Set interval between OSPF hello packets
- Hello
Interval Variable This property is required. string - Variable name
- Lsa
Retransmit Interval This property is required. int - Set time between retransmitting LSAs
- Lsa
Retransmit Interval Variable This property is required. string - Variable name
- Message
Digest Key This property is required. string - Set MD5 authentication key
- Message
Digest Key Id This property is required. int - Set MD5 message digest key
- Message
Digest Key Id Variable This property is required. string - Variable name
- Message
Digest Key Variable This property is required. string - Variable name
- Name
This property is required. string - Set interface name
- Name
Variable This property is required. string - Variable name
- Network
Type This property is required. string - Set the OSPF network type
- Network
Type Variable This property is required. string - Variable name
- Passive
Interface This property is required. bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface Variable This property is required. string - Variable name
- authentication
Type This property is required. String - Set OSPF interface authentication type
- authentication
Type Variable This property is required. String - Variable name
- cost
This property is required. Integer - Set cost of OSPF interface
- cost
Variable This property is required. String - Variable name
- dead
Interval This property is required. Integer - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. String - Variable name
- designated
Router Priority This property is required. Integer - Set router’s priority to be elected as designated router
- designated
Router Priority Variable This property is required. String - Variable name
- hello
Interval This property is required. Integer - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. String - Variable name
- lsa
Retransmit Interval This property is required. Integer - Set time between retransmitting LSAs
- lsa
Retransmit Interval Variable This property is required. String - Variable name
- message
Digest Key This property is required. String - Set MD5 authentication key
- message
Digest Key Id This property is required. Integer - Set MD5 message digest key
- message
Digest Key Id Variable This property is required. String - Variable name
- message
Digest Key Variable This property is required. String - Variable name
- name
This property is required. String - Set interface name
- name
Variable This property is required. String - Variable name
- network
Type This property is required. String - Set the OSPF network type
- network
Type Variable This property is required. String - Variable name
- passive
Interface This property is required. Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. String - Variable name
- authentication
Type This property is required. string - Set OSPF interface authentication type
- authentication
Type Variable This property is required. string - Variable name
- cost
This property is required. number - Set cost of OSPF interface
- cost
Variable This property is required. string - Variable name
- dead
Interval This property is required. number - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. string - Variable name
- designated
Router Priority This property is required. number - Set router’s priority to be elected as designated router
- designated
Router Priority Variable This property is required. string - Variable name
- hello
Interval This property is required. number - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. string - Variable name
- lsa
Retransmit Interval This property is required. number - Set time between retransmitting LSAs
- lsa
Retransmit Interval Variable This property is required. string - Variable name
- message
Digest Key This property is required. string - Set MD5 authentication key
- message
Digest Key Id This property is required. number - Set MD5 message digest key
- message
Digest Key Id Variable This property is required. string - Variable name
- message
Digest Key Variable This property is required. string - Variable name
- name
This property is required. string - Set interface name
- name
Variable This property is required. string - Variable name
- network
Type This property is required. string - Set the OSPF network type
- network
Type Variable This property is required. string - Variable name
- passive
Interface This property is required. boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. string - Variable name
- authentication_
type This property is required. str - Set OSPF interface authentication type
- authentication_
type_ variable This property is required. str - Variable name
- cost
This property is required. int - Set cost of OSPF interface
- cost_
variable This property is required. str - Variable name
- dead_
interval This property is required. int - Set interval after which neighbor is declared to be down
- dead_
interval_ variable This property is required. str - Variable name
- designated_
router_ priority This property is required. int - Set router’s priority to be elected as designated router
- designated_
router_ priority_ variable This property is required. str - Variable name
- hello_
interval This property is required. int - Set interval between OSPF hello packets
- hello_
interval_ variable This property is required. str - Variable name
- lsa_
retransmit_ interval This property is required. int - Set time between retransmitting LSAs
- lsa_
retransmit_ interval_ variable This property is required. str - Variable name
- message_
digest_ key This property is required. str - Set MD5 authentication key
- message_
digest_ key_ id This property is required. int - Set MD5 message digest key
- message_
digest_ key_ id_ variable This property is required. str - Variable name
- message_
digest_ key_ variable This property is required. str - Variable name
- name
This property is required. str - Set interface name
- name_
variable This property is required. str - Variable name
- network_
type This property is required. str - Set the OSPF network type
- network_
type_ variable This property is required. str - Variable name
- passive_
interface This property is required. bool - Set the interface to advertise its address, but not to actively run OSPF
- passive_
interface_ variable This property is required. str - Variable name
- authentication
Type This property is required. String - Set OSPF interface authentication type
- authentication
Type Variable This property is required. String - Variable name
- cost
This property is required. Number - Set cost of OSPF interface
- cost
Variable This property is required. String - Variable name
- dead
Interval This property is required. Number - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. String - Variable name
- designated
Router Priority This property is required. Number - Set router’s priority to be elected as designated router
- designated
Router Priority Variable This property is required. String - Variable name
- hello
Interval This property is required. Number - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. String - Variable name
- lsa
Retransmit Interval This property is required. Number - Set time between retransmitting LSAs
- lsa
Retransmit Interval Variable This property is required. String - Variable name
- message
Digest Key This property is required. String - Set MD5 authentication key
- message
Digest Key Id This property is required. Number - Set MD5 message digest key
- message
Digest Key Id Variable This property is required. String - Variable name
- message
Digest Key Variable This property is required. String - Variable name
- name
This property is required. String - Set interface name
- name
Variable This property is required. String - Variable name
- network
Type This property is required. String - Set the OSPF network type
- network
Type Variable This property is required. String - Variable name
- passive
Interface This property is required. Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. String - Variable name
GetTransportRoutingOspfFeatureAreaRange
- Cost
This property is required. int - Set cost for this range
- Cost
Variable This property is required. string - Variable name
- Ip
Address This property is required. string - IP Address
- Ip
Address Variable This property is required. string - Variable name
- No
Advertise This property is required. bool - Do not advertise this range
- No
Advertise Variable This property is required. string - Variable name
- Subnet
Mask This property is required. string - Subnet Mask
- Subnet
Mask Variable This property is required. string - Variable name
- Cost
This property is required. int - Set cost for this range
- Cost
Variable This property is required. string - Variable name
- Ip
Address This property is required. string - IP Address
- Ip
Address Variable This property is required. string - Variable name
- No
Advertise This property is required. bool - Do not advertise this range
- No
Advertise Variable This property is required. string - Variable name
- Subnet
Mask This property is required. string - Subnet Mask
- Subnet
Mask Variable This property is required. string - Variable name
- cost
This property is required. Integer - Set cost for this range
- cost
Variable This property is required. String - Variable name
- ip
Address This property is required. String - IP Address
- ip
Address Variable This property is required. String - Variable name
- no
Advertise This property is required. Boolean - Do not advertise this range
- no
Advertise Variable This property is required. String - Variable name
- subnet
Mask This property is required. String - Subnet Mask
- subnet
Mask Variable This property is required. String - Variable name
- cost
This property is required. number - Set cost for this range
- cost
Variable This property is required. string - Variable name
- ip
Address This property is required. string - IP Address
- ip
Address Variable This property is required. string - Variable name
- no
Advertise This property is required. boolean - Do not advertise this range
- no
Advertise Variable This property is required. string - Variable name
- subnet
Mask This property is required. string - Subnet Mask
- subnet
Mask Variable This property is required. string - Variable name
- cost
This property is required. int - Set cost for this range
- cost_
variable This property is required. str - Variable name
- ip_
address This property is required. str - IP Address
- ip_
address_ variable This property is required. str - Variable name
- no_
advertise This property is required. bool - Do not advertise this range
- no_
advertise_ variable This property is required. str - Variable name
- subnet_
mask This property is required. str - Subnet Mask
- subnet_
mask_ variable This property is required. str - Variable name
- cost
This property is required. Number - Set cost for this range
- cost
Variable This property is required. String - Variable name
- ip
Address This property is required. String - IP Address
- ip
Address Variable This property is required. String - Variable name
- no
Advertise This property is required. Boolean - Do not advertise this range
- no
Advertise Variable This property is required. String - Variable name
- subnet
Mask This property is required. String - Subnet Mask
- subnet
Mask Variable This property is required. String - Variable name
GetTransportRoutingOspfFeatureRedistribute
- Nat
Dia This property is required. bool - Enable NAT DIA for redistributed routes
- Nat
Dia Variable This property is required. string - Variable name
- Protocol
This property is required. string - Set the protocol
- Protocol
Variable This property is required. string - Variable name
- Route
Policy Id This property is required. string
- Nat
Dia This property is required. bool - Enable NAT DIA for redistributed routes
- Nat
Dia Variable This property is required. string - Variable name
- Protocol
This property is required. string - Set the protocol
- Protocol
Variable This property is required. string - Variable name
- Route
Policy Id This property is required. string
- nat
Dia This property is required. Boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. String - Variable name
- protocol
This property is required. String - Set the protocol
- protocol
Variable This property is required. String - Variable name
- route
Policy Id This property is required. String
- nat
Dia This property is required. boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. string - Variable name
- protocol
This property is required. string - Set the protocol
- protocol
Variable This property is required. string - Variable name
- route
Policy Id This property is required. string
- nat_
dia This property is required. bool - Enable NAT DIA for redistributed routes
- nat_
dia_ variable This property is required. str - Variable name
- protocol
This property is required. str - Set the protocol
- protocol_
variable This property is required. str - Variable name
- route_
policy_ id This property is required. str
- nat
Dia This property is required. Boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. String - Variable name
- protocol
This property is required. String - Set the protocol
- protocol
Variable This property is required. String - Variable name
- route
Policy Id This property is required. String
GetTransportRoutingOspfFeatureRouterLsa
- Time
This property is required. int - Set how long to advertise maximum metric after router starts up
- Time
Variable This property is required. string - Variable name
- Type
This property is required. string - Set the router LSA advertisement type
- Time
This property is required. int - Set how long to advertise maximum metric after router starts up
- Time
Variable This property is required. string - Variable name
- Type
This property is required. string - Set the router LSA advertisement type
- time
This property is required. Integer - Set how long to advertise maximum metric after router starts up
- time
Variable This property is required. String - Variable name
- type
This property is required. String - Set the router LSA advertisement type
- time
This property is required. number - Set how long to advertise maximum metric after router starts up
- time
Variable This property is required. string - Variable name
- type
This property is required. string - Set the router LSA advertisement type
- time
This property is required. int - Set how long to advertise maximum metric after router starts up
- time_
variable This property is required. str - Variable name
- type
This property is required. str - Set the router LSA advertisement type
- time
This property is required. Number - Set how long to advertise maximum metric after router starts up
- time
Variable This property is required. String - Variable name
- type
This property is required. String - Set the router LSA advertisement type
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.