1. Packages
  2. Cisco Catalyst SD-WAN Provider
  3. API Docs
  4. getServiceRoutingOspfv3Ipv4Feature
Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi

sdwan.getServiceRoutingOspfv3Ipv4Feature

Explore with Pulumi AI

This data source can read the Service Routing OSPFv3 IPv4 Feature.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";

const example = sdwan.getServiceRoutingOspfv3Ipv4Feature({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
    featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
Copy
import pulumi
import pulumi_sdwan as sdwan

example = sdwan.get_service_routing_ospfv3_ipv4_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.LookupServiceRoutingOspfv3Ipv4Feature(ctx, &sdwan.LookupServiceRoutingOspfv3Ipv4FeatureArgs{
			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.GetServiceRoutingOspfv3Ipv4Feature.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.GetServiceRoutingOspfv3Ipv4FeatureArgs;
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.getServiceRoutingOspfv3Ipv4Feature(GetServiceRoutingOspfv3Ipv4FeatureArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
            .build());

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

Using getServiceRoutingOspfv3Ipv4Feature

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 getServiceRoutingOspfv3Ipv4Feature(args: GetServiceRoutingOspfv3Ipv4FeatureArgs, opts?: InvokeOptions): Promise<GetServiceRoutingOspfv3Ipv4FeatureResult>
function getServiceRoutingOspfv3Ipv4FeatureOutput(args: GetServiceRoutingOspfv3Ipv4FeatureOutputArgs, opts?: InvokeOptions): Output<GetServiceRoutingOspfv3Ipv4FeatureResult>
Copy
def get_service_routing_ospfv3_ipv4_feature(feature_profile_id: Optional[str] = None,
                                            id: Optional[str] = None,
                                            opts: Optional[InvokeOptions] = None) -> GetServiceRoutingOspfv3Ipv4FeatureResult
def get_service_routing_ospfv3_ipv4_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
                                            id: Optional[pulumi.Input[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetServiceRoutingOspfv3Ipv4FeatureResult]
Copy
func LookupServiceRoutingOspfv3Ipv4Feature(ctx *Context, args *LookupServiceRoutingOspfv3Ipv4FeatureArgs, opts ...InvokeOption) (*LookupServiceRoutingOspfv3Ipv4FeatureResult, error)
func LookupServiceRoutingOspfv3Ipv4FeatureOutput(ctx *Context, args *LookupServiceRoutingOspfv3Ipv4FeatureOutputArgs, opts ...InvokeOption) LookupServiceRoutingOspfv3Ipv4FeatureResultOutput
Copy

> Note: This function is named LookupServiceRoutingOspfv3Ipv4Feature in the Go SDK.

public static class GetServiceRoutingOspfv3Ipv4Feature 
{
    public static Task<GetServiceRoutingOspfv3Ipv4FeatureResult> InvokeAsync(GetServiceRoutingOspfv3Ipv4FeatureArgs args, InvokeOptions? opts = null)
    public static Output<GetServiceRoutingOspfv3Ipv4FeatureResult> Invoke(GetServiceRoutingOspfv3Ipv4FeatureInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetServiceRoutingOspfv3Ipv4FeatureResult> getServiceRoutingOspfv3Ipv4Feature(GetServiceRoutingOspfv3Ipv4FeatureArgs args, InvokeOptions options)
public static Output<GetServiceRoutingOspfv3Ipv4FeatureResult> getServiceRoutingOspfv3Ipv4Feature(GetServiceRoutingOspfv3Ipv4FeatureArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: sdwan:index/getServiceRoutingOspfv3Ipv4Feature:getServiceRoutingOspfv3Ipv4Feature
  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

getServiceRoutingOspfv3Ipv4Feature Result

The following output properties are available:

Areas List<GetServiceRoutingOspfv3Ipv4FeatureArea>
Configure OSPFv3 IPv4 area
DefaultInformationOriginate bool
Distribute default external route into OSPF disabled
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 metric type
DefaultInformationOriginateMetricTypeVariable string
Variable name
DefaultInformationOriginateMetricVariable string
Variable name
Description string
The description of the Feature
Distance int
Distance
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
DistanceVariable string
Variable name
FeatureProfileId string
Feature Profile ID
Filter bool
Table map filtered or not
FilterVariable string
Variable name
Id string
The id of the Feature
Name string
The name of the Feature
Redistributes List<GetServiceRoutingOspfv3Ipv4FeatureRedistribute>
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
RouterLsaAction string
Not advertise maximum metric Router LSA policy by default
RouterLsaOnStartupTime int
Set how long to advertise maximum metric after router boot up
RouterLsaOnStartupTimeVariable string
Variable name
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 []GetServiceRoutingOspfv3Ipv4FeatureArea
Configure OSPFv3 IPv4 area
DefaultInformationOriginate bool
Distribute default external route into OSPF disabled
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 metric type
DefaultInformationOriginateMetricTypeVariable string
Variable name
DefaultInformationOriginateMetricVariable string
Variable name
Description string
The description of the Feature
Distance int
Distance
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
DistanceVariable string
Variable name
FeatureProfileId string
Feature Profile ID
Filter bool
Table map filtered or not
FilterVariable string
Variable name
Id string
The id of the Feature
Name string
The name of the Feature
Redistributes []GetServiceRoutingOspfv3Ipv4FeatureRedistribute
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
RouterLsaAction string
Not advertise maximum metric Router LSA policy by default
RouterLsaOnStartupTime int
Set how long to advertise maximum metric after router boot up
RouterLsaOnStartupTimeVariable string
Variable name
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<GetServiceRoutingOspfv3Ipv4FeatureArea>
Configure OSPFv3 IPv4 area
defaultInformationOriginate Boolean
Distribute default external route into OSPF disabled
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 metric type
defaultInformationOriginateMetricTypeVariable String
Variable name
defaultInformationOriginateMetricVariable String
Variable name
description String
The description of the Feature
distance Integer
Distance
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
distanceVariable String
Variable name
featureProfileId String
Feature Profile ID
filter Boolean
Table map filtered or not
filterVariable String
Variable name
id String
The id of the Feature
name String
The name of the Feature
redistributes List<GetServiceRoutingOspfv3Ipv4FeatureRedistribute>
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
routerLsaAction String
Not advertise maximum metric Router LSA policy by default
routerLsaOnStartupTime Integer
Set how long to advertise maximum metric after router boot up
routerLsaOnStartupTimeVariable String
Variable name
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 GetServiceRoutingOspfv3Ipv4FeatureArea[]
Configure OSPFv3 IPv4 area
defaultInformationOriginate boolean
Distribute default external route into OSPF disabled
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 metric type
defaultInformationOriginateMetricTypeVariable string
Variable name
defaultInformationOriginateMetricVariable string
Variable name
description string
The description of the Feature
distance number
Distance
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
distanceVariable string
Variable name
featureProfileId string
Feature Profile ID
filter boolean
Table map filtered or not
filterVariable string
Variable name
id string
The id of the Feature
name string
The name of the Feature
redistributes GetServiceRoutingOspfv3Ipv4FeatureRedistribute[]
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
routerLsaAction string
Not advertise maximum metric Router LSA policy by default
routerLsaOnStartupTime number
Set how long to advertise maximum metric after router boot up
routerLsaOnStartupTimeVariable string
Variable name
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[GetServiceRoutingOspfv3Ipv4FeatureArea]
Configure OSPFv3 IPv4 area
default_information_originate bool
Distribute default external route into OSPF disabled
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 metric 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 int
Distance
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
distance_variable str
Variable name
feature_profile_id str
Feature Profile ID
filter bool
Table map filtered or not
filter_variable str
Variable name
id str
The id of the Feature
name str
The name of the Feature
redistributes Sequence[GetServiceRoutingOspfv3Ipv4FeatureRedistribute]
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_lsa_action str
Not advertise maximum metric Router LSA policy by default
router_lsa_on_startup_time int
Set how long to advertise maximum metric after router boot up
router_lsa_on_startup_time_variable str
Variable name
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 OSPFv3 IPv4 area
defaultInformationOriginate Boolean
Distribute default external route into OSPF disabled
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 metric type
defaultInformationOriginateMetricTypeVariable String
Variable name
defaultInformationOriginateMetricVariable String
Variable name
description String
The description of the Feature
distance Number
Distance
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
distanceVariable String
Variable name
featureProfileId String
Feature Profile ID
filter Boolean
Table map filtered or not
filterVariable String
Variable name
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
routerLsaAction String
Not advertise maximum metric Router LSA policy by default
routerLsaOnStartupTime Number
Set how long to advertise maximum metric after router boot up
routerLsaOnStartupTimeVariable String
Variable name
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

GetServiceRoutingOspfv3Ipv4FeatureArea

AlwaysTranslate This property is required. bool
Always translate type7 LSAs
AlwaysTranslateVariable This property is required. string
Variable name
AreaNumber This property is required. int
Set OSPF area number
AreaNumberVariable This property is required. string
Variable name
AreaType This property is required. string
stub area type
Interfaces This property is required. List<GetServiceRoutingOspfv3Ipv4FeatureAreaInterface>
Set OSPF interface parameters
NoSummary This property is required. bool
Do not inject inter-area routes
NoSummaryVariable This property is required. string
Variable name
Ranges This property is required. List<GetServiceRoutingOspfv3Ipv4FeatureAreaRange>
Summarize OSPF routes at an area boundary
AlwaysTranslate This property is required. bool
Always translate type7 LSAs
AlwaysTranslateVariable This property is required. string
Variable name
AreaNumber This property is required. int
Set OSPF area number
AreaNumberVariable This property is required. string
Variable name
AreaType This property is required. string
stub area type
Interfaces This property is required. []GetServiceRoutingOspfv3Ipv4FeatureAreaInterface
Set OSPF interface parameters
NoSummary This property is required. bool
Do not inject inter-area routes
NoSummaryVariable This property is required. string
Variable name
Ranges This property is required. []GetServiceRoutingOspfv3Ipv4FeatureAreaRange
Summarize OSPF routes at an area boundary
alwaysTranslate This property is required. Boolean
Always translate type7 LSAs
alwaysTranslateVariable This property is required. String
Variable name
areaNumber This property is required. Integer
Set OSPF area number
areaNumberVariable This property is required. String
Variable name
areaType This property is required. String
stub area type
interfaces This property is required. List<GetServiceRoutingOspfv3Ipv4FeatureAreaInterface>
Set OSPF interface parameters
noSummary This property is required. Boolean
Do not inject inter-area routes
noSummaryVariable This property is required. String
Variable name
ranges This property is required. List<GetServiceRoutingOspfv3Ipv4FeatureAreaRange>
Summarize OSPF routes at an area boundary
alwaysTranslate This property is required. boolean
Always translate type7 LSAs
alwaysTranslateVariable This property is required. string
Variable name
areaNumber This property is required. number
Set OSPF area number
areaNumberVariable This property is required. string
Variable name
areaType This property is required. string
stub area type
interfaces This property is required. GetServiceRoutingOspfv3Ipv4FeatureAreaInterface[]
Set OSPF interface parameters
noSummary This property is required. boolean
Do not inject inter-area routes
noSummaryVariable This property is required. string
Variable name
ranges This property is required. GetServiceRoutingOspfv3Ipv4FeatureAreaRange[]
Summarize OSPF routes at an area boundary
always_translate This property is required. bool
Always translate type7 LSAs
always_translate_variable This property is required. str
Variable name
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
stub area type
interfaces This property is required. Sequence[GetServiceRoutingOspfv3Ipv4FeatureAreaInterface]
Set OSPF interface parameters
no_summary This property is required. bool
Do not inject inter-area routes
no_summary_variable This property is required. str
Variable name
ranges This property is required. Sequence[GetServiceRoutingOspfv3Ipv4FeatureAreaRange]
Summarize OSPF routes at an area boundary
alwaysTranslate This property is required. Boolean
Always translate type7 LSAs
alwaysTranslateVariable This property is required. String
Variable name
areaNumber This property is required. Number
Set OSPF area number
areaNumberVariable This property is required. String
Variable name
areaType This property is required. String
stub area type
interfaces This property is required. List<Property Map>
Set OSPF interface parameters
noSummary This property is required. Boolean
Do not inject inter-area routes
noSummaryVariable This property is required. String
Variable name
ranges This property is required. List<Property Map>
Summarize OSPF routes at an area boundary

GetServiceRoutingOspfv3Ipv4FeatureAreaInterface

AuthenticationKey This property is required. string
Set OSPF interface authentication IPSEC key
AuthenticationKeyVariable This property is required. string
Variable name
AuthenticationSpi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
AuthenticationSpiVariable This property is required. string
Variable name
AuthenticationType This property is required. string
No Authentication by default
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
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
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
AuthenticationKey This property is required. string
Set OSPF interface authentication IPSEC key
AuthenticationKeyVariable This property is required. string
Variable name
AuthenticationSpi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
AuthenticationSpiVariable This property is required. string
Variable name
AuthenticationType This property is required. string
No Authentication by default
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
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
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
authenticationKey This property is required. String
Set OSPF interface authentication IPSEC key
authenticationKeyVariable This property is required. String
Variable name
authenticationSpi This property is required. Integer
Set OSPF interface authentication IPSec SPI, range 256..4294967295
authenticationSpiVariable This property is required. String
Variable name
authenticationType This property is required. String
No Authentication by default
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
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
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
authenticationKey This property is required. string
Set OSPF interface authentication IPSEC key
authenticationKeyVariable This property is required. string
Variable name
authenticationSpi This property is required. number
Set OSPF interface authentication IPSec SPI, range 256..4294967295
authenticationSpiVariable This property is required. string
Variable name
authenticationType This property is required. string
No Authentication by default
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
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
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_key This property is required. str
Set OSPF interface authentication IPSEC key
authentication_key_variable This property is required. str
Variable name
authentication_spi This property is required. int
Set OSPF interface authentication IPSec SPI, range 256..4294967295
authentication_spi_variable This property is required. str
Variable name
authentication_type This property is required. str
No Authentication by default
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
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
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
authenticationKey This property is required. String
Set OSPF interface authentication IPSEC key
authenticationKeyVariable This property is required. String
Variable name
authenticationSpi This property is required. Number
Set OSPF interface authentication IPSec SPI, range 256..4294967295
authenticationSpiVariable This property is required. String
Variable name
authenticationType This property is required. String
No Authentication by default
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
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
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

GetServiceRoutingOspfv3Ipv4FeatureAreaRange

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
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
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
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
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
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
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
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
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_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_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
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
subnetMaskVariable This property is required. String
Variable name

GetServiceRoutingOspfv3Ipv4FeatureRedistribute

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

Package Details

Repository
sdwan pulumi/pulumi-sdwan
License
Apache-2.0
Notes
This Pulumi package is based on the sdwan Terraform Provider.