Cisco Catalyst SD-WAN v0.3.0 published on Friday, Mar 28, 2025 by Pulumi
sdwan.getTrafficDataPolicyDefinition
Explore with Pulumi AI
This data source can read the Traffic Data Policy Definition .
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as sdwan from "@pulumi/sdwan";
const example = sdwan.getTrafficDataPolicyDefinition({
    id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
});
import pulumi
import pulumi_sdwan as sdwan
example = sdwan.get_traffic_data_policy_definition(id="f6b2c44c-693c-4763-b010-895aa3d236bd")
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.LookupTrafficDataPolicyDefinition(ctx, &sdwan.LookupTrafficDataPolicyDefinitionArgs{
			Id: "f6b2c44c-693c-4763-b010-895aa3d236bd",
		}, 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.GetTrafficDataPolicyDefinition.Invoke(new()
    {
        Id = "f6b2c44c-693c-4763-b010-895aa3d236bd",
    });
});
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.GetTrafficDataPolicyDefinitionArgs;
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.getTrafficDataPolicyDefinition(GetTrafficDataPolicyDefinitionArgs.builder()
            .id("f6b2c44c-693c-4763-b010-895aa3d236bd")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: sdwan:getTrafficDataPolicyDefinition
      arguments:
        id: f6b2c44c-693c-4763-b010-895aa3d236bd
Using getTrafficDataPolicyDefinition
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 getTrafficDataPolicyDefinition(args: GetTrafficDataPolicyDefinitionArgs, opts?: InvokeOptions): Promise<GetTrafficDataPolicyDefinitionResult>
function getTrafficDataPolicyDefinitionOutput(args: GetTrafficDataPolicyDefinitionOutputArgs, opts?: InvokeOptions): Output<GetTrafficDataPolicyDefinitionResult>def get_traffic_data_policy_definition(id: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetTrafficDataPolicyDefinitionResult
def get_traffic_data_policy_definition_output(id: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetTrafficDataPolicyDefinitionResult]func LookupTrafficDataPolicyDefinition(ctx *Context, args *LookupTrafficDataPolicyDefinitionArgs, opts ...InvokeOption) (*LookupTrafficDataPolicyDefinitionResult, error)
func LookupTrafficDataPolicyDefinitionOutput(ctx *Context, args *LookupTrafficDataPolicyDefinitionOutputArgs, opts ...InvokeOption) LookupTrafficDataPolicyDefinitionResultOutput> Note: This function is named LookupTrafficDataPolicyDefinition in the Go SDK.
public static class GetTrafficDataPolicyDefinition 
{
    public static Task<GetTrafficDataPolicyDefinitionResult> InvokeAsync(GetTrafficDataPolicyDefinitionArgs args, InvokeOptions? opts = null)
    public static Output<GetTrafficDataPolicyDefinitionResult> Invoke(GetTrafficDataPolicyDefinitionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTrafficDataPolicyDefinitionResult> getTrafficDataPolicyDefinition(GetTrafficDataPolicyDefinitionArgs args, InvokeOptions options)
public static Output<GetTrafficDataPolicyDefinitionResult> getTrafficDataPolicyDefinition(GetTrafficDataPolicyDefinitionArgs args, InvokeOptions options)
fn::invoke:
  function: sdwan:index/getTrafficDataPolicyDefinition:getTrafficDataPolicyDefinition
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The id of the object
- Id string
- The id of the object
- id String
- The id of the object
- id string
- The id of the object
- id str
- The id of the object
- id String
- The id of the object
getTrafficDataPolicyDefinition Result
The following output properties are available:
- DefaultAction string
- Default action, either acceptordrop
- Description string
- The description of the policy definition
- Id string
- The id of the object
- Name string
- The name of the policy definition
- Sequences
List<GetTraffic Data Policy Definition Sequence> 
- List of sequences
- Type string
- Type
- Version int
- The version of the object
- DefaultAction string
- Default action, either acceptordrop
- Description string
- The description of the policy definition
- Id string
- The id of the object
- Name string
- The name of the policy definition
- Sequences
[]GetTraffic Data Policy Definition Sequence 
- List of sequences
- Type string
- Type
- Version int
- The version of the object
- defaultAction String
- Default action, either acceptordrop
- description String
- The description of the policy definition
- id String
- The id of the object
- name String
- The name of the policy definition
- sequences
List<GetTraffic Data Policy Definition Sequence> 
- List of sequences
- type String
- Type
- version Integer
- The version of the object
- defaultAction string
- Default action, either acceptordrop
- description string
- The description of the policy definition
- id string
- The id of the object
- name string
- The name of the policy definition
- sequences
GetTraffic Data Policy Definition Sequence[] 
- List of sequences
- type string
- Type
- version number
- The version of the object
- default_action str
- Default action, either acceptordrop
- description str
- The description of the policy definition
- id str
- The id of the object
- name str
- The name of the policy definition
- sequences
Sequence[GetTraffic Data Policy Definition Sequence] 
- List of sequences
- type str
- Type
- version int
- The version of the object
- defaultAction String
- Default action, either acceptordrop
- description String
- The description of the policy definition
- id String
- The id of the object
- name String
- The name of the policy definition
- sequences List<Property Map>
- List of sequences
- type String
- Type
- version Number
- The version of the object
Supporting Types
GetTrafficDataPolicyDefinitionSequence     
- ActionEntries List<GetTraffic Data Policy Definition Sequence Action Entry> 
- List of action entries
- BaseAction string
- Base action, either acceptordrop
- Id int
- Sequence ID
- IpType string
- Sequence IP type, either ipv4,ipv6orall
- MatchEntries List<GetTraffic Data Policy Definition Sequence Match Entry> 
- List of match entries
- Name string
- Sequence name
- Type string
- Sequence type
- ActionEntries []GetTraffic Data Policy Definition Sequence Action Entry 
- List of action entries
- BaseAction string
- Base action, either acceptordrop
- Id int
- Sequence ID
- IpType string
- Sequence IP type, either ipv4,ipv6orall
- MatchEntries []GetTraffic Data Policy Definition Sequence Match Entry 
- List of match entries
- Name string
- Sequence name
- Type string
- Sequence type
- actionEntries List<GetTraffic Data Policy Definition Sequence Action Entry> 
- List of action entries
- baseAction String
- Base action, either acceptordrop
- id Integer
- Sequence ID
- ipType String
- Sequence IP type, either ipv4,ipv6orall
- matchEntries List<GetTraffic Data Policy Definition Sequence Match Entry> 
- List of match entries
- name String
- Sequence name
- type String
- Sequence type
- actionEntries GetTraffic Data Policy Definition Sequence Action Entry[] 
- List of action entries
- baseAction string
- Base action, either acceptordrop
- id number
- Sequence ID
- ipType string
- Sequence IP type, either ipv4,ipv6orall
- matchEntries GetTraffic Data Policy Definition Sequence Match Entry[] 
- List of match entries
- name string
- Sequence name
- type string
- Sequence type
- action_entries Sequence[GetTraffic Data Policy Definition Sequence Action Entry] 
- List of action entries
- base_action str
- Base action, either acceptordrop
- id int
- Sequence ID
- ip_type str
- Sequence IP type, either ipv4,ipv6orall
- match_entries Sequence[GetTraffic Data Policy Definition Sequence Match Entry] 
- List of match entries
- name str
- Sequence name
- type str
- Sequence type
- actionEntries List<Property Map>
- List of action entries
- baseAction String
- Base action, either acceptordrop
- id Number
- Sequence ID
- ipType String
- Sequence IP type, either ipv4,ipv6orall
- matchEntries List<Property Map>
- List of match entries
- name String
- Sequence name
- type String
- Sequence type
GetTrafficDataPolicyDefinitionSequenceActionEntry       
- Cflowd bool
- Enable cflowd
- Counter string
- Counter name
- DreOptimization bool
- Enable DRE optimization
- FallbackTo boolRouting 
- Enable fallback to routing
- Log bool
- Enable logging
- LossCorrection string
- Loss correction
- LossCorrection stringFec 
- Loss correction FEC
- LossCorrection stringFec Threshold 
- Loss correction FEC threshold
- LossCorrection stringPacket Duplication 
- Loss correction packet duplication
- NatParameters List<GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter> 
- List of NAT parameters
- NatPool string
- NAT pool
- NatPool intId 
- NAT pool ID
- RedirectDns string
- Redirect DNS
- RedirectDns stringAddress 
- Redirect DNS IP address
- RedirectDns stringType 
- Redirect DNS type
- SecureInternet boolGateway 
- Enable secure internet gateway
- ServiceNode stringGroup 
- Service node group
- SetParameters List<GetTraffic Data Policy Definition Sequence Action Entry Set Parameter> 
- List of set parameters
- TcpOptimization bool
- Enable TCP optimization
- Type string
- Type of action entry
- Cflowd bool
- Enable cflowd
- Counter string
- Counter name
- DreOptimization bool
- Enable DRE optimization
- FallbackTo boolRouting 
- Enable fallback to routing
- Log bool
- Enable logging
- LossCorrection string
- Loss correction
- LossCorrection stringFec 
- Loss correction FEC
- LossCorrection stringFec Threshold 
- Loss correction FEC threshold
- LossCorrection stringPacket Duplication 
- Loss correction packet duplication
- NatParameters []GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter 
- List of NAT parameters
- NatPool string
- NAT pool
- NatPool intId 
- NAT pool ID
- RedirectDns string
- Redirect DNS
- RedirectDns stringAddress 
- Redirect DNS IP address
- RedirectDns stringType 
- Redirect DNS type
- SecureInternet boolGateway 
- Enable secure internet gateway
- ServiceNode stringGroup 
- Service node group
- SetParameters []GetTraffic Data Policy Definition Sequence Action Entry Set Parameter 
- List of set parameters
- TcpOptimization bool
- Enable TCP optimization
- Type string
- Type of action entry
- cflowd Boolean
- Enable cflowd
- counter String
- Counter name
- dreOptimization Boolean
- Enable DRE optimization
- fallbackTo BooleanRouting 
- Enable fallback to routing
- log Boolean
- Enable logging
- lossCorrection String
- Loss correction
- lossCorrection StringFec 
- Loss correction FEC
- lossCorrection StringFec Threshold 
- Loss correction FEC threshold
- lossCorrection StringPacket Duplication 
- Loss correction packet duplication
- natParameters List<GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter> 
- List of NAT parameters
- natPool String
- NAT pool
- natPool IntegerId 
- NAT pool ID
- redirectDns String
- Redirect DNS
- redirectDns StringAddress 
- Redirect DNS IP address
- redirectDns StringType 
- Redirect DNS type
- secureInternet BooleanGateway 
- Enable secure internet gateway
- serviceNode StringGroup 
- Service node group
- setParameters List<GetTraffic Data Policy Definition Sequence Action Entry Set Parameter> 
- List of set parameters
- tcpOptimization Boolean
- Enable TCP optimization
- type String
- Type of action entry
- cflowd boolean
- Enable cflowd
- counter string
- Counter name
- dreOptimization boolean
- Enable DRE optimization
- fallbackTo booleanRouting 
- Enable fallback to routing
- log boolean
- Enable logging
- lossCorrection string
- Loss correction
- lossCorrection stringFec 
- Loss correction FEC
- lossCorrection stringFec Threshold 
- Loss correction FEC threshold
- lossCorrection stringPacket Duplication 
- Loss correction packet duplication
- natParameters GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter[] 
- List of NAT parameters
- natPool string
- NAT pool
- natPool numberId 
- NAT pool ID
- redirectDns string
- Redirect DNS
- redirectDns stringAddress 
- Redirect DNS IP address
- redirectDns stringType 
- Redirect DNS type
- secureInternet booleanGateway 
- Enable secure internet gateway
- serviceNode stringGroup 
- Service node group
- setParameters GetTraffic Data Policy Definition Sequence Action Entry Set Parameter[] 
- List of set parameters
- tcpOptimization boolean
- Enable TCP optimization
- type string
- Type of action entry
- cflowd bool
- Enable cflowd
- counter str
- Counter name
- dre_optimization bool
- Enable DRE optimization
- fallback_to_ boolrouting 
- Enable fallback to routing
- log bool
- Enable logging
- loss_correction str
- Loss correction
- loss_correction_ strfec 
- Loss correction FEC
- loss_correction_ strfec_ threshold 
- Loss correction FEC threshold
- loss_correction_ strpacket_ duplication 
- Loss correction packet duplication
- nat_parameters Sequence[GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter] 
- List of NAT parameters
- nat_pool str
- NAT pool
- nat_pool_ intid 
- NAT pool ID
- redirect_dns str
- Redirect DNS
- redirect_dns_ straddress 
- Redirect DNS IP address
- redirect_dns_ strtype 
- Redirect DNS type
- secure_internet_ boolgateway 
- Enable secure internet gateway
- service_node_ strgroup 
- Service node group
- set_parameters Sequence[GetTraffic Data Policy Definition Sequence Action Entry Set Parameter] 
- List of set parameters
- tcp_optimization bool
- Enable TCP optimization
- type str
- Type of action entry
- cflowd Boolean
- Enable cflowd
- counter String
- Counter name
- dreOptimization Boolean
- Enable DRE optimization
- fallbackTo BooleanRouting 
- Enable fallback to routing
- log Boolean
- Enable logging
- lossCorrection String
- Loss correction
- lossCorrection StringFec 
- Loss correction FEC
- lossCorrection StringFec Threshold 
- Loss correction FEC threshold
- lossCorrection StringPacket Duplication 
- Loss correction packet duplication
- natParameters List<Property Map>
- List of NAT parameters
- natPool String
- NAT pool
- natPool NumberId 
- NAT pool ID
- redirectDns String
- Redirect DNS
- redirectDns StringAddress 
- Redirect DNS IP address
- redirectDns StringType 
- Redirect DNS type
- secureInternet BooleanGateway 
- Enable secure internet gateway
- serviceNode StringGroup 
- Service node group
- setParameters List<Property Map>
- List of set parameters
- tcpOptimization Boolean
- Enable TCP optimization
- type String
- Type of action entry
GetTrafficDataPolicyDefinitionSequenceActionEntryNatParameter         
GetTrafficDataPolicyDefinitionSequenceActionEntrySetParameter         
- Dscp int
- DSCP
- ForwardingClass string
- Forwarding class
- LocalTloc stringList Color 
- Local TLOC list color. Space separated list of colors.
- LocalTloc stringList Encap 
- Local TLOC list encapsulation.
- LocalTloc boolList Restrict 
- Local TLOC list restrict
- NextHop string
- Next hop IP
- NextHop boolLoose 
- Use routing table entry to forward the packet in case Next-hop is not available
- PolicerList stringId 
- Policer list ID
- PolicerList intVersion 
- Policer list version
- PreferredColor stringGroup List 
- Preferred color group list ID
- PreferredColor intGroup List Version 
- Preferred color group list version
- ServiceTloc stringColor 
- Service TLOC color
- ServiceTloc stringEncapsulation 
- Service TLOC encapsulation
- ServiceTloc stringIp 
- Service TLOC IP address
- ServiceTloc stringList Id 
- Service TLOC list ID
- ServiceTloc intList Version 
- Service TLOC list version
- ServiceTloc boolLocal 
- Service TLOC Local
- ServiceTloc boolRestrict 
- Service TLOC Restrict
- ServiceType string
- Service type
- ServiceVpn intId 
- Service VPN ID
- TlocColor string
- TLOC color
- TlocEncapsulation string
- TLOC encapsulation
- TlocIp string
- TLOC IP address
- TlocList stringId 
- TLOC list ID
- TlocList intVersion 
- TLOC list version
- Type string
- Type of set parameter
- VpnId int
- DSCP
- Dscp int
- DSCP
- ForwardingClass string
- Forwarding class
- LocalTloc stringList Color 
- Local TLOC list color. Space separated list of colors.
- LocalTloc stringList Encap 
- Local TLOC list encapsulation.
- LocalTloc boolList Restrict 
- Local TLOC list restrict
- NextHop string
- Next hop IP
- NextHop boolLoose 
- Use routing table entry to forward the packet in case Next-hop is not available
- PolicerList stringId 
- Policer list ID
- PolicerList intVersion 
- Policer list version
- PreferredColor stringGroup List 
- Preferred color group list ID
- PreferredColor intGroup List Version 
- Preferred color group list version
- ServiceTloc stringColor 
- Service TLOC color
- ServiceTloc stringEncapsulation 
- Service TLOC encapsulation
- ServiceTloc stringIp 
- Service TLOC IP address
- ServiceTloc stringList Id 
- Service TLOC list ID
- ServiceTloc intList Version 
- Service TLOC list version
- ServiceTloc boolLocal 
- Service TLOC Local
- ServiceTloc boolRestrict 
- Service TLOC Restrict
- ServiceType string
- Service type
- ServiceVpn intId 
- Service VPN ID
- TlocColor string
- TLOC color
- TlocEncapsulation string
- TLOC encapsulation
- TlocIp string
- TLOC IP address
- TlocList stringId 
- TLOC list ID
- TlocList intVersion 
- TLOC list version
- Type string
- Type of set parameter
- VpnId int
- DSCP
- dscp Integer
- DSCP
- forwardingClass String
- Forwarding class
- localTloc StringList Color 
- Local TLOC list color. Space separated list of colors.
- localTloc StringList Encap 
- Local TLOC list encapsulation.
- localTloc BooleanList Restrict 
- Local TLOC list restrict
- nextHop String
- Next hop IP
- nextHop BooleanLoose 
- Use routing table entry to forward the packet in case Next-hop is not available
- policerList StringId 
- Policer list ID
- policerList IntegerVersion 
- Policer list version
- preferredColor StringGroup List 
- Preferred color group list ID
- preferredColor IntegerGroup List Version 
- Preferred color group list version
- serviceTloc StringColor 
- Service TLOC color
- serviceTloc StringEncapsulation 
- Service TLOC encapsulation
- serviceTloc StringIp 
- Service TLOC IP address
- serviceTloc StringList Id 
- Service TLOC list ID
- serviceTloc IntegerList Version 
- Service TLOC list version
- serviceTloc BooleanLocal 
- Service TLOC Local
- serviceTloc BooleanRestrict 
- Service TLOC Restrict
- serviceType String
- Service type
- serviceVpn IntegerId 
- Service VPN ID
- tlocColor String
- TLOC color
- tlocEncapsulation String
- TLOC encapsulation
- tlocIp String
- TLOC IP address
- tlocList StringId 
- TLOC list ID
- tlocList IntegerVersion 
- TLOC list version
- type String
- Type of set parameter
- vpnId Integer
- DSCP
- dscp number
- DSCP
- forwardingClass string
- Forwarding class
- localTloc stringList Color 
- Local TLOC list color. Space separated list of colors.
- localTloc stringList Encap 
- Local TLOC list encapsulation.
- localTloc booleanList Restrict 
- Local TLOC list restrict
- nextHop string
- Next hop IP
- nextHop booleanLoose 
- Use routing table entry to forward the packet in case Next-hop is not available
- policerList stringId 
- Policer list ID
- policerList numberVersion 
- Policer list version
- preferredColor stringGroup List 
- Preferred color group list ID
- preferredColor numberGroup List Version 
- Preferred color group list version
- serviceTloc stringColor 
- Service TLOC color
- serviceTloc stringEncapsulation 
- Service TLOC encapsulation
- serviceTloc stringIp 
- Service TLOC IP address
- serviceTloc stringList Id 
- Service TLOC list ID
- serviceTloc numberList Version 
- Service TLOC list version
- serviceTloc booleanLocal 
- Service TLOC Local
- serviceTloc booleanRestrict 
- Service TLOC Restrict
- serviceType string
- Service type
- serviceVpn numberId 
- Service VPN ID
- tlocColor string
- TLOC color
- tlocEncapsulation string
- TLOC encapsulation
- tlocIp string
- TLOC IP address
- tlocList stringId 
- TLOC list ID
- tlocList numberVersion 
- TLOC list version
- type string
- Type of set parameter
- vpnId number
- DSCP
- dscp int
- DSCP
- forwarding_class str
- Forwarding class
- local_tloc_ strlist_ color 
- Local TLOC list color. Space separated list of colors.
- local_tloc_ strlist_ encap 
- Local TLOC list encapsulation.
- local_tloc_ boollist_ restrict 
- Local TLOC list restrict
- next_hop str
- Next hop IP
- next_hop_ boolloose 
- Use routing table entry to forward the packet in case Next-hop is not available
- policer_list_ strid 
- Policer list ID
- policer_list_ intversion 
- Policer list version
- preferred_color_ strgroup_ list 
- Preferred color group list ID
- preferred_color_ intgroup_ list_ version 
- Preferred color group list version
- service_tloc_ strcolor 
- Service TLOC color
- service_tloc_ strencapsulation 
- Service TLOC encapsulation
- service_tloc_ strip 
- Service TLOC IP address
- service_tloc_ strlist_ id 
- Service TLOC list ID
- service_tloc_ intlist_ version 
- Service TLOC list version
- service_tloc_ boollocal 
- Service TLOC Local
- service_tloc_ boolrestrict 
- Service TLOC Restrict
- service_type str
- Service type
- service_vpn_ intid 
- Service VPN ID
- tloc_color str
- TLOC color
- tloc_encapsulation str
- TLOC encapsulation
- tloc_ip str
- TLOC IP address
- tloc_list_ strid 
- TLOC list ID
- tloc_list_ intversion 
- TLOC list version
- type str
- Type of set parameter
- vpn_id int
- DSCP
- dscp Number
- DSCP
- forwardingClass String
- Forwarding class
- localTloc StringList Color 
- Local TLOC list color. Space separated list of colors.
- localTloc StringList Encap 
- Local TLOC list encapsulation.
- localTloc BooleanList Restrict 
- Local TLOC list restrict
- nextHop String
- Next hop IP
- nextHop BooleanLoose 
- Use routing table entry to forward the packet in case Next-hop is not available
- policerList StringId 
- Policer list ID
- policerList NumberVersion 
- Policer list version
- preferredColor StringGroup List 
- Preferred color group list ID
- preferredColor NumberGroup List Version 
- Preferred color group list version
- serviceTloc StringColor 
- Service TLOC color
- serviceTloc StringEncapsulation 
- Service TLOC encapsulation
- serviceTloc StringIp 
- Service TLOC IP address
- serviceTloc StringList Id 
- Service TLOC list ID
- serviceTloc NumberList Version 
- Service TLOC list version
- serviceTloc BooleanLocal 
- Service TLOC Local
- serviceTloc BooleanRestrict 
- Service TLOC Restrict
- serviceType String
- Service type
- serviceVpn NumberId 
- Service VPN ID
- tlocColor String
- TLOC color
- tlocEncapsulation String
- TLOC encapsulation
- tlocIp String
- TLOC IP address
- tlocList StringId 
- TLOC list ID
- tlocList NumberVersion 
- TLOC list version
- type String
- Type of set parameter
- vpnId Number
- DSCP
GetTrafficDataPolicyDefinitionSequenceMatchEntry       
- ApplicationList stringId 
- Application list ID
- ApplicationList intVersion 
- Application list version
- DestinationData stringPrefix List Id 
- Destination Data Prefix list ID
- DestinationData intPrefix List Version 
- Destination Data Prefix list version
- DestinationIp string
- Destination IP
- DestinationPort string
- Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- DestinationRegion string
- Destination region
- Dns string
- DNS request or response
- DnsApplication stringList Id 
- DNS Application list ID
- DnsApplication intList Version 
- DNS Application list version
- Dscp int
- DSCP value
- IcmpMessage string
- ICMP Message
- PacketLength int
- Packet length
- Plp string
- PLP
- Protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- SourceData stringPrefix List Id 
- Source Data Prefix list ID
- SourceData intPrefix List Version 
- Source Data Prefix list version
- SourceIp string
- Source IP
- SourcePort string
- Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- Tcp string
- TCP flags
- TrafficTo string
- Traffic to
- Type string
- Type of match entry
- ApplicationList stringId 
- Application list ID
- ApplicationList intVersion 
- Application list version
- DestinationData stringPrefix List Id 
- Destination Data Prefix list ID
- DestinationData intPrefix List Version 
- Destination Data Prefix list version
- DestinationIp string
- Destination IP
- DestinationPort string
- Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- DestinationRegion string
- Destination region
- Dns string
- DNS request or response
- DnsApplication stringList Id 
- DNS Application list ID
- DnsApplication intList Version 
- DNS Application list version
- Dscp int
- DSCP value
- IcmpMessage string
- ICMP Message
- PacketLength int
- Packet length
- Plp string
- PLP
- Protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- SourceData stringPrefix List Id 
- Source Data Prefix list ID
- SourceData intPrefix List Version 
- Source Data Prefix list version
- SourceIp string
- Source IP
- SourcePort string
- Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- Tcp string
- TCP flags
- TrafficTo string
- Traffic to
- Type string
- Type of match entry
- applicationList StringId 
- Application list ID
- applicationList IntegerVersion 
- Application list version
- destinationData StringPrefix List Id 
- Destination Data Prefix list ID
- destinationData IntegerPrefix List Version 
- Destination Data Prefix list version
- destinationIp String
- Destination IP
- destinationPort String
- Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destinationRegion String
- Destination region
- dns String
- DNS request or response
- dnsApplication StringList Id 
- DNS Application list ID
- dnsApplication IntegerList Version 
- DNS Application list version
- dscp Integer
- DSCP value
- icmpMessage String
- ICMP Message
- packetLength Integer
- Packet length
- plp String
- PLP
- protocol String
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- sourceData StringPrefix List Id 
- Source Data Prefix list ID
- sourceData IntegerPrefix List Version 
- Source Data Prefix list version
- sourceIp String
- Source IP
- sourcePort String
- Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- tcp String
- TCP flags
- trafficTo String
- Traffic to
- type String
- Type of match entry
- applicationList stringId 
- Application list ID
- applicationList numberVersion 
- Application list version
- destinationData stringPrefix List Id 
- Destination Data Prefix list ID
- destinationData numberPrefix List Version 
- Destination Data Prefix list version
- destinationIp string
- Destination IP
- destinationPort string
- Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destinationRegion string
- Destination region
- dns string
- DNS request or response
- dnsApplication stringList Id 
- DNS Application list ID
- dnsApplication numberList Version 
- DNS Application list version
- dscp number
- DSCP value
- icmpMessage string
- ICMP Message
- packetLength number
- Packet length
- plp string
- PLP
- protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- sourceData stringPrefix List Id 
- Source Data Prefix list ID
- sourceData numberPrefix List Version 
- Source Data Prefix list version
- sourceIp string
- Source IP
- sourcePort string
- Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- tcp string
- TCP flags
- trafficTo string
- Traffic to
- type string
- Type of match entry
- application_list_ strid 
- Application list ID
- application_list_ intversion 
- Application list version
- destination_data_ strprefix_ list_ id 
- Destination Data Prefix list ID
- destination_data_ intprefix_ list_ version 
- Destination Data Prefix list version
- destination_ip str
- Destination IP
- destination_port str
- Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destination_region str
- Destination region
- dns str
- DNS request or response
- dns_application_ strlist_ id 
- DNS Application list ID
- dns_application_ intlist_ version 
- DNS Application list version
- dscp int
- DSCP value
- icmp_message str
- ICMP Message
- packet_length int
- Packet length
- plp str
- PLP
- protocol str
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- source_data_ strprefix_ list_ id 
- Source Data Prefix list ID
- source_data_ intprefix_ list_ version 
- Source Data Prefix list version
- source_ip str
- Source IP
- source_port str
- Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- tcp str
- TCP flags
- traffic_to str
- Traffic to
- type str
- Type of match entry
- applicationList StringId 
- Application list ID
- applicationList NumberVersion 
- Application list version
- destinationData StringPrefix List Id 
- Destination Data Prefix list ID
- destinationData NumberPrefix List Version 
- Destination Data Prefix list version
- destinationIp String
- Destination IP
- destinationPort String
- Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destinationRegion String
- Destination region
- dns String
- DNS request or response
- dnsApplication StringList Id 
- DNS Application list ID
- dnsApplication NumberList Version 
- DNS Application list version
- dscp Number
- DSCP value
- icmpMessage String
- ICMP Message
- packetLength Number
- Packet length
- plp String
- PLP
- protocol String
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- sourceData StringPrefix List Id 
- Source Data Prefix list ID
- sourceData NumberPrefix List Version 
- Source Data Prefix list version
- sourceIp String
- Source IP
- sourcePort String
- Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- tcp String
- TCP flags
- trafficTo String
- Traffic to
- type String
- Type of match entry
Package Details
- Repository
- sdwan pulumi/pulumi-sdwan
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the sdwanTerraform Provider.
