Skip to content

Commit 851bbf8

Browse files
authored
add missing solution and profile types (#169)
1 parent df24550 commit 851bbf8

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

catalystwan/models/configuration/common.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
from typing import Literal
44

55
Solution = Literal[
6+
"cellulargateway",
67
"mobility",
7-
"sdwan",
88
"nfvirtual",
99
"sd-routing",
10-
"cellulargateway",
10+
"sdwan",
11+
"service-insertion",
1112
]

catalystwan/models/configuration/feature_profile/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646
"networks",
4747
"other",
4848
"policy-object", # automatically created default policy object feature profile
49+
"service-chain-definition",
4950
"service",
51+
"services",
5052
"sig-security",
5153
"system",
5254
"topology",

0 commit comments

Comments
 (0)