Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
add missing parcel types (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbanascisco authored Apr 25, 2024
1 parent 646fb03 commit 74fdf22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions catalystwan/models/configuration/feature_profile/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

ParcelType = Literal[
"appqoe",
"as-path",
"lan/vpn",
"lan/vpn/interface/ethernet",
"lan/vpn/interface/gre",
Expand Down Expand Up @@ -59,6 +60,9 @@
"security-zone",
"security-localapp",
"security-data-ip-prefix",
"unified/advanced-malware-protection",
"unified/intrusion-prevention",
"unified/url-filtering",
]

ProfileType = Literal[
Expand Down

0 comments on commit 74fdf22

Please sign in to comment.