Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
Viewing docs for Cisco Catalyst SD-WAN v0.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
This data source can read the Application Priority Traffic Policy Policy.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getApplicationPriorityTrafficPolicyPolicy({
id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
featureProfileId: "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_application_priority_traffic_policy_policy(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.LookupApplicationPriorityTrafficPolicyPolicy(ctx, &sdwan.LookupApplicationPriorityTrafficPolicyPolicyArgs{
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.GetApplicationPriorityTrafficPolicyPolicy.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.GetApplicationPriorityTrafficPolicyPolicyArgs;
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.getApplicationPriorityTrafficPolicyPolicy(GetApplicationPriorityTrafficPolicyPolicyArgs.builder()
.id("f6b2c44c-693c-4763-b010-895aa3d236bd")
.featureProfileId("f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac")
.build());
}
}
variables:
example:
fn::invoke:
function: sdwan:getApplicationPriorityTrafficPolicyPolicy
arguments:
id: f6b2c44c-693c-4763-b010-895aa3d236bd
featureProfileId: f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac
Using getApplicationPriorityTrafficPolicyPolicy
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 getApplicationPriorityTrafficPolicyPolicy(args: GetApplicationPriorityTrafficPolicyPolicyArgs, opts?: InvokeOptions): Promise<GetApplicationPriorityTrafficPolicyPolicyResult>
function getApplicationPriorityTrafficPolicyPolicyOutput(args: GetApplicationPriorityTrafficPolicyPolicyOutputArgs, opts?: InvokeOptions): Output<GetApplicationPriorityTrafficPolicyPolicyResult>def get_application_priority_traffic_policy_policy(feature_profile_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetApplicationPriorityTrafficPolicyPolicyResult
def get_application_priority_traffic_policy_policy_output(feature_profile_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetApplicationPriorityTrafficPolicyPolicyResult]func LookupApplicationPriorityTrafficPolicyPolicy(ctx *Context, args *LookupApplicationPriorityTrafficPolicyPolicyArgs, opts ...InvokeOption) (*LookupApplicationPriorityTrafficPolicyPolicyResult, error)
func LookupApplicationPriorityTrafficPolicyPolicyOutput(ctx *Context, args *LookupApplicationPriorityTrafficPolicyPolicyOutputArgs, opts ...InvokeOption) LookupApplicationPriorityTrafficPolicyPolicyResultOutput> Note: This function is named LookupApplicationPriorityTrafficPolicyPolicy in the Go SDK.
public static class GetApplicationPriorityTrafficPolicyPolicy
{
public static Task<GetApplicationPriorityTrafficPolicyPolicyResult> InvokeAsync(GetApplicationPriorityTrafficPolicyPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetApplicationPriorityTrafficPolicyPolicyResult> Invoke(GetApplicationPriorityTrafficPolicyPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetApplicationPriorityTrafficPolicyPolicyResult> getApplicationPriorityTrafficPolicyPolicy(GetApplicationPriorityTrafficPolicyPolicyArgs args, InvokeOptions options)
public static Output<GetApplicationPriorityTrafficPolicyPolicyResult> getApplicationPriorityTrafficPolicyPolicy(GetApplicationPriorityTrafficPolicyPolicyArgs args, InvokeOptions options)
fn::invoke:
function: sdwan:index/getApplicationPriorityTrafficPolicyPolicy:getApplicationPriorityTrafficPolicyPolicy
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Policy
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Policy
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Policy
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Policy
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Policy
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Policy
getApplicationPriorityTrafficPolicyPolicy Result
The following output properties are available:
- Default
Action string - Description string
- The description of the Policy
- Direction string
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Policy
- Name string
- The name of the Policy
- Sequences
List<Get
Application Priority Traffic Policy Policy Sequence> - Traffic policy sequence list
- Version int
- The version of the Policy
- Vpns List<string>
- Default
Action string - Description string
- The description of the Policy
- Direction string
- Feature
Profile stringId - Feature Profile ID
- Id string
- The id of the Policy
- Name string
- The name of the Policy
- Sequences
[]Get
Application Priority Traffic Policy Policy Sequence - Traffic policy sequence list
- Version int
- The version of the Policy
- Vpns []string
- default
Action String - description String
- The description of the Policy
- direction String
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Policy
- name String
- The name of the Policy
- sequences
List<Get
Application Priority Traffic Policy Policy Sequence> - Traffic policy sequence list
- version Integer
- The version of the Policy
- vpns List<String>
- default
Action string - description string
- The description of the Policy
- direction string
- feature
Profile stringId - Feature Profile ID
- id string
- The id of the Policy
- name string
- The name of the Policy
- sequences
Get
Application Priority Traffic Policy Policy Sequence[] - Traffic policy sequence list
- version number
- The version of the Policy
- vpns string[]
- default_
action str - description str
- The description of the Policy
- direction str
- feature_
profile_ strid - Feature Profile ID
- id str
- The id of the Policy
- name str
- The name of the Policy
- sequences
Sequence[Get
Application Priority Traffic Policy Policy Sequence] - Traffic policy sequence list
- version int
- The version of the Policy
- vpns Sequence[str]
- default
Action String - description String
- The description of the Policy
- direction String
- feature
Profile StringId - Feature Profile ID
- id String
- The id of the Policy
- name String
- The name of the Policy
- sequences List<Property Map>
- Traffic policy sequence list
- version Number
- The version of the Policy
- vpns List<String>
Supporting Types
GetApplicationPriorityTrafficPolicyPolicySequence
- Actions
List<Get
Application Priority Traffic Policy Policy Sequence Action> - Base
Action string - Base Action
- Match
Entries List<GetApplication Priority Traffic Policy Policy Sequence Match Entry> - Protocol string
- Sequence IP Type
- Sequence
Id int - Sequence Id
- Sequence
Name string - Sequence Name
- Actions
[]Get
Application Priority Traffic Policy Policy Sequence Action - Base
Action string - Base Action
- Match
Entries []GetApplication Priority Traffic Policy Policy Sequence Match Entry - Protocol string
- Sequence IP Type
- Sequence
Id int - Sequence Id
- Sequence
Name string - Sequence Name
- actions
List<Get
Application Priority Traffic Policy Policy Sequence Action> - base
Action String - Base Action
- match
Entries List<GetApplication Priority Traffic Policy Policy Sequence Match Entry> - protocol String
- Sequence IP Type
- sequence
Id Integer - Sequence Id
- sequence
Name String - Sequence Name
- actions
Get
Application Priority Traffic Policy Policy Sequence Action[] - base
Action string - Base Action
- match
Entries GetApplication Priority Traffic Policy Policy Sequence Match Entry[] - protocol string
- Sequence IP Type
- sequence
Id number - Sequence Id
- sequence
Name string - Sequence Name
- actions
Sequence[Get
Application Priority Traffic Policy Policy Sequence Action] - base_
action str - Base Action
- match_
entries Sequence[GetApplication Priority Traffic Policy Policy Sequence Match Entry] - protocol str
- Sequence IP Type
- sequence_
id int - Sequence Id
- sequence_
name str - Sequence Name
- actions List<Property Map>
- base
Action String - Base Action
- match
Entries List<Property Map> - protocol String
- Sequence IP Type
- sequence
Id Number - Sequence Id
- sequence
Name String - Sequence Name
GetApplicationPriorityTrafficPolicyPolicySequenceAction
- Appqoe
Dre boolOptimization - Appqoe
Service stringNode Group - Appqoe
Tcp boolOptimization - Backup
Sla List<string>Preferred Colors - Backup SLA perferred color
- Cflowd bool
- Cloud
Probe bool - Cloud
Saas bool - Count string
- Fallback
To boolRouting - Log bool
- Loss
Correct intFec Threshold - Loss
Correct stringType - Nat
Bypass bool - Nat
Dia List<string>Interfaces - Nat
Dia List<int>Pools - Nat
Fallback bool - Nat
Pool int - Nat
Vpn bool - Redirect
Dns stringField - Redirect
Dns stringValue - Secure
Internet boolGateway - Secure
Service boolEdge - Secure
Service stringEdge Instance - Set
Parameters List<GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter> - Sla
Classes List<GetApplication Priority Traffic Policy Policy Sequence Action Sla Class> - slaClass
- Appqoe
Dre boolOptimization - Appqoe
Service stringNode Group - Appqoe
Tcp boolOptimization - Backup
Sla []stringPreferred Colors - Backup SLA perferred color
- Cflowd bool
- Cloud
Probe bool - Cloud
Saas bool - Count string
- Fallback
To boolRouting - Log bool
- Loss
Correct intFec Threshold - Loss
Correct stringType - Nat
Bypass bool - Nat
Dia []stringInterfaces - Nat
Dia []intPools - Nat
Fallback bool - Nat
Pool int - Nat
Vpn bool - Redirect
Dns stringField - Redirect
Dns stringValue - Secure
Internet boolGateway - Secure
Service boolEdge - Secure
Service stringEdge Instance - Set
Parameters []GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter - Sla
Classes []GetApplication Priority Traffic Policy Policy Sequence Action Sla Class - slaClass
- appqoe
Dre BooleanOptimization - appqoe
Service StringNode Group - appqoe
Tcp BooleanOptimization - backup
Sla List<String>Preferred Colors - Backup SLA perferred color
- cflowd Boolean
- cloud
Probe Boolean - cloud
Saas Boolean - count String
- fallback
To BooleanRouting - log Boolean
- loss
Correct IntegerFec Threshold - loss
Correct StringType - nat
Bypass Boolean - nat
Dia List<String>Interfaces - nat
Dia List<Integer>Pools - nat
Fallback Boolean - nat
Pool Integer - nat
Vpn Boolean - redirect
Dns StringField - redirect
Dns StringValue - secure
Internet BooleanGateway - secure
Service BooleanEdge - secure
Service StringEdge Instance - set
Parameters List<GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter> - sla
Classes List<GetApplication Priority Traffic Policy Policy Sequence Action Sla Class> - slaClass
- appqoe
Dre booleanOptimization - appqoe
Service stringNode Group - appqoe
Tcp booleanOptimization - backup
Sla string[]Preferred Colors - Backup SLA perferred color
- cflowd boolean
- cloud
Probe boolean - cloud
Saas boolean - count string
- fallback
To booleanRouting - log boolean
- loss
Correct numberFec Threshold - loss
Correct stringType - nat
Bypass boolean - nat
Dia string[]Interfaces - nat
Dia number[]Pools - nat
Fallback boolean - nat
Pool number - nat
Vpn boolean - redirect
Dns stringField - redirect
Dns stringValue - secure
Internet booleanGateway - secure
Service booleanEdge - secure
Service stringEdge Instance - set
Parameters GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter[] - sla
Classes GetApplication Priority Traffic Policy Policy Sequence Action Sla Class[] - slaClass
- appqoe_
dre_ booloptimization - appqoe_
service_ strnode_ group - appqoe_
tcp_ booloptimization - backup_
sla_ Sequence[str]preferred_ colors - Backup SLA perferred color
- cflowd bool
- cloud_
probe bool - cloud_
saas bool - count str
- fallback_
to_ boolrouting - log bool
- loss_
correct_ intfec_ threshold - loss_
correct_ strtype - nat_
bypass bool - nat_
dia_ Sequence[str]interfaces - nat_
dia_ Sequence[int]pools - nat_
fallback bool - nat_
pool int - nat_
vpn bool - redirect_
dns_ strfield - redirect_
dns_ strvalue - secure_
internet_ boolgateway - secure_
service_ booledge - secure_
service_ stredge_ instance - set_
parameters Sequence[GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter] - sla_
classes Sequence[GetApplication Priority Traffic Policy Policy Sequence Action Sla Class] - slaClass
- appqoe
Dre BooleanOptimization - appqoe
Service StringNode Group - appqoe
Tcp BooleanOptimization - backup
Sla List<String>Preferred Colors - Backup SLA perferred color
- cflowd Boolean
- cloud
Probe Boolean - cloud
Saas Boolean - count String
- fallback
To BooleanRouting - log Boolean
- loss
Correct NumberFec Threshold - loss
Correct StringType - nat
Bypass Boolean - nat
Dia List<String>Interfaces - nat
Dia List<Number>Pools - nat
Fallback Boolean - nat
Pool Number - nat
Vpn Boolean - redirect
Dns StringField - redirect
Dns StringValue - secure
Internet BooleanGateway - secure
Service BooleanEdge - secure
Service StringEdge Instance - set
Parameters List<Property Map> - sla
Classes List<Property Map> - slaClass
GetApplicationPriorityTrafficPolicyPolicySequenceActionSetParameter
- Dscp int
- Forwarding
Class stringList Id - Local
Tloc List<string>List Colors - Local
Tloc stringList Encapsulation - Local
Tloc boolList Restrict - Next
Hop stringIpv4 - Next
Hop stringIpv6 - Next
Hop boolLoose - Policer
Id string - Preferred
Color stringGroup Id - Preferred
Remote boolColor Restrict - Preferred
Remote List<string>Colors - Service
Chain boolFallback To Routing - Service
Chain boolLocal - Service
Chain List<string>Tloc Colors - Service
Chain stringTloc Encapsulation - Service
Chain stringTloc Ip - Service
Chain stringTloc List Id - Service
Chain stringType - Service
Chain intVpn - Service
Local bool - Service
Restrict bool - Service
Tloc List<string>Colors - Service
Tloc stringEncapsulation - Service
Tloc stringIp - Service
Tloc stringList Id - Service
Type string - Service
Vpn int - Tloc
Colors List<string> - Tloc
Encapsulation string - Tloc
Ip string - Tloc
List stringId - Vpn int
- Dscp int
- Forwarding
Class stringList Id - Local
Tloc []stringList Colors - Local
Tloc stringList Encapsulation - Local
Tloc boolList Restrict - Next
Hop stringIpv4 - Next
Hop stringIpv6 - Next
Hop boolLoose - Policer
Id string - Preferred
Color stringGroup Id - Preferred
Remote boolColor Restrict - Preferred
Remote []stringColors - Service
Chain boolFallback To Routing - Service
Chain boolLocal - Service
Chain []stringTloc Colors - Service
Chain stringTloc Encapsulation - Service
Chain stringTloc Ip - Service
Chain stringTloc List Id - Service
Chain stringType - Service
Chain intVpn - Service
Local bool - Service
Restrict bool - Service
Tloc []stringColors - Service
Tloc stringEncapsulation - Service
Tloc stringIp - Service
Tloc stringList Id - Service
Type string - Service
Vpn int - Tloc
Colors []string - Tloc
Encapsulation string - Tloc
Ip string - Tloc
List stringId - Vpn int
- dscp Integer
- forwarding
Class StringList Id - local
Tloc List<String>List Colors - local
Tloc StringList Encapsulation - local
Tloc BooleanList Restrict - next
Hop StringIpv4 - next
Hop StringIpv6 - next
Hop BooleanLoose - policer
Id String - preferred
Color StringGroup Id - preferred
Remote BooleanColor Restrict - preferred
Remote List<String>Colors - service
Chain BooleanFallback To Routing - service
Chain BooleanLocal - service
Chain List<String>Tloc Colors - service
Chain StringTloc Encapsulation - service
Chain StringTloc Ip - service
Chain StringTloc List Id - service
Chain StringType - service
Chain IntegerVpn - service
Local Boolean - service
Restrict Boolean - service
Tloc List<String>Colors - service
Tloc StringEncapsulation - service
Tloc StringIp - service
Tloc StringList Id - service
Type String - service
Vpn Integer - tloc
Colors List<String> - tloc
Encapsulation String - tloc
Ip String - tloc
List StringId - vpn Integer
- dscp number
- forwarding
Class stringList Id - local
Tloc string[]List Colors - local
Tloc stringList Encapsulation - local
Tloc booleanList Restrict - next
Hop stringIpv4 - next
Hop stringIpv6 - next
Hop booleanLoose - policer
Id string - preferred
Color stringGroup Id - preferred
Remote booleanColor Restrict - preferred
Remote string[]Colors - service
Chain booleanFallback To Routing - service
Chain booleanLocal - service
Chain string[]Tloc Colors - service
Chain stringTloc Encapsulation - service
Chain stringTloc Ip - service
Chain stringTloc List Id - service
Chain stringType - service
Chain numberVpn - service
Local boolean - service
Restrict boolean - service
Tloc string[]Colors - service
Tloc stringEncapsulation - service
Tloc stringIp - service
Tloc stringList Id - service
Type string - service
Vpn number - tloc
Colors string[] - tloc
Encapsulation string - tloc
Ip string - tloc
List stringId - vpn number
- dscp int
- forwarding_
class_ strlist_ id - local_
tloc_ Sequence[str]list_ colors - local_
tloc_ strlist_ encapsulation - local_
tloc_ boollist_ restrict - next_
hop_ stripv4 - next_
hop_ stripv6 - next_
hop_ boolloose - policer_
id str - preferred_
color_ strgroup_ id - preferred_
remote_ boolcolor_ restrict - preferred_
remote_ Sequence[str]colors - service_
chain_ boolfallback_ to_ routing - service_
chain_ boollocal - service_
chain_ Sequence[str]tloc_ colors - service_
chain_ strtloc_ encapsulation - service_
chain_ strtloc_ ip - service_
chain_ strtloc_ list_ id - service_
chain_ strtype - service_
chain_ intvpn - service_
local bool - service_
restrict bool - service_
tloc_ Sequence[str]colors - service_
tloc_ strencapsulation - service_
tloc_ strip - service_
tloc_ strlist_ id - service_
type str - service_
vpn int - tloc_
colors Sequence[str] - tloc_
encapsulation str - tloc_
ip str - tloc_
list_ strid - vpn int
- dscp Number
- forwarding
Class StringList Id - local
Tloc List<String>List Colors - local
Tloc StringList Encapsulation - local
Tloc BooleanList Restrict - next
Hop StringIpv4 - next
Hop StringIpv6 - next
Hop BooleanLoose - policer
Id String - preferred
Color StringGroup Id - preferred
Remote BooleanColor Restrict - preferred
Remote List<String>Colors - service
Chain BooleanFallback To Routing - service
Chain BooleanLocal - service
Chain List<String>Tloc Colors - service
Chain StringTloc Encapsulation - service
Chain StringTloc Ip - service
Chain StringTloc List Id - service
Chain StringType - service
Chain NumberVpn - service
Local Boolean - service
Restrict Boolean - service
Tloc List<String>Colors - service
Tloc StringEncapsulation - service
Tloc StringIp - service
Tloc StringList Id - service
Type String - service
Vpn Number - tloc
Colors List<String> - tloc
Encapsulation String - tloc
Ip String - tloc
List StringId - vpn Number
GetApplicationPriorityTrafficPolicyPolicySequenceActionSlaClass
- Fallback
To boolBest Path - Preferred
Color stringGroup List Id - Preferred
Colors List<string> - Preferred
Remote List<string>Colors - Remote
Color boolRestrict - Sla
Class stringList Id - Strict bool
- Fallback
To boolBest Path - Preferred
Color stringGroup List Id - Preferred
Colors []string - Preferred
Remote []stringColors - Remote
Color boolRestrict - Sla
Class stringList Id - Strict bool
- fallback
To BooleanBest Path - preferred
Color StringGroup List Id - preferred
Colors List<String> - preferred
Remote List<String>Colors - remote
Color BooleanRestrict - sla
Class StringList Id - strict Boolean
- fallback
To booleanBest Path - preferred
Color stringGroup List Id - preferred
Colors string[] - preferred
Remote string[]Colors - remote
Color booleanRestrict - sla
Class stringList Id - strict boolean
- fallback_
to_ boolbest_ path - preferred_
color_ strgroup_ list_ id - preferred_
colors Sequence[str] - preferred_
remote_ Sequence[str]colors - remote_
color_ boolrestrict - sla_
class_ strlist_ id - strict bool
- fallback
To BooleanBest Path - preferred
Color StringGroup List Id - preferred
Colors List<String> - preferred
Remote List<String>Colors - remote
Color BooleanRestrict - sla
Class StringList Id - strict Boolean
GetApplicationPriorityTrafficPolicyPolicySequenceMatchEntry
- Application
List stringId - Destination
Data stringIpv4Prefix List Id - Destination
Data stringIpv6Prefix List Id - Destination
Ipv4Prefix string - Destination Data IP Prefix
- Destination
Ipv6Prefix string - Destination Data IP Prefix
- Destination
Ports List<string> - Destination Port (0-65535) range or individual number separated by space
- Destination
Region string - Destination Region
- Dns string
- Dns
- Dns
Application stringList Id - Dscps List<int>
- DSCP numbers
- Icmp6Messages List<string>
- ICMP6 Message
- Icmp
Messages List<string> - ICMP Message
- Packet
Length string - Packet Length
- Protocols List<string>
- protocol (0-255) range or individual number separated by space
- Saas
Application stringList Id - Service
Areas List<string> - M365 Service Area
- Source
Data stringIpv4Prefix List Id - Source
Data stringIpv6Prefix List Id - Source
Ipv4Prefix string - Source Data IP Prefix
- Source
Ipv6Prefix string - Source Data IP Prefix
- Source
Ports List<string> - Source Port (0-65535) range or individual number separated by space
- Tcp string
- TCP States
- Traffic
Category string - M365 Traffic Category
- Traffic
Class string - Traffic Class
- Traffic
To string - Traffic to
- Application
List stringId - Destination
Data stringIpv4Prefix List Id - Destination
Data stringIpv6Prefix List Id - Destination
Ipv4Prefix string - Destination Data IP Prefix
- Destination
Ipv6Prefix string - Destination Data IP Prefix
- Destination
Ports []string - Destination Port (0-65535) range or individual number separated by space
- Destination
Region string - Destination Region
- Dns string
- Dns
- Dns
Application stringList Id - Dscps []int
- DSCP numbers
- Icmp6Messages []string
- ICMP6 Message
- Icmp
Messages []string - ICMP Message
- Packet
Length string - Packet Length
- Protocols []string
- protocol (0-255) range or individual number separated by space
- Saas
Application stringList Id - Service
Areas []string - M365 Service Area
- Source
Data stringIpv4Prefix List Id - Source
Data stringIpv6Prefix List Id - Source
Ipv4Prefix string - Source Data IP Prefix
- Source
Ipv6Prefix string - Source Data IP Prefix
- Source
Ports []string - Source Port (0-65535) range or individual number separated by space
- Tcp string
- TCP States
- Traffic
Category string - M365 Traffic Category
- Traffic
Class string - Traffic Class
- Traffic
To string - Traffic to
- application
List StringId - destination
Data StringIpv4Prefix List Id - destination
Data StringIpv6Prefix List Id - destination
Ipv4Prefix String - Destination Data IP Prefix
- destination
Ipv6Prefix String - Destination Data IP Prefix
- destination
Ports List<String> - Destination Port (0-65535) range or individual number separated by space
- destination
Region String - Destination Region
- dns String
- Dns
- dns
Application StringList Id - dscps List<Integer>
- DSCP numbers
- icmp6Messages List<String>
- ICMP6 Message
- icmp
Messages List<String> - ICMP Message
- packet
Length String - Packet Length
- protocols List<String>
- protocol (0-255) range or individual number separated by space
- saas
Application StringList Id - service
Areas List<String> - M365 Service Area
- source
Data StringIpv4Prefix List Id - source
Data StringIpv6Prefix List Id - source
Ipv4Prefix String - Source Data IP Prefix
- source
Ipv6Prefix String - Source Data IP Prefix
- source
Ports List<String> - Source Port (0-65535) range or individual number separated by space
- tcp String
- TCP States
- traffic
Category String - M365 Traffic Category
- traffic
Class String - Traffic Class
- traffic
To String - Traffic to
- application
List stringId - destination
Data stringIpv4Prefix List Id - destination
Data stringIpv6Prefix List Id - destination
Ipv4Prefix string - Destination Data IP Prefix
- destination
Ipv6Prefix string - Destination Data IP Prefix
- destination
Ports string[] - Destination Port (0-65535) range or individual number separated by space
- destination
Region string - Destination Region
- dns string
- Dns
- dns
Application stringList Id - dscps number[]
- DSCP numbers
- icmp6Messages string[]
- ICMP6 Message
- icmp
Messages string[] - ICMP Message
- packet
Length string - Packet Length
- protocols string[]
- protocol (0-255) range or individual number separated by space
- saas
Application stringList Id - service
Areas string[] - M365 Service Area
- source
Data stringIpv4Prefix List Id - source
Data stringIpv6Prefix List Id - source
Ipv4Prefix string - Source Data IP Prefix
- source
Ipv6Prefix string - Source Data IP Prefix
- source
Ports string[] - Source Port (0-65535) range or individual number separated by space
- tcp string
- TCP States
- traffic
Category string - M365 Traffic Category
- traffic
Class string - Traffic Class
- traffic
To string - Traffic to
- application_
list_ strid - destination_
data_ stripv4_ prefix_ list_ id - destination_
data_ stripv6_ prefix_ list_ id - destination_
ipv4_ strprefix - Destination Data IP Prefix
- destination_
ipv6_ strprefix - Destination Data IP Prefix
- destination_
ports Sequence[str] - Destination Port (0-65535) range or individual number separated by space
- destination_
region str - Destination Region
- dns str
- Dns
- dns_
application_ strlist_ id - dscps Sequence[int]
- DSCP numbers
- icmp6_
messages Sequence[str] - ICMP6 Message
- icmp_
messages Sequence[str] - ICMP Message
- packet_
length str - Packet Length
- protocols Sequence[str]
- protocol (0-255) range or individual number separated by space
- saas_
application_ strlist_ id - service_
areas Sequence[str] - M365 Service Area
- source_
data_ stripv4_ prefix_ list_ id - source_
data_ stripv6_ prefix_ list_ id - source_
ipv4_ strprefix - Source Data IP Prefix
- source_
ipv6_ strprefix - Source Data IP Prefix
- source_
ports Sequence[str] - Source Port (0-65535) range or individual number separated by space
- tcp str
- TCP States
- traffic_
category str - M365 Traffic Category
- traffic_
class str - Traffic Class
- traffic_
to str - Traffic to
- application
List StringId - destination
Data StringIpv4Prefix List Id - destination
Data StringIpv6Prefix List Id - destination
Ipv4Prefix String - Destination Data IP Prefix
- destination
Ipv6Prefix String - Destination Data IP Prefix
- destination
Ports List<String> - Destination Port (0-65535) range or individual number separated by space
- destination
Region String - Destination Region
- dns String
- Dns
- dns
Application StringList Id - dscps List<Number>
- DSCP numbers
- icmp6Messages List<String>
- ICMP6 Message
- icmp
Messages List<String> - ICMP Message
- packet
Length String - Packet Length
- protocols List<String>
- protocol (0-255) range or individual number separated by space
- saas
Application StringList Id - service
Areas List<String> - M365 Service Area
- source
Data StringIpv4Prefix List Id - source
Data StringIpv6Prefix List Id - source
Ipv4Prefix String - Source Data IP Prefix
- source
Ipv6Prefix String - Source Data IP Prefix
- source
Ports List<String> - Source Port (0-65535) range or individual number separated by space
- tcp String
- TCP States
- traffic
Category String - M365 Traffic Category
- traffic
Class String - Traffic Class
- traffic
To String - Traffic to
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.7.0
published on Tuesday, Feb 24, 2026 by Pulumi
published on Tuesday, Feb 24, 2026 by Pulumi
