Cisco Catalyst SD-WAN v0.3.2 published on Wednesday, Jul 16, 2025 by Pulumi
sdwan.getSystemOmpFeature
Explore with Pulumi AI
This data source can read the System OMP Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemOmpFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_omp_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.LookupSystemOmpFeature(ctx, &sdwan.LookupSystemOmpFeatureArgs{
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.GetSystemOmpFeature.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.GetSystemOmpFeatureArgs;
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.getSystemOmpFeature(GetSystemOmpFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getSystemOmpFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemOmpFeature
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 getSystemOmpFeature(args: GetSystemOmpFeatureArgs, opts?: InvokeOptions): Promise<GetSystemOmpFeatureResult>
function getSystemOmpFeatureOutput(args: GetSystemOmpFeatureOutputArgs, opts?: InvokeOptions): Output<GetSystemOmpFeatureResult>
def get_system_omp_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemOmpFeatureResult
def get_system_omp_feature_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemOmpFeatureResult]
func LookupSystemOmpFeature(ctx *Context, args *LookupSystemOmpFeatureArgs, opts ...InvokeOption) (*LookupSystemOmpFeatureResult, error)
func LookupSystemOmpFeatureOutput(ctx *Context, args *LookupSystemOmpFeatureOutputArgs, opts ...InvokeOption) LookupSystemOmpFeatureResultOutput
> Note: This function is named LookupSystemOmpFeature
in the Go SDK.
public static class GetSystemOmpFeature
{
public static Task<GetSystemOmpFeatureResult> InvokeAsync(GetSystemOmpFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetSystemOmpFeatureResult> Invoke(GetSystemOmpFeatureInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSystemOmpFeatureResult> getSystemOmpFeature(GetSystemOmpFeatureArgs args, InvokeOptions options)
public static Output<GetSystemOmpFeatureResult> getSystemOmpFeature(GetSystemOmpFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getSystemOmpFeature:getSystemOmpFeature
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile Id string - Feature Profile ID
- Id string
- The id of the Feature
- Feature
Profile Id string - Feature Profile ID
- Id string
- The id of the Feature
- feature
Profile Id String - Feature Profile ID
- id String
- The id of the Feature
- feature
Profile Id string - Feature Profile ID
- id string
- The id of the Feature
- feature_
profile_ id str - Feature Profile ID
- id str
- The id of the Feature
- feature
Profile Id String - Feature Profile ID
- id String
- The id of the Feature
getSystemOmpFeature Result
The following output properties are available:
- Advertise
Ipv4Bgp bool - BGP
- Advertise
Ipv4Bgp Variable string - Variable name
- Advertise
Ipv4Connected bool - Connected
- Advertise
Ipv4Connected Variable string - Variable name
- Advertise
Ipv4Eigrp bool - EIGRP
- Advertise
Ipv4Eigrp Variable string - Variable name
- Advertise
Ipv4Isis bool - ISIS
- Advertise
Ipv4Isis Variable string - Variable name
- Advertise
Ipv4Lisp bool - LISP
- Advertise
Ipv4Lisp Variable string - Variable name
- Advertise
Ipv4Ospf bool - OSPF
- Advertise
Ipv4Ospf V3 bool - OSPFV3
- Advertise
Ipv4Ospf V3Variable string - Variable name
- Advertise
Ipv4Ospf Variable string - Variable name
- Advertise
Ipv4Static bool - Static
- Advertise
Ipv4Static Variable string - Variable name
- Advertise
Ipv6Bgp bool - BGP
- Advertise
Ipv6Bgp Variable string - Variable name
- Advertise
Ipv6Connected bool - Connected
- Advertise
Ipv6Connected Variable string - Variable name
- Advertise
Ipv6Eigrp bool - EIGRP
- Advertise
Ipv6Eigrp Variable string - Variable name
- Advertise
Ipv6Isis bool - ISIS
- Advertise
Ipv6Isis Variable string - Variable name
- Advertise
Ipv6Lisp bool - LISP
- Advertise
Ipv6Lisp Variable string - Variable name
- Advertise
Ipv6Ospf bool - OSPF
- Advertise
Ipv6Ospf Variable string - Variable name
- Advertise
Ipv6Static bool - Static
- Advertise
Ipv6Static Variable string - Variable name
- Advertisement
Interval int - Advertisement Interval (seconds)
- Advertisement
Interval Variable string - Variable name
- Description string
- The description of the Feature
- Ecmp
Limit int - Set maximum number of OMP paths to install in cEdge route table
- Ecmp
Limit Variable string - Variable name
- Eor
Timer int - EOR Timer
- Eor
Timer Variable string - Variable name
- Feature
Profile Id string - Feature Profile ID
- Graceful
Restart bool - Graceful Restart for OMP
- Graceful
Restart Timer int - Graceful Restart Timer (seconds)
- Graceful
Restart Timer Variable string - Variable name
- Graceful
Restart Variable string - Variable name
- Holdtime int
- Hold Time (seconds)
- Holdtime
Variable string - Variable name
- Id string
- The id of the Feature
- Ignore
Region Path Length bool - Treat hierarchical and direct (secondary region) paths equally
- Ignore
Region Path Length Variable string - Variable name
- Name string
- The name of the Feature
- Omp
Admin Distance Ipv4 int - OMP Admin Distance IPv4
- Omp
Admin Distance Ipv4Variable string - Variable name
- Omp
Admin Distance Ipv6 int - OMP Admin Distance IPv6
- Omp
Admin Distance Ipv6Variable string - Variable name
- Overlay
As int - Overlay AS Number
- Overlay
As Variable string - Variable name
- Paths
Advertised Per Prefix int - Number of Paths Advertised per Prefix
- Paths
Advertised Per Prefix Variable string - Variable name
- Shutdown bool
- Shutdown
- Shutdown
Variable string - Variable name
- Site
Types List<string> - Site Types
- Site
Types Variable string - Variable name
- Transport
Gateway string - Transport Gateway Path Behavior
- Transport
Gateway Variable string - Variable name
- Version int
- The version of the Feature
- Advertise
Ipv4Bgp bool - BGP
- Advertise
Ipv4Bgp Variable string - Variable name
- Advertise
Ipv4Connected bool - Connected
- Advertise
Ipv4Connected Variable string - Variable name
- Advertise
Ipv4Eigrp bool - EIGRP
- Advertise
Ipv4Eigrp Variable string - Variable name
- Advertise
Ipv4Isis bool - ISIS
- Advertise
Ipv4Isis Variable string - Variable name
- Advertise
Ipv4Lisp bool - LISP
- Advertise
Ipv4Lisp Variable string - Variable name
- Advertise
Ipv4Ospf bool - OSPF
- Advertise
Ipv4Ospf V3 bool - OSPFV3
- Advertise
Ipv4Ospf V3Variable string - Variable name
- Advertise
Ipv4Ospf Variable string - Variable name
- Advertise
Ipv4Static bool - Static
- Advertise
Ipv4Static Variable string - Variable name
- Advertise
Ipv6Bgp bool - BGP
- Advertise
Ipv6Bgp Variable string - Variable name
- Advertise
Ipv6Connected bool - Connected
- Advertise
Ipv6Connected Variable string - Variable name
- Advertise
Ipv6Eigrp bool - EIGRP
- Advertise
Ipv6Eigrp Variable string - Variable name
- Advertise
Ipv6Isis bool - ISIS
- Advertise
Ipv6Isis Variable string - Variable name
- Advertise
Ipv6Lisp bool - LISP
- Advertise
Ipv6Lisp Variable string - Variable name
- Advertise
Ipv6Ospf bool - OSPF
- Advertise
Ipv6Ospf Variable string - Variable name
- Advertise
Ipv6Static bool - Static
- Advertise
Ipv6Static Variable string - Variable name
- Advertisement
Interval int - Advertisement Interval (seconds)
- Advertisement
Interval Variable string - Variable name
- Description string
- The description of the Feature
- Ecmp
Limit int - Set maximum number of OMP paths to install in cEdge route table
- Ecmp
Limit Variable string - Variable name
- Eor
Timer int - EOR Timer
- Eor
Timer Variable string - Variable name
- Feature
Profile Id string - Feature Profile ID
- Graceful
Restart bool - Graceful Restart for OMP
- Graceful
Restart Timer int - Graceful Restart Timer (seconds)
- Graceful
Restart Timer Variable string - Variable name
- Graceful
Restart Variable string - Variable name
- Holdtime int
- Hold Time (seconds)
- Holdtime
Variable string - Variable name
- Id string
- The id of the Feature
- Ignore
Region Path Length bool - Treat hierarchical and direct (secondary region) paths equally
- Ignore
Region Path Length Variable string - Variable name
- Name string
- The name of the Feature
- Omp
Admin Distance Ipv4 int - OMP Admin Distance IPv4
- Omp
Admin Distance Ipv4Variable string - Variable name
- Omp
Admin Distance Ipv6 int - OMP Admin Distance IPv6
- Omp
Admin Distance Ipv6Variable string - Variable name
- Overlay
As int - Overlay AS Number
- Overlay
As Variable string - Variable name
- Paths
Advertised Per Prefix int - Number of Paths Advertised per Prefix
- Paths
Advertised Per Prefix Variable string - Variable name
- Shutdown bool
- Shutdown
- Shutdown
Variable string - Variable name
- Site
Types []string - Site Types
- Site
Types Variable string - Variable name
- Transport
Gateway string - Transport Gateway Path Behavior
- Transport
Gateway Variable string - Variable name
- Version int
- The version of the Feature
- advertise
Ipv4Bgp Boolean - BGP
- advertise
Ipv4Bgp Variable String - Variable name
- advertise
Ipv4Connected Boolean - Connected
- advertise
Ipv4Connected Variable String - Variable name
- advertise
Ipv4Eigrp Boolean - EIGRP
- advertise
Ipv4Eigrp Variable String - Variable name
- advertise
Ipv4Isis Boolean - ISIS
- advertise
Ipv4Isis Variable String - Variable name
- advertise
Ipv4Lisp Boolean - LISP
- advertise
Ipv4Lisp Variable String - Variable name
- advertise
Ipv4Ospf Boolean - OSPF
- advertise
Ipv4Ospf V3 Boolean - OSPFV3
- advertise
Ipv4Ospf V3Variable String - Variable name
- advertise
Ipv4Ospf Variable String - Variable name
- advertise
Ipv4Static Boolean - Static
- advertise
Ipv4Static Variable String - Variable name
- advertise
Ipv6Bgp Boolean - BGP
- advertise
Ipv6Bgp Variable String - Variable name
- advertise
Ipv6Connected Boolean - Connected
- advertise
Ipv6Connected Variable String - Variable name
- advertise
Ipv6Eigrp Boolean - EIGRP
- advertise
Ipv6Eigrp Variable String - Variable name
- advertise
Ipv6Isis Boolean - ISIS
- advertise
Ipv6Isis Variable String - Variable name
- advertise
Ipv6Lisp Boolean - LISP
- advertise
Ipv6Lisp Variable String - Variable name
- advertise
Ipv6Ospf Boolean - OSPF
- advertise
Ipv6Ospf Variable String - Variable name
- advertise
Ipv6Static Boolean - Static
- advertise
Ipv6Static Variable String - Variable name
- advertisement
Interval Integer - Advertisement Interval (seconds)
- advertisement
Interval Variable String - Variable name
- description String
- The description of the Feature
- ecmp
Limit Integer - Set maximum number of OMP paths to install in cEdge route table
- ecmp
Limit Variable String - Variable name
- eor
Timer Integer - EOR Timer
- eor
Timer Variable String - Variable name
- feature
Profile Id String - Feature Profile ID
- graceful
Restart Boolean - Graceful Restart for OMP
- graceful
Restart Timer Integer - Graceful Restart Timer (seconds)
- graceful
Restart Timer Variable String - Variable name
- graceful
Restart Variable String - Variable name
- holdtime Integer
- Hold Time (seconds)
- holdtime
Variable String - Variable name
- id String
- The id of the Feature
- ignore
Region Path Length Boolean - Treat hierarchical and direct (secondary region) paths equally
- ignore
Region Path Length Variable String - Variable name
- name String
- The name of the Feature
- omp
Admin Distance Ipv4 Integer - OMP Admin Distance IPv4
- omp
Admin Distance Ipv4Variable String - Variable name
- omp
Admin Distance Ipv6 Integer - OMP Admin Distance IPv6
- omp
Admin Distance Ipv6Variable String - Variable name
- overlay
As Integer - Overlay AS Number
- overlay
As Variable String - Variable name
- paths
Advertised Per Prefix Integer - Number of Paths Advertised per Prefix
- paths
Advertised Per Prefix Variable String - Variable name
- shutdown Boolean
- Shutdown
- shutdown
Variable String - Variable name
- site
Types List<String> - Site Types
- site
Types Variable String - Variable name
- transport
Gateway String - Transport Gateway Path Behavior
- transport
Gateway Variable String - Variable name
- version Integer
- The version of the Feature
- advertise
Ipv4Bgp boolean - BGP
- advertise
Ipv4Bgp Variable string - Variable name
- advertise
Ipv4Connected boolean - Connected
- advertise
Ipv4Connected Variable string - Variable name
- advertise
Ipv4Eigrp boolean - EIGRP
- advertise
Ipv4Eigrp Variable string - Variable name
- advertise
Ipv4Isis boolean - ISIS
- advertise
Ipv4Isis Variable string - Variable name
- advertise
Ipv4Lisp boolean - LISP
- advertise
Ipv4Lisp Variable string - Variable name
- advertise
Ipv4Ospf boolean - OSPF
- advertise
Ipv4Ospf V3 boolean - OSPFV3
- advertise
Ipv4Ospf V3Variable string - Variable name
- advertise
Ipv4Ospf Variable string - Variable name
- advertise
Ipv4Static boolean - Static
- advertise
Ipv4Static Variable string - Variable name
- advertise
Ipv6Bgp boolean - BGP
- advertise
Ipv6Bgp Variable string - Variable name
- advertise
Ipv6Connected boolean - Connected
- advertise
Ipv6Connected Variable string - Variable name
- advertise
Ipv6Eigrp boolean - EIGRP
- advertise
Ipv6Eigrp Variable string - Variable name
- advertise
Ipv6Isis boolean - ISIS
- advertise
Ipv6Isis Variable string - Variable name
- advertise
Ipv6Lisp boolean - LISP
- advertise
Ipv6Lisp Variable string - Variable name
- advertise
Ipv6Ospf boolean - OSPF
- advertise
Ipv6Ospf Variable string - Variable name
- advertise
Ipv6Static boolean - Static
- advertise
Ipv6Static Variable string - Variable name
- advertisement
Interval number - Advertisement Interval (seconds)
- advertisement
Interval Variable string - Variable name
- description string
- The description of the Feature
- ecmp
Limit number - Set maximum number of OMP paths to install in cEdge route table
- ecmp
Limit Variable string - Variable name
- eor
Timer number - EOR Timer
- eor
Timer Variable string - Variable name
- feature
Profile Id string - Feature Profile ID
- graceful
Restart boolean - Graceful Restart for OMP
- graceful
Restart Timer number - Graceful Restart Timer (seconds)
- graceful
Restart Timer Variable string - Variable name
- graceful
Restart Variable string - Variable name
- holdtime number
- Hold Time (seconds)
- holdtime
Variable string - Variable name
- id string
- The id of the Feature
- ignore
Region Path Length boolean - Treat hierarchical and direct (secondary region) paths equally
- ignore
Region Path Length Variable string - Variable name
- name string
- The name of the Feature
- omp
Admin Distance Ipv4 number - OMP Admin Distance IPv4
- omp
Admin Distance Ipv4Variable string - Variable name
- omp
Admin Distance Ipv6 number - OMP Admin Distance IPv6
- omp
Admin Distance Ipv6Variable string - Variable name
- overlay
As number - Overlay AS Number
- overlay
As Variable string - Variable name
- paths
Advertised Per Prefix number - Number of Paths Advertised per Prefix
- paths
Advertised Per Prefix Variable string - Variable name
- shutdown boolean
- Shutdown
- shutdown
Variable string - Variable name
- site
Types string[] - Site Types
- site
Types Variable string - Variable name
- transport
Gateway string - Transport Gateway Path Behavior
- transport
Gateway Variable string - Variable name
- version number
- The version of the Feature
- advertise_
ipv4_ bgp bool - BGP
- advertise_
ipv4_ bgp_ variable str - Variable name
- advertise_
ipv4_ connected bool - Connected
- advertise_
ipv4_ connected_ variable str - Variable name
- advertise_
ipv4_ eigrp bool - EIGRP
- advertise_
ipv4_ eigrp_ variable str - Variable name
- advertise_
ipv4_ isis bool - ISIS
- advertise_
ipv4_ isis_ variable str - Variable name
- advertise_
ipv4_ lisp bool - LISP
- advertise_
ipv4_ lisp_ variable str - Variable name
- advertise_
ipv4_ ospf bool - OSPF
- advertise_
ipv4_ ospf_ v3 bool - OSPFV3
- advertise_
ipv4_ ospf_ v3_ variable str - Variable name
- advertise_
ipv4_ ospf_ variable str - Variable name
- advertise_
ipv4_ static bool - Static
- advertise_
ipv4_ static_ variable str - Variable name
- advertise_
ipv6_ bgp bool - BGP
- advertise_
ipv6_ bgp_ variable str - Variable name
- advertise_
ipv6_ connected bool - Connected
- advertise_
ipv6_ connected_ variable str - Variable name
- advertise_
ipv6_ eigrp bool - EIGRP
- advertise_
ipv6_ eigrp_ variable str - Variable name
- advertise_
ipv6_ isis bool - ISIS
- advertise_
ipv6_ isis_ variable str - Variable name
- advertise_
ipv6_ lisp bool - LISP
- advertise_
ipv6_ lisp_ variable str - Variable name
- advertise_
ipv6_ ospf bool - OSPF
- advertise_
ipv6_ ospf_ variable str - Variable name
- advertise_
ipv6_ static bool - Static
- advertise_
ipv6_ static_ variable str - Variable name
- advertisement_
interval int - Advertisement Interval (seconds)
- advertisement_
interval_ variable str - Variable name
- description str
- The description of the Feature
- ecmp_
limit int - Set maximum number of OMP paths to install in cEdge route table
- ecmp_
limit_ variable str - Variable name
- eor_
timer int - EOR Timer
- eor_
timer_ variable str - Variable name
- feature_
profile_ id str - Feature Profile ID
- graceful_
restart bool - Graceful Restart for OMP
- graceful_
restart_ timer int - Graceful Restart Timer (seconds)
- graceful_
restart_ timer_ variable str - Variable name
- graceful_
restart_ variable str - Variable name
- holdtime int
- Hold Time (seconds)
- holdtime_
variable str - Variable name
- id str
- The id of the Feature
- ignore_
region_ path_ length bool - Treat hierarchical and direct (secondary region) paths equally
- ignore_
region_ path_ length_ variable str - Variable name
- name str
- The name of the Feature
- omp_
admin_ distance_ ipv4 int - OMP Admin Distance IPv4
- omp_
admin_ distance_ ipv4_ variable str - Variable name
- omp_
admin_ distance_ ipv6 int - OMP Admin Distance IPv6
- omp_
admin_ distance_ ipv6_ variable str - Variable name
- overlay_
as int - Overlay AS Number
- overlay_
as_ variable str - Variable name
- paths_
advertised_ per_ prefix int - Number of Paths Advertised per Prefix
- paths_
advertised_ per_ prefix_ variable str - Variable name
- shutdown bool
- Shutdown
- shutdown_
variable str - Variable name
- site_
types Sequence[str] - Site Types
- site_
types_ variable str - Variable name
- transport_
gateway str - Transport Gateway Path Behavior
- transport_
gateway_ variable str - Variable name
- version int
- The version of the Feature
- advertise
Ipv4Bgp Boolean - BGP
- advertise
Ipv4Bgp Variable String - Variable name
- advertise
Ipv4Connected Boolean - Connected
- advertise
Ipv4Connected Variable String - Variable name
- advertise
Ipv4Eigrp Boolean - EIGRP
- advertise
Ipv4Eigrp Variable String - Variable name
- advertise
Ipv4Isis Boolean - ISIS
- advertise
Ipv4Isis Variable String - Variable name
- advertise
Ipv4Lisp Boolean - LISP
- advertise
Ipv4Lisp Variable String - Variable name
- advertise
Ipv4Ospf Boolean - OSPF
- advertise
Ipv4Ospf V3 Boolean - OSPFV3
- advertise
Ipv4Ospf V3Variable String - Variable name
- advertise
Ipv4Ospf Variable String - Variable name
- advertise
Ipv4Static Boolean - Static
- advertise
Ipv4Static Variable String - Variable name
- advertise
Ipv6Bgp Boolean - BGP
- advertise
Ipv6Bgp Variable String - Variable name
- advertise
Ipv6Connected Boolean - Connected
- advertise
Ipv6Connected Variable String - Variable name
- advertise
Ipv6Eigrp Boolean - EIGRP
- advertise
Ipv6Eigrp Variable String - Variable name
- advertise
Ipv6Isis Boolean - ISIS
- advertise
Ipv6Isis Variable String - Variable name
- advertise
Ipv6Lisp Boolean - LISP
- advertise
Ipv6Lisp Variable String - Variable name
- advertise
Ipv6Ospf Boolean - OSPF
- advertise
Ipv6Ospf Variable String - Variable name
- advertise
Ipv6Static Boolean - Static
- advertise
Ipv6Static Variable String - Variable name
- advertisement
Interval Number - Advertisement Interval (seconds)
- advertisement
Interval Variable String - Variable name
- description String
- The description of the Feature
- ecmp
Limit Number - Set maximum number of OMP paths to install in cEdge route table
- ecmp
Limit Variable String - Variable name
- eor
Timer Number - EOR Timer
- eor
Timer Variable String - Variable name
- feature
Profile Id String - Feature Profile ID
- graceful
Restart Boolean - Graceful Restart for OMP
- graceful
Restart Timer Number - Graceful Restart Timer (seconds)
- graceful
Restart Timer Variable String - Variable name
- graceful
Restart Variable String - Variable name
- holdtime Number
- Hold Time (seconds)
- holdtime
Variable String - Variable name
- id String
- The id of the Feature
- ignore
Region Path Length Boolean - Treat hierarchical and direct (secondary region) paths equally
- ignore
Region Path Length Variable String - Variable name
- name String
- The name of the Feature
- omp
Admin Distance Ipv4 Number - OMP Admin Distance IPv4
- omp
Admin Distance Ipv4Variable String - Variable name
- omp
Admin Distance Ipv6 Number - OMP Admin Distance IPv6
- omp
Admin Distance Ipv6Variable String - Variable name
- overlay
As Number - Overlay AS Number
- overlay
As Variable String - Variable name
- paths
Advertised Per Prefix Number - Number of Paths Advertised per Prefix
- paths
Advertised Per Prefix Variable String - Variable name
- shutdown Boolean
- Shutdown
- shutdown
Variable String - Variable name
- site
Types List<String> - Site Types
- site
Types Variable String - Variable name
- transport
Gateway String - Transport Gateway Path Behavior
- transport
Gateway Variable String - Variable name
- version Number
- The version of the Feature
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.