1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getTransportRoutingOspfFeature
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",
});
Copy
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")
Copy
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
	})
}
Copy
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",
    });

});
Copy
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());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: sdwan:getTransportRoutingOspfFeature
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
        featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Copy

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>
Copy
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]
Copy
func LookupTransportRoutingOspfFeature(ctx *Context, args *LookupTransportRoutingOspfFeatureArgs, opts ...InvokeOption) (*LookupTransportRoutingOspfFeatureResult, error)
func LookupTransportRoutingOspfFeatureOutput(ctx *Context, args *LookupTransportRoutingOspfFeatureOutputArgs, opts ...InvokeOption) LookupTransportRoutingOspfFeatureResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTransportRoutingOspfFeatureResult> getTransportRoutingOspfFeature(GetTransportRoutingOspfFeatureArgs args, InvokeOptions options)
public static Output<GetTransportRoutingOspfFeatureResult> getTransportRoutingOspfFeature(GetTransportRoutingOspfFeatureArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getTransportRoutingOspfFeature:getTransportRoutingOspfFeature
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
FeatureProfileId This property is required. string
Feature Profile ID
Id This property is required. string
The id of the Feature
featureProfileId This property is required. String
Feature Profile ID
id This property is required. String
The id of the Feature
featureProfileId 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
featureProfileId 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<GetTransportRoutingOspfFeatureArea>
Configure OSPF area
DefaultInformationOriginate bool
Distribute default external route into OSPF
DefaultInformationOriginateAlways bool
Always advertise default route
DefaultInformationOriginateAlwaysVariable string
Variable name
DefaultInformationOriginateMetric int
Set metric used to generate default route \n\n
DefaultInformationOriginateMetricType string
Set default route type
DefaultInformationOriginateMetricTypeVariable string
Variable name
DefaultInformationOriginateMetricVariable string
Variable name
Description string
The description of the Feature
DistanceExternal int
Set distance for external routes
DistanceExternalVariable string
Variable name
DistanceInterArea int
Set distance for inter-area routes
DistanceInterAreaVariable string
Variable name
DistanceIntraArea int
Set distance for intra-area routes
DistanceIntraAreaVariable string
Variable name
FeatureProfileId string
Feature Profile ID
Id string
The id of the Feature
Name string
The name of the Feature
Redistributes List<GetTransportRoutingOspfFeatureRedistribute>
Redistribute routes
ReferenceBandwidth int
Set reference bandwidth method to assign OSPF cost
ReferenceBandwidthVariable string
Variable name
Rfc1583Compatible bool
Calculate summary route cost based on RFC 1583
Rfc1583CompatibleVariable string
Variable name
RoutePolicyId string
RouterId string
Set OSPF router ID to override system IP address
RouterIdVariable string
Variable name
RouterLsas List<GetTransportRoutingOspfFeatureRouterLsa>
Advertise own router LSA with infinite distance
SpfCalculationDelay int
Set delay from first change received until performing SPF calculation
SpfCalculationDelayVariable string
Variable name
SpfInitialHoldTime int
Set initial hold time between consecutive SPF calculations
SpfInitialHoldTimeVariable string
Variable name
SpfMaximumHoldTime int
Set maximum hold time between consecutive SPF calculations
SpfMaximumHoldTimeVariable string
Variable name
Version int
The version of the Feature
Areas []GetTransportRoutingOspfFeatureArea
Configure OSPF area
DefaultInformationOriginate bool
Distribute default external route into OSPF
DefaultInformationOriginateAlways bool
Always advertise default route
DefaultInformationOriginateAlwaysVariable string
Variable name
DefaultInformationOriginateMetric int
Set metric used to generate default route \n\n
DefaultInformationOriginateMetricType string
Set default route type
DefaultInformationOriginateMetricTypeVariable string
Variable name
DefaultInformationOriginateMetricVariable string
Variable name
Description string
The description of the Feature
DistanceExternal int
Set distance for external routes
DistanceExternalVariable string
Variable name
DistanceInterArea int
Set distance for inter-area routes
DistanceInterAreaVariable string
Variable name
DistanceIntraArea int
Set distance for intra-area routes
DistanceIntraAreaVariable string
Variable name
FeatureProfileId string
Feature Profile ID
Id string
The id of the Feature
Name string
The name of the Feature
Redistributes []GetTransportRoutingOspfFeatureRedistribute
Redistribute routes
ReferenceBandwidth int
Set reference bandwidth method to assign OSPF cost
ReferenceBandwidthVariable string
Variable name
Rfc1583Compatible bool
Calculate summary route cost based on RFC 1583
Rfc1583CompatibleVariable string
Variable name
RoutePolicyId string
RouterId string
Set OSPF router ID to override system IP address
RouterIdVariable string
Variable name
RouterLsas []GetTransportRoutingOspfFeatureRouterLsa
Advertise own router LSA with infinite distance
SpfCalculationDelay int
Set delay from first change received until performing SPF calculation
SpfCalculationDelayVariable string
Variable name
SpfInitialHoldTime int
Set initial hold time between consecutive SPF calculations
SpfInitialHoldTimeVariable string
Variable name
SpfMaximumHoldTime int
Set maximum hold time between consecutive SPF calculations
SpfMaximumHoldTimeVariable string
Variable name
Version int
The version of the Feature
areas List<GetTransportRoutingOspfFeatureArea>
Configure OSPF area
defaultInformationOriginate Boolean
Distribute default external route into OSPF
defaultInformationOriginateAlways Boolean
Always advertise default route
defaultInformationOriginateAlwaysVariable String
Variable name
defaultInformationOriginateMetric Integer
Set metric used to generate default route \n\n
defaultInformationOriginateMetricType String
Set default route type
defaultInformationOriginateMetricTypeVariable String
Variable name
defaultInformationOriginateMetricVariable String
Variable name
description String
The description of the Feature
distanceExternal Integer
Set distance for external routes
distanceExternalVariable String
Variable name
distanceInterArea Integer
Set distance for inter-area routes
distanceInterAreaVariable String
Variable name
distanceIntraArea Integer
Set distance for intra-area routes
distanceIntraAreaVariable String
Variable name
featureProfileId String
Feature Profile ID
id String
The id of the Feature
name String
The name of the Feature
redistributes List<GetTransportRoutingOspfFeatureRedistribute>
Redistribute routes
referenceBandwidth Integer
Set reference bandwidth method to assign OSPF cost
referenceBandwidthVariable String
Variable name
rfc1583Compatible Boolean
Calculate summary route cost based on RFC 1583
rfc1583CompatibleVariable String
Variable name
routePolicyId String
routerId String
Set OSPF router ID to override system IP address
routerIdVariable String
Variable name
routerLsas List<GetTransportRoutingOspfFeatureRouterLsa>
Advertise own router LSA with infinite distance
spfCalculationDelay Integer
Set delay from first change received until performing SPF calculation
spfCalculationDelayVariable String
Variable name
spfInitialHoldTime Integer
Set initial hold time between consecutive SPF calculations
spfInitialHoldTimeVariable String
Variable name
spfMaximumHoldTime Integer
Set maximum hold time between consecutive SPF calculations
spfMaximumHoldTimeVariable String
Variable name
version Integer
The version of the Feature
areas GetTransportRoutingOspfFeatureArea[]
Configure OSPF area
defaultInformationOriginate boolean
Distribute default external route into OSPF
defaultInformationOriginateAlways boolean
Always advertise default route
defaultInformationOriginateAlwaysVariable string
Variable name
defaultInformationOriginateMetric number
Set metric used to generate default route \n\n
defaultInformationOriginateMetricType string
Set default route type
defaultInformationOriginateMetricTypeVariable string
Variable name
defaultInformationOriginateMetricVariable string
Variable name
description string
The description of the Feature
distanceExternal number
Set distance for external routes
distanceExternalVariable string
Variable name
distanceInterArea number
Set distance for inter-area routes
distanceInterAreaVariable string
Variable name
distanceIntraArea number
Set distance for intra-area routes
distanceIntraAreaVariable string
Variable name
featureProfileId string
Feature Profile ID
id string
The id of the Feature
name string
The name of the Feature
redistributes GetTransportRoutingOspfFeatureRedistribute[]
Redistribute routes
referenceBandwidth number
Set reference bandwidth method to assign OSPF cost
referenceBandwidthVariable string
Variable name
rfc1583Compatible boolean
Calculate summary route cost based on RFC 1583
rfc1583CompatibleVariable string
Variable name
routePolicyId string
routerId string
Set OSPF router ID to override system IP address
routerIdVariable string
Variable name
routerLsas GetTransportRoutingOspfFeatureRouterLsa[]
Advertise own router LSA with infinite distance
spfCalculationDelay number
Set delay from first change received until performing SPF calculation
spfCalculationDelayVariable string
Variable name
spfInitialHoldTime number
Set initial hold time between consecutive SPF calculations
spfInitialHoldTimeVariable string
Variable name
spfMaximumHoldTime number
Set maximum hold time between consecutive SPF calculations
spfMaximumHoldTimeVariable string
Variable name
version number
The version of the Feature
areas Sequence[GetTransportRoutingOspfFeatureArea]
Configure OSPF area
default_information_originate bool
Distribute default external route into OSPF
default_information_originate_always bool
Always advertise default route
default_information_originate_always_variable str
Variable name
default_information_originate_metric int
Set metric used to generate default route \n\n
default_information_originate_metric_type str
Set default route type
default_information_originate_metric_type_variable str
Variable name
default_information_originate_metric_variable str
Variable name
description str
The description of the Feature
distance_external int
Set distance for external routes
distance_external_variable str
Variable name
distance_inter_area int
Set distance for inter-area routes
distance_inter_area_variable str
Variable name
distance_intra_area int
Set distance for intra-area routes
distance_intra_area_variable str
Variable name
feature_profile_id str
Feature Profile ID
id str
The id of the Feature
name str
The name of the Feature
redistributes Sequence[GetTransportRoutingOspfFeatureRedistribute]
Redistribute routes
reference_bandwidth int
Set reference bandwidth method to assign OSPF cost
reference_bandwidth_variable str
Variable name
rfc1583_compatible bool
Calculate summary route cost based on RFC 1583
rfc1583_compatible_variable str
Variable name
route_policy_id str
router_id str
Set OSPF router ID to override system IP address
router_id_variable str
Variable name
router_lsas Sequence[GetTransportRoutingOspfFeatureRouterLsa]
Advertise own router LSA with infinite distance
spf_calculation_delay int
Set delay from first change received until performing SPF calculation
spf_calculation_delay_variable str
Variable name
spf_initial_hold_time int
Set initial hold time between consecutive SPF calculations
spf_initial_hold_time_variable str
Variable name
spf_maximum_hold_time int
Set maximum hold time between consecutive SPF calculations
spf_maximum_hold_time_variable str
Variable name
version int
The version of the Feature
areas List<Property Map>
Configure OSPF area
defaultInformationOriginate Boolean
Distribute default external route into OSPF
defaultInformationOriginateAlways Boolean
Always advertise default route
defaultInformationOriginateAlwaysVariable String
Variable name
defaultInformationOriginateMetric Number
Set metric used to generate default route \n\n
defaultInformationOriginateMetricType String
Set default route type
defaultInformationOriginateMetricTypeVariable String
Variable name
defaultInformationOriginateMetricVariable String
Variable name
description String
The description of the Feature
distanceExternal Number
Set distance for external routes
distanceExternalVariable String
Variable name
distanceInterArea Number
Set distance for inter-area routes
distanceInterAreaVariable String
Variable name
distanceIntraArea Number
Set distance for intra-area routes
distanceIntraAreaVariable String
Variable name
featureProfileId String
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
referenceBandwidthVariable String
Variable name
rfc1583Compatible Boolean
Calculate summary route cost based on RFC 1583
rfc1583CompatibleVariable String
Variable name
routePolicyId String
routerId String
Set OSPF router ID to override system IP address
routerIdVariable String
Variable name
routerLsas List<Property Map>
Advertise own router LSA with infinite distance
spfCalculationDelay Number
Set delay from first change received until performing SPF calculation
spfCalculationDelayVariable String
Variable name
spfInitialHoldTime Number
Set initial hold time between consecutive SPF calculations
spfInitialHoldTimeVariable String
Variable name
spfMaximumHoldTime Number
Set maximum hold time between consecutive SPF calculations
spfMaximumHoldTimeVariable String
Variable name
version Number
The version of the Feature

Supporting Types

GetTransportRoutingOspfFeatureArea

AreaNumber This property is required. int
Set OSPF area number
AreaNumberVariable This property is required. string
Variable name
AreaType This property is required. string
set the area type
Interfaces This property is required. List<GetTransportRoutingOspfFeatureAreaInterface>
Set OSPF interface parameters
NoSummary This property is required. bool
Do not inject interarea routes into STUB or NSSA
NoSummaryVariable This property is required. string
Variable name
Ranges This property is required. List<GetTransportRoutingOspfFeatureAreaRange>
Summarize OSPF routes at an area boundary
AreaNumber This property is required. int
Set OSPF area number
AreaNumberVariable This property is required. string
Variable name
AreaType This property is required. string
set the area type
Interfaces This property is required. []GetTransportRoutingOspfFeatureAreaInterface
Set OSPF interface parameters
NoSummary This property is required. bool
Do not inject interarea routes into STUB or NSSA
NoSummaryVariable This property is required. string
Variable name
Ranges This property is required. []GetTransportRoutingOspfFeatureAreaRange
Summarize OSPF routes at an area boundary
areaNumber This property is required. Integer
Set OSPF area number
areaNumberVariable This property is required. String
Variable name
areaType This property is required. String
set the area type
interfaces This property is required. List<GetTransportRoutingOspfFeatureAreaInterface>
Set OSPF interface parameters
noSummary This property is required. Boolean
Do not inject interarea routes into STUB or NSSA
noSummaryVariable This property is required. String
Variable name
ranges This property is required. List<GetTransportRoutingOspfFeatureAreaRange>
Summarize OSPF routes at an area boundary
areaNumber This property is required. number
Set OSPF area number
areaNumberVariable This property is required. string
Variable name
areaType This property is required. string
set the area type
interfaces This property is required. GetTransportRoutingOspfFeatureAreaInterface[]
Set OSPF interface parameters
noSummary This property is required. boolean
Do not inject interarea routes into STUB or NSSA
noSummaryVariable This property is required. string
Variable name
ranges This property is required. GetTransportRoutingOspfFeatureAreaRange[]
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[GetTransportRoutingOspfFeatureAreaInterface]
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[GetTransportRoutingOspfFeatureAreaRange]
Summarize OSPF routes at an area boundary
areaNumber This property is required. Number
Set OSPF area number
areaNumberVariable This property is required. String
Variable name
areaType This property is required. String
set the area type
interfaces This property is required. List<Property Map>
Set OSPF interface parameters
noSummary This property is required. Boolean
Do not inject interarea routes into STUB or NSSA
noSummaryVariable This property is required. String
Variable name
ranges This property is required. List<Property Map>
Summarize OSPF routes at an area boundary

GetTransportRoutingOspfFeatureAreaInterface

AuthenticationType This property is required. string
Set OSPF interface authentication type
AuthenticationTypeVariable This property is required. string
Variable name
Cost This property is required. int
Set cost of OSPF interface
CostVariable This property is required. string
Variable name
DeadInterval This property is required. int
Set interval after which neighbor is declared to be down
DeadIntervalVariable This property is required. string
Variable name
DesignatedRouterPriority This property is required. int
Set router’s priority to be elected as designated router
DesignatedRouterPriorityVariable This property is required. string
Variable name
HelloInterval This property is required. int
Set interval between OSPF hello packets
HelloIntervalVariable This property is required. string
Variable name
LsaRetransmitInterval This property is required. int
Set time between retransmitting LSAs
LsaRetransmitIntervalVariable This property is required. string
Variable name
MessageDigestKey This property is required. string
Set MD5 authentication key
MessageDigestKeyId This property is required. int
Set MD5 message digest key
MessageDigestKeyIdVariable This property is required. string
Variable name
MessageDigestKeyVariable This property is required. string
Variable name
Name This property is required. string
Set interface name
NameVariable This property is required. string
Variable name
NetworkType This property is required. string
Set the OSPF network type
NetworkTypeVariable This property is required. string
Variable name
PassiveInterface This property is required. bool
Set the interface to advertise its address, but not to actively run OSPF
PassiveInterfaceVariable This property is required. string
Variable name
AuthenticationType This property is required. string
Set OSPF interface authentication type
AuthenticationTypeVariable This property is required. string
Variable name
Cost This property is required. int
Set cost of OSPF interface
CostVariable This property is required. string
Variable name
DeadInterval This property is required. int
Set interval after which neighbor is declared to be down
DeadIntervalVariable This property is required. string
Variable name
DesignatedRouterPriority This property is required. int
Set router’s priority to be elected as designated router
DesignatedRouterPriorityVariable This property is required. string
Variable name
HelloInterval This property is required. int
Set interval between OSPF hello packets
HelloIntervalVariable This property is required. string
Variable name
LsaRetransmitInterval This property is required. int
Set time between retransmitting LSAs
LsaRetransmitIntervalVariable This property is required. string
Variable name
MessageDigestKey This property is required. string
Set MD5 authentication key
MessageDigestKeyId This property is required. int
Set MD5 message digest key
MessageDigestKeyIdVariable This property is required. string
Variable name
MessageDigestKeyVariable This property is required. string
Variable name
Name This property is required. string
Set interface name
NameVariable This property is required. string
Variable name
NetworkType This property is required. string
Set the OSPF network type
NetworkTypeVariable This property is required. string
Variable name
PassiveInterface This property is required. bool
Set the interface to advertise its address, but not to actively run OSPF
PassiveInterfaceVariable This property is required. string
Variable name
authenticationType This property is required. String
Set OSPF interface authentication type
authenticationTypeVariable This property is required. String
Variable name
cost This property is required. Integer
Set cost of OSPF interface
costVariable This property is required. String
Variable name
deadInterval This property is required. Integer
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. String
Variable name
designatedRouterPriority This property is required. Integer
Set router’s priority to be elected as designated router
designatedRouterPriorityVariable This property is required. String
Variable name
helloInterval This property is required. Integer
Set interval between OSPF hello packets
helloIntervalVariable This property is required. String
Variable name
lsaRetransmitInterval This property is required. Integer
Set time between retransmitting LSAs
lsaRetransmitIntervalVariable This property is required. String
Variable name
messageDigestKey This property is required. String
Set MD5 authentication key
messageDigestKeyId This property is required. Integer
Set MD5 message digest key
messageDigestKeyIdVariable This property is required. String
Variable name
messageDigestKeyVariable This property is required. String
Variable name
name This property is required. String
Set interface name
nameVariable This property is required. String
Variable name
networkType This property is required. String
Set the OSPF network type
networkTypeVariable This property is required. String
Variable name
passiveInterface This property is required. Boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable This property is required. String
Variable name
authenticationType This property is required. string
Set OSPF interface authentication type
authenticationTypeVariable This property is required. string
Variable name
cost This property is required. number
Set cost of OSPF interface
costVariable This property is required. string
Variable name
deadInterval This property is required. number
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. string
Variable name
designatedRouterPriority This property is required. number
Set router’s priority to be elected as designated router
designatedRouterPriorityVariable This property is required. string
Variable name
helloInterval This property is required. number
Set interval between OSPF hello packets
helloIntervalVariable This property is required. string
Variable name
lsaRetransmitInterval This property is required. number
Set time between retransmitting LSAs
lsaRetransmitIntervalVariable This property is required. string
Variable name
messageDigestKey This property is required. string
Set MD5 authentication key
messageDigestKeyId This property is required. number
Set MD5 message digest key
messageDigestKeyIdVariable This property is required. string
Variable name
messageDigestKeyVariable This property is required. string
Variable name
name This property is required. string
Set interface name
nameVariable This property is required. string
Variable name
networkType This property is required. string
Set the OSPF network type
networkTypeVariable This property is required. string
Variable name
passiveInterface This property is required. boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable 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
authenticationType This property is required. String
Set OSPF interface authentication type
authenticationTypeVariable This property is required. String
Variable name
cost This property is required. Number
Set cost of OSPF interface
costVariable This property is required. String
Variable name
deadInterval This property is required. Number
Set interval after which neighbor is declared to be down
deadIntervalVariable This property is required. String
Variable name
designatedRouterPriority This property is required. Number
Set router’s priority to be elected as designated router
designatedRouterPriorityVariable This property is required. String
Variable name
helloInterval This property is required. Number
Set interval between OSPF hello packets
helloIntervalVariable This property is required. String
Variable name
lsaRetransmitInterval This property is required. Number
Set time between retransmitting LSAs
lsaRetransmitIntervalVariable This property is required. String
Variable name
messageDigestKey This property is required. String
Set MD5 authentication key
messageDigestKeyId This property is required. Number
Set MD5 message digest key
messageDigestKeyIdVariable This property is required. String
Variable name
messageDigestKeyVariable This property is required. String
Variable name
name This property is required. String
Set interface name
nameVariable This property is required. String
Variable name
networkType This property is required. String
Set the OSPF network type
networkTypeVariable This property is required. String
Variable name
passiveInterface This property is required. Boolean
Set the interface to advertise its address, but not to actively run OSPF
passiveInterfaceVariable This property is required. String
Variable name

GetTransportRoutingOspfFeatureAreaRange

Cost This property is required. int
Set cost for this range
CostVariable This property is required. string
Variable name
IpAddress This property is required. string
IP Address
IpAddressVariable This property is required. string
Variable name
NoAdvertise This property is required. bool
Do not advertise this range
NoAdvertiseVariable This property is required. string
Variable name
SubnetMask This property is required. string
Subnet Mask
SubnetMaskVariable This property is required. string
Variable name
Cost This property is required. int
Set cost for this range
CostVariable This property is required. string
Variable name
IpAddress This property is required. string
IP Address
IpAddressVariable This property is required. string
Variable name
NoAdvertise This property is required. bool
Do not advertise this range
NoAdvertiseVariable This property is required. string
Variable name
SubnetMask This property is required. string
Subnet Mask
SubnetMaskVariable This property is required. string
Variable name
cost This property is required. Integer
Set cost for this range
costVariable This property is required. String
Variable name
ipAddress This property is required. String
IP Address
ipAddressVariable This property is required. String
Variable name
noAdvertise This property is required. Boolean
Do not advertise this range
noAdvertiseVariable This property is required. String
Variable name
subnetMask This property is required. String
Subnet Mask
subnetMaskVariable This property is required. String
Variable name
cost This property is required. number
Set cost for this range
costVariable This property is required. string
Variable name
ipAddress This property is required. string
IP Address
ipAddressVariable This property is required. string
Variable name
noAdvertise This property is required. boolean
Do not advertise this range
noAdvertiseVariable This property is required. string
Variable name
subnetMask This property is required. string
Subnet Mask
subnetMaskVariable 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
costVariable This property is required. String
Variable name
ipAddress This property is required. String
IP Address
ipAddressVariable This property is required. String
Variable name
noAdvertise This property is required. Boolean
Do not advertise this range
noAdvertiseVariable This property is required. String
Variable name
subnetMask This property is required. String
Subnet Mask
subnetMaskVariable This property is required. String
Variable name

GetTransportRoutingOspfFeatureRedistribute

NatDia This property is required. bool
Enable NAT DIA for redistributed routes
NatDiaVariable This property is required. string
Variable name
Protocol This property is required. string
Set the protocol
ProtocolVariable This property is required. string
Variable name
RoutePolicyId This property is required. string
NatDia This property is required. bool
Enable NAT DIA for redistributed routes
NatDiaVariable This property is required. string
Variable name
Protocol This property is required. string
Set the protocol
ProtocolVariable This property is required. string
Variable name
RoutePolicyId This property is required. string
natDia This property is required. Boolean
Enable NAT DIA for redistributed routes
natDiaVariable This property is required. String
Variable name
protocol This property is required. String
Set the protocol
protocolVariable This property is required. String
Variable name
routePolicyId This property is required. String
natDia This property is required. boolean
Enable NAT DIA for redistributed routes
natDiaVariable This property is required. string
Variable name
protocol This property is required. string
Set the protocol
protocolVariable This property is required. string
Variable name
routePolicyId 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
natDia This property is required. Boolean
Enable NAT DIA for redistributed routes
natDiaVariable This property is required. String
Variable name
protocol This property is required. String
Set the protocol
protocolVariable This property is required. String
Variable name
routePolicyId This property is required. String

GetTransportRoutingOspfFeatureRouterLsa

Time This property is required. int
Set how long to advertise maximum metric after router starts up
TimeVariable 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
TimeVariable 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
timeVariable 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
timeVariable 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
timeVariable 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.