Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi
sdwan.getSystemOmpProfileParcel
Explore with Pulumi AI
This data source can read the System OMP profile parcel.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getSystemOmpProfileParcel({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_system_omp_profile_parcel(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.LookupSystemOmpProfileParcel(ctx, &sdwan.LookupSystemOmpProfileParcelArgs{
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.GetSystemOmpProfileParcel.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.GetSystemOmpProfileParcelArgs;
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.getSystemOmpProfileParcel(GetSystemOmpProfileParcelArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
Function: sdwan:getSystemOmpProfileParcel
Arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getSystemOmpProfileParcel
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 getSystemOmpProfileParcel(args: GetSystemOmpProfileParcelArgs, opts?: InvokeOptions): Promise<GetSystemOmpProfileParcelResult>
function getSystemOmpProfileParcelOutput(args: GetSystemOmpProfileParcelOutputArgs, opts?: InvokeOptions): Output<GetSystemOmpProfileParcelResult>
def get_system_omp_profile_parcel(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSystemOmpProfileParcelResult
def get_system_omp_profile_parcel_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSystemOmpProfileParcelResult]
func LookupSystemOmpProfileParcel(ctx *Context, args *LookupSystemOmpProfileParcelArgs, opts ...InvokeOption) (*LookupSystemOmpProfileParcelResult, error)
func LookupSystemOmpProfileParcelOutput(ctx *Context, args *LookupSystemOmpProfileParcelOutputArgs, opts ...InvokeOption) LookupSystemOmpProfileParcelResultOutput
> Note: This function is named LookupSystemOmpProfileParcel
in the Go SDK.
public static class GetSystemOmpProfileParcel
{
public static Task<GetSystemOmpProfileParcelResult> InvokeAsync(GetSystemOmpProfileParcelArgs args, InvokeOptions? opts = null)
public static Output<GetSystemOmpProfileParcelResult> Invoke(GetSystemOmpProfileParcelInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSystemOmpProfileParcelResult> getSystemOmpProfileParcel(GetSystemOmpProfileParcelArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: sdwan:index/getSystemOmpProfileParcel:getSystemOmpProfileParcel
arguments:
# arguments dictionary
The following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the profile parcel
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the profile parcel
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the profile parcel
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the profile parcel
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the profile parcel
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the profile parcel
getSystemOmpProfileParcel Result
The following output properties are available:
- Advertise
Ipv4Bgp bool - BGP
- Advertise
Ipv4Bgp stringVariable - Variable name
- Advertise
Ipv4Connected bool - Connected
- Advertise
Ipv4Connected stringVariable - Variable name
- Advertise
Ipv4Eigrp bool - EIGRP
- Advertise
Ipv4Eigrp stringVariable - Variable name
- Advertise
Ipv4Isis bool - ISIS
- Advertise
Ipv4Isis stringVariable - Variable name
- Advertise
Ipv4Lisp bool - LISP
- Advertise
Ipv4Lisp stringVariable - Variable name
- Advertise
Ipv4Ospf bool - OSPF
- Advertise
Ipv4Ospf boolV3 - OSPFV3
- Advertise
Ipv4Ospf stringV3Variable - Variable name
- Advertise
Ipv4Ospf stringVariable - Variable name
- Advertise
Ipv4Static bool - Static
- Advertise
Ipv4Static stringVariable - Variable name
- Advertise
Ipv6Bgp bool - BGP
- Advertise
Ipv6Bgp stringVariable - Variable name
- Advertise
Ipv6Connected bool - Connected
- Advertise
Ipv6Connected stringVariable - Variable name
- Advertise
Ipv6Eigrp bool - EIGRP
- Advertise
Ipv6Eigrp stringVariable - Variable name
- Advertise
Ipv6Isis bool - ISIS
- Advertise
Ipv6Isis stringVariable - Variable name
- Advertise
Ipv6Lisp bool - LISP
- Advertise
Ipv6Lisp stringVariable - Variable name
- Advertise
Ipv6Ospf bool - OSPF
- Advertise
Ipv6Ospf stringVariable - Variable name
- Advertise
Ipv6Static bool - Static
- Advertise
Ipv6Static stringVariable - Variable name
- Advertisement
Interval int - Advertisement Interval (seconds)
- Advertisement
Interval stringVariable - Variable name
- Description string
- The description of the profile parcel
- Ecmp
Limit int - Set maximum number of OMP paths to install in cEdge route table
- Ecmp
Limit stringVariable - Variable name
- Eor
Timer int - EOR Timer
- Eor
Timer stringVariable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Graceful
Restart bool - Graceful Restart for OMP
- Graceful
Restart intTimer - Graceful Restart Timer (seconds)
- Graceful
Restart stringTimer Variable - Variable name
- Graceful
Restart stringVariable - Variable name
- Holdtime int
- Hold Time (seconds)
- Holdtime
Variable string - Variable name
- Id string
- The id of the profile parcel
- Ignore
Region boolPath Length - Treat hierarchical and direct (secondary region) paths equally
- Ignore
Region stringPath Length Variable - Variable name
- Name string
- The name of the profile parcel
- Omp
Admin intDistance Ipv4 - OMP Admin Distance IPv4
- Omp
Admin stringDistance Ipv4Variable - Variable name
- Omp
Admin intDistance Ipv6 - OMP Admin Distance IPv6
- Omp
Admin stringDistance Ipv6Variable - Variable name
- Overlay
As int - Overlay AS Number
- Overlay
As stringVariable - Variable name
- Paths
Advertised intPer Prefix - Number of Paths Advertised per Prefix
- Paths
Advertised stringPer Prefix Variable - Variable name
- Shutdown bool
- Shutdown
- Shutdown
Variable string - Variable name
- Site
Types List<string> - Site Types
- Site
Types stringVariable - Variable name
- Transport
Gateway string - Transport Gateway Path Behavior
- Transport
Gateway stringVariable - Variable name
- Version int
- The version of the profile parcel
- Advertise
Ipv4Bgp bool - BGP
- Advertise
Ipv4Bgp stringVariable - Variable name
- Advertise
Ipv4Connected bool - Connected
- Advertise
Ipv4Connected stringVariable - Variable name
- Advertise
Ipv4Eigrp bool - EIGRP
- Advertise
Ipv4Eigrp stringVariable - Variable name
- Advertise
Ipv4Isis bool - ISIS
- Advertise
Ipv4Isis stringVariable - Variable name
- Advertise
Ipv4Lisp bool - LISP
- Advertise
Ipv4Lisp stringVariable - Variable name
- Advertise
Ipv4Ospf bool - OSPF
- Advertise
Ipv4Ospf boolV3 - OSPFV3
- Advertise
Ipv4Ospf stringV3Variable - Variable name
- Advertise
Ipv4Ospf stringVariable - Variable name
- Advertise
Ipv4Static bool - Static
- Advertise
Ipv4Static stringVariable - Variable name
- Advertise
Ipv6Bgp bool - BGP
- Advertise
Ipv6Bgp stringVariable - Variable name
- Advertise
Ipv6Connected bool - Connected
- Advertise
Ipv6Connected stringVariable - Variable name
- Advertise
Ipv6Eigrp bool - EIGRP
- Advertise
Ipv6Eigrp stringVariable - Variable name
- Advertise
Ipv6Isis bool - ISIS
- Advertise
Ipv6Isis stringVariable - Variable name
- Advertise
Ipv6Lisp bool - LISP
- Advertise
Ipv6Lisp stringVariable - Variable name
- Advertise
Ipv6Ospf bool - OSPF
- Advertise
Ipv6Ospf stringVariable - Variable name
- Advertise
Ipv6Static bool - Static
- Advertise
Ipv6Static stringVariable - Variable name
- Advertisement
Interval int - Advertisement Interval (seconds)
- Advertisement
Interval stringVariable - Variable name
- Description string
- The description of the profile parcel
- Ecmp
Limit int - Set maximum number of OMP paths to install in cEdge route table
- Ecmp
Limit stringVariable - Variable name
- Eor
Timer int - EOR Timer
- Eor
Timer stringVariable - Variable name
- Feature
Profile stringId - Feature Profile ID
- Graceful
Restart bool - Graceful Restart for OMP
- Graceful
Restart intTimer - Graceful Restart Timer (seconds)
- Graceful
Restart stringTimer Variable - Variable name
- Graceful
Restart stringVariable - Variable name
- Holdtime int
- Hold Time (seconds)
- Holdtime
Variable string - Variable name
- Id string
- The id of the profile parcel
- Ignore
Region boolPath Length - Treat hierarchical and direct (secondary region) paths equally
- Ignore
Region stringPath Length Variable - Variable name
- Name string
- The name of the profile parcel
- Omp
Admin intDistance Ipv4 - OMP Admin Distance IPv4
- Omp
Admin stringDistance Ipv4Variable - Variable name
- Omp
Admin intDistance Ipv6 - OMP Admin Distance IPv6
- Omp
Admin stringDistance Ipv6Variable - Variable name
- Overlay
As int - Overlay AS Number
- Overlay
As stringVariable - Variable name
- Paths
Advertised intPer Prefix - Number of Paths Advertised per Prefix
- Paths
Advertised stringPer Prefix Variable - Variable name
- Shutdown bool
- Shutdown
- Shutdown
Variable string - Variable name
- Site
Types []string - Site Types
- Site
Types stringVariable - Variable name
- Transport
Gateway string - Transport Gateway Path Behavior
- Transport
Gateway stringVariable - Variable name
- Version int
- The version of the profile parcel
- advertise
Ipv4Bgp Boolean - BGP
- advertise
Ipv4Bgp StringVariable - Variable name
- advertise
Ipv4Connected Boolean - Connected
- advertise
Ipv4Connected StringVariable - Variable name
- advertise
Ipv4Eigrp Boolean - EIGRP
- advertise
Ipv4Eigrp StringVariable - Variable name
- advertise
Ipv4Isis Boolean - ISIS
- advertise
Ipv4Isis StringVariable - Variable name
- advertise
Ipv4Lisp Boolean - LISP
- advertise
Ipv4Lisp StringVariable - Variable name
- advertise
Ipv4Ospf Boolean - OSPF
- advertise
Ipv4Ospf BooleanV3 - OSPFV3
- advertise
Ipv4Ospf StringV3Variable - Variable name
- advertise
Ipv4Ospf StringVariable - Variable name
- advertise
Ipv4Static Boolean - Static
- advertise
Ipv4Static StringVariable - Variable name
- advertise
Ipv6Bgp Boolean - BGP
- advertise
Ipv6Bgp StringVariable - Variable name
- advertise
Ipv6Connected Boolean - Connected
- advertise
Ipv6Connected StringVariable - Variable name
- advertise
Ipv6Eigrp Boolean - EIGRP
- advertise
Ipv6Eigrp StringVariable - Variable name
- advertise
Ipv6Isis Boolean - ISIS
- advertise
Ipv6Isis StringVariable - Variable name
- advertise
Ipv6Lisp Boolean - LISP
- advertise
Ipv6Lisp StringVariable - Variable name
- advertise
Ipv6Ospf Boolean - OSPF
- advertise
Ipv6Ospf StringVariable - Variable name
- advertise
Ipv6Static Boolean - Static
- advertise
Ipv6Static StringVariable - Variable name
- advertisement
Interval Integer - Advertisement Interval (seconds)
- advertisement
Interval StringVariable - Variable name
- description String
- The description of the profile parcel
- ecmp
Limit Integer - Set maximum number of OMP paths to install in cEdge route table
- ecmp
Limit StringVariable - Variable name
- eor
Timer Integer - EOR Timer
- eor
Timer StringVariable - Variable name
- feature
Profile StringId - Feature Profile ID
- graceful
Restart Boolean - Graceful Restart for OMP
- graceful
Restart IntegerTimer - Graceful Restart Timer (seconds)
- graceful
Restart StringTimer Variable - Variable name
- graceful
Restart StringVariable - Variable name
- holdtime Integer
- Hold Time (seconds)
- holdtime
Variable String - Variable name
- id String
- The id of the profile parcel
- ignore
Region BooleanPath Length - Treat hierarchical and direct (secondary region) paths equally
- ignore
Region StringPath Length Variable - Variable name
- name String
- The name of the profile parcel
- omp
Admin IntegerDistance Ipv4 - OMP Admin Distance IPv4
- omp
Admin StringDistance Ipv4Variable - Variable name
- omp
Admin IntegerDistance Ipv6 - OMP Admin Distance IPv6
- omp
Admin StringDistance Ipv6Variable - Variable name
- overlay
As Integer - Overlay AS Number
- overlay
As StringVariable - Variable name
- paths
Advertised IntegerPer Prefix - Number of Paths Advertised per Prefix
- paths
Advertised StringPer Prefix Variable - Variable name
- shutdown Boolean
- Shutdown
- shutdown
Variable String - Variable name
- site
Types List<String> - Site Types
- site
Types StringVariable - Variable name
- transport
Gateway String - Transport Gateway Path Behavior
- transport
Gateway StringVariable - Variable name
- version Integer
- The version of the profile parcel
- advertise
Ipv4Bgp boolean - BGP
- advertise
Ipv4Bgp stringVariable - Variable name
- advertise
Ipv4Connected boolean - Connected
- advertise
Ipv4Connected stringVariable - Variable name
- advertise
Ipv4Eigrp boolean - EIGRP
- advertise
Ipv4Eigrp stringVariable - Variable name
- advertise
Ipv4Isis boolean - ISIS
- advertise
Ipv4Isis stringVariable - Variable name
- advertise
Ipv4Lisp boolean - LISP
- advertise
Ipv4Lisp stringVariable - Variable name
- advertise
Ipv4Ospf boolean - OSPF
- advertise
Ipv4Ospf booleanV3 - OSPFV3
- advertise
Ipv4Ospf stringV3Variable - Variable name
- advertise
Ipv4Ospf stringVariable - Variable name
- advertise
Ipv4Static boolean - Static
- advertise
Ipv4Static stringVariable - Variable name
- advertise
Ipv6Bgp boolean - BGP
- advertise
Ipv6Bgp stringVariable - Variable name
- advertise
Ipv6Connected boolean - Connected
- advertise
Ipv6Connected stringVariable - Variable name
- advertise
Ipv6Eigrp boolean - EIGRP
- advertise
Ipv6Eigrp stringVariable - Variable name
- advertise
Ipv6Isis boolean - ISIS
- advertise
Ipv6Isis stringVariable - Variable name
- advertise
Ipv6Lisp boolean - LISP
- advertise
Ipv6Lisp stringVariable - Variable name
- advertise
Ipv6Ospf boolean - OSPF
- advertise
Ipv6Ospf stringVariable - Variable name
- advertise
Ipv6Static boolean - Static
- advertise
Ipv6Static stringVariable - Variable name
- advertisement
Interval number - Advertisement Interval (seconds)
- advertisement
Interval stringVariable - Variable name
- description string
- The description of the profile parcel
- ecmp
Limit number - Set maximum number of OMP paths to install in cEdge route table
- ecmp
Limit stringVariable - Variable name
- eor
Timer number - EOR Timer
- eor
Timer stringVariable - Variable name
- feature
Profile stringId - Feature Profile ID
- graceful
Restart boolean - Graceful Restart for OMP
- graceful
Restart numberTimer - Graceful Restart Timer (seconds)
- graceful
Restart stringTimer Variable - Variable name
- graceful
Restart stringVariable - Variable name
- holdtime number
- Hold Time (seconds)
- holdtime
Variable string - Variable name
- id string
- The id of the profile parcel
- ignore
Region booleanPath Length - Treat hierarchical and direct (secondary region) paths equally
- ignore
Region stringPath Length Variable - Variable name
- name string
- The name of the profile parcel
- omp
Admin numberDistance Ipv4 - OMP Admin Distance IPv4
- omp
Admin stringDistance Ipv4Variable - Variable name
- omp
Admin numberDistance Ipv6 - OMP Admin Distance IPv6
- omp
Admin stringDistance Ipv6Variable - Variable name
- overlay
As number - Overlay AS Number
- overlay
As stringVariable - Variable name
- paths
Advertised numberPer Prefix - Number of Paths Advertised per Prefix
- paths
Advertised stringPer Prefix Variable - Variable name
- shutdown boolean
- Shutdown
- shutdown
Variable string - Variable name
- site
Types string[] - Site Types
- site
Types stringVariable - Variable name
- transport
Gateway string - Transport Gateway Path Behavior
- transport
Gateway stringVariable - Variable name
- version number
- The version of the profile parcel
- advertise_
ipv4_ boolbgp - BGP
- advertise_
ipv4_ strbgp_ variable - Variable name
- advertise_
ipv4_ boolconnected - Connected
- advertise_
ipv4_ strconnected_ variable - Variable name
- advertise_
ipv4_ booleigrp - EIGRP
- advertise_
ipv4_ streigrp_ variable - Variable name
- advertise_
ipv4_ boolisis - ISIS
- advertise_
ipv4_ strisis_ variable - Variable name
- advertise_
ipv4_ boollisp - LISP
- advertise_
ipv4_ strlisp_ variable - Variable name
- advertise_
ipv4_ boolospf - OSPF
- advertise_
ipv4_ boolospf_ v3 - OSPFV3
- advertise_
ipv4_ strospf_ v3_ variable - Variable name
- advertise_
ipv4_ strospf_ variable - Variable name
- advertise_
ipv4_ boolstatic - Static
- advertise_
ipv4_ strstatic_ variable - Variable name
- advertise_
ipv6_ boolbgp - BGP
- advertise_
ipv6_ strbgp_ variable - Variable name
- advertise_
ipv6_ boolconnected - Connected
- advertise_
ipv6_ strconnected_ variable - Variable name
- advertise_
ipv6_ booleigrp - EIGRP
- advertise_
ipv6_ streigrp_ variable - Variable name
- advertise_
ipv6_ boolisis - ISIS
- advertise_
ipv6_ strisis_ variable - Variable name
- advertise_
ipv6_ boollisp - LISP
- advertise_
ipv6_ strlisp_ variable - Variable name
- advertise_
ipv6_ boolospf - OSPF
- advertise_
ipv6_ strospf_ variable - Variable name
- advertise_
ipv6_ boolstatic - Static
- advertise_
ipv6_ strstatic_ variable - Variable name
- advertisement_
interval int - Advertisement Interval (seconds)
- advertisement_
interval_ strvariable - Variable name
- description str
- The description of the profile parcel
- ecmp_
limit int - Set maximum number of OMP paths to install in cEdge route table
- ecmp_
limit_ strvariable - Variable name
- eor_
timer int - EOR Timer
- eor_
timer_ strvariable - Variable name
- feature_
profile_ strid - Feature Profile ID
- graceful_
restart bool - Graceful Restart for OMP
- graceful_
restart_ inttimer - Graceful Restart Timer (seconds)
- graceful_
restart_ strtimer_ variable - Variable name
- graceful_
restart_ strvariable - Variable name
- holdtime int
- Hold Time (seconds)
- holdtime_
variable str - Variable name
- id str
- The id of the profile parcel
- ignore_
region_ boolpath_ length - Treat hierarchical and direct (secondary region) paths equally
- ignore_
region_ strpath_ length_ variable - Variable name
- name str
- The name of the profile parcel
- omp_
admin_ intdistance_ ipv4 - OMP Admin Distance IPv4
- omp_
admin_ strdistance_ ipv4_ variable - Variable name
- omp_
admin_ intdistance_ ipv6 - OMP Admin Distance IPv6
- omp_
admin_ strdistance_ ipv6_ variable - Variable name
- overlay_
as int - Overlay AS Number
- overlay_
as_ strvariable - Variable name
- paths_
advertised_ intper_ prefix - Number of Paths Advertised per Prefix
- paths_
advertised_ strper_ prefix_ variable - Variable name
- shutdown bool
- Shutdown
- shutdown_
variable str - Variable name
- site_
types Sequence[str] - Site Types
- site_
types_ strvariable - Variable name
- transport_
gateway str - Transport Gateway Path Behavior
- transport_
gateway_ strvariable - Variable name
- version int
- The version of the profile parcel
- advertise
Ipv4Bgp Boolean - BGP
- advertise
Ipv4Bgp StringVariable - Variable name
- advertise
Ipv4Connected Boolean - Connected
- advertise
Ipv4Connected StringVariable - Variable name
- advertise
Ipv4Eigrp Boolean - EIGRP
- advertise
Ipv4Eigrp StringVariable - Variable name
- advertise
Ipv4Isis Boolean - ISIS
- advertise
Ipv4Isis StringVariable - Variable name
- advertise
Ipv4Lisp Boolean - LISP
- advertise
Ipv4Lisp StringVariable - Variable name
- advertise
Ipv4Ospf Boolean - OSPF
- advertise
Ipv4Ospf BooleanV3 - OSPFV3
- advertise
Ipv4Ospf StringV3Variable - Variable name
- advertise
Ipv4Ospf StringVariable - Variable name
- advertise
Ipv4Static Boolean - Static
- advertise
Ipv4Static StringVariable - Variable name
- advertise
Ipv6Bgp Boolean - BGP
- advertise
Ipv6Bgp StringVariable - Variable name
- advertise
Ipv6Connected Boolean - Connected
- advertise
Ipv6Connected StringVariable - Variable name
- advertise
Ipv6Eigrp Boolean - EIGRP
- advertise
Ipv6Eigrp StringVariable - Variable name
- advertise
Ipv6Isis Boolean - ISIS
- advertise
Ipv6Isis StringVariable - Variable name
- advertise
Ipv6Lisp Boolean - LISP
- advertise
Ipv6Lisp StringVariable - Variable name
- advertise
Ipv6Ospf Boolean - OSPF
- advertise
Ipv6Ospf StringVariable - Variable name
- advertise
Ipv6Static Boolean - Static
- advertise
Ipv6Static StringVariable - Variable name
- advertisement
Interval Number - Advertisement Interval (seconds)
- advertisement
Interval StringVariable - Variable name
- description String
- The description of the profile parcel
- ecmp
Limit Number - Set maximum number of OMP paths to install in cEdge route table
- ecmp
Limit StringVariable - Variable name
- eor
Timer Number - EOR Timer
- eor
Timer StringVariable - Variable name
- feature
Profile StringId - Feature Profile ID
- graceful
Restart Boolean - Graceful Restart for OMP
- graceful
Restart NumberTimer - Graceful Restart Timer (seconds)
- graceful
Restart StringTimer Variable - Variable name
- graceful
Restart StringVariable - Variable name
- holdtime Number
- Hold Time (seconds)
- holdtime
Variable String - Variable name
- id String
- The id of the profile parcel
- ignore
Region BooleanPath Length - Treat hierarchical and direct (secondary region) paths equally
- ignore
Region StringPath Length Variable - Variable name
- name String
- The name of the profile parcel
- omp
Admin NumberDistance Ipv4 - OMP Admin Distance IPv4
- omp
Admin StringDistance Ipv4Variable - Variable name
- omp
Admin NumberDistance Ipv6 - OMP Admin Distance IPv6
- omp
Admin StringDistance Ipv6Variable - Variable name
- overlay
As Number - Overlay AS Number
- overlay
As StringVariable - Variable name
- paths
Advertised NumberPer Prefix - Number of Paths Advertised per Prefix
- paths
Advertised StringPer Prefix Variable - Variable name
- shutdown Boolean
- Shutdown
- shutdown
Variable String - Variable name
- site
Types List<String> - Site Types
- site
Types StringVariable - Variable name
- transport
Gateway String - Transport Gateway Path Behavior
- transport
Gateway StringVariable - Variable name
- version Number
- The version of the profile parcel
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwan
Terraform Provider.