Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UX2.0] Adds Application Priority Traffic Policy #254

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Add `sdwan_application_priority_feature_profile` resource and data source
- Add `sdwan_application_priority_qos_policy_profile_parcel` resource and data source
- Add `sdwan_transport_wan_vpn_interface_ethernet_profile_parcel` resource and data source
- Add `sdwan_application_priority_traffic_policy_profile_parcel` resource and data source

## 0.3.9

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "sdwan_application_priority_traffic_policy_profile_parcel Data Source - terraform-provider-sdwan"
subcategory: "Profile Parcels"
description: |-
This data source can read the Application Priority Traffic Policy profile parcel.
---

# sdwan_application_priority_traffic_policy_profile_parcel (Data Source)

This data source can read the Application Priority Traffic Policy profile parcel.

## Example Usage

```terraform
data "sdwan_application_priority_traffic_policy_profile_parcel" "example" {
id = "f6b2c44c-693c-4763-b010-895aa3d236bd"
feature_profile_id = "f6dd22c8-0b4f-496c-9a0b-6813d1f8b8ac"
}
```

<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `feature_profile_id` (String) Feature Profile ID
- `id` (String) The id of the profile parcel

### Read-Only

- `default_action` (String)
- `description` (String) The description of the profile parcel
- `name` (String) The name of the profile parcel
- `sequences` (Attributes List) Traffic policy sequence list (see [below for nested schema](#nestedatt--sequences))
- `simple_flow` (Boolean)
- `target_direction` (String)
- `version` (Number) The version of the profile parcel
- `vpn` (Set of String)

<a id="nestedatt--sequences"></a>
### Nested Schema for `sequences`

Read-Only:

- `actions` (Attributes List) (see [below for nested schema](#nestedatt--sequences--actions))
- `base_action` (String) Base Action
- `matches` (Attributes List) (see [below for nested schema](#nestedatt--sequences--matches))
- `name` (String) Sequence Name
- `protocol` (String) Sequence IP Type
- `sequence_id` (Number) Sequence Id

<a id="nestedatt--sequences--actions"></a>
### Nested Schema for `sequences.actions`

Read-Only:

- `backup_sla_preferred_color` (Set of String) Backup SLA perferred color
- `cflowd` (Boolean)
- `counter` (String)
- `dre_optimization` (Boolean)
- `fallback_to_routing` (Boolean)
- `log` (Boolean)
- `loss_correct_fec_threshold` (Number)
- `loss_correction_type` (String)
- `nat_bypass` (Boolean)
- `nat_dia_interface` (Set of String)
- `nat_dia_pool` (Set of Number)
- `nat_fallback` (Boolean)
- `nat_pool` (Number)
- `nat_vpn` (Boolean)
- `redirect_dns_field` (String)
- `redirect_dns_value` (String)
- `secure_internet_gateway` (Boolean)
- `secure_service_edge` (String)
- `secure_service_edge_instance` (String)
- `service_node_group` (String)
- `sets` (Attributes List) (see [below for nested schema](#nestedatt--sequences--actions--sets))
- `sla_class` (Attributes List) slaClass (see [below for nested schema](#nestedatt--sequences--actions--sla_class))
- `tcp_optimization` (Boolean)

<a id="nestedatt--sequences--actions--sets"></a>
### Nested Schema for `sequences.actions.sets`

Read-Only:

- `dscp` (Number)
- `forwarding_class_id` (String)
- `local_tloc_list_color` (Set of String)
- `local_tloc_list_encapsulation` (String)
- `local_tloc_restrict` (String)
- `next_hop` (String)
- `next_hop_ipv6` (String)
- `policer_id` (String)
- `preferred_color_group_id` (String)
- `preferred_remote_color_id` (Set of String)
- `preferred_remote_color_restrict` (String)
- `service_chain_encapsulation` (String)
- `service_chain_fallback_to_routing` (Boolean)
- `service_chain_id` (String)
- `service_chain_local` (Boolean)
- `service_chain_tloc` (Set of String)
- `service_chain_tloc_list_id` (String)
- `service_chain_type` (String)
- `service_chain_vpn` (Number)
- `service_color` (Set of String)
- `service_encapsulation` (String)
- `service_tloc_ip` (String)
- `service_tloc_list_id` (String)
- `service_type` (String)
- `service_vpn` (String)
- `tloc_color` (Set of String)
- `tloc_encapsulation` (String)
- `tloc_ip` (String)
- `tloc_list_id` (String)
- `vpn` (String)


<a id="nestedatt--sequences--actions--sla_class"></a>
### Nested Schema for `sequences.actions.sla_class`

Read-Only:

- `fallback_to_best_path` (Boolean)
- `preferred_color` (Set of String)
- `preferred_color_group_id` (String)
- `preferred_remote_color` (Set of String)
- `remote_color_restrict` (Boolean)
- `sla_class_list_id` (String)
- `strict_drop` (Boolean)



<a id="nestedatt--sequences--matches"></a>
### Nested Schema for `sequences.matches`

Read-Only:

- `application_list_id` (String)
- `destination_data_ipv6_prefix_list_id` (String)
- `destination_data_prefix_list_id` (String)
- `destination_port` (Set of String) Destination Port (0-65535) range or individual number separated by space
- `destination_region` (String) Destination Region
- `dns` (String) Dns
- `dns_application_list_id` (String)
- `dscp` (Number) DSCP number
- `packet_length` (String) Packet Length
- `protocol` (Set of String) protocol (0-255) range or individual number separated by space
- `source_data_ipv6_prefix_list_id` (String)
- `source_data_prefix_list_id` (String)
- `source_port` (Set of String) Source Port (0-65535) range or individual number separated by space
- `tcp` (String) TCP States
- `traffic_class` (String) Traffic Class
- `traffic_to` (String) Traffic to
1 change: 1 addition & 0 deletions docs/guides/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ description: |-
- Add `sdwan_application_priority_feature_profile` resource and data source
- Add `sdwan_application_priority_qos_policy_profile_parcel` resource and data source
- Add `sdwan_transport_wan_vpn_interface_ethernet_profile_parcel` resource and data source
- Add `sdwan_application_priority_traffic_policy_profile_parcel` resource and data source

## 0.3.9

Expand Down
Loading