1. Packages
  2. Cisco Catalyst SD-WAN
  3. API Docs
  4. getTrafficDataPolicyDefinition
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

sdwan.getTrafficDataPolicyDefinition

Explore with Pulumi AI

sdwan logo
Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: sdwan:index/getTrafficDataPolicyDefinition:getTrafficDataPolicyDefinition
      arguments:
        # arguments dictionary

    The 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 accept or drop
    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<GetTrafficDataPolicyDefinitionSequence>
    List of sequences
    Type string
    Type
    Version int
    The version of the object
    DefaultAction string
    Default action, either accept or drop
    Description string
    The description of the policy definition
    Id string
    The id of the object
    Name string
    The name of the policy definition
    Sequences []GetTrafficDataPolicyDefinitionSequence
    List of sequences
    Type string
    Type
    Version int
    The version of the object
    defaultAction String
    Default action, either accept or drop
    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<GetTrafficDataPolicyDefinitionSequence>
    List of sequences
    type String
    Type
    version Integer
    The version of the object
    defaultAction string
    Default action, either accept or drop
    description string
    The description of the policy definition
    id string
    The id of the object
    name string
    The name of the policy definition
    sequences GetTrafficDataPolicyDefinitionSequence[]
    List of sequences
    type string
    Type
    version number
    The version of the object
    default_action str
    Default action, either accept or drop
    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[GetTrafficDataPolicyDefinitionSequence]
    List of sequences
    type str
    Type
    version int
    The version of the object
    defaultAction String
    Default action, either accept or drop
    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<GetTrafficDataPolicyDefinitionSequenceActionEntry>
    List of action entries
    BaseAction string
    Base action, either accept or drop
    Id int
    Sequence ID
    IpType string
    Sequence IP type, either ipv4, ipv6 or all
    MatchEntries List<GetTrafficDataPolicyDefinitionSequenceMatchEntry>
    List of match entries
    Name string
    Sequence name
    Type string
    Sequence type
    ActionEntries []GetTrafficDataPolicyDefinitionSequenceActionEntry
    List of action entries
    BaseAction string
    Base action, either accept or drop
    Id int
    Sequence ID
    IpType string
    Sequence IP type, either ipv4, ipv6 or all
    MatchEntries []GetTrafficDataPolicyDefinitionSequenceMatchEntry
    List of match entries
    Name string
    Sequence name
    Type string
    Sequence type
    actionEntries List<GetTrafficDataPolicyDefinitionSequenceActionEntry>
    List of action entries
    baseAction String
    Base action, either accept or drop
    id Integer
    Sequence ID
    ipType String
    Sequence IP type, either ipv4, ipv6 or all
    matchEntries List<GetTrafficDataPolicyDefinitionSequenceMatchEntry>
    List of match entries
    name String
    Sequence name
    type String
    Sequence type
    actionEntries GetTrafficDataPolicyDefinitionSequenceActionEntry[]
    List of action entries
    baseAction string
    Base action, either accept or drop
    id number
    Sequence ID
    ipType string
    Sequence IP type, either ipv4, ipv6 or all
    matchEntries GetTrafficDataPolicyDefinitionSequenceMatchEntry[]
    List of match entries
    name string
    Sequence name
    type string
    Sequence type
    action_entries Sequence[GetTrafficDataPolicyDefinitionSequenceActionEntry]
    List of action entries
    base_action str
    Base action, either accept or drop
    id int
    Sequence ID
    ip_type str
    Sequence IP type, either ipv4, ipv6 or all
    match_entries Sequence[GetTrafficDataPolicyDefinitionSequenceMatchEntry]
    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 accept or drop
    id Number
    Sequence ID
    ipType String
    Sequence IP type, either ipv4, ipv6 or all
    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
    FallbackToRouting bool
    Enable fallback to routing
    Log bool
    Enable logging
    LossCorrection string
    Loss correction
    LossCorrectionFec string
    Loss correction FEC
    LossCorrectionFecThreshold int
    Loss correction FEC threshold
    NatParameters List<GetTrafficDataPolicyDefinitionSequenceActionEntryNatParameter>
    List of NAT parameters
    NatPool string
    NAT pool
    NatPoolId int
    NAT pool ID
    RedirectDns string
    Redirect DNS
    RedirectDnsAddress string
    Redirect DNS IP address
    RedirectDnsType string
    Redirect DNS type
    SecureInternetGateway bool
    Enable secure internet gateway
    ServiceNodeGroup string
    Service node group
    SetParameters List<GetTrafficDataPolicyDefinitionSequenceActionEntrySetParameter>
    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
    FallbackToRouting bool
    Enable fallback to routing
    Log bool
    Enable logging
    LossCorrection string
    Loss correction
    LossCorrectionFec string
    Loss correction FEC
    LossCorrectionFecThreshold int
    Loss correction FEC threshold
    NatParameters []GetTrafficDataPolicyDefinitionSequenceActionEntryNatParameter
    List of NAT parameters
    NatPool string
    NAT pool
    NatPoolId int
    NAT pool ID
    RedirectDns string
    Redirect DNS
    RedirectDnsAddress string
    Redirect DNS IP address
    RedirectDnsType string
    Redirect DNS type
    SecureInternetGateway bool
    Enable secure internet gateway
    ServiceNodeGroup string
    Service node group
    SetParameters []GetTrafficDataPolicyDefinitionSequenceActionEntrySetParameter
    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
    fallbackToRouting Boolean
    Enable fallback to routing
    log Boolean
    Enable logging
    lossCorrection String
    Loss correction
    lossCorrectionFec String
    Loss correction FEC
    lossCorrectionFecThreshold Integer
    Loss correction FEC threshold
    natParameters List<GetTrafficDataPolicyDefinitionSequenceActionEntryNatParameter>
    List of NAT parameters
    natPool String
    NAT pool
    natPoolId Integer
    NAT pool ID
    redirectDns String
    Redirect DNS
    redirectDnsAddress String
    Redirect DNS IP address
    redirectDnsType String
    Redirect DNS type
    secureInternetGateway Boolean
    Enable secure internet gateway
    serviceNodeGroup String
    Service node group
    setParameters List<GetTrafficDataPolicyDefinitionSequenceActionEntrySetParameter>
    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
    fallbackToRouting boolean
    Enable fallback to routing
    log boolean
    Enable logging
    lossCorrection string
    Loss correction
    lossCorrectionFec string
    Loss correction FEC
    lossCorrectionFecThreshold number
    Loss correction FEC threshold
    natParameters GetTrafficDataPolicyDefinitionSequenceActionEntryNatParameter[]
    List of NAT parameters
    natPool string
    NAT pool
    natPoolId number
    NAT pool ID
    redirectDns string
    Redirect DNS
    redirectDnsAddress string
    Redirect DNS IP address
    redirectDnsType string
    Redirect DNS type
    secureInternetGateway boolean
    Enable secure internet gateway
    serviceNodeGroup string
    Service node group
    setParameters GetTrafficDataPolicyDefinitionSequenceActionEntrySetParameter[]
    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_routing bool
    Enable fallback to routing
    log bool
    Enable logging
    loss_correction str
    Loss correction
    loss_correction_fec str
    Loss correction FEC
    loss_correction_fec_threshold int
    Loss correction FEC threshold
    nat_parameters Sequence[GetTrafficDataPolicyDefinitionSequenceActionEntryNatParameter]
    List of NAT parameters
    nat_pool str
    NAT pool
    nat_pool_id int
    NAT pool ID
    redirect_dns str
    Redirect DNS
    redirect_dns_address str
    Redirect DNS IP address
    redirect_dns_type str
    Redirect DNS type
    secure_internet_gateway bool
    Enable secure internet gateway
    service_node_group str
    Service node group
    set_parameters Sequence[GetTrafficDataPolicyDefinitionSequenceActionEntrySetParameter]
    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
    fallbackToRouting Boolean
    Enable fallback to routing
    log Boolean
    Enable logging
    lossCorrection String
    Loss correction
    lossCorrectionFec String
    Loss correction FEC
    lossCorrectionFecThreshold Number
    Loss correction FEC threshold
    natParameters List<Property Map>
    List of NAT parameters
    natPool String
    NAT pool
    natPoolId Number
    NAT pool ID
    redirectDns String
    Redirect DNS
    redirectDnsAddress String
    Redirect DNS IP address
    redirectDnsType String
    Redirect DNS type
    secureInternetGateway Boolean
    Enable secure internet gateway
    serviceNodeGroup String
    Service node group
    setParameters List<Property Map>
    List of set parameters
    tcpOptimization Boolean
    Enable TCP optimization
    type String
    Type of action entry

    GetTrafficDataPolicyDefinitionSequenceActionEntryNatParameter

    Fallback bool
    Fallback
    Type string
    Type of NAT parameter
    VpnId int
    DSCP
    Fallback bool
    Fallback
    Type string
    Type of NAT parameter
    VpnId int
    DSCP
    fallback Boolean
    Fallback
    type String
    Type of NAT parameter
    vpnId Integer
    DSCP
    fallback boolean
    Fallback
    type string
    Type of NAT parameter
    vpnId number
    DSCP
    fallback bool
    Fallback
    type str
    Type of NAT parameter
    vpn_id int
    DSCP
    fallback Boolean
    Fallback
    type String
    Type of NAT parameter
    vpnId Number
    DSCP

    GetTrafficDataPolicyDefinitionSequenceActionEntrySetParameter

    Dscp int
    DSCP
    ForwardingClass string
    Forwarding class
    LocalTlocListColor string
    Local TLOC list color. Space separated list of colors.
    LocalTlocListEncap string
    Local TLOC list encapsulation.
    LocalTlocListRestrict bool
    Local TLOC list restrict
    NextHop string
    Next hop IP
    NextHopLoose bool
    Use routing table entry to forward the packet in case Next-hop is not available
    PolicerListId string
    Policer list ID
    PolicerListVersion int
    Policer list version
    PreferredColorGroupList string
    Preferred color group list ID
    PreferredColorGroupListVersion int
    Preferred color group list version
    ServiceTlocColor string
    Service TLOC color
    ServiceTlocEncapsulation string
    Service TLOC encapsulation
    ServiceTlocIp string
    Service TLOC IP address
    ServiceTlocListId string
    Service TLOC list ID
    ServiceTlocListVersion int
    Service TLOC list version
    ServiceTlocLocal bool
    Service TLOC Local
    ServiceTlocRestrict bool
    Service TLOC Restrict
    ServiceType string
    Service type
    ServiceVpnId int
    Service VPN ID
    TlocColor string
    TLOC color
    TlocEncapsulation string
    TLOC encapsulation
    TlocIp string
    TLOC IP address
    TlocListId string
    TLOC list ID
    TlocListVersion int
    TLOC list version
    Type string
    Type of set parameter
    VpnId int
    DSCP
    Dscp int
    DSCP
    ForwardingClass string
    Forwarding class
    LocalTlocListColor string
    Local TLOC list color. Space separated list of colors.
    LocalTlocListEncap string
    Local TLOC list encapsulation.
    LocalTlocListRestrict bool
    Local TLOC list restrict
    NextHop string
    Next hop IP
    NextHopLoose bool
    Use routing table entry to forward the packet in case Next-hop is not available
    PolicerListId string
    Policer list ID
    PolicerListVersion int
    Policer list version
    PreferredColorGroupList string
    Preferred color group list ID
    PreferredColorGroupListVersion int
    Preferred color group list version
    ServiceTlocColor string
    Service TLOC color
    ServiceTlocEncapsulation string
    Service TLOC encapsulation
    ServiceTlocIp string
    Service TLOC IP address
    ServiceTlocListId string
    Service TLOC list ID
    ServiceTlocListVersion int
    Service TLOC list version
    ServiceTlocLocal bool
    Service TLOC Local
    ServiceTlocRestrict bool
    Service TLOC Restrict
    ServiceType string
    Service type
    ServiceVpnId int
    Service VPN ID
    TlocColor string
    TLOC color
    TlocEncapsulation string
    TLOC encapsulation
    TlocIp string
    TLOC IP address
    TlocListId string
    TLOC list ID
    TlocListVersion int
    TLOC list version
    Type string
    Type of set parameter
    VpnId int
    DSCP
    dscp Integer
    DSCP
    forwardingClass String
    Forwarding class
    localTlocListColor String
    Local TLOC list color. Space separated list of colors.
    localTlocListEncap String
    Local TLOC list encapsulation.
    localTlocListRestrict Boolean
    Local TLOC list restrict
    nextHop String
    Next hop IP
    nextHopLoose Boolean
    Use routing table entry to forward the packet in case Next-hop is not available
    policerListId String
    Policer list ID
    policerListVersion Integer
    Policer list version
    preferredColorGroupList String
    Preferred color group list ID
    preferredColorGroupListVersion Integer
    Preferred color group list version
    serviceTlocColor String
    Service TLOC color
    serviceTlocEncapsulation String
    Service TLOC encapsulation
    serviceTlocIp String
    Service TLOC IP address
    serviceTlocListId String
    Service TLOC list ID
    serviceTlocListVersion Integer
    Service TLOC list version
    serviceTlocLocal Boolean
    Service TLOC Local
    serviceTlocRestrict Boolean
    Service TLOC Restrict
    serviceType String
    Service type
    serviceVpnId Integer
    Service VPN ID
    tlocColor String
    TLOC color
    tlocEncapsulation String
    TLOC encapsulation
    tlocIp String
    TLOC IP address
    tlocListId String
    TLOC list ID
    tlocListVersion Integer
    TLOC list version
    type String
    Type of set parameter
    vpnId Integer
    DSCP
    dscp number
    DSCP
    forwardingClass string
    Forwarding class
    localTlocListColor string
    Local TLOC list color. Space separated list of colors.
    localTlocListEncap string
    Local TLOC list encapsulation.
    localTlocListRestrict boolean
    Local TLOC list restrict
    nextHop string
    Next hop IP
    nextHopLoose boolean
    Use routing table entry to forward the packet in case Next-hop is not available
    policerListId string
    Policer list ID
    policerListVersion number
    Policer list version
    preferredColorGroupList string
    Preferred color group list ID
    preferredColorGroupListVersion number
    Preferred color group list version
    serviceTlocColor string
    Service TLOC color
    serviceTlocEncapsulation string
    Service TLOC encapsulation
    serviceTlocIp string
    Service TLOC IP address
    serviceTlocListId string
    Service TLOC list ID
    serviceTlocListVersion number
    Service TLOC list version
    serviceTlocLocal boolean
    Service TLOC Local
    serviceTlocRestrict boolean
    Service TLOC Restrict
    serviceType string
    Service type
    serviceVpnId number
    Service VPN ID
    tlocColor string
    TLOC color
    tlocEncapsulation string
    TLOC encapsulation
    tlocIp string
    TLOC IP address
    tlocListId string
    TLOC list ID
    tlocListVersion number
    TLOC list version
    type string
    Type of set parameter
    vpnId number
    DSCP
    dscp int
    DSCP
    forwarding_class str
    Forwarding class
    local_tloc_list_color str
    Local TLOC list color. Space separated list of colors.
    local_tloc_list_encap str
    Local TLOC list encapsulation.
    local_tloc_list_restrict bool
    Local TLOC list restrict
    next_hop str
    Next hop IP
    next_hop_loose bool
    Use routing table entry to forward the packet in case Next-hop is not available
    policer_list_id str
    Policer list ID
    policer_list_version int
    Policer list version
    preferred_color_group_list str
    Preferred color group list ID
    preferred_color_group_list_version int
    Preferred color group list version
    service_tloc_color str
    Service TLOC color
    service_tloc_encapsulation str
    Service TLOC encapsulation
    service_tloc_ip str
    Service TLOC IP address
    service_tloc_list_id str
    Service TLOC list ID
    service_tloc_list_version int
    Service TLOC list version
    service_tloc_local bool
    Service TLOC Local
    service_tloc_restrict bool
    Service TLOC Restrict
    service_type str
    Service type
    service_vpn_id int
    Service VPN ID
    tloc_color str
    TLOC color
    tloc_encapsulation str
    TLOC encapsulation
    tloc_ip str
    TLOC IP address
    tloc_list_id str
    TLOC list ID
    tloc_list_version int
    TLOC list version
    type str
    Type of set parameter
    vpn_id int
    DSCP
    dscp Number
    DSCP
    forwardingClass String
    Forwarding class
    localTlocListColor String
    Local TLOC list color. Space separated list of colors.
    localTlocListEncap String
    Local TLOC list encapsulation.
    localTlocListRestrict Boolean
    Local TLOC list restrict
    nextHop String
    Next hop IP
    nextHopLoose Boolean
    Use routing table entry to forward the packet in case Next-hop is not available
    policerListId String
    Policer list ID
    policerListVersion Number
    Policer list version
    preferredColorGroupList String
    Preferred color group list ID
    preferredColorGroupListVersion Number
    Preferred color group list version
    serviceTlocColor String
    Service TLOC color
    serviceTlocEncapsulation String
    Service TLOC encapsulation
    serviceTlocIp String
    Service TLOC IP address
    serviceTlocListId String
    Service TLOC list ID
    serviceTlocListVersion Number
    Service TLOC list version
    serviceTlocLocal Boolean
    Service TLOC Local
    serviceTlocRestrict Boolean
    Service TLOC Restrict
    serviceType String
    Service type
    serviceVpnId Number
    Service VPN ID
    tlocColor String
    TLOC color
    tlocEncapsulation String
    TLOC encapsulation
    tlocIp String
    TLOC IP address
    tlocListId String
    TLOC list ID
    tlocListVersion Number
    TLOC list version
    type String
    Type of set parameter
    vpnId Number
    DSCP

    GetTrafficDataPolicyDefinitionSequenceMatchEntry

    ApplicationListId string
    Application list ID
    ApplicationListVersion int
    Application list version
    DestinationDataPrefixListId string
    Destination Data Prefix list ID
    DestinationDataPrefixListVersion int
    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
    DnsApplicationListId string
    DNS Application list ID
    DnsApplicationListVersion int
    DNS Application list version
    Dscp int
    DSCP value
    PacketLength int
    Packet length
    Plp string
    PLP
    Protocol string
    IP Protocol, 0-255 (Single value or multiple values separated by spaces)
    SourceDataPrefixListId string
    Source Data Prefix list ID
    SourceDataPrefixListVersion int
    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
    ApplicationListId string
    Application list ID
    ApplicationListVersion int
    Application list version
    DestinationDataPrefixListId string
    Destination Data Prefix list ID
    DestinationDataPrefixListVersion int
    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
    DnsApplicationListId string
    DNS Application list ID
    DnsApplicationListVersion int
    DNS Application list version
    Dscp int
    DSCP value
    PacketLength int
    Packet length
    Plp string
    PLP
    Protocol string
    IP Protocol, 0-255 (Single value or multiple values separated by spaces)
    SourceDataPrefixListId string
    Source Data Prefix list ID
    SourceDataPrefixListVersion int
    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
    applicationListId String
    Application list ID
    applicationListVersion Integer
    Application list version
    destinationDataPrefixListId String
    Destination Data Prefix list ID
    destinationDataPrefixListVersion Integer
    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
    dnsApplicationListId String
    DNS Application list ID
    dnsApplicationListVersion Integer
    DNS Application list version
    dscp Integer
    DSCP value
    packetLength Integer
    Packet length
    plp String
    PLP
    protocol String
    IP Protocol, 0-255 (Single value or multiple values separated by spaces)
    sourceDataPrefixListId String
    Source Data Prefix list ID
    sourceDataPrefixListVersion Integer
    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
    applicationListId string
    Application list ID
    applicationListVersion number
    Application list version
    destinationDataPrefixListId string
    Destination Data Prefix list ID
    destinationDataPrefixListVersion number
    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
    dnsApplicationListId string
    DNS Application list ID
    dnsApplicationListVersion number
    DNS Application list version
    dscp number
    DSCP value
    packetLength number
    Packet length
    plp string
    PLP
    protocol string
    IP Protocol, 0-255 (Single value or multiple values separated by spaces)
    sourceDataPrefixListId string
    Source Data Prefix list ID
    sourceDataPrefixListVersion number
    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_id str
    Application list ID
    application_list_version int
    Application list version
    destination_data_prefix_list_id str
    Destination Data Prefix list ID
    destination_data_prefix_list_version int
    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_list_id str
    DNS Application list ID
    dns_application_list_version int
    DNS Application list version
    dscp int
    DSCP value
    packet_length int
    Packet length
    plp str
    PLP
    protocol str
    IP Protocol, 0-255 (Single value or multiple values separated by spaces)
    source_data_prefix_list_id str
    Source Data Prefix list ID
    source_data_prefix_list_version int
    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
    applicationListId String
    Application list ID
    applicationListVersion Number
    Application list version
    destinationDataPrefixListId String
    Destination Data Prefix list ID
    destinationDataPrefixListVersion Number
    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
    dnsApplicationListId String
    DNS Application list ID
    dnsApplicationListVersion Number
    DNS Application list version
    dscp Number
    DSCP value
    packetLength Number
    Packet length
    plp String
    PLP
    protocol String
    IP Protocol, 0-255 (Single value or multiple values separated by spaces)
    sourceDataPrefixListId String
    Source Data Prefix list ID
    sourceDataPrefixListVersion Number
    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 sdwan Terraform Provider.
    sdwan logo
    Cisco Catalyst SD-WAN v0.1.1 published on Friday, May 31, 2024 by Pulumi