catalystwan 0.41.2.dev0__py3-none-any.whl → 0.41.2.dev1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_global.py +3 -1
- {catalystwan-0.41.2.dev0.dist-info → catalystwan-0.41.2.dev1.dist-info}/METADATA +1 -1
- {catalystwan-0.41.2.dev0.dist-info → catalystwan-0.41.2.dev1.dist-info}/RECORD +5 -5
- {catalystwan-0.41.2.dev0.dist-info → catalystwan-0.41.2.dev1.dist-info}/LICENSE +0 -0
- {catalystwan-0.41.2.dev0.dist-info → catalystwan-0.41.2.dev1.dist-info}/WHEEL +0 -0
|
@@ -13,7 +13,9 @@ IpFormat = Literal[
|
|
|
13
13
|
|
|
14
14
|
class TrustedPrefixList(BaseModel):
|
|
15
15
|
model_config = ConfigDict(populate_by_name=True)
|
|
16
|
-
ip: Optional[Union[Variable, Default[None], Global[str]]] = Field(
|
|
16
|
+
ip: Optional[Union[Variable, Default[None], Global[str], Global[List[str]]]] = Field(
|
|
17
|
+
default=None, description="list[str] should be used for versions >= 20.18"
|
|
18
|
+
)
|
|
17
19
|
ip_format: Optional[Union[Variable, Default[None], Global[IpFormat]]] = Field(
|
|
18
20
|
default=None, validation_alias="ipFormat", serialization_alias="ipFormat"
|
|
19
21
|
)
|
|
@@ -382,7 +382,7 @@ catalystwan/models/configuration/feature_profile/sdwan/uc_voice/supervisory_disc
|
|
|
382
382
|
catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_profile.py,sha256=eo_AR2RiN10kHdiiPY8Lak_3f30f4iJ8Z9yuvvKul1w,1835
|
|
383
383
|
catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_rule.py,sha256=vX0_ZzvN06cP_e2l1olzb-odgOhb_TBewZYOt6wvjLo,1261
|
|
384
384
|
catalystwan/models/configuration/feature_profile/sdwan/uc_voice/trunk_group.py,sha256=ZoL4g00rczi9VRDwhx11sskV7RqUfp8hK3cCsf2LA6M,1425
|
|
385
|
-
catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_global.py,sha256=
|
|
385
|
+
catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_global.py,sha256=9v3-IBHo0Qzxlguq6k8UbCE1SKJdoeoOO0q65HsoWIQ,2290
|
|
386
386
|
catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_tenant.py,sha256=7av6UzCBbztqFNbfhRIbJGDJg87n3QrTzZL9KT7Pems,1365
|
|
387
387
|
catalystwan/models/configuration/network_hierarchy/__init__.py,sha256=jGlyKaRRsfrK0gGKoPXqRPmO-myVgfbZVm3FzVkWSts,425
|
|
388
388
|
catalystwan/models/configuration/network_hierarchy/cflowd.py,sha256=dNeIZbUTcsu39vbRfq11Vww7wWiwWP6IzTxVqBwK5PA,5205
|
|
@@ -630,7 +630,7 @@ catalystwan/version.py,sha256=X5yIMPIrWPbdoF9eJfwxfjcvWr7JMfWQF98hQhlGB5I,3032
|
|
|
630
630
|
catalystwan/vmanage_auth.py,sha256=UZ57lTihsLsXw4AdU7Vn8XuY1jo3732Vc9WuFoHSiiQ,10780
|
|
631
631
|
catalystwan/workflows/backup_restore_device_templates.py,sha256=BoR2KlRbpCI6RxIWG7j7tucaLpw5w3ESN20dLhsrZFY,19796
|
|
632
632
|
catalystwan/workflows/tenant_migration.py,sha256=4KLbqUwH4gEegE92PCGfRd226eZd_crCUpaYUWoGXDI,9790
|
|
633
|
-
catalystwan-0.41.2.
|
|
634
|
-
catalystwan-0.41.2.
|
|
635
|
-
catalystwan-0.41.2.
|
|
636
|
-
catalystwan-0.41.2.
|
|
633
|
+
catalystwan-0.41.2.dev1.dist-info/LICENSE,sha256=97ROi91Vxrj_Jio2v8FI9E8-y6x2uYdQRaFlrEbVjkc,11375
|
|
634
|
+
catalystwan-0.41.2.dev1.dist-info/METADATA,sha256=A1fgLLemHRV1Bzd-97NHh3zfkmLJElPih4qf5jQfr84,21275
|
|
635
|
+
catalystwan-0.41.2.dev1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
636
|
+
catalystwan-0.41.2.dev1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|