Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getApplicationPriorityTrafficPolicyPolicy
Explore with Pulumi AI
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:
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Policy
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Policy
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Policy
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Policy
- feature_profile_ strid 
- Feature Profile ID
- id str
- The id of the Policy
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Policy
getApplicationPriorityTrafficPolicyPolicy Result
The following output properties are available:
- DefaultAction string
- Description string
- The description of the Policy
- Direction string
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Policy
- Name string
- The name of the Policy
- Sequences
List<GetApplication Priority Traffic Policy Policy Sequence> 
- Traffic policy sequence list
- Version int
- The version of the Policy
- Vpns List<string>
- DefaultAction string
- Description string
- The description of the Policy
- Direction string
- FeatureProfile stringId 
- Feature Profile ID
- Id string
- The id of the Policy
- Name string
- The name of the Policy
- Sequences
[]GetApplication Priority Traffic Policy Policy Sequence 
- Traffic policy sequence list
- Version int
- The version of the Policy
- Vpns []string
- defaultAction String
- description String
- The description of the Policy
- direction String
- featureProfile StringId 
- Feature Profile ID
- id String
- The id of the Policy
- name String
- The name of the Policy
- sequences
List<GetApplication Priority Traffic Policy Policy Sequence> 
- Traffic policy sequence list
- version Integer
- The version of the Policy
- vpns List<String>
- defaultAction string
- description string
- The description of the Policy
- direction string
- featureProfile stringId 
- Feature Profile ID
- id string
- The id of the Policy
- name string
- The name of the Policy
- sequences
GetApplication 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[GetApplication Priority Traffic Policy Policy Sequence] 
- Traffic policy sequence list
- version int
- The version of the Policy
- vpns Sequence[str]
- defaultAction String
- description String
- The description of the Policy
- direction String
- featureProfile 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<GetApplication Priority Traffic Policy Policy Sequence Action> 
- BaseAction string
- Base Action
- MatchEntries List<GetApplication Priority Traffic Policy Policy Sequence Match Entry> 
- Protocol string
- Sequence IP Type
- SequenceId int
- Sequence Id
- SequenceName string
- Sequence Name
- Actions
[]GetApplication Priority Traffic Policy Policy Sequence Action 
- BaseAction string
- Base Action
- MatchEntries []GetApplication Priority Traffic Policy Policy Sequence Match Entry 
- Protocol string
- Sequence IP Type
- SequenceId int
- Sequence Id
- SequenceName string
- Sequence Name
- actions
List<GetApplication Priority Traffic Policy Policy Sequence Action> 
- baseAction String
- Base Action
- matchEntries List<GetApplication Priority Traffic Policy Policy Sequence Match Entry> 
- protocol String
- Sequence IP Type
- sequenceId Integer
- Sequence Id
- sequenceName String
- Sequence Name
- actions
GetApplication Priority Traffic Policy Policy Sequence Action[] 
- baseAction string
- Base Action
- matchEntries GetApplication Priority Traffic Policy Policy Sequence Match Entry[] 
- protocol string
- Sequence IP Type
- sequenceId number
- Sequence Id
- sequenceName string
- Sequence Name
- actions
Sequence[GetApplication 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>
- baseAction String
- Base Action
- matchEntries List<Property Map>
- protocol String
- Sequence IP Type
- sequenceId Number
- Sequence Id
- sequenceName String
- Sequence Name
GetApplicationPriorityTrafficPolicyPolicySequenceAction       
- BackupSla List<string>Preferred Colors 
- Backup SLA perferred color
- CloudProbe bool
- CloudSaas bool
- Count string
- FallbackTo boolRouting 
- Log bool
- LossCorrect intFec Threshold 
- LossCorrect stringType 
- NatBypass bool
- NatDia List<string>Interfaces 
- NatDia List<int>Pools 
- NatFallback bool
- NatPool int
- NatVpn bool
- RedirectDns stringField 
- RedirectDns stringValue 
- SecureInternet boolGateway 
- SetParameters List<GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter> 
- SlaClasses List<GetApplication Priority Traffic Policy Policy Sequence Action Sla Class> 
- slaClass
- BackupSla []stringPreferred Colors 
- Backup SLA perferred color
- CloudProbe bool
- CloudSaas bool
- Count string
- FallbackTo boolRouting 
- Log bool
- LossCorrect intFec Threshold 
- LossCorrect stringType 
- NatBypass bool
- NatDia []stringInterfaces 
- NatDia []intPools 
- NatFallback bool
- NatPool int
- NatVpn bool
- RedirectDns stringField 
- RedirectDns stringValue 
- SecureInternet boolGateway 
- SetParameters []GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter 
- SlaClasses []GetApplication Priority Traffic Policy Policy Sequence Action Sla Class 
- slaClass
- backupSla List<String>Preferred Colors 
- Backup SLA perferred color
- cloudProbe Boolean
- cloudSaas Boolean
- count String
- fallbackTo BooleanRouting 
- log Boolean
- lossCorrect IntegerFec Threshold 
- lossCorrect StringType 
- natBypass Boolean
- natDia List<String>Interfaces 
- natDia List<Integer>Pools 
- natFallback Boolean
- natPool Integer
- natVpn Boolean
- redirectDns StringField 
- redirectDns StringValue 
- secureInternet BooleanGateway 
- setParameters List<GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter> 
- slaClasses List<GetApplication Priority Traffic Policy Policy Sequence Action Sla Class> 
- slaClass
- backupSla string[]Preferred Colors 
- Backup SLA perferred color
- cloudProbe boolean
- cloudSaas boolean
- count string
- fallbackTo booleanRouting 
- log boolean
- lossCorrect numberFec Threshold 
- lossCorrect stringType 
- natBypass boolean
- natDia string[]Interfaces 
- natDia number[]Pools 
- natFallback boolean
- natPool number
- natVpn boolean
- redirectDns stringField 
- redirectDns stringValue 
- secureInternet booleanGateway 
- setParameters GetApplication Priority Traffic Policy Policy Sequence Action Set Parameter[] 
- slaClasses GetApplication Priority Traffic Policy Policy Sequence Action Sla Class[] 
- slaClass
- backup_sla_ Sequence[str]preferred_ colors 
- Backup SLA perferred color
- 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 
- 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
- backupSla List<String>Preferred Colors 
- Backup SLA perferred color
- cloudProbe Boolean
- cloudSaas Boolean
- count String
- fallbackTo BooleanRouting 
- log Boolean
- lossCorrect NumberFec Threshold 
- lossCorrect StringType 
- natBypass Boolean
- natDia List<String>Interfaces 
- natDia List<Number>Pools 
- natFallback Boolean
- natPool Number
- natVpn Boolean
- redirectDns StringField 
- redirectDns StringValue 
- secureInternet BooleanGateway 
- setParameters List<Property Map>
- slaClasses List<Property Map>
- slaClass
GetApplicationPriorityTrafficPolicyPolicySequenceActionSetParameter         
- Dscp int
- ForwardingClass stringList Id 
- LocalTloc List<string>List Colors 
- LocalTloc stringList Encapsulation 
- LocalTloc stringList Restrict 
- NextHop stringIpv4 
- NextHop stringIpv6 
- NextHop boolLoose 
- PolicerId string
- PreferredColor stringGroup Id 
- PreferredRemote List<string>Color Ids 
- PreferredRemote stringColor Restrict 
- ServiceChain boolFallback To Routing 
- ServiceChain boolLocal 
- ServiceChain List<string>Tloc Colors 
- ServiceChain stringTloc Encapsulation 
- ServiceChain stringTloc Ip 
- ServiceChain stringTloc List Id 
- ServiceChain stringType 
- ServiceChain intVpn 
- ServiceTloc List<string>Colors 
- ServiceTloc stringEncapsulation 
- ServiceTloc stringIp 
- ServiceTloc stringList Id 
- ServiceType string
- ServiceVpn string
- TlocColors List<string>
- TlocEncapsulation string
- TlocIp string
- TlocList stringId 
- Vpn string
- Dscp int
- ForwardingClass stringList Id 
- LocalTloc []stringList Colors 
- LocalTloc stringList Encapsulation 
- LocalTloc stringList Restrict 
- NextHop stringIpv4 
- NextHop stringIpv6 
- NextHop boolLoose 
- PolicerId string
- PreferredColor stringGroup Id 
- PreferredRemote []stringColor Ids 
- PreferredRemote stringColor Restrict 
- ServiceChain boolFallback To Routing 
- ServiceChain boolLocal 
- ServiceChain []stringTloc Colors 
- ServiceChain stringTloc Encapsulation 
- ServiceChain stringTloc Ip 
- ServiceChain stringTloc List Id 
- ServiceChain stringType 
- ServiceChain intVpn 
- ServiceTloc []stringColors 
- ServiceTloc stringEncapsulation 
- ServiceTloc stringIp 
- ServiceTloc stringList Id 
- ServiceType string
- ServiceVpn string
- TlocColors []string
- TlocEncapsulation string
- TlocIp string
- TlocList stringId 
- Vpn string
- dscp Integer
- forwardingClass StringList Id 
- localTloc List<String>List Colors 
- localTloc StringList Encapsulation 
- localTloc StringList Restrict 
- nextHop StringIpv4 
- nextHop StringIpv6 
- nextHop BooleanLoose 
- policerId String
- preferredColor StringGroup Id 
- preferredRemote List<String>Color Ids 
- preferredRemote StringColor Restrict 
- serviceChain BooleanFallback To Routing 
- serviceChain BooleanLocal 
- serviceChain List<String>Tloc Colors 
- serviceChain StringTloc Encapsulation 
- serviceChain StringTloc Ip 
- serviceChain StringTloc List Id 
- serviceChain StringType 
- serviceChain IntegerVpn 
- serviceTloc List<String>Colors 
- serviceTloc StringEncapsulation 
- serviceTloc StringIp 
- serviceTloc StringList Id 
- serviceType String
- serviceVpn String
- tlocColors List<String>
- tlocEncapsulation String
- tlocIp String
- tlocList StringId 
- vpn String
- dscp number
- forwardingClass stringList Id 
- localTloc string[]List Colors 
- localTloc stringList Encapsulation 
- localTloc stringList Restrict 
- nextHop stringIpv4 
- nextHop stringIpv6 
- nextHop booleanLoose 
- policerId string
- preferredColor stringGroup Id 
- preferredRemote string[]Color Ids 
- preferredRemote stringColor Restrict 
- serviceChain booleanFallback To Routing 
- serviceChain booleanLocal 
- serviceChain string[]Tloc Colors 
- serviceChain stringTloc Encapsulation 
- serviceChain stringTloc Ip 
- serviceChain stringTloc List Id 
- serviceChain stringType 
- serviceChain numberVpn 
- serviceTloc string[]Colors 
- serviceTloc stringEncapsulation 
- serviceTloc stringIp 
- serviceTloc stringList Id 
- serviceType string
- serviceVpn string
- tlocColors string[]
- tlocEncapsulation string
- tlocIp string
- tlocList stringId 
- vpn string
- dscp int
- forwarding_class_ strlist_ id 
- local_tloc_ Sequence[str]list_ colors 
- local_tloc_ strlist_ encapsulation 
- local_tloc_ strlist_ restrict 
- next_hop_ stripv4 
- next_hop_ stripv6 
- next_hop_ boolloose 
- policer_id str
- preferred_color_ strgroup_ id 
- preferred_remote_ Sequence[str]color_ ids 
- preferred_remote_ strcolor_ restrict 
- 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_tloc_ Sequence[str]colors 
- service_tloc_ strencapsulation 
- service_tloc_ strip 
- service_tloc_ strlist_ id 
- service_type str
- service_vpn str
- tloc_colors Sequence[str]
- tloc_encapsulation str
- tloc_ip str
- tloc_list_ strid 
- vpn str
- dscp Number
- forwardingClass StringList Id 
- localTloc List<String>List Colors 
- localTloc StringList Encapsulation 
- localTloc StringList Restrict 
- nextHop StringIpv4 
- nextHop StringIpv6 
- nextHop BooleanLoose 
- policerId String
- preferredColor StringGroup Id 
- preferredRemote List<String>Color Ids 
- preferredRemote StringColor Restrict 
- serviceChain BooleanFallback To Routing 
- serviceChain BooleanLocal 
- serviceChain List<String>Tloc Colors 
- serviceChain StringTloc Encapsulation 
- serviceChain StringTloc Ip 
- serviceChain StringTloc List Id 
- serviceChain StringType 
- serviceChain NumberVpn 
- serviceTloc List<String>Colors 
- serviceTloc StringEncapsulation 
- serviceTloc StringIp 
- serviceTloc StringList Id 
- serviceType String
- serviceVpn String
- tlocColors List<String>
- tlocEncapsulation String
- tlocIp String
- tlocList StringId 
- vpn String
GetApplicationPriorityTrafficPolicyPolicySequenceActionSlaClass         
- FallbackTo boolBest Path 
- PreferredColor stringGroup List Id 
- PreferredColors List<string>
- PreferredRemote List<string>Colors 
- RemoteColor boolRestrict 
- SlaClass stringList Id 
- Strict bool
- FallbackTo boolBest Path 
- PreferredColor stringGroup List Id 
- PreferredColors []string
- PreferredRemote []stringColors 
- RemoteColor boolRestrict 
- SlaClass stringList Id 
- Strict bool
- fallbackTo BooleanBest Path 
- preferredColor StringGroup List Id 
- preferredColors List<String>
- preferredRemote List<String>Colors 
- remoteColor BooleanRestrict 
- slaClass StringList Id 
- strict Boolean
- fallbackTo booleanBest Path 
- preferredColor stringGroup List Id 
- preferredColors string[]
- preferredRemote string[]Colors 
- remoteColor booleanRestrict 
- slaClass 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
- fallbackTo BooleanBest Path 
- preferredColor StringGroup List Id 
- preferredColors List<String>
- preferredRemote List<String>Colors 
- remoteColor BooleanRestrict 
- slaClass StringList Id 
- strict Boolean
GetApplicationPriorityTrafficPolicyPolicySequenceMatchEntry        
- ApplicationList stringId 
- DestinationData stringIpv4Prefix List Id 
- DestinationData stringIpv6Prefix List Id 
- DestinationIpv4Prefix string
- Destination Data IP Prefix
- DestinationIpv6Prefix string
- Destination Data IP Prefix
- DestinationPorts List<string>
- Destination Port (0-65535) range or individual number separated by space
- DestinationRegion string
- Destination Region
- Dns string
- Dns
- DnsApplication stringList Id 
- Dscp int
- DSCP number
- Icmp6Messages List<string>
- ICMP6 Message
- IcmpMessages List<string>
- ICMP Message
- PacketLength string
- Packet Length
- Protocols List<string>
- protocol (0-255) range or individual number separated by space
- SaasApplication stringList Id 
- ServiceAreas List<string>
- M365 Service Area
- SourceData stringIpv4Prefx List Id 
- SourceData stringIpv6Prefx List Id 
- SourceIpv4Prefix string
- Source Data IP Prefix
- SourceIpv6Prefix string
- Source Data IP Prefix
- SourcePorts List<string>
- Source Port (0-65535) range or individual number separated by space
- Tcp string
- TCP States
- TrafficCategory string
- M365 Traffic Category
- TrafficClass string
- Traffic Class
- TrafficTo string
- Traffic to
- ApplicationList stringId 
- DestinationData stringIpv4Prefix List Id 
- DestinationData stringIpv6Prefix List Id 
- DestinationIpv4Prefix string
- Destination Data IP Prefix
- DestinationIpv6Prefix string
- Destination Data IP Prefix
- DestinationPorts []string
- Destination Port (0-65535) range or individual number separated by space
- DestinationRegion string
- Destination Region
- Dns string
- Dns
- DnsApplication stringList Id 
- Dscp int
- DSCP number
- Icmp6Messages []string
- ICMP6 Message
- IcmpMessages []string
- ICMP Message
- PacketLength string
- Packet Length
- Protocols []string
- protocol (0-255) range or individual number separated by space
- SaasApplication stringList Id 
- ServiceAreas []string
- M365 Service Area
- SourceData stringIpv4Prefx List Id 
- SourceData stringIpv6Prefx List Id 
- SourceIpv4Prefix string
- Source Data IP Prefix
- SourceIpv6Prefix string
- Source Data IP Prefix
- SourcePorts []string
- Source Port (0-65535) range or individual number separated by space
- Tcp string
- TCP States
- TrafficCategory string
- M365 Traffic Category
- TrafficClass string
- Traffic Class
- TrafficTo string
- Traffic to
- applicationList StringId 
- destinationData StringIpv4Prefix List Id 
- destinationData StringIpv6Prefix List Id 
- destinationIpv4Prefix String
- Destination Data IP Prefix
- destinationIpv6Prefix String
- Destination Data IP Prefix
- destinationPorts List<String>
- Destination Port (0-65535) range or individual number separated by space
- destinationRegion String
- Destination Region
- dns String
- Dns
- dnsApplication StringList Id 
- dscp Integer
- DSCP number
- icmp6Messages List<String>
- ICMP6 Message
- icmpMessages List<String>
- ICMP Message
- packetLength String
- Packet Length
- protocols List<String>
- protocol (0-255) range or individual number separated by space
- saasApplication StringList Id 
- serviceAreas List<String>
- M365 Service Area
- sourceData StringIpv4Prefx List Id 
- sourceData StringIpv6Prefx List Id 
- sourceIpv4Prefix String
- Source Data IP Prefix
- sourceIpv6Prefix String
- Source Data IP Prefix
- sourcePorts List<String>
- Source Port (0-65535) range or individual number separated by space
- tcp String
- TCP States
- trafficCategory String
- M365 Traffic Category
- trafficClass String
- Traffic Class
- trafficTo String
- Traffic to
- applicationList stringId 
- destinationData stringIpv4Prefix List Id 
- destinationData stringIpv6Prefix List Id 
- destinationIpv4Prefix string
- Destination Data IP Prefix
- destinationIpv6Prefix string
- Destination Data IP Prefix
- destinationPorts string[]
- Destination Port (0-65535) range or individual number separated by space
- destinationRegion string
- Destination Region
- dns string
- Dns
- dnsApplication stringList Id 
- dscp number
- DSCP number
- icmp6Messages string[]
- ICMP6 Message
- icmpMessages string[]
- ICMP Message
- packetLength string
- Packet Length
- protocols string[]
- protocol (0-255) range or individual number separated by space
- saasApplication stringList Id 
- serviceAreas string[]
- M365 Service Area
- sourceData stringIpv4Prefx List Id 
- sourceData stringIpv6Prefx List Id 
- sourceIpv4Prefix string
- Source Data IP Prefix
- sourceIpv6Prefix string
- Source Data IP Prefix
- sourcePorts string[]
- Source Port (0-65535) range or individual number separated by space
- tcp string
- TCP States
- trafficCategory string
- M365 Traffic Category
- trafficClass string
- Traffic Class
- trafficTo 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 
- dscp int
- DSCP number
- 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_ prefx_ list_ id 
- source_data_ stripv6_ prefx_ 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
- applicationList StringId 
- destinationData StringIpv4Prefix List Id 
- destinationData StringIpv6Prefix List Id 
- destinationIpv4Prefix String
- Destination Data IP Prefix
- destinationIpv6Prefix String
- Destination Data IP Prefix
- destinationPorts List<String>
- Destination Port (0-65535) range or individual number separated by space
- destinationRegion String
- Destination Region
- dns String
- Dns
- dnsApplication StringList Id 
- dscp Number
- DSCP number
- icmp6Messages List<String>
- ICMP6 Message
- icmpMessages List<String>
- ICMP Message
- packetLength String
- Packet Length
- protocols List<String>
- protocol (0-255) range or individual number separated by space
- saasApplication StringList Id 
- serviceAreas List<String>
- M365 Service Area
- sourceData StringIpv4Prefx List Id 
- sourceData StringIpv6Prefx List Id 
- sourceIpv4Prefix String
- Source Data IP Prefix
- sourceIpv6Prefix String
- Source Data IP Prefix
- sourcePorts List<String>
- Source Port (0-65535) range or individual number separated by space
- tcp String
- TCP States
- trafficCategory String
- M365 Traffic Category
- trafficClass String
- Traffic Class
- trafficTo String
- Traffic to
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
