File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
catalystwan/models/configuration/feature_profile/sdwan/uc_voice Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11** THIS FILE WAS AUTO-GENERATED DO NOT EDIT**
22
3- Generated for: catalystwan-0.40.2.dev4
3+ Generated for: catalystwan-0.40.2.dev5
44
55All URIs are relative to * /dataservice*
66HTTP request | Supported Versions | Method | Payload Type | Return Type | Tenancy Mode
Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ class Interface(BaseModel):
6565]
6666
6767
68- Value = Literal [
68+ ShortCableLengthValue = Literal [
6969 "-15" ,
7070 "-22.5" ,
7171 "-7.5" ,
7272 "0" ,
7373]
7474
75- CableLengthValue = Literal [
75+ LongCableLengthValue = Literal [
7676 "0" ,
7777 "110" ,
7878 "220" ,
@@ -82,6 +82,8 @@ class Interface(BaseModel):
8282 "660" ,
8383]
8484
85+ CableLengthValue = Literal [ShortCableLengthValue , LongCableLengthValue ]
86+
8587
8688LineTermination = Literal [
8789 "120-ohm" ,
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " catalystwan"
3- version = " 0.40.2dev4 "
3+ version = " 0.40.2dev5 "
44description = " Cisco Catalyst WAN SDK for Python"
55authors = [" kagorski <kagorski@cisco.com>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments