catalystwan 0.41.5.dev2__tar.gz → 0.41.5.dev4__tar.gz
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-0.41.5.dev2 → catalystwan-0.41.5.dev4}/PKG-INFO +1 -1
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/mixins.py +14 -6
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/common.py +12 -6
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/traffic_policy.py +32 -7
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/routing/bgp.py +7 -7
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/routing/ospf.py +3 -3
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/routing/ospfv3.py +4 -4
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/eigrp.py +3 -3
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/ethernet.py +5 -4
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/multilink.py +13 -5
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/svi.py +10 -5
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +7 -7
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/multilink.py +13 -5
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/t1e1serial.py +5 -5
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/network_hierarchy/cflowd.py +5 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/traffic_data.py +18 -16
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/policy_definition.py +17 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/pyproject.toml +1 -1
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/LICENSE +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/README.md +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/abstractions.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/admin_tech_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/administration.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/alarms_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/api_container.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/basic_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/application_priority.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/builder_factory.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/cli.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/other.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/report.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/service.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/system.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/transport.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/builders/feature_profiles/uc_voice.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/config_device_inventory_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/config_group_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/configuration_groups/parcel.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/dashboard_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/device_action_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/feature_profile_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/logs_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/monitoring_status_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/mtt_aaa_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/omp_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/packet_capture_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/parcel_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/partition_manager_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/policy_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/resource_pool_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/software_action_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/speedtest_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/task_status_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/template_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/README.md +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/bool_str.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/cli_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/device_template/device_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/device_variable.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/feature_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/feature_template_field.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/feature_template_payload.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/aaa_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_aaa_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_banner_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_bfd_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_bgp_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_logging_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_ntp_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_omp_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_ospf.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_ospfv3.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_secure_internet_gateway.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_snmp_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_system.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_vpn_interface_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cisco_vpn_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/cli_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/omp_vsmart_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/security_vsmart_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/supported.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/system_vsmart_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/vpn_vsmart_interface_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/models/vpn_vsmart_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/aaa/aaa_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/aaa/feature/aaa.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/aaa/feature/accounting.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/aaa/feature/radius.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/aaa/feature/tacacs.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/aaa/feature/user.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/cisco_vpn/cisco_vpn_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/cisco_vpn/feature/cisco_vpn.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/cisco_vpn/feature/dns.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/cisco_vpn/feature/ipv4route.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/cisco_vpn/feature/ipv6route.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/cisco_vpn/feature/mapping.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/tenant/tenant.json.j2 +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/templates/payloads/tenant/tenant_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/tenant_backup_restore_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/tenant_management_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/tenant_migration_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/versions_utils.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/api/virtual_image_action_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/apigw_auth.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/dataclasses.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/administration_user_and_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/api_gateway.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/certificate_management_device.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/certificate_management_vmanage.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/client.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/cluster_management.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/device/software_update.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/disaster_recovery.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/application_priority.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/cli.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/dns_security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/embedded_security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/other.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/policy_object.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/service.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/sig_security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/system.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/topology.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/transport.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/feature_profile/sdwan/uc_voice.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/network_hierarchy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/packages.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/abstractions.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/access_control_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/access_control_list_ipv6.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/aip.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/amp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/app_route.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/cflowd.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/control.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/device_access.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/device_access_ipv6.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/dial_peer.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/dns_security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/fxo_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/fxs_did_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/fxs_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/hub_and_spoke.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/intrusion_prevention.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/mesh.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/pri_isdn_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/qos_map.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/rewrite.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/route_policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/rule_set.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/security_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/srst_phone_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/ssl_decryption.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/ssl_decryption_utd_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/traffic_data.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/url_filtering.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/vpn_membership.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/vpn_qos_map.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/definition/zone_based_firewall.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/app.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/app_probe.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/as_path.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/class_map.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/color.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/community.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/data_ipv6_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/data_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/expanded_community.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/extended_community.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/fax_protocol.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/fqdn.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/geo_location.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/identity.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/ips_signature.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/ipv6_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/local_app.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/local_domain.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/media_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/mirror.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/modem_pass_through.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/policer.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/preferred_color_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/protocol_name.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/region.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/scalable_group_tag.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/site.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/sla.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/supervisory_disconnect.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/threat_grid_api_key.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/tloc.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/translation_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/translation_rules.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/trunkgroup.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/umbrella_data.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/url_allow_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/url_block_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/vpn.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/list/zone.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/security_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/vedge_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/voice_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy/vsmart_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/policy_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/software_actions.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration/topology_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_dashboard_status.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_device_actions.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_device_inventory.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_device_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_feature_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_general_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_settings.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/configuration_template_master.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/endpoints_container.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/misc.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/monitoring/device_details.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/monitoring/security_policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/monitoring/server_info.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/monitoring/status.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/real_time_monitoring/reboot_history.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/sdavc_cloud_connector.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/tenant_backup_restore.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/tenant_management.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/tenant_migration.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/troubleshooting_tools/device_connectivity.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/endpoints/url_monitoring.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/exceptions.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/base.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/policy/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/policy/base.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/policy/test_extended_community.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/policy/test_security_app_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_application_priority.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_cli.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_dns_security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_other.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_service.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_sig_security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_ssl_decryption.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_system.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_tracker.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/test_transport.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/sdwan/topology/test_topology.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/feature_profile/test_parcel.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/profile_builder/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/profile_builder/test_pb_service.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/profile_builder/test_pb_transport.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/profile_builder/test_pb_uc_voice.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/test_data/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/test_find_template_values.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/test_network_hierarchy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/integration_tests/test_settings.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/logging.conf +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/common.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/common.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/README.md +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/builder.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/parcel.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/acl/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/acl/ipv4acl.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/acl/ipv6acl.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/cloud_probe.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/policy_settings.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/qos_policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/cli/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/cli/config.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/cli/full_config.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/dns_security/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/dns_security/dns.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/ngfirewall.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/other/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/other/cybervision.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/other/thousandeyes.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/other/ucse.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/app_probe.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/application_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/as_path.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/color_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/data_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/expanded_community_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/extended_community.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/fowarding_class.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv4_network_object.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv4_service_object.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_data_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_prefix_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/mirror.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/network_object_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/object_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/policer.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefered_group_color.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefix_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/service_object_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/sla_class.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/standard_community.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/tloc_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/aip.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/amp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/application_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/data_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/fqdn.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/geolocation_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/identity.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/intrusion_prevention.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ips_signature.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/local_domain.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/object_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/protocol_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/rule_set.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/scalable_group_tag.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/security_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url_filtering.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/zone.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/routing/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/appqoe.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/dhcp_server.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/dual_router_ha.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/common.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/gre.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/ipsec.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/multicast.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/object_tracker.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/route_policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/service_chain.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/service_insertion_attachment.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/switchport.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/tracker.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/service/wireless_lan.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/sig_security/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/sig_security/sig_security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/aaa.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/banner.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/basic.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/bfd.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/device_access.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/device_access_ipv6.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/global_parcel.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/logging_parcel.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/mrf.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/ntp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/omp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/system/snmp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/topology/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/topology/custom_control.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/topology/hubspoke.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/topology/mesh.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/trackers/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/trackers/tracker.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/trackers/tracker_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_controller.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/gps.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/management/ethernet.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/t1e1controller.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/vpn.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/cellular.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ethernet.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/gre.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ipsec.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/protocol_over.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/analog_interface.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/call_routing.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/digital_interface.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/dsp_farm.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/media_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/server_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/srst.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/supervisory_disconnect.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_rule.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/trunk_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_global.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/voice_tenant.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/network_hierarchy/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/network_hierarchy/node.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/network_hierarchy/security_logging.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/packages.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/policy_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/profile_type.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/configuration/topology_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/device_inventory.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/feature_profile_parcel.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/misc/application_protocols.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/monitoring/security_policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/monitoring/server_info.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/centralized.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/access_control_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/access_control_list_ipv6.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/aip.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/amp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/app_route.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/cflowd.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/control.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/device_access.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/device_access_ipv6.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/dial_peer.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/dns_security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/fxo_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/fxs_did_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/fxs_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/hub_and_spoke.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/intrusion_prevention.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/mesh.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/pri_isdn_port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/qos_map.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/rewrite.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/route_policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/rule_set.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/security_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/srst_phone_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/ssl_decryption.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/ssl_decryption_utd_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/url_filtering.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/vpn_membership.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/vpn_qos_map.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/definition/zone_based_firewall.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/app.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/app_probe.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/as_path.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/class_map.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/color.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/communities.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/data_ipv6_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/data_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/fax_protocol.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/fqdn.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/geo_location.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/identity.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/ips_signature.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/ipv6_prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/local_app.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/local_domain.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/media_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/mirror.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/modem_pass_through.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/policer.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/port.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/preferred_color_group.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/prefix.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/protocol_name.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/region.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/scalable_group_tag.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/site.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/sla.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/supervisory_disconnect.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/threat_grid_api_key.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/tloc.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/translation_profile.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/translation_rules.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/trunkgroup.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/umbrella_data.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/url.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/vpn.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/list/zone.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/localized.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/policy_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/security.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/policy/voice.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/settings.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/templates.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/tenant.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/models/url_monitoring.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/request_limiter.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/response.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/session.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/builders/test_report.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/builders/uc_voice.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/models/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/models/configuration/feature_profile/sdwan/policy_object/security/test_url.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/models/test_digital_interface.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/aaa_basic.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/aaa_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/basic/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/basic/alias.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/basic/basic.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/basic/basic_no_value.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/basic/children.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/basic/children_nested.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/basic/children_nested_datapath.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/basic/data_path.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_aaa.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_aaa_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_banner.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_bfd.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_logging_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_ntp_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_omp_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_ospf_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_sig.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_snmp_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_system_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_vpn_basic.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_vpn_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/cisco_vpn_interface_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/default_cisco_system.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/omp_vsmart_1.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/omp_vsmart_2.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/omp_vsmart_3.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/omp_vsmart_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/security_vsmart_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/system_vsmart_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/vpn_vsmart_basic.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/vpn_vsmart_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/vpn_vsmart_interface_basic.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/definitions/vpn_vsmart_interface_complex.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/aaa.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_aaa.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_banner.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_bfd.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_logging.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_ntp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_omp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_ospf.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_secure_internet_gateway.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_snmp.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_system.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_vpn.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/cisco_vpn_interface.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/omp_vsmart.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/security_vsmart.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/system_vsmart.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/vpn_vsmart.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/models/vpn_vsmart_interface.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/aaa.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/basic/alias.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/basic/basic.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/basic/children.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/basic/children_nested.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/basic/children_nested_datapath.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/basic/data_path.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cedge_aaa.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_banner.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_bfd.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_logging.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_ntp.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_omp.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_ospf.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_secure_internet_gateway.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_snmp.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_system.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_vpn.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/cisco_vpn_interface.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/omp-vsmart.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/security-vsmart.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/system-vsmart.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/vpn-vsmart-interface.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/schemas/vpn-vsmart.json +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/test_chose_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/test_deserialize_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/test_find_template_values.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/test_find_template_values_2.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/test_generate_payload.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/templates/test_serialize_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_admin_tech_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_administration.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_alarms_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_cli_template.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_creation_tools.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_device_action_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_devices_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_endpoints.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_feature_profile_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_feature_template_field.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_logs_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_models_common.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_monitoring_security_policy.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_monitoring_server_info.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_monitoring_status_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_mtt_aaa_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_omp_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_packet_capture.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_partition_manager_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_response.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_session.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_software_action_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_speed_test_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_task_status_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_templates.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_tenant_backup_restore_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_tenant_management_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_tenant_migration_api.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_typed_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_url_monitoring.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_version.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_version_utils.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/tests/test_vmanage_auth.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/typed_list.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/__init__.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/alarm_status.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/certificate_status.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/colors.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/config_status.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/creation_tools.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/dashboard.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/device_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/dict.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/feature_template/choose_model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/feature_template/find_template_values.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/model.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/operation_status.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/persona.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/personality.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/pydantic_field.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/reachability.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/session_type.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/template_type.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/type_check.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/upgrades_helper.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/utils/validate_status.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/version.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/vmanage_auth.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/workflows/backup_restore_device_templates.py +0 -0
- {catalystwan-0.41.5.dev2 → catalystwan-0.41.5.dev4}/catalystwan/workflows/tenant_migration.py +0 -0
|
@@ -17,14 +17,17 @@ class TrackerMixin:
|
|
|
17
17
|
def _create_parcel(self, profile_uuid: UUID, tracker: Tracker | TrackerGroup) -> UUID:
|
|
18
18
|
raise NotImplementedError()
|
|
19
19
|
|
|
20
|
-
def
|
|
20
|
+
def _create_tracker_groups(self, profile_uuid: UUID) -> None:
|
|
21
21
|
for tracker_group_tags, tracker_group, trackers in self._tracker_groups:
|
|
22
|
-
trackers_uuids:
|
|
23
|
-
for
|
|
24
|
-
|
|
22
|
+
trackers_uuids: set[UUID] = set()
|
|
23
|
+
for tracker in trackers:
|
|
24
|
+
if tracker.parcel_name in self._shared_trackers:
|
|
25
|
+
tracker_uuid = self._shared_trackers[tracker.parcel_name]
|
|
26
|
+
else:
|
|
27
|
+
tracker_uuid = self._create_parcel(profile_uuid, tracker)
|
|
25
28
|
if tracker_uuid:
|
|
26
|
-
trackers_uuids.
|
|
27
|
-
self._shared_trackers[
|
|
29
|
+
trackers_uuids.add(tracker_uuid)
|
|
30
|
+
self._shared_trackers[tracker.parcel_name] = tracker_uuid
|
|
28
31
|
|
|
29
32
|
for tracker_uuid in trackers_uuids:
|
|
30
33
|
tracker_group.add_ref(tracker_uuid)
|
|
@@ -34,6 +37,7 @@ class TrackerMixin:
|
|
|
34
37
|
for tag in tracker_group_tags:
|
|
35
38
|
self._interface_tag_to_existing_tracker[tag] = tracker_group_uuid, tracker_group._get_parcel_type()
|
|
36
39
|
|
|
40
|
+
def _create_trackers(self, profile_uuid: UUID) -> None:
|
|
37
41
|
for tracker_tags, tracker in self._trackers:
|
|
38
42
|
if tracker.parcel_name in self._shared_trackers:
|
|
39
43
|
created_tracker_uuid = self._shared_trackers[tracker.parcel_name]
|
|
@@ -42,3 +46,7 @@ class TrackerMixin:
|
|
|
42
46
|
if created_tracker_uuid:
|
|
43
47
|
for tag in tracker_tags:
|
|
44
48
|
self._interface_tag_to_existing_tracker[tag] = (created_tracker_uuid, tracker._get_parcel_type())
|
|
49
|
+
|
|
50
|
+
def create_trackers(self, profile_uuid: UUID) -> None:
|
|
51
|
+
self._create_tracker_groups(profile_uuid)
|
|
52
|
+
self._create_trackers(profile_uuid)
|
|
@@ -308,12 +308,14 @@ class WANService(BaseModel):
|
|
|
308
308
|
service_type: Global[Literal["TE"]] = Field(serialization_alias="serviceType", validation_alias="serviceType")
|
|
309
309
|
|
|
310
310
|
|
|
311
|
-
class
|
|
311
|
+
class RefIdVariableItem(BaseModel):
|
|
312
312
|
model_config = ConfigDict(
|
|
313
313
|
extra="forbid",
|
|
314
314
|
populate_by_name=True,
|
|
315
315
|
)
|
|
316
|
-
ref_id: Union[Global[str], Default[None]] = Field(
|
|
316
|
+
ref_id: Union[Global[str], Default[None], Variable] = Field(
|
|
317
|
+
..., serialization_alias="refId", validation_alias="refId"
|
|
318
|
+
)
|
|
317
319
|
|
|
318
320
|
@classmethod
|
|
319
321
|
def from_uuid(cls, ref_id: UUID):
|
|
@@ -323,6 +325,10 @@ class RefIdItem(BaseModel):
|
|
|
323
325
|
return hash(self.ref_id.value)
|
|
324
326
|
|
|
325
327
|
|
|
328
|
+
class RefIdItem(RefIdVariableItem):
|
|
329
|
+
ref_id: Union[Global[str], Default[None]] = Field(..., serialization_alias="refId", validation_alias="refId")
|
|
330
|
+
|
|
331
|
+
|
|
326
332
|
class RefIdList(BaseModel):
|
|
327
333
|
model_config = ConfigDict(
|
|
328
334
|
extra="forbid",
|
|
@@ -466,16 +472,16 @@ class AclQos(BaseModel):
|
|
|
466
472
|
adaptive_qos: Optional[Union[Global[bool], Default[bool]]] = Field(
|
|
467
473
|
default=None, validation_alias="adaptiveQoS", serialization_alias="adaptiveQoS"
|
|
468
474
|
)
|
|
469
|
-
ipv4_acl_egress: Optional[
|
|
475
|
+
ipv4_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
470
476
|
default=None, validation_alias="ipv4AclEgress", serialization_alias="ipv4AclEgress"
|
|
471
477
|
)
|
|
472
|
-
ipv4_acl_ingress: Optional[
|
|
478
|
+
ipv4_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
473
479
|
default=None, validation_alias="ipv4AclIngress", serialization_alias="ipv4AclIngress"
|
|
474
480
|
)
|
|
475
|
-
ipv6_acl_egress: Optional[
|
|
481
|
+
ipv6_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
476
482
|
default=None, validation_alias="ipv6AclEgress", serialization_alias="ipv6AclEgress"
|
|
477
483
|
)
|
|
478
|
-
ipv6_acl_ingress: Optional[
|
|
484
|
+
ipv6_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
479
485
|
default=None, validation_alias="ipv6AclIngress", serialization_alias="ipv6AclIngress"
|
|
480
486
|
)
|
|
481
487
|
shaping_rate: Optional[Union[Variable, Global[int], Default[None]]] = Field(
|
|
@@ -255,6 +255,9 @@ class SlaClass(BaseModel):
|
|
|
255
255
|
preferred_color_group: Optional[RefIdItem] = Field(
|
|
256
256
|
default=None, validation_alias="preferredColorGroup", serialization_alias="preferredColorGroup"
|
|
257
257
|
)
|
|
258
|
+
preferred_color_group_restrict: Optional[Global[bool]] = Field(
|
|
259
|
+
default=None, validation_alias="preferredColorGroupRestrict", serialization_alias="preferredColorGroupRestrict"
|
|
260
|
+
)
|
|
258
261
|
preferred_remote_color: Optional[Global[List[TLOCColor]]] = Field(
|
|
259
262
|
default=None, validation_alias="preferredRemoteColor", serialization_alias="preferredRemoteColor"
|
|
260
263
|
)
|
|
@@ -281,7 +284,7 @@ class LocalTlocList(BaseModel):
|
|
|
281
284
|
class PreferredRemoteColor(BaseModel):
|
|
282
285
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
283
286
|
color: Global[List[TLOCColor]]
|
|
284
|
-
remote_color_restrict: Optional[Global[
|
|
287
|
+
remote_color_restrict: Optional[Global[bool]] = Field(
|
|
285
288
|
default=None, validation_alias="remoteColorRestrict", serialization_alias="remoteColorRestrict"
|
|
286
289
|
)
|
|
287
290
|
|
|
@@ -373,6 +376,13 @@ class SetPreferredColorGroup(BaseModel):
|
|
|
373
376
|
)
|
|
374
377
|
|
|
375
378
|
|
|
379
|
+
class SetPreferredColorGroupRestrict(BaseModel):
|
|
380
|
+
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
381
|
+
preferred_color_group_restrict: Optional[Global[bool]] = Field(
|
|
382
|
+
default=None, validation_alias="preferredColorGroupRestrict", serialization_alias="preferredColorGroupRestrict"
|
|
383
|
+
)
|
|
384
|
+
|
|
385
|
+
|
|
376
386
|
class SetPreferredRemoteColor(BaseModel):
|
|
377
387
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
378
388
|
preferred_remote_color: Optional[PreferredRemoteColor] = Field(
|
|
@@ -416,6 +426,7 @@ Set = Union[
|
|
|
416
426
|
SetNextHopLoose,
|
|
417
427
|
SetPolicer,
|
|
418
428
|
SetPreferredColorGroup,
|
|
429
|
+
SetPreferredColorGroupRestrict,
|
|
419
430
|
SetPreferredRemoteColor,
|
|
420
431
|
SetService,
|
|
421
432
|
SetServiceChain,
|
|
@@ -515,6 +526,7 @@ class SlaClassAction(BaseModel):
|
|
|
515
526
|
sla_name: Optional[UUID] = None,
|
|
516
527
|
preferred_color: Optional[List[TLOCColor]] = None,
|
|
517
528
|
preferred_color_group: Optional[UUID] = None,
|
|
529
|
+
preferred_color_group_restrict: Optional[bool] = None,
|
|
518
530
|
preferred_remote_color: Optional[List[TLOCColor]] = None,
|
|
519
531
|
remote_color_restrict: Optional[bool] = None,
|
|
520
532
|
strict: Optional[bool] = None,
|
|
@@ -528,6 +540,10 @@ class SlaClassAction(BaseModel):
|
|
|
528
540
|
action.sla_class.append(SlaClass(preferred_color=Global[List[TLOCColor]](value=preferred_color)))
|
|
529
541
|
if preferred_color_group:
|
|
530
542
|
action.sla_class.append(SlaClass(preferred_color_group=RefIdItem.from_uuid(preferred_color_group)))
|
|
543
|
+
if preferred_color_group_restrict is not None:
|
|
544
|
+
action.sla_class.append(
|
|
545
|
+
SlaClass(preferred_color_group_restrict=Global[bool](value=preferred_color_group_restrict))
|
|
546
|
+
)
|
|
531
547
|
if preferred_remote_color:
|
|
532
548
|
action.sla_class.append(
|
|
533
549
|
SlaClass(preferred_remote_color=Global[List[TLOCColor]](value=preferred_remote_color))
|
|
@@ -883,20 +899,27 @@ class Sequence(BaseModel):
|
|
|
883
899
|
def associate_preferred_color_group_action(self, group_id: UUID) -> None:
|
|
884
900
|
self._insert_action_in_set(SetPreferredColorGroup(preferred_color_group=RefIdItem.from_uuid(group_id)))
|
|
885
901
|
|
|
886
|
-
def
|
|
887
|
-
|
|
902
|
+
def associate_preferred_color_group_restrict_action(self, restrict: bool) -> None:
|
|
903
|
+
self._insert_action_in_set(SetPreferredColorGroupRestrict(preferred_color_group_restrict=as_global(restrict)))
|
|
904
|
+
|
|
905
|
+
def associate_preferred_remote_color_action(self, color: List[TLOCColor], restrict: Optional[bool] = False) -> None:
|
|
906
|
+
self._insert_action_in_set(
|
|
907
|
+
SetPreferredRemoteColor(
|
|
908
|
+
preferred_remote_color=PreferredRemoteColor(
|
|
909
|
+
color=Global[List[TLOCColor]](value=color), remote_color_restrict=as_global(restrict)
|
|
910
|
+
)
|
|
911
|
+
)
|
|
912
|
+
)
|
|
888
913
|
|
|
889
914
|
@overload
|
|
890
915
|
def associate_service_action(
|
|
891
916
|
self, service_type: ServiceType, vpn: Optional[int] = None, *, tloc_list_id: UUID
|
|
892
|
-
) -> None:
|
|
893
|
-
...
|
|
917
|
+
) -> None: ...
|
|
894
918
|
|
|
895
919
|
@overload
|
|
896
920
|
def associate_service_action(
|
|
897
921
|
self, service_type: ServiceType, vpn: int, *, ip: IPv4Address, color: List[TLOCColor], encap: EncapType
|
|
898
|
-
) -> None:
|
|
899
|
-
...
|
|
922
|
+
) -> None: ...
|
|
900
923
|
|
|
901
924
|
def associate_service_action(
|
|
902
925
|
self,
|
|
@@ -1016,6 +1039,7 @@ class Sequence(BaseModel):
|
|
|
1016
1039
|
sla_name: Optional[UUID] = None,
|
|
1017
1040
|
preferred_color: Optional[List[TLOCColor]] = None,
|
|
1018
1041
|
preferred_color_group: Optional[UUID] = None,
|
|
1042
|
+
preferred_color_group_restrict: Optional[bool] = None,
|
|
1019
1043
|
preferred_remote_color: Optional[List[TLOCColor]] = None,
|
|
1020
1044
|
remote_color_restrict: Optional[bool] = None,
|
|
1021
1045
|
strict: Optional[bool] = None,
|
|
@@ -1025,6 +1049,7 @@ class Sequence(BaseModel):
|
|
|
1025
1049
|
sla_name=sla_name,
|
|
1026
1050
|
preferred_color=preferred_color,
|
|
1027
1051
|
preferred_color_group=preferred_color_group,
|
|
1052
|
+
preferred_color_group_restrict=preferred_color_group_restrict,
|
|
1028
1053
|
preferred_remote_color=preferred_remote_color,
|
|
1029
1054
|
remote_color_restrict=remote_color_restrict,
|
|
1030
1055
|
strict=strict,
|
|
@@ -8,7 +8,7 @@ from typing import List, Literal, Optional, Union
|
|
|
8
8
|
from pydantic import AliasPath, BaseModel, ConfigDict, Field
|
|
9
9
|
|
|
10
10
|
from catalystwan.api.configuration_groups.parcel import Default, Global, Variable, _ParcelBase
|
|
11
|
-
from catalystwan.models.configuration.feature_profile.common import AddressWithMask,
|
|
11
|
+
from catalystwan.models.configuration.feature_profile.common import AddressWithMask, RefIdVariableItem
|
|
12
12
|
|
|
13
13
|
FamilyType = Literal["ipv4-unicast", "vpnv4-unicast", "vpnv6-unicast", "ipv6-unicast"]
|
|
14
14
|
PolicyTypeOff = Literal["off"]
|
|
@@ -118,13 +118,13 @@ class AddressFamilyItem(BaseModel):
|
|
|
118
118
|
description="Set maximum number of prefixes accepted from BGP peer"
|
|
119
119
|
"and threshold exceeded policy actions (restart or warning)",
|
|
120
120
|
)
|
|
121
|
-
in_route_policy: Optional[Union[
|
|
121
|
+
in_route_policy: Optional[Union[RefIdVariableItem, Default[None]]] = Field(
|
|
122
122
|
default=None,
|
|
123
123
|
serialization_alias="inRoutePolicy",
|
|
124
124
|
validation_alias="inRoutePolicy",
|
|
125
125
|
description="In direction route policy name",
|
|
126
126
|
)
|
|
127
|
-
out_route_policy: Optional[Union[
|
|
127
|
+
out_route_policy: Optional[Union[RefIdVariableItem, Default[None]]] = Field(
|
|
128
128
|
default=None,
|
|
129
129
|
serialization_alias="outRoutePolicy",
|
|
130
130
|
validation_alias="outRoutePolicy",
|
|
@@ -367,7 +367,7 @@ class RedistributeItem(BaseModel):
|
|
|
367
367
|
description="Set the protocol to redistribute routes from. "
|
|
368
368
|
"Transport and Management Protocols don't have a 'omp' option",
|
|
369
369
|
)
|
|
370
|
-
route_policy: Optional[Union[Default[None],
|
|
370
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
371
371
|
default=None,
|
|
372
372
|
serialization_alias="routePolicy",
|
|
373
373
|
validation_alias="routePolicy",
|
|
@@ -404,7 +404,7 @@ class AddressFamily(BaseModel):
|
|
|
404
404
|
originate: Optional[Union[Variable, Global[bool], Default[Literal[False]]]] = Field(
|
|
405
405
|
default=None, description="BGP Default Information Variable"
|
|
406
406
|
)
|
|
407
|
-
name: Optional[Union[Default[None],
|
|
407
|
+
name: Optional[Union[Default[None], RefIdVariableItem]] = Field(default=None, description="Table Map Policy name")
|
|
408
408
|
filter: Optional[Union[Variable, Global[bool], Default[Literal[False]]]] = Field(
|
|
409
409
|
default=None, description="Table map filtered or not"
|
|
410
410
|
)
|
|
@@ -450,7 +450,7 @@ class Ipv6RedistributeItem(BaseModel):
|
|
|
450
450
|
description="Set the protocol to redistribute routes from. "
|
|
451
451
|
"Transport and Management Protocols don't have a 'omp' option",
|
|
452
452
|
)
|
|
453
|
-
route_policy: Optional[Union[Default[None],
|
|
453
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
454
454
|
default=None,
|
|
455
455
|
serialization_alias="routePolicy",
|
|
456
456
|
validation_alias="routePolicy",
|
|
@@ -490,7 +490,7 @@ class Ipv6AddressFamily(BaseModel):
|
|
|
490
490
|
originate: Optional[Union[Variable, Global[bool], Default[Literal[False]]]] = Field(
|
|
491
491
|
default=None, description="BGP Default Information Variable"
|
|
492
492
|
)
|
|
493
|
-
name: Optional[Union[Default[None],
|
|
493
|
+
name: Optional[Union[Default[None], RefIdVariableItem]] = Field(default=None, description="Table Map Policy name")
|
|
494
494
|
filter: Optional[Union[Variable, Global[bool], Default[Literal[False]]]] = Field(
|
|
495
495
|
default=None, description="Table map filtered or not"
|
|
496
496
|
)
|
|
@@ -8,7 +8,7 @@ from pydantic import AliasPath, BaseModel, ConfigDict, Field
|
|
|
8
8
|
|
|
9
9
|
from catalystwan.api.configuration_groups.parcel import Default, Global, Variable, _ParcelBase, as_default
|
|
10
10
|
from catalystwan.models.common import MetricType
|
|
11
|
-
from catalystwan.models.configuration.feature_profile.common import
|
|
11
|
+
from catalystwan.models.configuration.feature_profile.common import RefIdVariableItem
|
|
12
12
|
|
|
13
13
|
NetworkType = Literal[
|
|
14
14
|
"broadcast",
|
|
@@ -112,7 +112,7 @@ class RedistributedRoute(BaseModel):
|
|
|
112
112
|
|
|
113
113
|
protocol: Union[Global[RedistributeProtocolOspf], Variable]
|
|
114
114
|
dia: Optional[Union[Global[bool], Variable, Default[bool]]] = None
|
|
115
|
-
route_policy: Optional[Union[Default[None],
|
|
115
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
116
116
|
serialization_alias="routePolicy", validation_alias="routePolicy", default=None
|
|
117
117
|
)
|
|
118
118
|
translate_rib_metric: Optional[Union[Variable, Global[bool], Default[bool]]] = Field(
|
|
@@ -167,7 +167,7 @@ class RoutingOspfParcel(_ParcelBase):
|
|
|
167
167
|
validation_alias=AliasPath("data", "redistribute"), default=None
|
|
168
168
|
)
|
|
169
169
|
router_lsa: Optional[List[RouterLsa]] = Field(validation_alias=AliasPath("data", "routerLsa"), default=None)
|
|
170
|
-
route_policy: Optional[Union[Default[None],
|
|
170
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
171
171
|
validation_alias=AliasPath("data", "routePolicy"), default=None
|
|
172
172
|
)
|
|
173
173
|
area: Optional[List[OspfArea]] = Field(validation_alias=AliasPath("data", "area"), default=None)
|
|
@@ -7,7 +7,7 @@ from pydantic import AliasPath, BaseModel, ConfigDict, Field
|
|
|
7
7
|
|
|
8
8
|
from catalystwan.api.configuration_groups.parcel import Default, Global, Variable, _ParcelBase, as_default
|
|
9
9
|
from catalystwan.models.common import MetricType
|
|
10
|
-
from catalystwan.models.configuration.feature_profile.common import AddressWithMask,
|
|
10
|
+
from catalystwan.models.configuration.feature_profile.common import AddressWithMask, RefIdVariableItem
|
|
11
11
|
|
|
12
12
|
NetworkType = Literal[
|
|
13
13
|
"broadcast",
|
|
@@ -190,7 +190,7 @@ class RedistributedRoute(BaseModel):
|
|
|
190
190
|
nat_dia: Optional[Union[Global[bool], Variable, Default[bool]]] = Field(
|
|
191
191
|
serialization_alias="natDia", validation_alias="natDia", default=None
|
|
192
192
|
)
|
|
193
|
-
route_policy: Optional[Union[Default[None],
|
|
193
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
194
194
|
default=Default[None](value=None),
|
|
195
195
|
serialization_alias="routePolicy",
|
|
196
196
|
validation_alias="routePolicy",
|
|
@@ -204,7 +204,7 @@ class RedistributedRouteIPv6(BaseModel):
|
|
|
204
204
|
model_config = ConfigDict(arbitrary_types_allowed=True, populate_by_name=True, extra="forbid")
|
|
205
205
|
|
|
206
206
|
protocol: Union[Global[RedistributeProtocolIPv6], Variable]
|
|
207
|
-
route_policy: Optional[Union[Default[None],
|
|
207
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
208
208
|
default=Default[None](value=None),
|
|
209
209
|
serialization_alias="routePolicy",
|
|
210
210
|
validation_alias="routePolicy",
|
|
@@ -247,7 +247,7 @@ class AdvancedOspfv3Attributes(BaseModel):
|
|
|
247
247
|
serialization_alias="defaultOriginate", validation_alias="defaultOriginate", default=None
|
|
248
248
|
)
|
|
249
249
|
spf_timers: Optional[SpfTimers] = Field(serialization_alias="spfTimers", validation_alias="spfTimers", default=None)
|
|
250
|
-
policy_name: Optional[Union[Default[None],
|
|
250
|
+
policy_name: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
251
251
|
default=Default[None](value=None), serialization_alias="policyName", validation_alias="policyName"
|
|
252
252
|
)
|
|
253
253
|
filter: Optional[Union[Global[bool], Variable, Default[bool]]] = None
|
|
@@ -5,7 +5,7 @@ from typing import List, Literal, Optional, Union
|
|
|
5
5
|
from pydantic import AliasPath, BaseModel, ConfigDict, Field
|
|
6
6
|
|
|
7
7
|
from catalystwan.api.configuration_groups.parcel import Default, Global, Variable, _ParcelBase
|
|
8
|
-
from catalystwan.models.configuration.feature_profile.common import AddressWithMask,
|
|
8
|
+
from catalystwan.models.configuration.feature_profile.common import AddressWithMask, RefIdVariableItem
|
|
9
9
|
|
|
10
10
|
EigrpAuthType = Literal[
|
|
11
11
|
"md5",
|
|
@@ -46,7 +46,7 @@ class EigrpAuthentication(BaseModel):
|
|
|
46
46
|
class TableMap(BaseModel):
|
|
47
47
|
model_config = ConfigDict(arbitrary_types_allowed=True, populate_by_name=True, extra="forbid")
|
|
48
48
|
|
|
49
|
-
name: Optional[Union[Default[None],
|
|
49
|
+
name: Optional[Union[Default[None], RefIdVariableItem]] = Default[None](value=None)
|
|
50
50
|
filter: Optional[Union[Global[bool], Variable, Default[bool]]] = Default[bool](value=False)
|
|
51
51
|
|
|
52
52
|
|
|
@@ -70,7 +70,7 @@ class RedistributeIntoEigrp(BaseModel):
|
|
|
70
70
|
model_config = ConfigDict(arbitrary_types_allowed=True, populate_by_name=True, extra="forbid")
|
|
71
71
|
|
|
72
72
|
protocol: Union[Global[RedistributeProtocol], Variable]
|
|
73
|
-
route_policy: Optional[Union[Default[None],
|
|
73
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
74
74
|
default=Default[None](value=None), serialization_alias="routePolicy", validation_alias="routePolicy"
|
|
75
75
|
)
|
|
76
76
|
|
|
@@ -27,6 +27,7 @@ from catalystwan.models.configuration.feature_profile.common import (
|
|
|
27
27
|
InterfaceEitherIPv4Address,
|
|
28
28
|
InterfaceStaticIPv4Address,
|
|
29
29
|
RefIdItem,
|
|
30
|
+
RefIdVariableItem,
|
|
30
31
|
StaticIPv4Address,
|
|
31
32
|
StaticIPv4AddressConfig,
|
|
32
33
|
StaticIPv6Address,
|
|
@@ -196,16 +197,16 @@ class AclQos(BaseModel):
|
|
|
196
197
|
shaping_rate: Optional[Union[Global[int], Variable, Default[None]]] = Field(
|
|
197
198
|
serialization_alias="shapingRate", validation_alias="shapingRate", default=None
|
|
198
199
|
)
|
|
199
|
-
ipv4_acl_egress: Optional[
|
|
200
|
+
ipv4_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
200
201
|
serialization_alias="ipv4AclEgress", validation_alias="ipv4AclEgress", default=None
|
|
201
202
|
)
|
|
202
|
-
ipv4_acl_ingress: Optional[
|
|
203
|
+
ipv4_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
203
204
|
serialization_alias="ipv4AclIngress", validation_alias="ipv4AclIngress", default=None
|
|
204
205
|
)
|
|
205
|
-
ipv6_acl_egress: Optional[
|
|
206
|
+
ipv6_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
206
207
|
serialization_alias="ipv6AclEgress", validation_alias="ipv6AclEgress", default=None
|
|
207
208
|
)
|
|
208
|
-
ipv6_acl_ingress: Optional[
|
|
209
|
+
ipv6_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
209
210
|
serialization_alias="ipv6AclIngress", validation_alias="ipv6AclIngress", default=None
|
|
210
211
|
)
|
|
211
212
|
|
|
@@ -12,7 +12,7 @@ from catalystwan.models.configuration.feature_profile.common import (
|
|
|
12
12
|
MultilinkControllerType,
|
|
13
13
|
MultilinkMethod,
|
|
14
14
|
MultilinkNimList,
|
|
15
|
-
|
|
15
|
+
RefIdVariableItem,
|
|
16
16
|
)
|
|
17
17
|
|
|
18
18
|
|
|
@@ -67,10 +67,18 @@ class InterfaceMultilinkParcel(_ParcelBase):
|
|
|
67
67
|
ip_directed_broadcast: Optional[Union[Default[bool], Global[bool], Variable]] = Field(
|
|
68
68
|
default=None, validation_alias=AliasPath("data", "ipDirectedBroadcast")
|
|
69
69
|
)
|
|
70
|
-
ipv4_acl_egress: Optional[
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
ipv4_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
71
|
+
default=None, validation_alias=AliasPath("data", "ipv4AclEgress")
|
|
72
|
+
)
|
|
73
|
+
ipv4_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
74
|
+
default=None, validation_alias=AliasPath("data", "ipv4AclIngress")
|
|
75
|
+
)
|
|
76
|
+
ipv6_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
77
|
+
default=None, validation_alias=AliasPath("data", "ipv6AclEgress")
|
|
78
|
+
)
|
|
79
|
+
ipv6_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
80
|
+
default=None, validation_alias=AliasPath("data", "ipv6AclIngress")
|
|
81
|
+
)
|
|
74
82
|
mask_ipv4: Optional[Union[Global[SubnetMask], Default[None], Variable]] = Field(
|
|
75
83
|
default=None, validation_alias=AliasPath("data", "maskIpv4")
|
|
76
84
|
)
|
|
@@ -6,7 +6,12 @@ from typing import List, Literal, Optional, Union
|
|
|
6
6
|
from pydantic import AliasPath, BaseModel, ConfigDict, Field
|
|
7
7
|
|
|
8
8
|
from catalystwan.api.configuration_groups.parcel import Default, Global, Variable, _ParcelBase
|
|
9
|
-
from catalystwan.models.configuration.feature_profile.common import
|
|
9
|
+
from catalystwan.models.configuration.feature_profile.common import (
|
|
10
|
+
Arp,
|
|
11
|
+
RefIdVariableItem,
|
|
12
|
+
StaticIPv4Address,
|
|
13
|
+
StaticIPv6Address,
|
|
14
|
+
)
|
|
10
15
|
from catalystwan.models.configuration.feature_profile.sdwan.service.lan.common import (
|
|
11
16
|
VrrpIPv6Address,
|
|
12
17
|
VrrpTrackingObject,
|
|
@@ -138,16 +143,16 @@ class IPv6AddressConfiguration(BaseModel):
|
|
|
138
143
|
class AclQos(BaseModel):
|
|
139
144
|
model_config = ConfigDict(arbitrary_types_allowed=True, populate_by_name=True, extra="forbid")
|
|
140
145
|
|
|
141
|
-
ipv4_acl_egress: Optional[
|
|
146
|
+
ipv4_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
142
147
|
serialization_alias="ipv4AclEgress", validation_alias="ipv4AclEgress", default=None
|
|
143
148
|
)
|
|
144
|
-
ipv4_acl_ingress: Optional[
|
|
149
|
+
ipv4_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
145
150
|
serialization_alias="ipv4AclIngress", validation_alias="ipv4AclIngress", default=None
|
|
146
151
|
)
|
|
147
|
-
ipv6_acl_egress: Optional[
|
|
152
|
+
ipv6_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
148
153
|
serialization_alias="ipv6AclEgress", validation_alias="ipv6AclEgress", default=None
|
|
149
154
|
)
|
|
150
|
-
ipv6_acl_ingress: Optional[
|
|
155
|
+
ipv6_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
151
156
|
serialization_alias="ipv6AclIngress", validation_alias="ipv6AclIngress", default=None
|
|
152
157
|
)
|
|
153
158
|
|
|
@@ -12,7 +12,7 @@ from catalystwan.models.configuration.feature_profile.common import (
|
|
|
12
12
|
DNSIPv4,
|
|
13
13
|
DNSIPv6,
|
|
14
14
|
HostMapping,
|
|
15
|
-
|
|
15
|
+
RefIdVariableItem,
|
|
16
16
|
)
|
|
17
17
|
|
|
18
18
|
ProtocolIPv4 = Literal[
|
|
@@ -139,7 +139,7 @@ class OmpAdvertiseIPv4(BaseModel):
|
|
|
139
139
|
omp_protocol: Union[Variable, Global[ProtocolIPv4]] = Field(
|
|
140
140
|
serialization_alias="ompProtocol", validation_alias="ompProtocol"
|
|
141
141
|
)
|
|
142
|
-
route_policy: Optional[Union[Default[None],
|
|
142
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
143
143
|
serialization_alias="routePolicy", validation_alias="routePolicy", default=None
|
|
144
144
|
)
|
|
145
145
|
prefix_list: Optional[List[IPv4Prefix]] = Field(
|
|
@@ -153,7 +153,7 @@ class OmpAdvertiseIPv6(BaseModel):
|
|
|
153
153
|
omp_protocol: Union[Variable, Global[ProtocolIPv6]] = Field(
|
|
154
154
|
serialization_alias="ompProtocol", validation_alias="ompProtocol"
|
|
155
155
|
)
|
|
156
|
-
route_policy: Optional[Union[Default[None],
|
|
156
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
157
157
|
serialization_alias="routePolicy", validation_alias="routePolicy", default=None
|
|
158
158
|
)
|
|
159
159
|
protocol_sub_type: Optional[Union[Variable, Default[None], Global[Literal["External"]]]] = Field(
|
|
@@ -486,7 +486,7 @@ class RedistributeToService(BaseModel):
|
|
|
486
486
|
model_config = ConfigDict(arbitrary_types_allowed=True, populate_by_name=True)
|
|
487
487
|
|
|
488
488
|
protocol: Union[Variable, Global[RedistributeToServiceProtocol]]
|
|
489
|
-
policy: Union[Default[None],
|
|
489
|
+
policy: Union[Default[None], RefIdVariableItem] = Default[None](value=None)
|
|
490
490
|
|
|
491
491
|
|
|
492
492
|
class RedistributeToGlobal(BaseModel):
|
|
@@ -502,7 +502,7 @@ class RouteLeakFromGlobal(BaseModel):
|
|
|
502
502
|
route_protocol: Union[Variable, Global[RouteLeakFromGlobalProtocol]] = Field(
|
|
503
503
|
serialization_alias="routeProtocol", validation_alias="routeProtocol"
|
|
504
504
|
)
|
|
505
|
-
route_policy: Optional[Union[Default[None],
|
|
505
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
506
506
|
serialization_alias="routePolicy", validation_alias="routePolicy", default=None
|
|
507
507
|
)
|
|
508
508
|
redistribute_to_protocol: Optional[List[RedistributeToService]] = Field(
|
|
@@ -516,7 +516,7 @@ class RouteLeakFromService(BaseModel):
|
|
|
516
516
|
route_protocol: Union[Variable, Global[RouteLeakFromServiceProtocol]] = Field(
|
|
517
517
|
serialization_alias="routeProtocol", validation_alias="routeProtocol"
|
|
518
518
|
)
|
|
519
|
-
route_policy: Optional[Union[Default[None],
|
|
519
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
520
520
|
serialization_alias="routePolicy", validation_alias="routePolicy", default=None
|
|
521
521
|
)
|
|
522
522
|
redistribute_to_protocol: Optional[List[RedistributeToService]] = Field(
|
|
@@ -531,7 +531,7 @@ class RouteLeakBetweenServices(BaseModel):
|
|
|
531
531
|
route_protocol: Union[Variable, Global[RouteLeakFromServiceProtocol]] = Field(
|
|
532
532
|
serialization_alias="routeProtocol", validation_alias="routeProtocol"
|
|
533
533
|
)
|
|
534
|
-
route_policy: Optional[Union[Default[None],
|
|
534
|
+
route_policy: Optional[Union[Default[None], RefIdVariableItem]] = Field(
|
|
535
535
|
serialization_alias="routePolicy", validation_alias="routePolicy", default=None
|
|
536
536
|
)
|
|
537
537
|
redistribute_to_protocol: Optional[List[RedistributeToService]] = Field(
|
|
@@ -13,7 +13,7 @@ from catalystwan.models.configuration.feature_profile.common import (
|
|
|
13
13
|
MultilinkMethod,
|
|
14
14
|
MultilinkNimList,
|
|
15
15
|
MultiRegionFabric,
|
|
16
|
-
|
|
16
|
+
RefIdVariableItem,
|
|
17
17
|
)
|
|
18
18
|
|
|
19
19
|
|
|
@@ -128,10 +128,18 @@ class InterfaceMultilinkParcel(_ParcelBase):
|
|
|
128
128
|
ipsec_weight: Optional[Union[Variable, Default[int], Global[int]]] = Field(
|
|
129
129
|
default=None, validation_alias=AliasPath("data", "ipsecWeight")
|
|
130
130
|
)
|
|
131
|
-
ipv4_acl_egress: Optional[
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
131
|
+
ipv4_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
132
|
+
default=None, validation_alias=AliasPath("data", "ipv4AclEgress")
|
|
133
|
+
)
|
|
134
|
+
ipv4_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
135
|
+
default=None, validation_alias=AliasPath("data", "ipv4AclIngress")
|
|
136
|
+
)
|
|
137
|
+
ipv6_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
138
|
+
default=None, validation_alias=AliasPath("data", "ipv6AclEgress")
|
|
139
|
+
)
|
|
140
|
+
ipv6_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
141
|
+
default=None, validation_alias=AliasPath("data", "ipv6AclIngress")
|
|
142
|
+
)
|
|
135
143
|
last_resort_circuit: Optional[Union[Variable, Global[bool], Default[bool]]] = Field(
|
|
136
144
|
default=None, validation_alias=AliasPath("data", "lastResortCircuit")
|
|
137
145
|
)
|
|
@@ -13,7 +13,7 @@ from catalystwan.models.configuration.feature_profile.common import (
|
|
|
13
13
|
AllowService,
|
|
14
14
|
Encapsulation,
|
|
15
15
|
MultiRegionFabric,
|
|
16
|
-
|
|
16
|
+
RefIdVariableItem,
|
|
17
17
|
)
|
|
18
18
|
|
|
19
19
|
EncapsulationSerial = Literal[
|
|
@@ -93,16 +93,16 @@ class AclQos(BaseModel):
|
|
|
93
93
|
extra="forbid",
|
|
94
94
|
populate_by_name=True,
|
|
95
95
|
)
|
|
96
|
-
ipv4_acl_egress: Optional[
|
|
96
|
+
ipv4_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
97
97
|
default=None, validation_alias="ipv4AclEgress", serialization_alias="ipv4AclEgress"
|
|
98
98
|
)
|
|
99
|
-
ipv4_acl_ingress: Optional[
|
|
99
|
+
ipv4_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
100
100
|
default=None, validation_alias="ipv4AclIngress", serialization_alias="ipv4AclIngress"
|
|
101
101
|
)
|
|
102
|
-
ipv6_acl_egress: Optional[
|
|
102
|
+
ipv6_acl_egress: Optional[RefIdVariableItem] = Field(
|
|
103
103
|
default=None, validation_alias="ipv6AclEgress", serialization_alias="ipv6AclEgress"
|
|
104
104
|
)
|
|
105
|
-
ipv6_acl_ingress: Optional[
|
|
105
|
+
ipv6_acl_ingress: Optional[RefIdVariableItem] = Field(
|
|
106
106
|
default=None, validation_alias="ipv6AclIngress", serialization_alias="ipv6AclIngress"
|
|
107
107
|
)
|
|
108
108
|
shaping_rate: Optional[Union[Global[int], Variable, Default[None]]] = Field(
|
|
@@ -38,6 +38,9 @@ class Collectors(BaseModel):
|
|
|
38
38
|
default=Global[int](value=4739), validation_alias="udpPort", serialization_alias="udpPort"
|
|
39
39
|
)
|
|
40
40
|
vpn_id: Optional[Global[int]] = Field(default=None, validation_alias="vpnId", serialization_alias="vpnId")
|
|
41
|
+
source_interface: Optional[Global[str]] = Field(
|
|
42
|
+
default=None, validation_alias="sourceInterface", serialization_alias="sourceInterface"
|
|
43
|
+
)
|
|
41
44
|
|
|
42
45
|
|
|
43
46
|
class CflowdParcel(_ParcelBase):
|
|
@@ -85,6 +88,7 @@ class CflowdParcel(_ParcelBase):
|
|
|
85
88
|
export_spread: Optional[bool] = False,
|
|
86
89
|
udp_port: Optional[int] = 4739,
|
|
87
90
|
vpn_id: Optional[int] = None,
|
|
91
|
+
source_interface: Optional[str] = None,
|
|
88
92
|
):
|
|
89
93
|
if self.collectors is None:
|
|
90
94
|
self.collectors = []
|
|
@@ -106,6 +110,7 @@ class CflowdParcel(_ParcelBase):
|
|
|
106
110
|
export_spread=as_optional_global(export_spread),
|
|
107
111
|
bfd_metrics_export=as_optional_global(bfd_metrics_export),
|
|
108
112
|
export_interval=as_optional_global(export_interval),
|
|
113
|
+
source_interface=as_optional_global(source_interface),
|
|
109
114
|
)
|
|
110
115
|
)
|
|
111
116
|
|