Skip to content

Commit 3ad55aa

Browse files
authored
[dev]: add missing values for Speed literal (#172)
* feat: add missing values for Speed literal
1 parent 2c62534 commit 3ad55aa

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

catalystwan/models/common.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -976,13 +976,7 @@ def parse_policy_mode(val: Optional[str]) -> _PolicyModeType:
976976
"sfp",
977977
]
978978

979-
Speed = Literal[
980-
"10",
981-
"100",
982-
"1000",
983-
"10000",
984-
"2500",
985-
]
979+
Speed = Literal["10", "100", "1000", "2500", "5000", "10000", "25000"]
986980

987981
EthernetNatType = Literal["pool", "loopback", "interface"]
988982

0 commit comments

Comments
 (0)