Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 by Pulumi
sdwan.getTransportRoutingOspfv3Ipv6Feature
Explore with Pulumi AI
This data source can read the Transport Routing OSPFv3 IPv6 Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTransportRoutingOspfv3Ipv6Feature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_transport_routing_ospfv3_ipv6_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.LookupTransportRoutingOspfv3Ipv6Feature(ctx, &sdwan.LookupTransportRoutingOspfv3Ipv6FeatureArgs{
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.GetTransportRoutingOspfv3Ipv6Feature.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.GetTransportRoutingOspfv3Ipv6FeatureArgs;
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.getTransportRoutingOspfv3Ipv6Feature(GetTransportRoutingOspfv3Ipv6FeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getTransportRoutingOspfv3Ipv6Feature
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getTransportRoutingOspfv3Ipv6Feature
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 getTransportRoutingOspfv3Ipv6Feature(args: GetTransportRoutingOspfv3Ipv6FeatureArgs, opts?: InvokeOptions): Promise<GetTransportRoutingOspfv3Ipv6FeatureResult>
function getTransportRoutingOspfv3Ipv6FeatureOutput(args: GetTransportRoutingOspfv3Ipv6FeatureOutputArgs, opts?: InvokeOptions): Output<GetTransportRoutingOspfv3Ipv6FeatureResult>
def get_transport_routing_ospfv3_ipv6_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTransportRoutingOspfv3Ipv6FeatureResult
def get_transport_routing_ospfv3_ipv6_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTransportRoutingOspfv3Ipv6FeatureResult]
func LookupTransportRoutingOspfv3Ipv6Feature(ctx *Context, args *LookupTransportRoutingOspfv3Ipv6FeatureArgs, opts ...InvokeOption) (*LookupTransportRoutingOspfv3Ipv6FeatureResult, error)
func LookupTransportRoutingOspfv3Ipv6FeatureOutput(ctx *Context, args *LookupTransportRoutingOspfv3Ipv6FeatureOutputArgs, opts ...InvokeOption) LookupTransportRoutingOspfv3Ipv6FeatureResultOutput
> Note: This function is named LookupTransportRoutingOspfv3Ipv6Feature
in the Go SDK.
public static class GetTransportRoutingOspfv3Ipv6Feature
{
public static Task<GetTransportRoutingOspfv3Ipv6FeatureResult> InvokeAsync(GetTransportRoutingOspfv3Ipv6FeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTransportRoutingOspfv3Ipv6FeatureResult> Invoke(GetTransportRoutingOspfv3Ipv6FeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTransportRoutingOspfv3Ipv6FeatureResult> getTransportRoutingOspfv3Ipv6Feature(GetTransportRoutingOspfv3Ipv6FeatureArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getTransportRoutingOspfv3Ipv6Feature:getTransportRoutingOspfv3Ipv6Feature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
getTransportRoutingOspfv3Ipv6Feature Result
The following output properties are available:
- Areas
List<Get
Transport Routing Ospfv3Ipv6Feature Area> - Configure OSPFv3 IPv6 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
Transport Routing Ospfv3Ipv6Feature 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
Transport Routing Ospfv3Ipv6Feature Area - Configure OSPFv3 IPv6 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
Transport Routing Ospfv3Ipv6Feature 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
Transport Routing Ospfv3Ipv6Feature Area> - Configure OSPFv3 IPv6 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
Transport Routing Ospfv3Ipv6Feature 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
Transport Routing Ospfv3Ipv6Feature Area[] - Configure OSPFv3 IPv6 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
Transport Routing Ospfv3Ipv6Feature 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
Transport Routing Ospfv3Ipv6Feature Area] - Configure OSPFv3 IPv6 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
Transport Routing Ospfv3Ipv6Feature 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 IPv6 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
GetTransportRoutingOspfv3Ipv6FeatureArea
- Always
Translate bool - Always translate type7 LSAs
- Always
Translate stringVariable - Variable name
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Area
Type string - stub area type
- Interfaces
List<Get
Transport Routing Ospfv3Ipv6Feature Area Interface> - Set OSPF interface parameters
- No
Summary bool - Do not inject inter-area routes
- No
Summary stringVariable - Variable name
- Ranges
List<Get
Transport Routing Ospfv3Ipv6Feature Area Range> - Summarize OSPF routes at an area boundary
- Always
Translate bool - Always translate type7 LSAs
- Always
Translate stringVariable - Variable name
- Area
Number int - Set OSPF area number
- Area
Number stringVariable - Variable name
- Area
Type string - stub area type
- Interfaces
[]Get
Transport Routing Ospfv3Ipv6Feature Area Interface - Set OSPF interface parameters
- No
Summary bool - Do not inject inter-area routes
- No
Summary stringVariable - Variable name
- Ranges
[]Get
Transport Routing Ospfv3Ipv6Feature Area Range - Summarize OSPF routes at an area boundary
- always
Translate Boolean - Always translate type7 LSAs
- always
Translate StringVariable - Variable name
- area
Number Integer - Set OSPF area number
- area
Number StringVariable - Variable name
- area
Type String - stub area type
- interfaces
List<Get
Transport Routing Ospfv3Ipv6Feature Area Interface> - Set OSPF interface parameters
- no
Summary Boolean - Do not inject inter-area routes
- no
Summary StringVariable - Variable name
- ranges
List<Get
Transport Routing Ospfv3Ipv6Feature Area Range> - Summarize OSPF routes at an area boundary
- always
Translate boolean - Always translate type7 LSAs
- always
Translate stringVariable - Variable name
- area
Number number - Set OSPF area number
- area
Number stringVariable - Variable name
- area
Type string - stub area type
- interfaces
Get
Transport Routing Ospfv3Ipv6Feature Area Interface[] - Set OSPF interface parameters
- no
Summary boolean - Do not inject inter-area routes
- no
Summary stringVariable - Variable name
- ranges
Get
Transport Routing Ospfv3Ipv6Feature Area Range[] - Summarize OSPF routes at an area boundary
- always_
translate bool - Always translate type7 LSAs
- always_
translate_ strvariable - Variable name
- area_
number int - Set OSPF area number
- area_
number_ strvariable - Variable name
- area_
type str - stub area type
- interfaces
Sequence[Get
Transport Routing Ospfv3Ipv6Feature Area Interface] - Set OSPF interface parameters
- no_
summary bool - Do not inject inter-area routes
- no_
summary_ strvariable - Variable name
- ranges
Sequence[Get
Transport Routing Ospfv3Ipv6Feature Area Range] - Summarize OSPF routes at an area boundary
- always
Translate Boolean - Always translate type7 LSAs
- always
Translate StringVariable - Variable name
- area
Number Number - Set OSPF area number
- area
Number StringVariable - Variable name
- area
Type String - stub area type
- interfaces List<Property Map>
- Set OSPF interface parameters
- no
Summary Boolean - Do not inject inter-area routes
- no
Summary StringVariable - Variable name
- ranges List<Property Map>
- Summarize OSPF routes at an area boundary
GetTransportRoutingOspfv3Ipv6FeatureAreaInterface
- Authentication
Key string - Set OSPF interface authentication IPSEC key
- Authentication
Key stringVariable - Variable name
- Authentication
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Authentication
Spi stringVariable - Variable name
- Authentication
Type string - No Authentication by default
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Lsa
Retransmit intInterval - Set time between retransmitting LSAs
- Lsa
Retransmit stringInterval Variable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network
Type string - Set the OSPF network type
- Network
Type stringVariable - Variable name
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- Authentication
Key string - Set OSPF interface authentication IPSEC key
- Authentication
Key stringVariable - Variable name
- Authentication
Spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- Authentication
Spi stringVariable - Variable name
- Authentication
Type string - No Authentication by default
- Cost int
- Set cost of OSPF interface
- Cost
Variable string - Variable name
- Dead
Interval int - Set interval after which neighbor is declared to be down
- Dead
Interval stringVariable - Variable name
- Hello
Interval int - Set interval between OSPF hello packets
- Hello
Interval stringVariable - Variable name
- Lsa
Retransmit intInterval - Set time between retransmitting LSAs
- Lsa
Retransmit stringInterval Variable - Variable name
- Name string
- Set interface name
- Name
Variable string - Variable name
- Network
Type string - Set the OSPF network type
- Network
Type stringVariable - Variable name
- Passive
Interface bool - Set the interface to advertise its address, but not to actively run OSPF
- Passive
Interface stringVariable - Variable name
- authentication
Key String - Set OSPF interface authentication IPSEC key
- authentication
Key StringVariable - Variable name
- authentication
Spi Integer - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi StringVariable - Variable name
- authentication
Type String - No Authentication by default
- cost Integer
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Integer - Set interval after which neighbor is declared to be down
- dead
Interval StringVariable - Variable name
- hello
Interval Integer - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- lsa
Retransmit IntegerInterval - Set time between retransmitting LSAs
- lsa
Retransmit StringInterval Variable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network
Type String - Set the OSPF network type
- network
Type StringVariable - Variable name
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
- authentication
Key string - Set OSPF interface authentication IPSEC key
- authentication
Key stringVariable - Variable name
- authentication
Spi number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi stringVariable - Variable name
- authentication
Type string - No Authentication by default
- cost number
- Set cost of OSPF interface
- cost
Variable string - Variable name
- dead
Interval number - Set interval after which neighbor is declared to be down
- dead
Interval stringVariable - Variable name
- hello
Interval number - Set interval between OSPF hello packets
- hello
Interval stringVariable - Variable name
- lsa
Retransmit numberInterval - Set time between retransmitting LSAs
- lsa
Retransmit stringInterval Variable - Variable name
- name string
- Set interface name
- name
Variable string - Variable name
- network
Type string - Set the OSPF network type
- network
Type stringVariable - Variable name
- passive
Interface boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface stringVariable - Variable name
- authentication_
key str - Set OSPF interface authentication IPSEC key
- authentication_
key_ strvariable - Variable name
- authentication_
spi int - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication_
spi_ strvariable - Variable name
- authentication_
type str - No Authentication by default
- cost int
- Set cost of OSPF interface
- cost_
variable str - Variable name
- dead_
interval int - Set interval after which neighbor is declared to be down
- dead_
interval_ strvariable - Variable name
- hello_
interval int - Set interval between OSPF hello packets
- hello_
interval_ strvariable - Variable name
- lsa_
retransmit_ intinterval - Set time between retransmitting LSAs
- lsa_
retransmit_ strinterval_ variable - Variable name
- name str
- Set interface name
- name_
variable str - Variable name
- network_
type str - Set the OSPF network type
- network_
type_ strvariable - Variable name
- passive_
interface bool - Set the interface to advertise its address, but not to actively run OSPF
- passive_
interface_ strvariable - Variable name
- authentication
Key String - Set OSPF interface authentication IPSEC key
- authentication
Key StringVariable - Variable name
- authentication
Spi Number - Set OSPF interface authentication IPSec SPI, range 256..4294967295
- authentication
Spi StringVariable - Variable name
- authentication
Type String - No Authentication by default
- cost Number
- Set cost of OSPF interface
- cost
Variable String - Variable name
- dead
Interval Number - Set interval after which neighbor is declared to be down
- dead
Interval StringVariable - Variable name
- hello
Interval Number - Set interval between OSPF hello packets
- hello
Interval StringVariable - Variable name
- lsa
Retransmit NumberInterval - Set time between retransmitting LSAs
- lsa
Retransmit StringInterval Variable - Variable name
- name String
- Set interface name
- name
Variable String - Variable name
- network
Type String - Set the OSPF network type
- network
Type StringVariable - Variable name
- passive
Interface Boolean - Set the interface to advertise its address, but not to actively run OSPF
- passive
Interface StringVariable - Variable name
GetTransportRoutingOspfv3Ipv6FeatureAreaRange
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Prefix string
- IPv6 prefix,for example 2001::/64
- Prefix
Variable string - Variable name
- Cost int
- Set cost for this range
- Cost
Variable string - Variable name
- No
Advertise bool - Do not advertise this range
- No
Advertise stringVariable - Variable name
- Prefix string
- IPv6 prefix,for example 2001::/64
- Prefix
Variable string - Variable name
- cost Integer
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- prefix String
- IPv6 prefix,for example 2001::/64
- prefix
Variable String - Variable name
- cost number
- Set cost for this range
- cost
Variable string - Variable name
- no
Advertise boolean - Do not advertise this range
- no
Advertise stringVariable - Variable name
- prefix string
- IPv6 prefix,for example 2001::/64
- prefix
Variable string - Variable name
- cost int
- Set cost for this range
- cost_
variable str - Variable name
- no_
advertise bool - Do not advertise this range
- no_
advertise_ strvariable - Variable name
- prefix str
- IPv6 prefix,for example 2001::/64
- prefix_
variable str - Variable name
- cost Number
- Set cost for this range
- cost
Variable String - Variable name
- no
Advertise Boolean - Do not advertise this range
- no
Advertise StringVariable - Variable name
- prefix String
- IPv6 prefix,for example 2001::/64
- prefix
Variable String - Variable name
GetTransportRoutingOspfv3Ipv6FeatureRedistribute
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy stringId
- Protocol string
- Set the protocol
- Protocol
Variable string - Variable name
- Route
Policy stringId
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy StringId
- protocol string
- Set the protocol
- protocol
Variable string - Variable name
- route
Policy stringId
- protocol str
- Set the protocol
- protocol_
variable str - Variable name
- route_
policy_ strid
- protocol String
- Set the protocol
- protocol
Variable String - Variable name
- route
Policy StringId
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.