Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi
This data source can read the Topology Custom Control Feature.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTopologyCustomControlFeature({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_topology_custom_control_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.GetTopologyCustomControlFeature(ctx, &sdwan.LookupTopologyCustomControlFeatureArgs{
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.GetTopologyCustomControlFeature.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.GetTopologyCustomControlFeatureArgs;
import java.util.ArrayList;
import java.util.Arrays;
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.getTopologyCustomControlFeature(GetTopologyCustomControlFeatureArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getTopologyCustomControlFeature
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
pulumi {
required_providers {
sdwan = {
source = "pulumi/sdwan"
}
}
}
data "sdwan_gettopologycustomcontrolfeature" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
Using getTopologyCustomControlFeature
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 getTopologyCustomControlFeature(args: GetTopologyCustomControlFeatureArgs, opts?: InvokeOptions): Promise<GetTopologyCustomControlFeatureResult>
function getTopologyCustomControlFeatureOutput(args: GetTopologyCustomControlFeatureOutputArgs, opts?: InvokeOptions): Output<GetTopologyCustomControlFeatureResult>def get_topology_custom_control_feature(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTopologyCustomControlFeatureResult
def get_topology_custom_control_feature_output(feature_profile_id: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTopologyCustomControlFeatureResult]func LookupTopologyCustomControlFeature(ctx *Context, args *LookupTopologyCustomControlFeatureArgs, opts ...InvokeOption) (*LookupTopologyCustomControlFeatureResult, error)
func LookupTopologyCustomControlFeatureOutput(ctx *Context, args *LookupTopologyCustomControlFeatureOutputArgs, opts ...InvokeOption) LookupTopologyCustomControlFeatureResultOutput> Note: This function is named LookupTopologyCustomControlFeature in the Go SDK.
public static class GetTopologyCustomControlFeature
{
public static Task<GetTopologyCustomControlFeatureResult> InvokeAsync(GetTopologyCustomControlFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetTopologyCustomControlFeatureResult> Invoke(GetTopologyCustomControlFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTopologyCustomControlFeatureResult> getTopologyCustomControlFeature(GetTopologyCustomControlFeatureArgs args, InvokeOptions options)
public static Output<GetTopologyCustomControlFeatureResult> getTopologyCustomControlFeature(GetTopologyCustomControlFeatureArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getTopologyCustomControlFeature:getTopologyCustomControlFeature
arguments:
# arguments dictionarydata "sdwan_gettopologycustomcontrolfeature" "name" {
# arguments
}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 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
getTopologyCustomControlFeature Result
The following output properties are available:
- Default
Action string - Default Action
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Sequences
List<Get
Topology Custom Control Feature Sequence> - Sequence list
- Target
Inbound List<GetRegions Topology Custom Control Feature Target Inbound Region> - Target
Inbound List<string>Sites - Target
Level string - Target
Outbound List<GetRegions Topology Custom Control Feature Target Outbound Region> - Target
Outbound List<string>Sites - Target
Role string - Target
Vpns List<string> - Version int
- The version of the Feature
- Default
Action string - Default Action
- Description string
- The description of the Feature
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Feature
- Name string
- The name of the Feature
- Sequences
[]Get
Topology Custom Control Feature Sequence - Sequence list
- Target
Inbound []GetRegions Topology Custom Control Feature Target Inbound Region - Target
Inbound []stringSites - Target
Level string - Target
Outbound []GetRegions Topology Custom Control Feature Target Outbound Region - Target
Outbound []stringSites - Target
Role string - Target
Vpns []string - Version int
- The version of the Feature
- default_
action string - Default Action
- description string
- The description of the Feature
- feature_
profile_ stringid - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- sequences list(object)
- Sequence list
- target_
inbound_ list(object)regions - target_
inbound_ list(string)sites - target_
level string - target_
outbound_ list(object)regions - target_
outbound_ list(string)sites - target_
role string - target_
vpns list(string) - version number
- The version of the Feature
- default
Action String - Default Action
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- sequences
List<Get
Topology Custom Control Feature Sequence> - Sequence list
- target
Inbound List<GetRegions Topology Custom Control Feature Target Inbound Region> - target
Inbound List<String>Sites - target
Level String - target
Outbound List<GetRegions Topology Custom Control Feature Target Outbound Region> - target
Outbound List<String>Sites - target
Role String - target
Vpns List<String> - version Integer
- The version of the Feature
- default
Action string - Default Action
- description string
- The description of the Feature
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Feature
- name string
- The name of the Feature
- sequences
Get
Topology Custom Control Feature Sequence[] - Sequence list
- target
Inbound GetRegions Topology Custom Control Feature Target Inbound Region[] - target
Inbound string[]Sites - target
Level string - target
Outbound GetRegions Topology Custom Control Feature Target Outbound Region[] - target
Outbound string[]Sites - target
Role string - target
Vpns string[] - version number
- The version of the Feature
- default_
action str - Default Action
- description str
- The description of the Feature
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Feature
- name str
- The name of the Feature
- sequences
Sequence[Get
Topology Custom Control Feature Sequence] - Sequence list
- target_
inbound_ Sequence[Getregions Topology Custom Control Feature Target Inbound Region] - target_
inbound_ Sequence[str]sites - target_
level str - target_
outbound_ Sequence[Getregions Topology Custom Control Feature Target Outbound Region] - target_
outbound_ Sequence[str]sites - target_
role str - target_
vpns Sequence[str] - version int
- The version of the Feature
- default
Action String - Default Action
- description String
- The description of the Feature
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Feature
- name String
- The name of the Feature
- sequences List<Property Map>
- Sequence list
- target
Inbound List<Property Map>Regions - target
Inbound List<String>Sites - target
Level String - target
Outbound List<Property Map>Regions - target
Outbound List<String>Sites - target
Role String - target
Vpns List<String> - version Number
- The version of the Feature
Supporting Types
GetTopologyCustomControlFeatureSequence
- Action
Entries List<GetTopology Custom Control Feature Sequence Action Entry> - Base
Action string - Base Action
- Id int
- Sequence Id
- Ip
Type string - Sequence IP Type
- Match
Entries List<GetTopology Custom Control Feature Sequence Match Entry> - Name string
- Sequence Name
- Type string
- Sequence Type
- Action
Entries []GetTopology Custom Control Feature Sequence Action Entry - Base
Action string - Base Action
- Id int
- Sequence Id
- Ip
Type string - Sequence IP Type
- Match
Entries []GetTopology Custom Control Feature Sequence Match Entry - Name string
- Sequence Name
- Type string
- Sequence Type
- action_
entries list(object) - base_
action string - Base Action
- id number
- Sequence Id
- ip_
type string - Sequence IP Type
- match_
entries list(object) - name string
- Sequence Name
- type string
- Sequence Type
- action
Entries List<GetTopology Custom Control Feature Sequence Action Entry> - base
Action String - Base Action
- id Integer
- Sequence Id
- ip
Type String - Sequence IP Type
- match
Entries List<GetTopology Custom Control Feature Sequence Match Entry> - name String
- Sequence Name
- type String
- Sequence Type
- action
Entries GetTopology Custom Control Feature Sequence Action Entry[] - base
Action string - Base Action
- id number
- Sequence Id
- ip
Type string - Sequence IP Type
- match
Entries GetTopology Custom Control Feature Sequence Match Entry[] - name string
- Sequence Name
- type string
- Sequence Type
- action_
entries Sequence[GetTopology Custom Control Feature Sequence Action Entry] - base_
action str - Base Action
- id int
- Sequence Id
- ip_
type str - Sequence IP Type
- match_
entries Sequence[GetTopology Custom Control Feature Sequence Match Entry] - name str
- Sequence Name
- type str
- Sequence Type
- action
Entries List<Property Map> - base
Action String - Base Action
- id Number
- Sequence Id
- ip
Type String - Sequence IP Type
- match
Entries List<Property Map> - name String
- Sequence Name
- type String
- Sequence Type
GetTopologyCustomControlFeatureSequenceActionEntry
- Export
To List<string>Vpns - Export to VPN list
- Set
Parameters List<GetTopology Custom Control Feature Sequence Action Entry Set Parameter>
- Export
To []stringVpns - Export to VPN list
- Set
Parameters []GetTopology Custom Control Feature Sequence Action Entry Set Parameter
- export_
to_ list(string)vpns - Export to VPN list
- set_
parameters list(object)
- export
To List<String>Vpns - Export to VPN list
- set
Parameters List<GetTopology Custom Control Feature Sequence Action Entry Set Parameter>
- export
To string[]Vpns - Export to VPN list
- set
Parameters GetTopology Custom Control Feature Sequence Action Entry Set Parameter[]
- export_
to_ Sequence[str]vpns - Export to VPN list
- set_
parameters Sequence[GetTopology Custom Control Feature Sequence Action Entry Set Parameter]
- export
To List<String>Vpns - Export to VPN list
- set
Parameters List<Property Map>
GetTopologyCustomControlFeatureSequenceActionEntrySetParameter
- Affinity int
- Set affinity
- Community string
- Set community value, e.g.
1000:10000orinternetorlocal-AS - Community
Additive bool - Set community additive
- Omp
Tag int - Set OMP tag
- Preference int
- Set preference
- Service
Chain stringTloc Color - Set service chain TLOC color
- Service
Chain stringTloc Encapsulation - Set service chain TLOC encapsulation
- Service
Chain stringTloc Ip - Set service chain TLOC IP address
- Service
Chain stringTloc List Id - Set service chain TLOC list ID
- Service
Chain stringType - Set service chain type
- Service
Chain intVpn - Set service chain VPN ID
- Service
Tloc stringColor - Set service TLOC color
- Service
Tloc stringEncapsulation - Set service TLOC encapsulation
- Service
Tloc stringIp - Set service TLOC IP address
- Service
Tloc stringList Id - Set service TLOC list ID
- Service
Type string - Set service type
- Service
Vpn int - Set service VPN ID
- Tloc
Action string - Set TLOC action
- Tloc
Color string - Set TLOC color
- Tloc
Encapsulation string - Set TLOC encapsulation
- Tloc
Ip string - Set TLOC IP address
- Tloc
List stringId - Set TLOC list ID
- Affinity int
- Set affinity
- Community string
- Set community value, e.g.
1000:10000orinternetorlocal-AS - Community
Additive bool - Set community additive
- Omp
Tag int - Set OMP tag
- Preference int
- Set preference
- Service
Chain stringTloc Color - Set service chain TLOC color
- Service
Chain stringTloc Encapsulation - Set service chain TLOC encapsulation
- Service
Chain stringTloc Ip - Set service chain TLOC IP address
- Service
Chain stringTloc List Id - Set service chain TLOC list ID
- Service
Chain stringType - Set service chain type
- Service
Chain intVpn - Set service chain VPN ID
- Service
Tloc stringColor - Set service TLOC color
- Service
Tloc stringEncapsulation - Set service TLOC encapsulation
- Service
Tloc stringIp - Set service TLOC IP address
- Service
Tloc stringList Id - Set service TLOC list ID
- Service
Type string - Set service type
- Service
Vpn int - Set service VPN ID
- Tloc
Action string - Set TLOC action
- Tloc
Color string - Set TLOC color
- Tloc
Encapsulation string - Set TLOC encapsulation
- Tloc
Ip string - Set TLOC IP address
- Tloc
List stringId - Set TLOC list ID
- affinity number
- Set affinity
- community string
- Set community value, e.g.
1000:10000orinternetorlocal-AS - community_
additive bool - Set community additive
- omp_
tag number - Set OMP tag
- preference number
- Set preference
- service_
chain_ stringtloc_ color - Set service chain TLOC color
- service_
chain_ stringtloc_ encapsulation - Set service chain TLOC encapsulation
- service_
chain_ stringtloc_ ip - Set service chain TLOC IP address
- service_
chain_ stringtloc_ list_ id - Set service chain TLOC list ID
- service_
chain_ stringtype - Set service chain type
- service_
chain_ numbervpn - Set service chain VPN ID
- service_
tloc_ stringcolor - Set service TLOC color
- service_
tloc_ stringencapsulation - Set service TLOC encapsulation
- service_
tloc_ stringip - Set service TLOC IP address
- service_
tloc_ stringlist_ id - Set service TLOC list ID
- service_
type string - Set service type
- service_
vpn number - Set service VPN ID
- tloc_
action string - Set TLOC action
- tloc_
color string - Set TLOC color
- tloc_
encapsulation string - Set TLOC encapsulation
- tloc_
ip string - Set TLOC IP address
- tloc_
list_ stringid - Set TLOC list ID
- affinity Integer
- Set affinity
- community String
- Set community value, e.g.
1000:10000orinternetorlocal-AS - community
Additive Boolean - Set community additive
- omp
Tag Integer - Set OMP tag
- preference Integer
- Set preference
- service
Chain StringTloc Color - Set service chain TLOC color
- service
Chain StringTloc Encapsulation - Set service chain TLOC encapsulation
- service
Chain StringTloc Ip - Set service chain TLOC IP address
- service
Chain StringTloc List Id - Set service chain TLOC list ID
- service
Chain StringType - Set service chain type
- service
Chain IntegerVpn - Set service chain VPN ID
- service
Tloc StringColor - Set service TLOC color
- service
Tloc StringEncapsulation - Set service TLOC encapsulation
- service
Tloc StringIp - Set service TLOC IP address
- service
Tloc StringList Id - Set service TLOC list ID
- service
Type String - Set service type
- service
Vpn Integer - Set service VPN ID
- tloc
Action String - Set TLOC action
- tloc
Color String - Set TLOC color
- tloc
Encapsulation String - Set TLOC encapsulation
- tloc
Ip String - Set TLOC IP address
- tloc
List StringId - Set TLOC list ID
- affinity number
- Set affinity
- community string
- Set community value, e.g.
1000:10000orinternetorlocal-AS - community
Additive boolean - Set community additive
- omp
Tag number - Set OMP tag
- preference number
- Set preference
- service
Chain stringTloc Color - Set service chain TLOC color
- service
Chain stringTloc Encapsulation - Set service chain TLOC encapsulation
- service
Chain stringTloc Ip - Set service chain TLOC IP address
- service
Chain stringTloc List Id - Set service chain TLOC list ID
- service
Chain stringType - Set service chain type
- service
Chain numberVpn - Set service chain VPN ID
- service
Tloc stringColor - Set service TLOC color
- service
Tloc stringEncapsulation - Set service TLOC encapsulation
- service
Tloc stringIp - Set service TLOC IP address
- service
Tloc stringList Id - Set service TLOC list ID
- service
Type string - Set service type
- service
Vpn number - Set service VPN ID
- tloc
Action string - Set TLOC action
- tloc
Color string - Set TLOC color
- tloc
Encapsulation string - Set TLOC encapsulation
- tloc
Ip string - Set TLOC IP address
- tloc
List stringId - Set TLOC list ID
- affinity int
- Set affinity
- community str
- Set community value, e.g.
1000:10000orinternetorlocal-AS - community_
additive bool - Set community additive
- omp_
tag int - Set OMP tag
- preference int
- Set preference
- service_
chain_ strtloc_ color - Set service chain TLOC color
- service_
chain_ strtloc_ encapsulation - Set service chain TLOC encapsulation
- service_
chain_ strtloc_ ip - Set service chain TLOC IP address
- service_
chain_ strtloc_ list_ id - Set service chain TLOC list ID
- service_
chain_ strtype - Set service chain type
- service_
chain_ intvpn - Set service chain VPN ID
- service_
tloc_ strcolor - Set service TLOC color
- service_
tloc_ strencapsulation - Set service TLOC encapsulation
- service_
tloc_ strip - Set service TLOC IP address
- service_
tloc_ strlist_ id - Set service TLOC list ID
- service_
type str - Set service type
- service_
vpn int - Set service VPN ID
- tloc_
action str - Set TLOC action
- tloc_
color str - Set TLOC color
- tloc_
encapsulation str - Set TLOC encapsulation
- tloc_
ip str - Set TLOC IP address
- tloc_
list_ strid - Set TLOC list ID
- affinity Number
- Set affinity
- community String
- Set community value, e.g.
1000:10000orinternetorlocal-AS - community
Additive Boolean - Set community additive
- omp
Tag Number - Set OMP tag
- preference Number
- Set preference
- service
Chain StringTloc Color - Set service chain TLOC color
- service
Chain StringTloc Encapsulation - Set service chain TLOC encapsulation
- service
Chain StringTloc Ip - Set service chain TLOC IP address
- service
Chain StringTloc List Id - Set service chain TLOC list ID
- service
Chain StringType - Set service chain type
- service
Chain NumberVpn - Set service chain VPN ID
- service
Tloc StringColor - Set service TLOC color
- service
Tloc StringEncapsulation - Set service TLOC encapsulation
- service
Tloc StringIp - Set service TLOC IP address
- service
Tloc StringList Id - Set service TLOC list ID
- service
Type String - Set service type
- service
Vpn Number - Set service VPN ID
- tloc
Action String - Set TLOC action
- tloc
Color String - Set TLOC color
- tloc
Encapsulation String - Set TLOC encapsulation
- tloc
Ip String - Set TLOC IP address
- tloc
List StringId - Set TLOC list ID
GetTopologyCustomControlFeatureSequenceMatchEntry
- Carrier string
- Carrier
- Color
List stringId - Color list ID
- Community
List stringId - Community list ID
- Domain
Id int - Domain ID
- Expanded
Community stringList Id - Expanded community list ID
- Group
Id int - Group ID
- Ipv6Prefix
List stringId - IPv6 prefix list ID
- Match
Regions List<GetTopology Custom Control Feature Sequence Match Entry Match Region> - Match regions list
- Omp
Tag int - OMP tag
- Origin string
- Origin
- Originator string
- Originator IP
- Path
Type string - Path type
- Preference int
- Preference
- Prefix
List stringId - Prefix list ID
- Role string
- Role
- Sites List<string>
- Site list
- Tloc
Color string - TLOC color
- Tloc
Encapsulation string - TLOC encapsulation
- Tloc
Ip string - TLOC IP address
- Tloc
List stringId - TLOC list ID
- Vpns List<string>
- VPN list
- Carrier string
- Carrier
- Color
List stringId - Color list ID
- Community
List stringId - Community list ID
- Domain
Id int - Domain ID
- Expanded
Community stringList Id - Expanded community list ID
- Group
Id int - Group ID
- Ipv6Prefix
List stringId - IPv6 prefix list ID
- Match
Regions []GetTopology Custom Control Feature Sequence Match Entry Match Region - Match regions list
- Omp
Tag int - OMP tag
- Origin string
- Origin
- Originator string
- Originator IP
- Path
Type string - Path type
- Preference int
- Preference
- Prefix
List stringId - Prefix list ID
- Role string
- Role
- Sites []string
- Site list
- Tloc
Color string - TLOC color
- Tloc
Encapsulation string - TLOC encapsulation
- Tloc
Ip string - TLOC IP address
- Tloc
List stringId - TLOC list ID
- Vpns []string
- VPN list
- carrier string
- Carrier
- color_
list_ stringid - Color list ID
- community_
list_ stringid - Community list ID
- domain_
id number - Domain ID
- expanded_
community_ stringlist_ id - Expanded community list ID
- group_
id number - Group ID
- ipv6_
prefix_ stringlist_ id - IPv6 prefix list ID
- match_
regions list(object) - Match regions list
- omp_
tag number - OMP tag
- origin string
- Origin
- originator string
- Originator IP
- path_
type string - Path type
- preference number
- Preference
- prefix_
list_ stringid - Prefix list ID
- role string
- Role
- sites list(string)
- Site list
- tloc_
color string - TLOC color
- tloc_
encapsulation string - TLOC encapsulation
- tloc_
ip string - TLOC IP address
- tloc_
list_ stringid - TLOC list ID
- vpns list(string)
- VPN list
- carrier String
- Carrier
- color
List StringId - Color list ID
- community
List StringId - Community list ID
- domain
Id Integer - Domain ID
- expanded
Community StringList Id - Expanded community list ID
- group
Id Integer - Group ID
- ipv6Prefix
List StringId - IPv6 prefix list ID
- match
Regions List<GetTopology Custom Control Feature Sequence Match Entry Match Region> - Match regions list
- omp
Tag Integer - OMP tag
- origin String
- Origin
- originator String
- Originator IP
- path
Type String - Path type
- preference Integer
- Preference
- prefix
List StringId - Prefix list ID
- role String
- Role
- sites List<String>
- Site list
- tloc
Color String - TLOC color
- tloc
Encapsulation String - TLOC encapsulation
- tloc
Ip String - TLOC IP address
- tloc
List StringId - TLOC list ID
- vpns List<String>
- VPN list
- carrier string
- Carrier
- color
List stringId - Color list ID
- community
List stringId - Community list ID
- domain
Id number - Domain ID
- expanded
Community stringList Id - Expanded community list ID
- group
Id number - Group ID
- ipv6Prefix
List stringId - IPv6 prefix list ID
- match
Regions GetTopology Custom Control Feature Sequence Match Entry Match Region[] - Match regions list
- omp
Tag number - OMP tag
- origin string
- Origin
- originator string
- Originator IP
- path
Type string - Path type
- preference number
- Preference
- prefix
List stringId - Prefix list ID
- role string
- Role
- sites string[]
- Site list
- tloc
Color string - TLOC color
- tloc
Encapsulation string - TLOC encapsulation
- tloc
Ip string - TLOC IP address
- tloc
List stringId - TLOC list ID
- vpns string[]
- VPN list
- carrier str
- Carrier
- color_
list_ strid - Color list ID
- community_
list_ strid - Community list ID
- domain_
id int - Domain ID
- expanded_
community_ strlist_ id - Expanded community list ID
- group_
id int - Group ID
- ipv6_
prefix_ strlist_ id - IPv6 prefix list ID
- match_
regions Sequence[GetTopology Custom Control Feature Sequence Match Entry Match Region] - Match regions list
- omp_
tag int - OMP tag
- origin str
- Origin
- originator str
- Originator IP
- path_
type str - Path type
- preference int
- Preference
- prefix_
list_ strid - Prefix list ID
- role str
- Role
- sites Sequence[str]
- Site list
- tloc_
color str - TLOC color
- tloc_
encapsulation str - TLOC encapsulation
- tloc_
ip str - TLOC IP address
- tloc_
list_ strid - TLOC list ID
- vpns Sequence[str]
- VPN list
- carrier String
- Carrier
- color
List StringId - Color list ID
- community
List StringId - Community list ID
- domain
Id Number - Domain ID
- expanded
Community StringList Id - Expanded community list ID
- group
Id Number - Group ID
- ipv6Prefix
List StringId - IPv6 prefix list ID
- match
Regions List<Property Map> - Match regions list
- omp
Tag Number - OMP tag
- origin String
- Origin
- originator String
- Originator IP
- path
Type String - Path type
- preference Number
- Preference
- prefix
List StringId - Prefix list ID
- role String
- Role
- sites List<String>
- Site list
- tloc
Color String - TLOC color
- tloc
Encapsulation String - TLOC encapsulation
- tloc
Ip String - TLOC IP address
- tloc
List StringId - TLOC list ID
- vpns List<String>
- VPN list
GetTopologyCustomControlFeatureSequenceMatchEntryMatchRegion
- Region string
- Region name
- Sub
Regions List<string> - Sub-region list
- Region string
- Region name
- Sub
Regions []string - Sub-region list
- region string
- Region name
- sub_
regions list(string) - Sub-region list
- region String
- Region name
- sub
Regions List<String> - Sub-region list
- region string
- Region name
- sub
Regions string[] - Sub-region list
- region str
- Region name
- sub_
regions Sequence[str] - Sub-region list
- region String
- Region name
- sub
Regions List<String> - Sub-region list
GetTopologyCustomControlFeatureTargetInboundRegion
- Region string
- Region name
- Sub
Regions List<string> - Sub-region list
- Region string
- Region name
- Sub
Regions []string - Sub-region list
- region string
- Region name
- sub_
regions list(string) - Sub-region list
- region String
- Region name
- sub
Regions List<String> - Sub-region list
- region string
- Region name
- sub
Regions string[] - Sub-region list
- region str
- Region name
- sub_
regions Sequence[str] - Sub-region list
- region String
- Region name
- sub
Regions List<String> - Sub-region list
GetTopologyCustomControlFeatureTargetOutboundRegion
- Region string
- Region name
- Sub
Regions List<string> - Sub-region list
- Region string
- Region name
- Sub
Regions []string - Sub-region list
- region string
- Region name
- sub_
regions list(string) - Sub-region list
- region String
- Region name
- sub
Regions List<String> - Sub-region list
- region string
- Region name
- sub
Regions string[] - Sub-region list
- region str
- Region name
- sub_
regions Sequence[str] - Sub-region list
- region String
- Region name
- sub
Regions List<String> - Sub-region list
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sdwanTerraform Provider.
Viewing docs for Cisco Catalyst SD-WAN v0.9.1
published on Friday, Jun 26, 2026 by Pulumi
published on Friday, Jun 26, 2026 by Pulumi