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",
});
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")
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
})
}
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",
});
});
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());
}
}
variables:
example:
fn::invoke:
function: sdwan:getServiceRoutingOspfv3Ipv4Feature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
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>
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]
func LookupServiceRoutingOspfv3Ipv4Feature(ctx *Context, args *LookupServiceRoutingOspfv3Ipv4FeatureArgs, opts ...InvokeOption) (*LookupServiceRoutingOspfv3Ipv4FeatureResult, error)
func LookupServiceRoutingOspfv3Ipv4FeatureOutput(ctx *Context, args *LookupServiceRoutingOspfv3Ipv4FeatureOutputArgs, opts ...InvokeOption) LookupServiceRoutingOspfv3Ipv4FeatureResultOutput
> 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)
}
public static CompletableFuture<GetServiceRoutingOspfv3Ipv4FeatureResult> getServiceRoutingOspfv3Ipv4Feature(GetServiceRoutingOspfv3Ipv4FeatureArgs args, InvokeOptions options)
public static Output<GetServiceRoutingOspfv3Ipv4FeatureResult> getServiceRoutingOspfv3Ipv4Feature(GetServiceRoutingOspfv3Ipv4FeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getServiceRoutingOspfv3Ipv4Feature:getServiceRoutingOspfv3Ipv4Feature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- Feature
Profile Id This property is required. string - Feature Profile ID
- Id
This property is required. string - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
- feature
Profile Id This property is required. string - Feature Profile ID
- id
This property is required. string - The id of the Feature
- feature_
profile_ id This property is required. str - Feature Profile ID
- id
This property is required. str - The id of the Feature
- feature
Profile Id This property is required. String - Feature Profile ID
- id
This property is required. String - The id of the Feature
getServiceRoutingOspfv3Ipv4Feature Result
The following output properties are available:
- Areas
List<Get
Service Routing Ospfv3Ipv4Feature Area> - Configure OSPFv3 IPv4 area
- Default
Information boolOriginate - Distribute default external route into OSPF disabled
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Default
Information stringOriginate Metric Type - Set default route metric type
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the Feature
- Distance int
- Distance
- Distance
External int - Set distance for external routes
- Distance
External stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes
- Distance
Intra stringArea Variable - Variable name
- Distance
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Filter bool
- Table map filtered or not
- Filter
Variable string - Variable name
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
List<Get
Service Routing Ospfv3Ipv4Feature Redistribute> - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- Router
Lsa intOn Startup Time - Set how long to advertise maximum metric after router boot up
- Router
Lsa stringOn Startup Time Variable - Variable name
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations
- Spf
Maximum stringHold Time Variable - Variable name
- Version int
- The version of the Feature
- Areas
[]Get
Service Routing Ospfv3Ipv4Feature Area - Configure OSPFv3 IPv4 area
- Default
Information boolOriginate - Distribute default external route into OSPF disabled
- Default
Information boolOriginate Always - Always advertise default route
- Default
Information stringOriginate Always Variable - Variable name
- Default
Information intOriginate Metric - Set metric used to generate default route \n\n
- Default
Information stringOriginate Metric Type - Set default route metric type
- Default
Information stringOriginate Metric Type Variable - Variable name
- Default
Information stringOriginate Metric Variable - Variable name
- Description string
- The description of the Feature
- Distance int
- Distance
- Distance
External int - Set distance for external routes
- Distance
External stringVariable - Variable name
- Distance
Inter intArea - Set distance for inter-area routes
- Distance
Inter stringArea Variable - Variable name
- Distance
Intra intArea - Set distance for intra-area routes
- Distance
Intra stringArea Variable - Variable name
- Distance
Variable string - Variable name
- Feature
Profile stringId - Feature Profile ID
- Filter bool
- Table map filtered or not
- Filter
Variable string - Variable name
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Redistributes
[]Get
Service Routing Ospfv3Ipv4Feature Redistribute - Redistribute routes
- Reference
Bandwidth int - Set reference bandwidth method to assign OSPF cost
- Reference
Bandwidth stringVariable - Variable name
- Rfc1583Compatible bool
- Calculate summary route cost based on RFC 1583
- Rfc1583Compatible
Variable string - Variable name
- Route
Policy stringId - Router
Id string - Set OSPF router ID to override system IP address
- Router
Id stringVariable - Variable name
- Router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- Router
Lsa intOn Startup Time - Set how long to advertise maximum metric after router boot up
- Router
Lsa stringOn Startup Time Variable - Variable name
- Spf
Calculation intDelay - Set delay from first change received until performing SPF calculation
- Spf
Calculation stringDelay Variable - Variable name
- Spf
Initial intHold Time - Set initial hold time between consecutive SPF calculations
- Spf
Initial stringHold Time Variable - Variable name
- Spf
Maximum intHold Time - Set maximum hold time between consecutive SPF calculations
- Spf
Maximum stringHold Time Variable - Variable name
- Version int
- The version of the Feature
- areas
List<Get
Service Routing Ospfv3Ipv4Feature Area> - Configure OSPFv3 IPv4 area
- default
Information BooleanOriginate - Distribute default external route into OSPF disabled
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information IntegerOriginate Metric - Set metric used to generate default route \n\n
- default
Information StringOriginate Metric Type - Set default route metric type
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the Feature
- distance Integer
- Distance
- distance
External Integer - Set distance for external routes
- distance
External StringVariable - Variable name
- distance
Inter IntegerArea - Set distance for inter-area routes
- distance
Inter StringArea Variable - Variable name
- distance
Intra IntegerArea - Set distance for intra-area routes
- distance
Intra StringArea Variable - Variable name
- distance
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- filter Boolean
- Table map filtered or not
- filter
Variable String - Variable name
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes
List<Get
Service Routing Ospfv3Ipv4Feature Redistribute> - Redistribute routes
- reference
Bandwidth Integer - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsa StringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa IntegerOn Startup Time - Set how long to advertise maximum metric after router boot up
- router
Lsa StringOn Startup Time Variable - Variable name
- spf
Calculation IntegerDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial IntegerHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum IntegerHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum StringHold Time Variable - Variable name
- version Integer
- The version of the Feature
- areas
Get
Service Routing Ospfv3Ipv4Feature Area[] - Configure OSPFv3 IPv4 area
- default
Information booleanOriginate - Distribute default external route into OSPF disabled
- default
Information booleanOriginate Always - Always advertise default route
- default
Information stringOriginate Always Variable - Variable name
- default
Information numberOriginate Metric - Set metric used to generate default route \n\n
- default
Information stringOriginate Metric Type - Set default route metric type
- default
Information stringOriginate Metric Type Variable - Variable name
- default
Information stringOriginate Metric Variable - Variable name
- description string
- The description of the Feature
- distance number
- Distance
- distance
External number - Set distance for external routes
- distance
External stringVariable - Variable name
- distance
Inter numberArea - Set distance for inter-area routes
- distance
Inter stringArea Variable - Variable name
- distance
Intra numberArea - Set distance for intra-area routes
- distance
Intra stringArea Variable - Variable name
- distance
Variable string - Variable name
- feature
Profile stringId - Feature Profile ID
- filter boolean
- Table map filtered or not
- filter
Variable string - Variable name
- id string
- The id of the Feature
- name string
- The name of the Feature
- redistributes
Get
Service Routing Ospfv3Ipv4Feature Redistribute[] - Redistribute routes
- reference
Bandwidth number - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth stringVariable - Variable name
- rfc1583Compatible boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable string - Variable name
- route
Policy stringId - router
Id string - Set OSPF router ID to override system IP address
- router
Id stringVariable - Variable name
- router
Lsa stringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa numberOn Startup Time - Set how long to advertise maximum metric after router boot up
- router
Lsa stringOn Startup Time Variable - Variable name
- spf
Calculation numberDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation stringDelay Variable - Variable name
- spf
Initial numberHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial stringHold Time Variable - Variable name
- spf
Maximum numberHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum stringHold Time Variable - Variable name
- version number
- The version of the Feature
- areas
Sequence[Get
Service Routing Ospfv3Ipv4Feature Area] - Configure OSPFv3 IPv4 area
- default_
information_ booloriginate - Distribute default external route into OSPF disabled
- 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 metric type
- default_
information_ stroriginate_ metric_ type_ variable - Variable name
- default_
information_ stroriginate_ metric_ variable - Variable name
- description str
- The description of the Feature
- distance int
- Distance
- 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
- distance_
variable str - Variable name
- feature_
profile_ strid - 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[Get
Service Routing Ospfv3Ipv4Feature 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_
lsa_ straction - Not advertise maximum metric Router LSA policy by default
- router_
lsa_ inton_ startup_ time - Set how long to advertise maximum metric after router boot up
- router_
lsa_ stron_ startup_ time_ variable - Variable name
- 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 OSPFv3 IPv4 area
- default
Information BooleanOriginate - Distribute default external route into OSPF disabled
- default
Information BooleanOriginate Always - Always advertise default route
- default
Information StringOriginate Always Variable - Variable name
- default
Information NumberOriginate Metric - Set metric used to generate default route \n\n
- default
Information StringOriginate Metric Type - Set default route metric type
- default
Information StringOriginate Metric Type Variable - Variable name
- default
Information StringOriginate Metric Variable - Variable name
- description String
- The description of the Feature
- distance Number
- Distance
- distance
External Number - Set distance for external routes
- distance
External StringVariable - Variable name
- distance
Inter NumberArea - Set distance for inter-area routes
- distance
Inter StringArea Variable - Variable name
- distance
Intra NumberArea - Set distance for intra-area routes
- distance
Intra StringArea Variable - Variable name
- distance
Variable String - Variable name
- feature
Profile StringId - Feature Profile ID
- filter Boolean
- Table map filtered or not
- filter
Variable String - Variable name
- id String
- The id of the Feature
- name String
- The name of the Feature
- redistributes List<Property Map>
- Redistribute routes
- reference
Bandwidth Number - Set reference bandwidth method to assign OSPF cost
- reference
Bandwidth StringVariable - Variable name
- rfc1583Compatible Boolean
- Calculate summary route cost based on RFC 1583
- rfc1583Compatible
Variable String - Variable name
- route
Policy StringId - router
Id String - Set OSPF router ID to override system IP address
- router
Id StringVariable - Variable name
- router
Lsa StringAction - Not advertise maximum metric Router LSA policy by default
- router
Lsa NumberOn Startup Time - Set how long to advertise maximum metric after router boot up
- router
Lsa StringOn Startup Time Variable - Variable name
- spf
Calculation NumberDelay - Set delay from first change received until performing SPF calculation
- spf
Calculation StringDelay Variable - Variable name
- spf
Initial NumberHold Time - Set initial hold time between consecutive SPF calculations
- spf
Initial StringHold Time Variable - Variable name
- spf
Maximum NumberHold Time - Set maximum hold time between consecutive SPF calculations
- spf
Maximum StringHold Time Variable - Variable name
- version Number
- The version of the Feature
Supporting Types
GetServiceRoutingOspfv3Ipv4FeatureArea
- Always
Translate This property is required. bool - Always translate type7 LSAs
- Always
Translate Variable This property is required. string - Variable name
- Area
Number This property is required. int - Set OSPF area number
- Area
Number Variable This property is required. string - Variable name
- Area
Type This property is required. string - stub area type
- Interfaces
This property is required. List<GetService Routing Ospfv3Ipv4Feature Area Interface> - Set OSPF interface parameters
- No
Summary This property is required. bool - Do not inject inter-area routes
- No
Summary Variable This property is required. string - Variable name
- Ranges
This property is required. List<GetService Routing Ospfv3Ipv4Feature Area Range> - 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. string - Variable name
- Area
Number This property is required. int - Set OSPF area number
- Area
Number Variable This property is required. string - Variable name
- Area
Type This property is required. string - stub area type
- Interfaces
This property is required. []GetService Routing Ospfv3Ipv4Feature Area Interface - Set OSPF interface parameters
- No
Summary This property is required. bool - Do not inject inter-area routes
- No
Summary Variable This property is required. string - Variable name
- Ranges
This property is required. []GetService Routing Ospfv3Ipv4Feature Area Range - Summarize OSPF routes at an area boundary
- always
Translate This property is required. Boolean - Always translate type7 LSAs
- always
Translate Variable This property is required. String - Variable name
- area
Number This property is required. Integer - Set OSPF area number
- area
Number Variable This property is required. String - Variable name
- area
Type This property is required. String - stub area type
- interfaces
This property is required. List<GetService Routing Ospfv3Ipv4Feature Area Interface> - Set OSPF interface parameters
- no
Summary This property is required. Boolean - Do not inject inter-area routes
- no
Summary Variable This property is required. String - Variable name
- ranges
This property is required. List<GetService Routing Ospfv3Ipv4Feature Area Range> - Summarize OSPF routes at an area boundary
- always
Translate This property is required. boolean - Always translate type7 LSAs
- always
Translate Variable This property is required. string - Variable name
- area
Number This property is required. number - Set OSPF area number
- area
Number Variable This property is required. string - Variable name
- area
Type This property is required. string - stub area type
- interfaces
This property is required. GetService Routing Ospfv3Ipv4Feature Area Interface[] - Set OSPF interface parameters
- no
Summary This property is required. boolean - Do not inject inter-area routes
- no
Summary Variable This property is required. string - Variable name
- ranges
This property is required. GetService Routing Ospfv3Ipv4Feature Area Range[] - 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[GetService Routing Ospfv3Ipv4Feature Area Interface] - 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[GetService Routing Ospfv3Ipv4Feature Area Range] - Summarize OSPF routes at an area boundary
- always
Translate This property is required. Boolean - Always translate type7 LSAs
- always
Translate Variable This property is required. String - Variable name
- area
Number This property is required. Number - Set OSPF area number
- area
Number Variable This property is required. String - Variable name
- area
Type This property is required. String - stub area type
- interfaces
This property is required. List<Property Map> - Set OSPF interface parameters
- no
Summary This property is required. Boolean - Do not inject inter-area routes
- no
Summary Variable This property is required. String - Variable name
- ranges
This property is required. List<Property Map> - Summarize OSPF routes at an area boundary
GetServiceRoutingOspfv3Ipv4FeatureAreaInterface
- Authentication
Key This property is required. string - Set OSPF interface authentication IPSEC key
- Authentication
Key Variable This property is required. string - 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. string - Variable name
- Authentication
Type This property is required. string - No Authentication by default
- Cost
This property is required. int - Set cost of OSPF interface
- Cost
Variable This property is required. string - Variable name
- Dead
Interval This property is required. int - Set interval after which neighbor is declared to be down
- Dead
Interval Variable This property is required. string - Variable name
- Hello
Interval This property is required. int - Set interval between OSPF hello packets
- Hello
Interval Variable This property is required. string - Variable name
- Lsa
Retransmit Interval This property is required. int - Set time between retransmitting LSAs
- Lsa
Retransmit Interval Variable This property is required. string - Variable name
- Name
This property is required. string - Set interface name
- Name
Variable This property is required. string - Variable name
- Network
Type This property is required. string - Set the OSPF network type
- Network
Type Variable This property is required. string - Variable name
- Passive
Interface This property is required. bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface Variable This property is required. string - Variable name
- Authentication
Key This property is required. string - Set OSPF interface authentication IPSEC key
- Authentication
Key Variable This property is required. string - 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. string - Variable name
- Authentication
Type This property is required. string - No Authentication by default
- Cost
This property is required. int - Set cost of OSPF interface
- Cost
Variable This property is required. string - Variable name
- Dead
Interval This property is required. int - Set interval after which neighbor is declared to be down
- Dead
Interval Variable This property is required. string - Variable name
- Hello
Interval This property is required. int - Set interval between OSPF hello packets
- Hello
Interval Variable This property is required. string - Variable name
- Lsa
Retransmit Interval This property is required. int - Set time between retransmitting LSAs
- Lsa
Retransmit Interval Variable This property is required. string - Variable name
- Name
This property is required. string - Set interface name
- Name
Variable This property is required. string - Variable name
- Network
Type This property is required. string - Set the OSPF network type
- Network
Type Variable This property is required. string - Variable name
- Passive
Interface This property is required. bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface Variable This property is required. string - Variable name
- authentication
Key This property is required. String - Set OSPF interface authentication IPSEC key
- authentication
Key Variable This property is required. String - Variable name
- authentication
Spi This property is required. Integer - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi Variable This property is required. String - Variable name
- authentication
Type This property is required. String - No Authentication by default
- cost
This property is required. Integer - Set cost of OSPF interface
- cost
Variable This property is required. String - Variable name
- dead
Interval This property is required. Integer - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. String - Variable name
- hello
Interval This property is required. Integer - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. String - Variable name
- lsa
Retransmit Interval This property is required. Integer - Set time between retransmitting LSAs
- lsa
Retransmit Interval Variable This property is required. String - Variable name
- name
This property is required. String - Set interface name
- name
Variable This property is required. String - Variable name
- network
Type This property is required. String - Set the OSPF network type
- network
Type Variable This property is required. String - Variable name
- passive
Interface This property is required. Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. String - Variable name
- authentication
Key This property is required. string - Set OSPF interface authentication IPSEC key
- authentication
Key Variable This property is required. string - Variable name
- authentication
Spi This property is required. number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi Variable This property is required. string - Variable name
- authentication
Type This property is required. string - No Authentication by default
- cost
This property is required. number - Set cost of OSPF interface
- cost
Variable This property is required. string - Variable name
- dead
Interval This property is required. number - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. string - Variable name
- hello
Interval This property is required. number - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. string - Variable name
- lsa
Retransmit Interval This property is required. number - Set time between retransmitting LSAs
- lsa
Retransmit Interval Variable This property is required. string - Variable name
- name
This property is required. string - Set interface name
- name
Variable This property is required. string - Variable name
- network
Type This property is required. string - Set the OSPF network type
- network
Type Variable This property is required. string - Variable name
- passive
Interface This property is required. boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. string - Variable name
- authentication_
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
- authentication
Key This property is required. String - Set OSPF interface authentication IPSEC key
- authentication
Key Variable This property is required. String - Variable name
- authentication
Spi This property is required. Number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi Variable This property is required. String - Variable name
- authentication
Type This property is required. String - No Authentication by default
- cost
This property is required. Number - Set cost of OSPF interface
- cost
Variable This property is required. String - Variable name
- dead
Interval This property is required. Number - Set interval after which neighbor is declared to be down
- dead
Interval Variable This property is required. String - Variable name
- hello
Interval This property is required. Number - Set interval between OSPF hello packets
- hello
Interval Variable This property is required. String - Variable name
- lsa
Retransmit Interval This property is required. Number - Set time between retransmitting LSAs
- lsa
Retransmit Interval Variable This property is required. String - Variable name
- name
This property is required. String - Set interface name
- name
Variable This property is required. String - Variable name
- network
Type This property is required. String - Set the OSPF network type
- network
Type Variable This property is required. String - Variable name
- passive
Interface This property is required. Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface Variable This property is required. String - Variable name
GetServiceRoutingOspfv3Ipv4FeatureAreaRange
- Cost
This property is required. int - Set cost for this range
- Cost
Variable This property is required. string - Variable name
- Ip
Address This property is required. string - Ip
Address Variable This property is required. string - Variable name
- No
Advertise This property is required. bool - Do not advertise this range
- No
Advertise Variable This property is required. string - Variable name
- Subnet
Mask This property is required. string - Subnet
Mask Variable This property is required. string - Variable name
- Cost
This property is required. int - Set cost for this range
- Cost
Variable This property is required. string - Variable name
- Ip
Address This property is required. string - Ip
Address Variable This property is required. string - Variable name
- No
Advertise This property is required. bool - Do not advertise this range
- No
Advertise Variable This property is required. string - Variable name
- Subnet
Mask This property is required. string - Subnet
Mask Variable This property is required. string - Variable name
- cost
This property is required. Integer - Set cost for this range
- cost
Variable This property is required. String - Variable name
- ip
Address This property is required. String - ip
Address Variable This property is required. String - Variable name
- no
Advertise This property is required. Boolean - Do not advertise this range
- no
Advertise Variable This property is required. String - Variable name
- subnet
Mask This property is required. String - subnet
Mask Variable This property is required. String - Variable name
- cost
This property is required. number - Set cost for this range
- cost
Variable This property is required. string - Variable name
- ip
Address This property is required. string - ip
Address Variable This property is required. string - Variable name
- no
Advertise This property is required. boolean - Do not advertise this range
- no
Advertise Variable This property is required. string - Variable name
- subnet
Mask This property is required. string - subnet
Mask Variable This property is required. string - Variable name
- cost
This property is required. int - Set cost for this range
- cost_
variable This property is required. str - Variable name
- ip_
address This property is required. str - ip_
address_ 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
- cost
Variable This property is required. String - Variable name
- ip
Address This property is required. String - ip
Address Variable This property is required. String - Variable name
- no
Advertise This property is required. Boolean - Do not advertise this range
- no
Advertise Variable This property is required. String - Variable name
- subnet
Mask This property is required. String - subnet
Mask Variable This property is required. String - Variable name
GetServiceRoutingOspfv3Ipv4FeatureRedistribute
- Nat
Dia This property is required. bool - Enable NAT DIA for redistributed routes
- Nat
Dia Variable This property is required. string - Variable name
- Protocol
This property is required. string - Set the protocol
- Protocol
Variable This property is required. string - Variable name
- Route
Policy Id This property is required. string
- Nat
Dia This property is required. bool - Enable NAT DIA for redistributed routes
- Nat
Dia Variable This property is required. string - Variable name
- Protocol
This property is required. string - Set the protocol
- Protocol
Variable This property is required. string - Variable name
- Route
Policy Id This property is required. string
- nat
Dia This property is required. Boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. String - Variable name
- protocol
This property is required. String - Set the protocol
- protocol
Variable This property is required. String - Variable name
- route
Policy Id This property is required. String
- nat
Dia This property is required. boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. string - Variable name
- protocol
This property is required. string - Set the protocol
- protocol
Variable This property is required. string - Variable name
- route
Policy Id This property is required. string
- nat_
dia This property is required. bool - Enable NAT DIA for redistributed routes
- nat_
dia_ variable This property is required. str - Variable name
- protocol
This property is required. str - Set the protocol
- protocol_
variable This property is required. str - Variable name
- route_
policy_ id This property is required. str
- nat
Dia This property is required. Boolean - Enable NAT DIA for redistributed routes
- nat
Dia Variable This property is required. String - Variable name
- protocol
This property is required. String - Set the protocol
- protocol
Variable This property is required. String - Variable name
- route
Policy Id This property is required. String
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.