Cisco Catalyst SD-WAN v0.1.3 published on Tuesday, Sep 24, 2024 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)
// 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:
- Default
Action string - Default action, either
accept
ordrop
- 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<Get
Traffic Data Policy Definition Sequence> - List of sequences
- Type string
- Type
- Version int
- The version of the object
- Default
Action string - Default action, either
accept
ordrop
- Description string
- The description of the policy definition
- Id string
- The id of the object
- Name string
- The name of the policy definition
- Sequences
[]Get
Traffic Data Policy Definition Sequence - List of sequences
- Type string
- Type
- Version int
- The version of the object
- default
Action String - Default action, either
accept
ordrop
- 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<Get
Traffic Data Policy Definition Sequence> - List of sequences
- type String
- Type
- version Integer
- The version of the object
- default
Action string - Default action, either
accept
ordrop
- description string
- The description of the policy definition
- id string
- The id of the object
- name string
- The name of the policy definition
- sequences
Get
Traffic Data Policy Definition Sequence[] - List of sequences
- type string
- Type
- version number
- The version of the object
- default_
action str - Default action, either
accept
ordrop
- 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[Get
Traffic Data Policy Definition Sequence] - List of sequences
- type str
- Type
- version int
- The version of the object
- default
Action String - Default action, either
accept
ordrop
- 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
- Action
Entries List<GetTraffic Data Policy Definition Sequence Action Entry> - List of action entries
- Base
Action string - Base action, either
accept
ordrop
- Id int
- Sequence ID
- Ip
Type string - Sequence IP type, either
ipv4
,ipv6
orall
- Match
Entries List<GetTraffic Data Policy Definition Sequence Match Entry> - List of match entries
- Name string
- Sequence name
- Type string
- Sequence type
- Action
Entries []GetTraffic Data Policy Definition Sequence Action Entry - List of action entries
- Base
Action string - Base action, either
accept
ordrop
- Id int
- Sequence ID
- Ip
Type string - Sequence IP type, either
ipv4
,ipv6
orall
- Match
Entries []GetTraffic Data Policy Definition Sequence Match Entry - List of match entries
- Name string
- Sequence name
- Type string
- Sequence type
- action
Entries List<GetTraffic Data Policy Definition Sequence Action Entry> - List of action entries
- base
Action String - Base action, either
accept
ordrop
- id Integer
- Sequence ID
- ip
Type String - Sequence IP type, either
ipv4
,ipv6
orall
- match
Entries List<GetTraffic Data Policy Definition Sequence Match Entry> - List of match entries
- name String
- Sequence name
- type String
- Sequence type
- action
Entries GetTraffic Data Policy Definition Sequence Action Entry[] - List of action entries
- base
Action string - Base action, either
accept
ordrop
- id number
- Sequence ID
- ip
Type string - Sequence IP type, either
ipv4
,ipv6
orall
- match
Entries 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
accept
ordrop
- id int
- Sequence ID
- ip_
type str - Sequence IP type, either
ipv4
,ipv6
orall
- match_
entries Sequence[GetTraffic Data Policy Definition Sequence Match Entry] - List of match entries
- name str
- Sequence name
- type str
- Sequence type
- action
Entries List<Property Map> - List of action entries
- base
Action String - Base action, either
accept
ordrop
- id Number
- Sequence ID
- ip
Type String - Sequence IP type, either
ipv4
,ipv6
orall
- match
Entries List<Property Map> - List of match entries
- name String
- Sequence name
- type String
- Sequence type
GetTrafficDataPolicyDefinitionSequenceActionEntry
- Cflowd bool
- Enable cflowd
- Counter string
- Counter name
- Dre
Optimization bool - Enable DRE optimization
- Fallback
To boolRouting - Enable fallback to routing
- Log bool
- Enable logging
- Loss
Correction string - Loss correction
- Loss
Correction stringFec - Loss correction FEC
- Loss
Correction stringFec Threshold - Loss correction FEC threshold
- Loss
Correction stringPacket Duplication - Loss correction packet duplication
- Nat
Parameters List<GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter> - List of NAT parameters
- Nat
Pool string - NAT pool
- Nat
Pool intId - NAT pool ID
- Redirect
Dns string - Redirect DNS
- Redirect
Dns stringAddress - Redirect DNS IP address
- Redirect
Dns stringType - Redirect DNS type
- Secure
Internet boolGateway - Enable secure internet gateway
- Service
Node stringGroup - Service node group
- Set
Parameters List<GetTraffic Data Policy Definition Sequence Action Entry Set Parameter> - List of set parameters
- Tcp
Optimization bool - Enable TCP optimization
- Type string
- Type of action entry
- Cflowd bool
- Enable cflowd
- Counter string
- Counter name
- Dre
Optimization bool - Enable DRE optimization
- Fallback
To boolRouting - Enable fallback to routing
- Log bool
- Enable logging
- Loss
Correction string - Loss correction
- Loss
Correction stringFec - Loss correction FEC
- Loss
Correction stringFec Threshold - Loss correction FEC threshold
- Loss
Correction stringPacket Duplication - Loss correction packet duplication
- Nat
Parameters []GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter - List of NAT parameters
- Nat
Pool string - NAT pool
- Nat
Pool intId - NAT pool ID
- Redirect
Dns string - Redirect DNS
- Redirect
Dns stringAddress - Redirect DNS IP address
- Redirect
Dns stringType - Redirect DNS type
- Secure
Internet boolGateway - Enable secure internet gateway
- Service
Node stringGroup - Service node group
- Set
Parameters []GetTraffic Data Policy Definition Sequence Action Entry Set Parameter - List of set parameters
- Tcp
Optimization bool - Enable TCP optimization
- Type string
- Type of action entry
- cflowd Boolean
- Enable cflowd
- counter String
- Counter name
- dre
Optimization Boolean - Enable DRE optimization
- fallback
To BooleanRouting - Enable fallback to routing
- log Boolean
- Enable logging
- loss
Correction String - Loss correction
- loss
Correction StringFec - Loss correction FEC
- loss
Correction StringFec Threshold - Loss correction FEC threshold
- loss
Correction StringPacket Duplication - Loss correction packet duplication
- nat
Parameters List<GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter> - List of NAT parameters
- nat
Pool String - NAT pool
- nat
Pool IntegerId - NAT pool ID
- redirect
Dns String - Redirect DNS
- redirect
Dns StringAddress - Redirect DNS IP address
- redirect
Dns StringType - Redirect DNS type
- secure
Internet BooleanGateway - Enable secure internet gateway
- service
Node StringGroup - Service node group
- set
Parameters List<GetTraffic Data Policy Definition Sequence Action Entry Set Parameter> - List of set parameters
- tcp
Optimization Boolean - Enable TCP optimization
- type String
- Type of action entry
- cflowd boolean
- Enable cflowd
- counter string
- Counter name
- dre
Optimization boolean - Enable DRE optimization
- fallback
To booleanRouting - Enable fallback to routing
- log boolean
- Enable logging
- loss
Correction string - Loss correction
- loss
Correction stringFec - Loss correction FEC
- loss
Correction stringFec Threshold - Loss correction FEC threshold
- loss
Correction stringPacket Duplication - Loss correction packet duplication
- nat
Parameters GetTraffic Data Policy Definition Sequence Action Entry Nat Parameter[] - List of NAT parameters
- nat
Pool string - NAT pool
- nat
Pool numberId - NAT pool ID
- redirect
Dns string - Redirect DNS
- redirect
Dns stringAddress - Redirect DNS IP address
- redirect
Dns stringType - Redirect DNS type
- secure
Internet booleanGateway - Enable secure internet gateway
- service
Node stringGroup - Service node group
- set
Parameters GetTraffic Data Policy Definition Sequence Action Entry Set Parameter[] - List of set parameters
- tcp
Optimization 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
- dre
Optimization Boolean - Enable DRE optimization
- fallback
To BooleanRouting - Enable fallback to routing
- log Boolean
- Enable logging
- loss
Correction String - Loss correction
- loss
Correction StringFec - Loss correction FEC
- loss
Correction StringFec Threshold - Loss correction FEC threshold
- loss
Correction StringPacket Duplication - Loss correction packet duplication
- nat
Parameters List<Property Map> - List of NAT parameters
- nat
Pool String - NAT pool
- nat
Pool NumberId - NAT pool ID
- redirect
Dns String - Redirect DNS
- redirect
Dns StringAddress - Redirect DNS IP address
- redirect
Dns StringType - Redirect DNS type
- secure
Internet BooleanGateway - Enable secure internet gateway
- service
Node StringGroup - Service node group
- set
Parameters List<Property Map> - List of set parameters
- tcp
Optimization Boolean - Enable TCP optimization
- type String
- Type of action entry
GetTrafficDataPolicyDefinitionSequenceActionEntryNatParameter
GetTrafficDataPolicyDefinitionSequenceActionEntrySetParameter
- Dscp int
- DSCP
- Forwarding
Class string - Forwarding class
- Local
Tloc stringList Color - Local TLOC list color. Space separated list of colors.
- Local
Tloc stringList Encap - Local TLOC list encapsulation.
- Local
Tloc boolList Restrict - Local TLOC list restrict
- Next
Hop string - Next hop IP
- Next
Hop boolLoose - Use routing table entry to forward the packet in case Next-hop is not available
- Policer
List stringId - Policer list ID
- Policer
List intVersion - Policer list version
- Preferred
Color stringGroup List - Preferred color group list ID
- Preferred
Color intGroup List Version - Preferred color group list version
- Service
Tloc stringColor - Service TLOC color
- Service
Tloc stringEncapsulation - Service TLOC encapsulation
- Service
Tloc stringIp - Service TLOC IP address
- Service
Tloc stringList 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 string - Service type
- Service
Vpn intId - Service VPN ID
- Tloc
Color string - TLOC color
- Tloc
Encapsulation string - TLOC encapsulation
- Tloc
Ip string - TLOC IP address
- Tloc
List stringId - TLOC list ID
- Tloc
List intVersion - TLOC list version
- Type string
- Type of set parameter
- Vpn
Id int - DSCP
- Dscp int
- DSCP
- Forwarding
Class string - Forwarding class
- Local
Tloc stringList Color - Local TLOC list color. Space separated list of colors.
- Local
Tloc stringList Encap - Local TLOC list encapsulation.
- Local
Tloc boolList Restrict - Local TLOC list restrict
- Next
Hop string - Next hop IP
- Next
Hop boolLoose - Use routing table entry to forward the packet in case Next-hop is not available
- Policer
List stringId - Policer list ID
- Policer
List intVersion - Policer list version
- Preferred
Color stringGroup List - Preferred color group list ID
- Preferred
Color intGroup List Version - Preferred color group list version
- Service
Tloc stringColor - Service TLOC color
- Service
Tloc stringEncapsulation - Service TLOC encapsulation
- Service
Tloc stringIp - Service TLOC IP address
- Service
Tloc stringList 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 string - Service type
- Service
Vpn intId - Service VPN ID
- Tloc
Color string - TLOC color
- Tloc
Encapsulation string - TLOC encapsulation
- Tloc
Ip string - TLOC IP address
- Tloc
List stringId - TLOC list ID
- Tloc
List intVersion - TLOC list version
- Type string
- Type of set parameter
- Vpn
Id int - DSCP
- dscp Integer
- DSCP
- forwarding
Class String - Forwarding class
- local
Tloc StringList Color - Local TLOC list color. Space separated list of colors.
- local
Tloc StringList Encap - Local TLOC list encapsulation.
- local
Tloc BooleanList Restrict - Local TLOC list restrict
- next
Hop String - Next hop IP
- next
Hop BooleanLoose - Use routing table entry to forward the packet in case Next-hop is not available
- policer
List StringId - Policer list ID
- policer
List IntegerVersion - Policer list version
- preferred
Color StringGroup List - Preferred color group list ID
- preferred
Color IntegerGroup List Version - Preferred color group list version
- service
Tloc StringColor - Service TLOC color
- service
Tloc StringEncapsulation - Service TLOC encapsulation
- service
Tloc StringIp - Service TLOC IP address
- service
Tloc StringList Id - Service TLOC list ID
- service
Tloc IntegerList Version - Service TLOC list version
- service
Tloc BooleanLocal - Service TLOC Local
- service
Tloc BooleanRestrict - Service TLOC Restrict
- service
Type String - Service type
- service
Vpn IntegerId - Service VPN ID
- tloc
Color String - TLOC color
- tloc
Encapsulation String - TLOC encapsulation
- tloc
Ip String - TLOC IP address
- tloc
List StringId - TLOC list ID
- tloc
List IntegerVersion - TLOC list version
- type String
- Type of set parameter
- vpn
Id Integer - DSCP
- dscp number
- DSCP
- forwarding
Class string - Forwarding class
- local
Tloc stringList Color - Local TLOC list color. Space separated list of colors.
- local
Tloc stringList Encap - Local TLOC list encapsulation.
- local
Tloc booleanList Restrict - Local TLOC list restrict
- next
Hop string - Next hop IP
- next
Hop booleanLoose - Use routing table entry to forward the packet in case Next-hop is not available
- policer
List stringId - Policer list ID
- policer
List numberVersion - Policer list version
- preferred
Color stringGroup List - Preferred color group list ID
- preferred
Color numberGroup List Version - Preferred color group list version
- service
Tloc stringColor - Service TLOC color
- service
Tloc stringEncapsulation - Service TLOC encapsulation
- service
Tloc stringIp - Service TLOC IP address
- service
Tloc stringList Id - Service TLOC list ID
- service
Tloc numberList Version - Service TLOC list version
- service
Tloc booleanLocal - Service TLOC Local
- service
Tloc booleanRestrict - Service TLOC Restrict
- service
Type string - Service type
- service
Vpn numberId - Service VPN ID
- tloc
Color string - TLOC color
- tloc
Encapsulation string - TLOC encapsulation
- tloc
Ip string - TLOC IP address
- tloc
List stringId - TLOC list ID
- tloc
List numberVersion - TLOC list version
- type string
- Type of set parameter
- vpn
Id 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
- forwarding
Class String - Forwarding class
- local
Tloc StringList Color - Local TLOC list color. Space separated list of colors.
- local
Tloc StringList Encap - Local TLOC list encapsulation.
- local
Tloc BooleanList Restrict - Local TLOC list restrict
- next
Hop String - Next hop IP
- next
Hop BooleanLoose - Use routing table entry to forward the packet in case Next-hop is not available
- policer
List StringId - Policer list ID
- policer
List NumberVersion - Policer list version
- preferred
Color StringGroup List - Preferred color group list ID
- preferred
Color NumberGroup List Version - Preferred color group list version
- service
Tloc StringColor - Service TLOC color
- service
Tloc StringEncapsulation - Service TLOC encapsulation
- service
Tloc StringIp - Service TLOC IP address
- service
Tloc StringList Id - Service TLOC list ID
- service
Tloc NumberList Version - Service TLOC list version
- service
Tloc BooleanLocal - Service TLOC Local
- service
Tloc BooleanRestrict - Service TLOC Restrict
- service
Type String - Service type
- service
Vpn NumberId - Service VPN ID
- tloc
Color String - TLOC color
- tloc
Encapsulation String - TLOC encapsulation
- tloc
Ip String - TLOC IP address
- tloc
List StringId - TLOC list ID
- tloc
List NumberVersion - TLOC list version
- type String
- Type of set parameter
- vpn
Id Number - DSCP
GetTrafficDataPolicyDefinitionSequenceMatchEntry
- Application
List stringId - Application list ID
- Application
List intVersion - Application list version
- Destination
Data stringPrefix List Id - Destination Data Prefix list ID
- Destination
Data intPrefix List Version - Destination Data Prefix list version
- Destination
Ip string - Destination IP
- Destination
Port string - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- Destination
Region string - Destination region
- Dns string
- DNS request or response
- Dns
Application stringList Id - DNS Application list ID
- Dns
Application intList Version - DNS Application list version
- Dscp int
- DSCP value
- Icmp
Message string - ICMP Message
- Packet
Length int - Packet length
- Plp string
- PLP
- Protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- Source
Data stringPrefix List Id - Source Data Prefix list ID
- Source
Data intPrefix List Version - Source Data Prefix list version
- Source
Ip string - Source IP
- Source
Port string - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- Tcp string
- TCP flags
- Traffic
To string - Traffic to
- Type string
- Type of match entry
- Application
List stringId - Application list ID
- Application
List intVersion - Application list version
- Destination
Data stringPrefix List Id - Destination Data Prefix list ID
- Destination
Data intPrefix List Version - Destination Data Prefix list version
- Destination
Ip string - Destination IP
- Destination
Port string - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- Destination
Region string - Destination region
- Dns string
- DNS request or response
- Dns
Application stringList Id - DNS Application list ID
- Dns
Application intList Version - DNS Application list version
- Dscp int
- DSCP value
- Icmp
Message string - ICMP Message
- Packet
Length int - Packet length
- Plp string
- PLP
- Protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- Source
Data stringPrefix List Id - Source Data Prefix list ID
- Source
Data intPrefix List Version - Source Data Prefix list version
- Source
Ip string - Source IP
- Source
Port string - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- Tcp string
- TCP flags
- Traffic
To string - Traffic to
- Type string
- Type of match entry
- application
List StringId - Application list ID
- application
List IntegerVersion - Application list version
- destination
Data StringPrefix List Id - Destination Data Prefix list ID
- destination
Data IntegerPrefix List Version - Destination Data Prefix list version
- destination
Ip String - Destination IP
- destination
Port String - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destination
Region String - Destination region
- dns String
- DNS request or response
- dns
Application StringList Id - DNS Application list ID
- dns
Application IntegerList Version - DNS Application list version
- dscp Integer
- DSCP value
- icmp
Message String - ICMP Message
- packet
Length Integer - Packet length
- plp String
- PLP
- protocol String
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- source
Data StringPrefix List Id - Source Data Prefix list ID
- source
Data IntegerPrefix List Version - Source Data Prefix list version
- source
Ip String - Source IP
- source
Port String - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- tcp String
- TCP flags
- traffic
To String - Traffic to
- type String
- Type of match entry
- application
List stringId - Application list ID
- application
List numberVersion - Application list version
- destination
Data stringPrefix List Id - Destination Data Prefix list ID
- destination
Data numberPrefix List Version - Destination Data Prefix list version
- destination
Ip string - Destination IP
- destination
Port string - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destination
Region string - Destination region
- dns string
- DNS request or response
- dns
Application stringList Id - DNS Application list ID
- dns
Application numberList Version - DNS Application list version
- dscp number
- DSCP value
- icmp
Message string - ICMP Message
- packet
Length number - Packet length
- plp string
- PLP
- protocol string
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- source
Data stringPrefix List Id - Source Data Prefix list ID
- source
Data numberPrefix List Version - Source Data Prefix list version
- source
Ip string - Source IP
- source
Port string - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- tcp string
- TCP flags
- traffic
To 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
- application
List StringId - Application list ID
- application
List NumberVersion - Application list version
- destination
Data StringPrefix List Id - Destination Data Prefix list ID
- destination
Data NumberPrefix List Version - Destination Data Prefix list version
- destination
Ip String - Destination IP
- destination
Port String - Destination port, 0-65535 (Single value, range or multiple values separated by spaces)
- destination
Region String - Destination region
- dns String
- DNS request or response
- dns
Application StringList Id - DNS Application list ID
- dns
Application NumberList Version - DNS Application list version
- dscp Number
- DSCP value
- icmp
Message String - ICMP Message
- packet
Length Number - Packet length
- plp String
- PLP
- protocol String
- IP Protocol, 0-255 (Single value or multiple values separated by spaces)
- source
Data StringPrefix List Id - Source Data Prefix list ID
- source
Data NumberPrefix List Version - Source Data Prefix list version
- source
Ip String - Source IP
- source
Port String - Source port, 0-65535 (Single value, range or multiple values separated by spaces)
- tcp String
- TCP flags
- traffic
To 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.