Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getServiceRoutingOspfFeature
Explore with Pulumi AI
This data source can read the Service Routing OSPF Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getServiceRoutingOspfFeature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_service_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.LookupServiceRoutingOspfFeature(ctx, &sdwan.LookupServiceRoutingOspfFeatureArgs{
			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.GetServiceRoutingOspfFeature.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.GetServiceRoutingOspfFeatureArgs;
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.getServiceRoutingOspfFeature(GetServiceRoutingOspfFeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getServiceRoutingOspfFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getServiceRoutingOspfFeature
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 getServiceRoutingOspfFeature(args: GetServiceRoutingOspfFeatureArgs, opts?: InvokeOptions): Promise<GetServiceRoutingOspfFeatureResult>
function getServiceRoutingOspfFeatureOutput(args: GetServiceRoutingOspfFeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceRoutingOspfFeatureResult>def get_service_routing_ospf_feature(feature_profile_id: Optional[str] = None,
                                     id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetServiceRoutingOspfFeatureResult
def get_service_routing_ospf_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                     id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetServiceRoutingOspfFeatureResult]func LookupServiceRoutingOspfFeature(ctx *Context, args *LookupServiceRoutingOspfFeatureArgs, opts ...InvokeOption) (*LookupServiceRoutingOspfFeatureResult, error)
func LookupServiceRoutingOspfFeatureOutput(ctx *Context, args *LookupServiceRoutingOspfFeatureOutputArgs, opts ...InvokeOption) LookupServiceRoutingOspfFeatureResultOutput> Note: This function is named LookupServiceRoutingOspfFeature in the Go SDK.
public static class GetServiceRoutingOspfFeature 
{
    public static Task<GetServiceRoutingOspfFeatureResult> InvokeAsync(GetServiceRoutingOspfFeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceRoutingOspfFeatureResult> Invoke(GetServiceRoutingOspfFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceRoutingOspfFeatureResult> getServiceRoutingOspfFeature(GetServiceRoutingOspfFeatureArgs args, InvokeOptions options)
public static Output<GetServiceRoutingOspfFeatureResult> getServiceRoutingOspfFeature(GetServiceRoutingOspfFeatureArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getServiceRoutingOspfFeature:getServiceRoutingOspfFeature
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Feature
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
getServiceRoutingOspfFeature Result
The following output properties are available:
- Areas
List<GetService Routing Ospf Feature Area> 
- Configure OSPF area
- DefaultInformation boolOriginate 
- Distribute default external route into OSPF
- DefaultInformation boolOriginate Always 
- Always advertise default route
- DefaultInformation stringOriginate Always Variable 
- Variable name
- DefaultInformation intOriginate Metric 
- Set metric used to generate default route \n\n
- DefaultInformation stringOriginate Metric Type 
- Set default route type
- DefaultInformation stringOriginate Metric Type Variable 
- Variable name
- DefaultInformation stringOriginate Metric Variable 
- Variable name
- Description string
- The description of the Feature
- DistanceExternal int
- Set distance for external routes
- DistanceExternal stringVariable 
- Variable name
- DistanceInter intArea 
- Set distance for inter-area routes
- DistanceInter stringArea Variable 
- Variable name
- DistanceIntra intArea 
- Set distance for intra-area routes
- DistanceIntra stringArea Variable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
List<GetService Routing Ospf Feature Redistribute> 
- Redistribute routes
- ReferenceBandwidth int
- Set reference bandwidth method to assign OSPF cost
- ReferenceBandwidth stringVariable 
- Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583
- Rfc1583CompatibleVariable string
- Variable name
- RoutePolicy stringId 
- RouterId string
- Set OSPF router ID to override system IP address
- RouterId stringVariable 
- Variable name
- RouterLsas List<GetService Routing Ospf Feature Router Lsa> 
- Advertise own router LSA with infinite distance
- SpfCalculation intDelay 
- Set delay from first change received until performing SPF calculation
- SpfCalculation stringDelay Variable 
- Variable name
- SpfInitial intHold Time 
- Set initial hold time between consecutive SPF calculations
- SpfInitial stringHold Time Variable 
- Variable name
- SpfMaximum intHold Time 
- Set maximum hold time between consecutive SPF calculations
- SpfMaximum stringHold Time Variable 
- Variable name
- Version int
- The version of the Feature
- Areas
[]GetService Routing Ospf Feature Area 
- Configure OSPF area
- DefaultInformation boolOriginate 
- Distribute default external route into OSPF
- DefaultInformation boolOriginate Always 
- Always advertise default route
- DefaultInformation stringOriginate Always Variable 
- Variable name
- DefaultInformation intOriginate Metric 
- Set metric used to generate default route \n\n
- DefaultInformation stringOriginate Metric Type 
- Set default route type
- DefaultInformation stringOriginate Metric Type Variable 
- Variable name
- DefaultInformation stringOriginate Metric Variable 
- Variable name
- Description string
- The description of the Feature
- DistanceExternal int
- Set distance for external routes
- DistanceExternal stringVariable 
- Variable name
- DistanceInter intArea 
- Set distance for inter-area routes
- DistanceInter stringArea Variable 
- Variable name
- DistanceIntra intArea 
- Set distance for intra-area routes
- DistanceIntra stringArea Variable 
- Variable name
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
[]GetService Routing Ospf Feature Redistribute 
- Redistribute routes
- ReferenceBandwidth int
- Set reference bandwidth method to assign OSPF cost
- ReferenceBandwidth stringVariable 
- Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583
- Rfc1583CompatibleVariable string
- Variable name
- RoutePolicy stringId 
- RouterId string
- Set OSPF router ID to override system IP address
- RouterId stringVariable 
- Variable name
- RouterLsas []GetService Routing Ospf Feature Router Lsa 
- Advertise own router LSA with infinite distance
- SpfCalculation intDelay 
- Set delay from first change received until performing SPF calculation
- SpfCalculation stringDelay Variable 
- Variable name
- SpfInitial intHold Time 
- Set initial hold time between consecutive SPF calculations
- SpfInitial stringHold Time Variable 
- Variable name
- SpfMaximum intHold Time 
- Set maximum hold time between consecutive SPF calculations
- SpfMaximum stringHold Time Variable 
- Variable name
- Version int
- The version of the Feature
- areas
List<GetService Routing Ospf Feature Area> 
- Configure OSPF area
- defaultInformation BooleanOriginate 
- Distribute default external route into OSPF
- defaultInformation BooleanOriginate Always 
- Always advertise default route
- defaultInformation StringOriginate Always Variable 
- Variable name
- defaultInformation IntegerOriginate Metric 
- Set metric used to generate default route \n\n
- defaultInformation StringOriginate Metric Type 
- Set default route type
- defaultInformation StringOriginate Metric Type Variable 
- Variable name
- defaultInformation StringOriginate Metric Variable 
- Variable name
- description String
- The description of the Feature
- distanceExternal Integer
- Set distance for external routes
- distanceExternal StringVariable 
- Variable name
- distanceInter IntegerArea 
- Set distance for inter-area routes
- distanceInter StringArea Variable 
- Variable name
- distanceIntra IntegerArea 
- Set distance for intra-area routes
- distanceIntra StringArea Variable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes
List<GetService Routing Ospf Feature Redistribute> 
- Redistribute routes
- referenceBandwidth Integer
- Set reference bandwidth method to assign OSPF cost
- referenceBandwidth StringVariable 
- Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583
- rfc1583CompatibleVariable String
- Variable name
- routePolicy StringId 
- routerId String
- Set OSPF router ID to override system IP address
- routerId StringVariable 
- Variable name
- routerLsas List<GetService Routing Ospf Feature Router Lsa> 
- Advertise own router LSA with infinite distance
- spfCalculation IntegerDelay 
- Set delay from first change received until performing SPF calculation
- spfCalculation StringDelay Variable 
- Variable name
- spfInitial IntegerHold Time 
- Set initial hold time between consecutive SPF calculations
- spfInitial StringHold Time Variable 
- Variable name
- spfMaximum IntegerHold Time 
- Set maximum hold time between consecutive SPF calculations
- spfMaximum StringHold Time Variable 
- Variable name
- version Integer
- The version of the Feature
- areas
GetService Routing Ospf Feature Area[] 
- Configure OSPF area
- defaultInformation booleanOriginate 
- Distribute default external route into OSPF
- defaultInformation booleanOriginate Always 
- Always advertise default route
- defaultInformation stringOriginate Always Variable 
- Variable name
- defaultInformation numberOriginate Metric 
- Set metric used to generate default route \n\n
- defaultInformation stringOriginate Metric Type 
- Set default route type
- defaultInformation stringOriginate Metric Type Variable 
- Variable name
- defaultInformation stringOriginate Metric Variable 
- Variable name
- description string
- The description of the Feature
- distanceExternal number
- Set distance for external routes
- distanceExternal stringVariable 
- Variable name
- distanceInter numberArea 
- Set distance for inter-area routes
- distanceInter stringArea Variable 
- Variable name
- distanceIntra numberArea 
- Set distance for intra-area routes
- distanceIntra stringArea Variable 
- Variable name
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- redistributes
GetService Routing Ospf Feature Redistribute[] 
- Redistribute routes
- referenceBandwidth number
- Set reference bandwidth method to assign OSPF cost
- referenceBandwidth stringVariable 
- Variable name
- rfc1583Compatible boolean
- Calculate summary route cost based on RFC 1583
- rfc1583CompatibleVariable string
- Variable name
- routePolicy stringId 
- routerId string
- Set OSPF router ID to override system IP address
- routerId stringVariable 
- Variable name
- routerLsas GetService Routing Ospf Feature Router Lsa[] 
- Advertise own router LSA with infinite distance
- spfCalculation numberDelay 
- Set delay from first change received until performing SPF calculation
- spfCalculation stringDelay Variable 
- Variable name
- spfInitial numberHold Time 
- Set initial hold time between consecutive SPF calculations
- spfInitial stringHold Time Variable 
- Variable name
- spfMaximum numberHold Time 
- Set maximum hold time between consecutive SPF calculations
- spfMaximum stringHold Time Variable 
- Variable name
- version number
- The version of the Feature
- areas
Sequence[GetService 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[GetService 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[GetService 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
- defaultInformation BooleanOriginate 
- Distribute default external route into OSPF
- defaultInformation BooleanOriginate Always 
- Always advertise default route
- defaultInformation StringOriginate Always Variable 
- Variable name
- defaultInformation NumberOriginate Metric 
- Set metric used to generate default route \n\n
- defaultInformation StringOriginate Metric Type 
- Set default route type
- defaultInformation StringOriginate Metric Type Variable 
- Variable name
- defaultInformation StringOriginate Metric Variable 
- Variable name
- description String
- The description of the Feature
- distanceExternal Number
- Set distance for external routes
- distanceExternal StringVariable 
- Variable name
- distanceInter NumberArea 
- Set distance for inter-area routes
- distanceInter StringArea Variable 
- Variable name
- distanceIntra NumberArea 
- Set distance for intra-area routes
- distanceIntra StringArea Variable 
- Variable name
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes List<Property Map>
- Redistribute routes
- referenceBandwidth Number
- Set reference bandwidth method to assign OSPF cost
- referenceBandwidth StringVariable 
- Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583
- rfc1583CompatibleVariable String
- Variable name
- routePolicy StringId 
- routerId String
- Set OSPF router ID to override system IP address
- routerId StringVariable 
- Variable name
- routerLsas List<Property Map>
- Advertise own router LSA with infinite distance
- spfCalculation NumberDelay 
- Set delay from first change received until performing SPF calculation
- spfCalculation StringDelay Variable 
- Variable name
- spfInitial NumberHold Time 
- Set initial hold time between consecutive SPF calculations
- spfInitial StringHold Time Variable 
- Variable name
- spfMaximum NumberHold Time 
- Set maximum hold time between consecutive SPF calculations
- spfMaximum StringHold Time Variable 
- Variable name
- version Number
- The version of the Feature
Supporting Types
GetServiceRoutingOspfFeatureArea     
- AreaNumber int
- Set OSPF area number
- AreaNumber stringVariable 
- Variable name
- AreaType string
- set the area type
- Interfaces
List<GetService Routing Ospf Feature Area Interface> 
- Set OSPF interface parameters
- NoSummary bool
- Do not inject interarea routes into STUB or NSSA
- NoSummary stringVariable 
- Variable name
- Ranges
List<GetService Routing Ospf Feature Area Range> 
- Summarize OSPF routes at an area boundary
- AreaNumber int
- Set OSPF area number
- AreaNumber stringVariable 
- Variable name
- AreaType string
- set the area type
- Interfaces
[]GetService Routing Ospf Feature Area Interface 
- Set OSPF interface parameters
- NoSummary bool
- Do not inject interarea routes into STUB or NSSA
- NoSummary stringVariable 
- Variable name
- Ranges
[]GetService Routing Ospf Feature Area Range 
- Summarize OSPF routes at an area boundary
- areaNumber Integer
- Set OSPF area number
- areaNumber StringVariable 
- Variable name
- areaType String
- set the area type
- interfaces
List<GetService Routing Ospf Feature Area Interface> 
- Set OSPF interface parameters
- noSummary Boolean
- Do not inject interarea routes into STUB or NSSA
- noSummary StringVariable 
- Variable name
- ranges
List<GetService Routing Ospf Feature Area Range> 
- Summarize OSPF routes at an area boundary
- areaNumber number
- Set OSPF area number
- areaNumber stringVariable 
- Variable name
- areaType string
- set the area type
- interfaces
GetService Routing Ospf Feature Area Interface[] 
- Set OSPF interface parameters
- noSummary boolean
- Do not inject interarea routes into STUB or NSSA
- noSummary stringVariable 
- Variable name
- ranges
GetService Routing Ospf Feature Area Range[] 
- Summarize OSPF routes at an area boundary
- area_number int
- Set OSPF area number
- area_number_ strvariable 
- Variable name
- area_type str
- set the area type
- interfaces
Sequence[GetService Routing Ospf Feature Area Interface] 
- Set OSPF interface parameters
- no_summary bool
- Do not inject interarea routes into STUB or NSSA
- no_summary_ strvariable 
- Variable name
- ranges
Sequence[GetService Routing Ospf Feature Area Range] 
- Summarize OSPF routes at an area boundary
- areaNumber Number
- Set OSPF area number
- areaNumber StringVariable 
- Variable name
- areaType String
- set the area type
- interfaces List<Property Map>
- Set OSPF interface parameters
- noSummary Boolean
- Do not inject interarea routes into STUB or NSSA
- noSummary StringVariable 
- Variable name
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
GetServiceRoutingOspfFeatureAreaInterface      
- AuthenticationType string
- Set OSPF interface authentication type
- AuthenticationType stringVariable 
- Variable name
- Cost int
- Set cost of OSPF interface
- CostVariable string
- Variable name
- DeadInterval int
- Set interval after which neighbor is declared to be down
- DeadInterval stringVariable 
- Variable name
- DesignatedRouter intPriority 
- Set router’s priority to be elected as designated router
- DesignatedRouter stringPriority Variable 
- Variable name
- HelloInterval int
- Set interval between OSPF hello packets
- HelloInterval stringVariable 
- Variable name
- LsaRetransmit intInterval 
- Set time between retransmitting LSAs
- LsaRetransmit stringInterval Variable 
- Variable name
- MessageDigest stringKey 
- Set MD5 authentication key
- MessageDigest intKey Id 
- Set MD5 message digest key
- MessageDigest stringKey Id Variable 
- Variable name
- MessageDigest stringKey Variable 
- Variable name
- Name string
- Set interface name
- NameVariable string
- Variable name
- NetworkType string
- Set the OSPF network type
- NetworkType stringVariable 
- Variable name
- PassiveInterface bool
- Set the interface to advertise its address, but not to actively run OSPF
- PassiveInterface stringVariable 
- Variable name
- AuthenticationType string
- Set OSPF interface authentication type
- AuthenticationType stringVariable 
- Variable name
- Cost int
- Set cost of OSPF interface
- CostVariable string
- Variable name
- DeadInterval int
- Set interval after which neighbor is declared to be down
- DeadInterval stringVariable 
- Variable name
- DesignatedRouter intPriority 
- Set router’s priority to be elected as designated router
- DesignatedRouter stringPriority Variable 
- Variable name
- HelloInterval int
- Set interval between OSPF hello packets
- HelloInterval stringVariable 
- Variable name
- LsaRetransmit intInterval 
- Set time between retransmitting LSAs
- LsaRetransmit stringInterval Variable 
- Variable name
- MessageDigest stringKey 
- Set MD5 authentication key
- MessageDigest intKey Id 
- Set MD5 message digest key
- MessageDigest stringKey Id Variable 
- Variable name
- MessageDigest stringKey Variable 
- Variable name
- Name string
- Set interface name
- NameVariable string
- Variable name
- NetworkType string
- Set the OSPF network type
- NetworkType stringVariable 
- Variable name
- PassiveInterface bool
- Set the interface to advertise its address, but not to actively run OSPF
- PassiveInterface stringVariable 
- Variable name
- authenticationType String
- Set OSPF interface authentication type
- authenticationType StringVariable 
- Variable name
- cost Integer
- Set cost of OSPF interface
- costVariable String
- Variable name
- deadInterval Integer
- Set interval after which neighbor is declared to be down
- deadInterval StringVariable 
- Variable name
- designatedRouter IntegerPriority 
- Set router’s priority to be elected as designated router
- designatedRouter StringPriority Variable 
- Variable name
- helloInterval Integer
- Set interval between OSPF hello packets
- helloInterval StringVariable 
- Variable name
- lsaRetransmit IntegerInterval 
- Set time between retransmitting LSAs
- lsaRetransmit StringInterval Variable 
- Variable name
- messageDigest StringKey 
- Set MD5 authentication key
- messageDigest IntegerKey Id 
- Set MD5 message digest key
- messageDigest StringKey Id Variable 
- Variable name
- messageDigest StringKey Variable 
- Variable name
- name String
- Set interface name
- nameVariable String
- Variable name
- networkType String
- Set the OSPF network type
- networkType StringVariable 
- Variable name
- passiveInterface Boolean
- Set the interface to advertise its address, but not to actively run OSPF
- passiveInterface StringVariable 
- Variable name
- authenticationType string
- Set OSPF interface authentication type
- authenticationType stringVariable 
- Variable name
- cost number
- Set cost of OSPF interface
- costVariable string
- Variable name
- deadInterval number
- Set interval after which neighbor is declared to be down
- deadInterval stringVariable 
- Variable name
- designatedRouter numberPriority 
- Set router’s priority to be elected as designated router
- designatedRouter stringPriority Variable 
- Variable name
- helloInterval number
- Set interval between OSPF hello packets
- helloInterval stringVariable 
- Variable name
- lsaRetransmit numberInterval 
- Set time between retransmitting LSAs
- lsaRetransmit stringInterval Variable 
- Variable name
- messageDigest stringKey 
- Set MD5 authentication key
- messageDigest numberKey Id 
- Set MD5 message digest key
- messageDigest stringKey Id Variable 
- Variable name
- messageDigest stringKey Variable 
- Variable name
- name string
- Set interface name
- nameVariable string
- Variable name
- networkType string
- Set the OSPF network type
- networkType stringVariable 
- Variable name
- passiveInterface boolean
- Set the interface to advertise its address, but not to actively run OSPF
- passiveInterface stringVariable 
- 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
- designated_router_ intpriority 
- Set router’s priority to be elected as designated router
- designated_router_ strpriority_ variable 
- Variable name
- hello_interval int
- Set interval between OSPF hello packets
- hello_interval_ strvariable 
- Variable name
- lsa_retransmit_ intinterval 
- Set time between retransmitting LSAs
- lsa_retransmit_ strinterval_ variable 
- Variable name
- message_digest_ strkey 
- Set MD5 authentication key
- message_digest_ intkey_ id 
- Set MD5 message digest key
- message_digest_ strkey_ id_ variable 
- Variable name
- message_digest_ strkey_ variable 
- Variable name
- name str
- Set interface name
- name_variable str
- Variable name
- network_type str
- Set the OSPF network type
- network_type_ strvariable 
- Variable name
- passive_interface bool
- Set the interface to advertise its address, but not to actively run OSPF
- passive_interface_ strvariable 
- Variable name
- authenticationType String
- Set OSPF interface authentication type
- authenticationType StringVariable 
- Variable name
- cost Number
- Set cost of OSPF interface
- costVariable String
- Variable name
- deadInterval Number
- Set interval after which neighbor is declared to be down
- deadInterval StringVariable 
- Variable name
- designatedRouter NumberPriority 
- Set router’s priority to be elected as designated router
- designatedRouter StringPriority Variable 
- Variable name
- helloInterval Number
- Set interval between OSPF hello packets
- helloInterval StringVariable 
- Variable name
- lsaRetransmit NumberInterval 
- Set time between retransmitting LSAs
- lsaRetransmit StringInterval Variable 
- Variable name
- messageDigest StringKey 
- Set MD5 authentication key
- messageDigest NumberKey Id 
- Set MD5 message digest key
- messageDigest StringKey Id Variable 
- Variable name
- messageDigest StringKey Variable 
- Variable name
- name String
- Set interface name
- nameVariable String
- Variable name
- networkType String
- Set the OSPF network type
- networkType StringVariable 
- Variable name
- passiveInterface Boolean
- Set the interface to advertise its address, but not to actively run OSPF
- passiveInterface StringVariable 
- Variable name
GetServiceRoutingOspfFeatureAreaRange      
- Cost int
- Set cost for this range
- CostVariable string
- Variable name
- IpAddress string
- IP Address
- IpAddress stringVariable 
- Variable name
- NoAdvertise bool
- Do not advertise this range
- NoAdvertise stringVariable 
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- Cost int
- Set cost for this range
- CostVariable string
- Variable name
- IpAddress string
- IP Address
- IpAddress stringVariable 
- Variable name
- NoAdvertise bool
- Do not advertise this range
- NoAdvertise stringVariable 
- Variable name
- SubnetMask string
- Subnet Mask
- SubnetMask stringVariable 
- Variable name
- cost Integer
- Set cost for this range
- costVariable String
- Variable name
- ipAddress String
- IP Address
- ipAddress StringVariable 
- Variable name
- noAdvertise Boolean
- Do not advertise this range
- noAdvertise StringVariable 
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
- cost number
- Set cost for this range
- costVariable string
- Variable name
- ipAddress string
- IP Address
- ipAddress stringVariable 
- Variable name
- noAdvertise boolean
- Do not advertise this range
- noAdvertise stringVariable 
- Variable name
- subnetMask string
- Subnet Mask
- subnetMask stringVariable 
- Variable name
- cost int
- Set cost for this range
- cost_variable str
- Variable name
- ip_address str
- IP Address
- ip_address_ strvariable 
- Variable name
- no_advertise bool
- Do not advertise this range
- no_advertise_ strvariable 
- Variable name
- subnet_mask str
- Subnet Mask
- subnet_mask_ strvariable 
- Variable name
- cost Number
- Set cost for this range
- costVariable String
- Variable name
- ipAddress String
- IP Address
- ipAddress StringVariable 
- Variable name
- noAdvertise Boolean
- Do not advertise this range
- noAdvertise StringVariable 
- Variable name
- subnetMask String
- Subnet Mask
- subnetMask StringVariable 
- Variable name
GetServiceRoutingOspfFeatureRedistribute     
- NatDia bool
- Enable NAT DIA for redistributed routes
- NatDia stringVariable 
- Variable name
- Protocol string
- Set the protocol
- ProtocolVariable string
- Variable name
- RoutePolicy stringId 
- NatDia bool
- Enable NAT DIA for redistributed routes
- NatDia stringVariable 
- Variable name
- Protocol string
- Set the protocol
- ProtocolVariable string
- Variable name
- RoutePolicy stringId 
- natDia Boolean
- Enable NAT DIA for redistributed routes
- natDia StringVariable 
- Variable name
- protocol String
- Set the protocol
- protocolVariable String
- Variable name
- routePolicy StringId 
- natDia boolean
- Enable NAT DIA for redistributed routes
- natDia stringVariable 
- Variable name
- protocol string
- Set the protocol
- protocolVariable string
- Variable name
- routePolicy stringId 
- nat_dia bool
- Enable NAT DIA for redistributed routes
- nat_dia_ strvariable 
- Variable name
- protocol str
- Set the protocol
- protocol_variable str
- Variable name
- route_policy_ strid 
- natDia Boolean
- Enable NAT DIA for redistributed routes
- natDia StringVariable 
- Variable name
- protocol String
- Set the protocol
- protocolVariable String
- Variable name
- routePolicy StringId 
GetServiceRoutingOspfFeatureRouterLsa      
- Time int
- Set how long to advertise maximum metric after router starts up
- TimeVariable string
- Variable name
- Type string
- Set the router LSA advertisement type
- Time int
- Set how long to advertise maximum metric after router starts up
- TimeVariable string
- Variable name
- Type string
- Set the router LSA advertisement type
- time Integer
- Set how long to advertise maximum metric after router starts up
- timeVariable String
- Variable name
- type String
- Set the router LSA advertisement type
- time number
- Set how long to advertise maximum metric after router starts up
- timeVariable string
- Variable name
- type string
- Set the router LSA advertisement type
- time int
- Set how long to advertise maximum metric after router starts up
- time_variable str
- Variable name
- type str
- Set the router LSA advertisement type
- time Number
- Set how long to advertise maximum metric after router starts up
- timeVariable String
- Variable name
- type 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 sdwanTerraform Provider.
