We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df24550 commit 851bbf8Copy full SHA for 851bbf8
2 files changed
catalystwan/models/configuration/common.py
@@ -3,9 +3,10 @@
3
from typing import Literal
4
5
Solution = Literal[
6
+ "cellulargateway",
7
"mobility",
- "sdwan",
8
"nfvirtual",
9
"sd-routing",
10
- "cellulargateway",
+ "sdwan",
11
+ "service-insertion",
12
]
catalystwan/models/configuration/feature_profile/common.py
@@ -46,7 +46,9 @@
46
"networks",
47
"other",
48
"policy-object", # automatically created default policy object feature profile
49
+ "service-chain-definition",
50
"service",
51
+ "services",
52
"sig-security",
53
"system",
54
"topology",
0 commit comments