catalystwan 0.40.0.dev0__tar.gz → 0.40.0.dev2__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.40.0.dev0 → catalystwan-0.40.0.dev2}/PKG-INFO +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/aaa_model.py +5 -5
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_aaa_model.py +1 -2
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_system.py +2 -2
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_vpn_model.py +0 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/system_vsmart_model.py +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/vpn_vsmart_interface_model.py +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/software_actions.py +5 -3
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_dashboard_status.py +2 -2
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/common.py +11 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/common.py +1 -3
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/traffic_policy.py +54 -73
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption.py +4 -2
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption_profile.py +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/ethernet.py +6 -12
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/logging_parcel.py +3 -5
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/topology/custom_control.py +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/__init__.py +11 -6
- catalystwan-0.40.0.dev2/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_profile.py +29 -0
- catalystwan-0.40.0.dev2/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/translation_rule.py +31 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/traffic_data.py +7 -3
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/url_filtering.py +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/zone_based_firewall.py +4 -8
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/identity.py +2 -2
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/policy_definition.py +6 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/security.py +8 -8
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/test_serialize_model.py +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/pyproject.toml +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/setup.py +1 -1
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/LICENSE +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/README.md +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/abstractions.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/admin_tech_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/administration.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/alarms_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/api_container.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/basic_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/application_priority.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/builder_factory.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/cli.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/other.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/report.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/service.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/system.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/builders/feature_profiles/transport.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/config_device_inventory_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/config_group_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/configuration_groups/parcel.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/dashboard_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/device_action_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/feature_profile_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/logs_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/monitoring_status_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/mtt_aaa_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/omp_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/packet_capture_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/parcel_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/partition_manager_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/policy_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/resource_pool_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/software_action_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/speedtest_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/task_status_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/template_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/README.md +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/bool_str.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/cli_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/device_template/device_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/device_variable.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/feature_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/feature_template_field.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/feature_template_payload.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_banner_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_bfd_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_bgp_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_logging_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_ntp_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_omp_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_ospf.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_ospfv3.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_secure_internet_gateway.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_snmp_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_vpn_interface_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cli_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/omp_vsmart_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/security_vsmart_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/supported.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/vpn_vsmart_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/aaa/aaa_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/aaa/feature/aaa.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/aaa/feature/accounting.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/aaa/feature/radius.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/aaa/feature/tacacs.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/aaa/feature/user.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/cisco_vpn/cisco_vpn_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/cisco_vpn.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/dns.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/ipv4route.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/ipv6route.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/mapping.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/tenant/tenant.json.j2 +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/payloads/tenant/tenant_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/tenant_backup_restore_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/tenant_management_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/tenant_migration_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/versions_utils.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/virtual_image_action_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/apigw_auth.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/dataclasses.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/administration_user_and_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/api_gateway.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/certificate_management_device.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/certificate_management_vmanage.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/client.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/cluster_management.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/device/software_update.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/disaster_recovery.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/application_priority.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/cli.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/dns_security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/embedded_security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/other.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/policy_object.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/service.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/sig_security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/system.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/topology.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/transport.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/uc_voice.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/network_hierarchy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/abstractions.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/access_control_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/access_control_list_ipv6.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/aip.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/amp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/app_route.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/cflowd.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/control.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/device_access.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/device_access_ipv6.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/dial_peer.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/dns_security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/fxo_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/fxs_did_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/fxs_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/hub_and_spoke.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/intrusion_prevention.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/mesh.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/pri_isdn_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/qos_map.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/rewrite.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/route_policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/rule_set.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/security_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/srst_phone_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/ssl_decryption.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/ssl_decryption_utd_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/traffic_data.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/url_filtering.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/vpn_membership.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/definition/zone_based_firewall.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/app.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/app_probe.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/as_path.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/class_map.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/color.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/community.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/data_ipv6_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/data_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/expanded_community.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/extended_community.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/fax_protocol.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/fqdn.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/geo_location.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/identity.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/ips_signature.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/ipv6_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/local_app.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/local_domain.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/media_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/mirror.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/modem_pass_through.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/policer.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/preferred_color_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/protocol_name.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/region.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/scalable_group_tag.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/site.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/sla.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/supervisory_disconnect.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/threat_grid_api_key.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/tloc.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/translation_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/translation_rules.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/trunkgroup.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/umbrella_data.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/url_allow_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/url_block_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/vpn.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/list/zone.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/security_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/vedge_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/voice_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy/vsmart_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/policy_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration/topology_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_device_actions.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_device_inventory.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_device_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_feature_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_general_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_settings.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/configuration_template_master.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/endpoints_container.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/misc.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/monitoring/device_details.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/monitoring/security_policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/monitoring/server_info.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/monitoring/status.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/real_time_monitoring/reboot_history.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/sdavc_cloud_connector.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/tenant_backup_restore.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/tenant_management.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/tenant_migration.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/troubleshooting_tools/device_connectivity.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/endpoints/url_monitoring.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/exceptions.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/base.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/policy/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/policy/base.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/policy/test_extended_community.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/policy/test_security_app_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_application_priority.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_cli.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_dns_security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_other.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_service.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_sig_security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_ssl_decryption.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_system.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_transport.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/feature_profile/sdwan/topology/test_topology.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/profile_builder/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/profile_builder/test_pb_service.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/profile_builder/test_pb_transport.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/test_data/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/test_find_template_values.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/test_network_hierarchy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/integration_tests/test_settings.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/logging.conf +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/common.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/README.md +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/builder.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/parcel.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/acl/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/acl/ipv4acl.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/acl/ipv6acl.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/policy_settings.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/qos_policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/cli/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/cli/config.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/cli/full_config.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/dns_security/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/dns_security/dns.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/ngfirewall.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/thousandeyes.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/ucse.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/app_probe.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/application_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/as_path.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/color_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/data_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/expanded_community_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/extended_community.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/fowarding_class.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_data_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_prefix_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/mirror.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/policer.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefered_group_color.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefix_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/sla_class.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/standard_community.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/tloc_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/aip.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/amp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/application_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/data_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/fqdn.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/geolocation_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/identity.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/intrusion_prevention.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ips_signature.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/local_domain.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/protocol_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/scalable_group_tag.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/security_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url_filtering.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/zone.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/routing/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/routing/bgp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/routing/ospf.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/routing/ospfv3.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/appqoe.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/dhcp_server.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/eigrp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/common.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/gre.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/ipsec.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/multilink.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/svi.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/multicast.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/object_tracker.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/route_policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/service_insertion_attachment.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/switchport.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/tracker.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/wireless_lan.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/sig_security/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/sig_security/sig_security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/aaa.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/banner.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/basic.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/bfd.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/device_access.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/device_access_ipv6.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/global_parcel.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/mrf.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/ntp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/omp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/snmp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/topology/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/topology/hubspoke.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/topology/mesh.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_controller.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/gps.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/management/ethernet.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/t1e1controller.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/vpn.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/cellular.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ethernet.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/gre.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ipsec.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/multilink.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/protocol_over.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/t1e1serial.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/dsp_farm.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/media_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/feature_profile/sdwan/uc_voice/trunk_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/network_hierarchy/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/network_hierarchy/cflowd.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/network_hierarchy/node.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/policy_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/profile_type.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/configuration/topology_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/device_inventory.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/feature_profile_parcel.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/misc/application_protocols.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/monitoring/security_policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/monitoring/server_info.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/centralized.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/access_control_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/access_control_list_ipv6.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/aip.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/amp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/app_route.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/cflowd.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/control.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/device_access.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/device_access_ipv6.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/dial_peer.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/dns_security.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/fxo_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/fxs_did_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/fxs_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/hub_and_spoke.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/intrusion_prevention.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/mesh.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/pri_isdn_port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/qos_map.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/rewrite.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/route_policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/rule_set.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/security_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/srst_phone_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/ssl_decryption.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/ssl_decryption_utd_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/definition/vpn_membership.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/app.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/app_probe.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/as_path.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/class_map.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/color.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/communities.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/data_ipv6_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/data_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/fax_protocol.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/fqdn.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/geo_location.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/ips_signature.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/ipv6_prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/local_app.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/local_domain.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/media_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/mirror.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/modem_pass_through.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/policer.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/port.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/preferred_color_group.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/prefix.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/protocol_name.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/region.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/scalable_group_tag.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/site.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/sla.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/supervisory_disconnect.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/threat_grid_api_key.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/tloc.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/translation_profile.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/translation_rules.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/trunkgroup.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/umbrella_data.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/url.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/vpn.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/list/zone.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/localized.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/policy_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/policy/voice.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/settings.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/templates.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/tenant.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/models/url_monitoring.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/request_limiter.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/response.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/session.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/models/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/aaa_basic.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/aaa_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/basic/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/basic/alias.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/basic/basic.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/basic/basic_no_value.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/basic/children.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/basic/children_nested.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/basic/children_nested_datapath.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/basic/data_path.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_aaa.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_aaa_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_banner.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_bfd.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_logging_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_ntp_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_omp_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_ospf_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_sig.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_snmp_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_system_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_vpn_basic.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_vpn_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/cisco_vpn_interface_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/default_cisco_system.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/omp_vsmart_1.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/omp_vsmart_2.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/omp_vsmart_3.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/omp_vsmart_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/security_vsmart_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/system_vsmart_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/vpn_vsmart_basic.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/vpn_vsmart_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/vpn_vsmart_interface_basic.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/definitions/vpn_vsmart_interface_complex.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/aaa.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_aaa.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_banner.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_bfd.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_logging.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_ntp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_omp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_ospf.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_secure_internet_gateway.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_snmp.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_system.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_vpn.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/cisco_vpn_interface.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/omp_vsmart.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/security_vsmart.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/system_vsmart.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/vpn_vsmart.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/models/vpn_vsmart_interface.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/aaa.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/basic/alias.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/basic/basic.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/basic/children.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/basic/children_nested.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/basic/children_nested_datapath.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/basic/data_path.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cedge_aaa.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_banner.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_bfd.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_logging.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_ntp.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_omp.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_ospf.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_secure_internet_gateway.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_snmp.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_system.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_vpn.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/cisco_vpn_interface.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/omp-vsmart.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/security-vsmart.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/system-vsmart.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/vpn-vsmart-interface.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/schemas/vpn-vsmart.json +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/test_chose_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/test_deserialize_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/test_find_template_values.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/test_find_template_values_2.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/templates/test_generate_payload.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_admin_tech_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_administration.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_alarms_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_cli_template.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_creation_tools.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_device_action_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_devices_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_endpoints.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_feature_profile_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_feature_template_field.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_logs_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_models_common.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_monitoring_security_policy.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_monitoring_server_info.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_monitoring_status_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_mtt_aaa_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_omp_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_packet_capture.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_partition_manager_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_response.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_session.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_software_action_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_speed_test_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_task_status_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_templates.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_tenant_backup_restore_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_tenant_management_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_tenant_migration_api.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_typed_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_url_monitoring.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_version.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_version_utils.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/tests/test_vmanage_auth.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/typed_list.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/__init__.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/alarm_status.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/certificate_status.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/colors.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/config_status.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/creation_tools.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/dashboard.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/dict.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/feature_template/choose_model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/feature_template/find_template_values.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/model.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/operation_status.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/persona.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/personality.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/pydantic_field.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/reachability.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/session_type.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/template_type.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/type_check.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/upgrades_helper.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/utils/validate_status.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/version.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/vmanage_auth.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/workflows/backup_restore_device_templates.py +0 -0
- {catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/workflows/tenant_migration.py +0 -0
{catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/aaa_model.py
RENAMED
|
@@ -131,7 +131,7 @@ class RadiusServer(FeatureTemplateValidator):
|
|
|
131
131
|
description="The accounting port for the RADIUS server",
|
|
132
132
|
)
|
|
133
133
|
vpn: Optional[str] = Field(
|
|
134
|
-
default=0,
|
|
134
|
+
default="0",
|
|
135
135
|
json_schema_extra={"vmanage_key": "vpn"},
|
|
136
136
|
description="Set VPN in which RADIUS server is located",
|
|
137
137
|
)
|
|
@@ -159,7 +159,7 @@ class TacacsServer(FeatureTemplateValidator):
|
|
|
159
159
|
description="The authentication port for the TACACS+ server",
|
|
160
160
|
)
|
|
161
161
|
vpn: Optional[str] = Field(
|
|
162
|
-
default=0,
|
|
162
|
+
default="0",
|
|
163
163
|
json_schema_extra={"vmanage_key": "vpn"},
|
|
164
164
|
description="Set VPN in which TACACS+ server is located",
|
|
165
165
|
)
|
|
@@ -185,7 +185,7 @@ class TaskPermissions(FeatureTemplateValidator):
|
|
|
185
185
|
description="Select the task to set privileges for",
|
|
186
186
|
)
|
|
187
187
|
permission: List[TaskPermission] = Field(
|
|
188
|
-
default="
|
|
188
|
+
default=["read"], # type: ignore
|
|
189
189
|
json_schema_extra={
|
|
190
190
|
"vmanage_key": "permission",
|
|
191
191
|
},
|
|
@@ -207,7 +207,7 @@ class UserGroup(FeatureTemplateValidator):
|
|
|
207
207
|
json_schema_extra={"vmanage_key": "name"},
|
|
208
208
|
description="Set name of user group",
|
|
209
209
|
)
|
|
210
|
-
task: List[TaskPermissions] = Field(
|
|
210
|
+
task: Optional[List[TaskPermissions]] = Field(
|
|
211
211
|
default=None,
|
|
212
212
|
json_schema_extra={"vmanage_key": "task", "priority_order": ["mode", "permission"]},
|
|
213
213
|
description="Set the user group's tasks and task privileges. Skipping tasks sets all as read and write",
|
|
@@ -220,7 +220,7 @@ class AAAModel(FeatureTemplate):
|
|
|
220
220
|
|
|
221
221
|
auth_order: Optional[List[AuthenticationOrder]] = Field(
|
|
222
222
|
validate_default=True,
|
|
223
|
-
default=["local", "radius", "tacacs"],
|
|
223
|
+
default=["local", "radius", "tacacs"], # type: ignore
|
|
224
224
|
json_schema_extra={"vmanage_key": "auth-order", "data_path": ["aaa"]},
|
|
225
225
|
description="ServerGroups authentication order to user access",
|
|
226
226
|
)
|
|
@@ -138,7 +138,7 @@ class RadiusGroup(FeatureTemplateValidator):
|
|
|
138
138
|
json_schema_extra={"vmanage_key": "group-name"},
|
|
139
139
|
description="The name of the RADIUS group",
|
|
140
140
|
)
|
|
141
|
-
vpn: Optional[int] = Field(description="The VPN ID for the RADIUS group")
|
|
141
|
+
vpn: Optional[int] = Field(default=None, description="The VPN ID for the RADIUS group")
|
|
142
142
|
source_interface: Optional[str] = Field(
|
|
143
143
|
json_schema_extra={"vmanage_key": "source-interface"},
|
|
144
144
|
description="The source interface for the RADIUS group",
|
|
@@ -154,7 +154,6 @@ class RadiusVPN(FeatureTemplateValidator):
|
|
|
154
154
|
},
|
|
155
155
|
)
|
|
156
156
|
server_key: str = Field(
|
|
157
|
-
default=None,
|
|
158
157
|
description="Specify a RADIUS client server-key",
|
|
159
158
|
json_schema_extra={
|
|
160
159
|
"vmanage_key": "server-key",
|
{catalystwan-0.40.0.dev0 → catalystwan-0.40.0.dev2}/catalystwan/api/templates/models/cisco_system.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Copyright 2023 Cisco Systems, Inc. and its affiliates
|
|
2
2
|
|
|
3
3
|
from pathlib import Path
|
|
4
|
-
from typing import ClassVar, List, Literal, Optional
|
|
4
|
+
from typing import ClassVar, List, Literal, Optional, Union
|
|
5
5
|
|
|
6
6
|
from pydantic import ConfigDict, Field
|
|
7
7
|
|
|
@@ -176,7 +176,7 @@ class CiscoSystemModel(FeatureTemplate):
|
|
|
176
176
|
overlay_id: Optional[int] = Field(
|
|
177
177
|
default=None, description="The overlay ID of the device.", json_schema_extra={"vmanage_key": "overlay-id"}
|
|
178
178
|
)
|
|
179
|
-
site_id: int = Field(
|
|
179
|
+
site_id: Union[int, DeviceVariable] = Field(
|
|
180
180
|
default=DeviceVariable(name="system_site_id"),
|
|
181
181
|
description="The site ID of the device.",
|
|
182
182
|
json_schema_extra={"vmanage_key": "site-id"},
|
|
@@ -260,7 +260,6 @@ class Natpool(FeatureTemplateValidator):
|
|
|
260
260
|
json_schema_extra={"vmanage_key": "prefix-length"},
|
|
261
261
|
)
|
|
262
262
|
range_start: str = Field(
|
|
263
|
-
default=None,
|
|
264
263
|
description="The starting IP address for the NAT pool range.",
|
|
265
264
|
json_schema_extra={"vmanage_key": "range-start"},
|
|
266
265
|
)
|
|
@@ -68,7 +68,7 @@ class SystemVsmart(FeatureTemplate):
|
|
|
68
68
|
description="Geographical longitude of the vSmart controller",
|
|
69
69
|
)
|
|
70
70
|
device_groups: List[str] = Field(
|
|
71
|
-
|
|
71
|
+
default_factory=list,
|
|
72
72
|
json_schema_extra={"vmanage_key": "device-groups"},
|
|
73
73
|
description="Device group names for the vSmart controller",
|
|
74
74
|
)
|
|
@@ -30,7 +30,7 @@ class VpnVsmartInterfaceModel(FeatureTemplate):
|
|
|
30
30
|
model_config = ConfigDict(arbitrary_types_allowed=True, populate_by_name=True)
|
|
31
31
|
_docs_description: str = "vSmart VPN Interface Feature Template configuration"
|
|
32
32
|
|
|
33
|
-
if_name: str = Field(
|
|
33
|
+
if_name: Optional[str] = Field(
|
|
34
34
|
default=None, description="The name of the interface.", json_schema_extra={"vmanage_key": "if-name"}
|
|
35
35
|
)
|
|
36
36
|
interface_description: Optional[str] = Field(
|
|
@@ -100,8 +100,8 @@ class RemoteServerInfo(BaseModel):
|
|
|
100
100
|
class SoftwareRemoteServer(BaseModel):
|
|
101
101
|
model_config = ConfigDict(populate_by_name=True)
|
|
102
102
|
|
|
103
|
-
filename: str = Field(
|
|
104
|
-
remote_server_id: str = Field(
|
|
103
|
+
filename: str = Field(serialization_alias="fileName", validation_alias="fileName")
|
|
104
|
+
remote_server_id: str = Field(serialization_alias="remoteServerId", validation_alias="remoteServerId")
|
|
105
105
|
smu_defect_id: Optional[str] = Field(
|
|
106
106
|
default=None, serialization_alias="smuDefectId", validation_alias="smuDefectId"
|
|
107
107
|
)
|
|
@@ -158,7 +158,9 @@ class SoftwareImageDetails(BaseModel):
|
|
|
158
158
|
vnf_properties_json: Optional[str] = Field(
|
|
159
159
|
default=None, serialization_alias="vnfPropertiesJson", validation_alias="vnfPropertiesJson"
|
|
160
160
|
)
|
|
161
|
-
remote_server_id: str = Field(
|
|
161
|
+
remote_server_id: Optional[str] = Field(
|
|
162
|
+
default=None, serialization_alias="remoteServerId", validation_alias="remoteServerId"
|
|
163
|
+
)
|
|
162
164
|
|
|
163
165
|
|
|
164
166
|
class ConfigurationSoftwareActions(APIEndpoints):
|
|
@@ -61,7 +61,7 @@ class Validation(BaseModel):
|
|
|
61
61
|
device_id: Optional[str] = Field(default=None, serialization_alias="deviceID", validation_alias="deviceID")
|
|
62
62
|
uuid: Optional[str] = Field(default=None, serialization_alias="uuid", validation_alias="uuid")
|
|
63
63
|
rid: Optional[int] = Field(default=None, serialization_alias="@rid", validation_alias="@rid")
|
|
64
|
-
status_id: str = Field(
|
|
64
|
+
status_id: str = Field(serialization_alias="statusId", validation_alias="statusId")
|
|
65
65
|
process_id: Optional[str] = Field(default=None, serialization_alias="processId", validation_alias="processId")
|
|
66
66
|
action_config: Optional[Union[str, Dict]] = Field(
|
|
67
67
|
default=None, serialization_alias="actionConfig", validation_alias="actionConfig"
|
|
@@ -74,7 +74,7 @@ class Validation(BaseModel):
|
|
|
74
74
|
request_status: Optional[str] = Field(
|
|
75
75
|
default=None, serialization_alias="requestStatus", validation_alias="requestStatus"
|
|
76
76
|
)
|
|
77
|
-
status: OperationStatus = Field(
|
|
77
|
+
status: OperationStatus = Field(serialization_alias="status", validation_alias="status")
|
|
78
78
|
order: Optional[int] = Field(default=None, serialization_alias="order", validation_alias="order")
|
|
79
79
|
|
|
80
80
|
|
|
@@ -676,7 +676,17 @@ DNSTypeEntryType = Literal[
|
|
|
676
676
|
"umbrella",
|
|
677
677
|
]
|
|
678
678
|
|
|
679
|
-
|
|
679
|
+
_PolicyModeType = Literal["security", "unified"]
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
def parse_policy_mode(val: Optional[str]) -> _PolicyModeType:
|
|
683
|
+
if isinstance(val, str) and val == "unified":
|
|
684
|
+
return "unified"
|
|
685
|
+
return "security"
|
|
686
|
+
|
|
687
|
+
|
|
688
|
+
PolicyModeType = Annotated[_PolicyModeType, BeforeValidator(parse_policy_mode)]
|
|
689
|
+
|
|
680
690
|
|
|
681
691
|
CoreRegion = Literal[
|
|
682
692
|
"core",
|
|
@@ -194,9 +194,7 @@ class WANIPv4StaticRoute(BaseModel):
|
|
|
194
194
|
gateway: Global[Literal["nextHop", "null0", "dhcp"]] = Field(
|
|
195
195
|
default=Global(value="nextHop"), serialization_alias="gateway", validation_alias="gateway"
|
|
196
196
|
)
|
|
197
|
-
next_hops: Optional[List[NextHop]] = Field(
|
|
198
|
-
default_factory=list, serialization_alias="nextHop", validation_alias="nextHop"
|
|
199
|
-
)
|
|
197
|
+
next_hops: Optional[List[NextHop]] = Field(default=None, serialization_alias="nextHop", validation_alias="nextHop")
|
|
200
198
|
distance: Optional[Global[int]] = Field(default=None, serialization_alias="distance", validation_alias="distance")
|
|
201
199
|
|
|
202
200
|
def set_to_next_hop(
|
|
@@ -66,115 +66,104 @@ TrafficClass = Literal[
|
|
|
66
66
|
|
|
67
67
|
class AppListMatch(BaseModel):
|
|
68
68
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
69
|
-
app_list: RefIdItem = Field(
|
|
69
|
+
app_list: RefIdItem = Field(validation_alias="appList", serialization_alias="appList")
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
class SaasAppListMatch(BaseModel):
|
|
73
73
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
74
|
-
saas_app_list: RefIdItem = Field(
|
|
74
|
+
saas_app_list: RefIdItem = Field(validation_alias="saasAppList", serialization_alias="saasAppList")
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
class ServiceAreaMatch(BaseModel):
|
|
78
78
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
79
79
|
service_area: Global[List[ServiceAreaValue]] = Field(
|
|
80
|
-
|
|
80
|
+
validation_alias="serviceArea", serialization_alias="serviceArea"
|
|
81
81
|
)
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
class TrafficCategoryMatch(BaseModel):
|
|
85
85
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
86
86
|
traffic_category: Global[TrafficCategory] = Field(
|
|
87
|
-
|
|
87
|
+
validation_alias="trafficCategory", serialization_alias="trafficCategory"
|
|
88
88
|
)
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
class DnsAppListMatch(BaseModel):
|
|
92
92
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
93
|
-
dns_app_list: RefIdItem = Field(
|
|
93
|
+
dns_app_list: RefIdItem = Field(validation_alias="dnsAppList", serialization_alias="dnsAppList")
|
|
94
94
|
|
|
95
95
|
|
|
96
96
|
class TrafficClassMatch(BaseModel):
|
|
97
97
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
98
|
-
traffic_class: Global[TrafficClass] = Field(
|
|
99
|
-
default=None, validation_alias="trafficClass", serialization_alias="trafficClass"
|
|
100
|
-
)
|
|
98
|
+
traffic_class: Global[TrafficClass] = Field(validation_alias="trafficClass", serialization_alias="trafficClass")
|
|
101
99
|
|
|
102
100
|
|
|
103
101
|
class DscpMatch(BaseModel):
|
|
104
102
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
105
|
-
dscp: Global[int]
|
|
103
|
+
dscp: Global[int]
|
|
106
104
|
|
|
107
105
|
|
|
108
106
|
class PacketLengthMatch(BaseModel):
|
|
109
107
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
110
|
-
packet_length: Global[str] = Field(
|
|
111
|
-
default=None, validation_alias="packetLength", serialization_alias="packetLength"
|
|
112
|
-
)
|
|
108
|
+
packet_length: Global[str] = Field(validation_alias="packetLength", serialization_alias="packetLength")
|
|
113
109
|
|
|
114
110
|
|
|
115
111
|
class ProtocolMatch(BaseModel):
|
|
116
112
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
117
|
-
protocol: Global[List[str]]
|
|
113
|
+
protocol: Global[List[str]]
|
|
118
114
|
|
|
119
115
|
|
|
120
116
|
class IcmpMessageMatch(BaseModel):
|
|
121
117
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
122
|
-
icmp_message: Global[List[IcmpMsgType]] = Field(
|
|
123
|
-
default=None, validation_alias="icmpMessage", serialization_alias="icmpMessage"
|
|
124
|
-
)
|
|
118
|
+
icmp_message: Global[List[IcmpMsgType]] = Field(validation_alias="icmpMessage", serialization_alias="icmpMessage")
|
|
125
119
|
|
|
126
120
|
|
|
127
121
|
class Icmp6MessageMatch(BaseModel):
|
|
128
122
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
129
123
|
icmp6_message: Global[List[Icmp6MsgType]] = Field(
|
|
130
|
-
|
|
124
|
+
validation_alias="icmp6Message", serialization_alias="icmp6Message"
|
|
131
125
|
)
|
|
132
126
|
|
|
133
127
|
|
|
134
128
|
class SourceDataPrefixListMatch(BaseModel):
|
|
135
129
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
136
130
|
source_data_prefix_list: RefIdItem = Field(
|
|
137
|
-
|
|
131
|
+
validation_alias="sourceDataPrefixList", serialization_alias="sourceDataPrefixList"
|
|
138
132
|
)
|
|
139
133
|
|
|
140
134
|
|
|
141
135
|
class SourceDataIpv6PrefixListMatch(BaseModel):
|
|
142
136
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
143
137
|
source_data_ipv6_prefix_list: RefIdItem = Field(
|
|
144
|
-
|
|
138
|
+
validation_alias="sourceDataIpv6PrefixList", serialization_alias="sourceDataIpv6PrefixList"
|
|
145
139
|
)
|
|
146
140
|
|
|
147
141
|
|
|
148
142
|
class SourceIpMatch(BaseModel):
|
|
149
143
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
150
|
-
source_ip: Global[IPv4Network] = Field(
|
|
144
|
+
source_ip: Global[IPv4Network] = Field(validation_alias="sourceIp", serialization_alias="sourceIp")
|
|
151
145
|
|
|
152
146
|
|
|
153
147
|
class SourceIpv6Match(BaseModel):
|
|
154
148
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
155
|
-
source_ipv6: Global[IPv6Network] = Field(
|
|
156
|
-
default=None, validation_alias="sourceIpv6", serialization_alias="sourceIpv6"
|
|
157
|
-
)
|
|
149
|
+
source_ipv6: Global[IPv6Network] = Field(validation_alias="sourceIpv6", serialization_alias="sourceIpv6")
|
|
158
150
|
|
|
159
151
|
|
|
160
152
|
class SourcePortMatch(BaseModel):
|
|
161
153
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
162
|
-
source_port: Global[List[str]] = Field(
|
|
163
|
-
default=None, validation_alias="sourcePort", serialization_alias="sourcePort"
|
|
164
|
-
)
|
|
154
|
+
source_port: Global[List[str]] = Field(validation_alias="sourcePort", serialization_alias="sourcePort")
|
|
165
155
|
|
|
166
156
|
|
|
167
157
|
class DestinationDataPrefixListMatch(BaseModel):
|
|
168
158
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
169
159
|
destination_data_prefix_list: RefIdItem = Field(
|
|
170
|
-
|
|
160
|
+
validation_alias="destinationDataPrefixList", serialization_alias="destinationDataPrefixList"
|
|
171
161
|
)
|
|
172
162
|
|
|
173
163
|
|
|
174
164
|
class DestinationDataIpv6PrefixListMatch(BaseModel):
|
|
175
165
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
176
166
|
destination_data_ipv6_prefix_list: RefIdItem = Field(
|
|
177
|
-
default=None,
|
|
178
167
|
validation_alias="destinationDataIpv6PrefixList",
|
|
179
168
|
serialization_alias="destinationDataIpv6PrefixList",
|
|
180
169
|
)
|
|
@@ -182,22 +171,20 @@ class DestinationDataIpv6PrefixListMatch(BaseModel):
|
|
|
182
171
|
|
|
183
172
|
class DestinationIpMatch(BaseModel):
|
|
184
173
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
185
|
-
destination_ip: Global[IPv4Network] = Field(
|
|
186
|
-
default=None, validation_alias="destinationIp", serialization_alias="destinationIp"
|
|
187
|
-
)
|
|
174
|
+
destination_ip: Global[IPv4Network] = Field(validation_alias="destinationIp", serialization_alias="destinationIp")
|
|
188
175
|
|
|
189
176
|
|
|
190
177
|
class DestinationIpv6Match(BaseModel):
|
|
191
178
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
192
179
|
destination_ipv6: Global[IPv6Network] = Field(
|
|
193
|
-
|
|
180
|
+
validation_alias="destinationIpv6", serialization_alias="destinationIpv6"
|
|
194
181
|
)
|
|
195
182
|
|
|
196
183
|
|
|
197
184
|
class DestinationPortMatch(BaseModel):
|
|
198
185
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
199
186
|
destination_port: Global[List[str]] = Field(
|
|
200
|
-
|
|
187
|
+
validation_alias="destinationPort", serialization_alias="destinationPort"
|
|
201
188
|
)
|
|
202
189
|
|
|
203
190
|
|
|
@@ -209,20 +196,18 @@ class TcpMatch(BaseModel):
|
|
|
209
196
|
class DestinationRegionMatch(BaseModel):
|
|
210
197
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
211
198
|
destination_region: Global[DestinationRegion] = Field(
|
|
212
|
-
|
|
199
|
+
validation_alias="destinationRegion", serialization_alias="destinationRegion"
|
|
213
200
|
)
|
|
214
201
|
|
|
215
202
|
|
|
216
203
|
class TrafficToMatch(BaseModel):
|
|
217
204
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
218
|
-
traffic_to: Global[TrafficTargetType] = Field(
|
|
219
|
-
default=None, validation_alias="trafficTo", serialization_alias="trafficTo"
|
|
220
|
-
)
|
|
205
|
+
traffic_to: Global[TrafficTargetType] = Field(validation_alias="trafficTo", serialization_alias="trafficTo")
|
|
221
206
|
|
|
222
207
|
|
|
223
208
|
class DnsMatch(BaseModel):
|
|
224
209
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
225
|
-
dns: Global[DNSEntryType]
|
|
210
|
+
dns: Global[DNSEntryType]
|
|
226
211
|
|
|
227
212
|
|
|
228
213
|
Entry = Union[
|
|
@@ -282,7 +267,7 @@ class SlaClass(BaseModel):
|
|
|
282
267
|
|
|
283
268
|
class LocalTlocList(BaseModel):
|
|
284
269
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
285
|
-
color: Global[List[TLOCColor]]
|
|
270
|
+
color: Global[List[TLOCColor]]
|
|
286
271
|
encap: Optional[Union[Global[EncapType], Global[List[EncapType]]]] = Field(
|
|
287
272
|
default=None, description="encap is list <=20.12"
|
|
288
273
|
)
|
|
@@ -295,7 +280,7 @@ class LocalTlocList(BaseModel):
|
|
|
295
280
|
|
|
296
281
|
class PreferredRemoteColor(BaseModel):
|
|
297
282
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
298
|
-
color: Global[List[TLOCColor]]
|
|
283
|
+
color: Global[List[TLOCColor]]
|
|
299
284
|
remote_color_restrict: Optional[Global[Global[bool]]] = Field(
|
|
300
285
|
default=None, validation_alias="remoteColorRestrict", serialization_alias="remoteColorRestrict"
|
|
301
286
|
)
|
|
@@ -303,16 +288,16 @@ class PreferredRemoteColor(BaseModel):
|
|
|
303
288
|
|
|
304
289
|
class Tloc(BaseModel):
|
|
305
290
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
306
|
-
color: Global[List[TLOCColor]]
|
|
307
|
-
encap: Global[EncapType]
|
|
308
|
-
ip: Global[IPv4Address]
|
|
291
|
+
color: Global[List[TLOCColor]]
|
|
292
|
+
encap: Global[EncapType]
|
|
293
|
+
ip: Global[IPv4Address]
|
|
309
294
|
|
|
310
295
|
|
|
311
296
|
class ServiceTloc(BaseModel):
|
|
312
297
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
313
298
|
tloc: Tloc = Field()
|
|
314
|
-
type: Global[ServiceType]
|
|
315
|
-
vpn: Global[int]
|
|
299
|
+
type: Global[ServiceType]
|
|
300
|
+
vpn: Global[int]
|
|
316
301
|
|
|
317
302
|
|
|
318
303
|
class ServiceTlocList(BaseModel):
|
|
@@ -324,11 +309,11 @@ class ServiceTlocList(BaseModel):
|
|
|
324
309
|
|
|
325
310
|
class ServiceChain(BaseModel):
|
|
326
311
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
327
|
-
local: Global[bool]
|
|
328
|
-
restrict: Global[bool]
|
|
312
|
+
local: Global[bool]
|
|
313
|
+
restrict: Global[bool]
|
|
329
314
|
tloc: Optional[Tloc] = Field(default=None)
|
|
330
315
|
tloc_list: Optional[RefIdItem] = Field(default=None, validation_alias="tlocList", serialization_alias="tlocList")
|
|
331
|
-
type: Global[ServiceChainNumber]
|
|
316
|
+
type: Global[ServiceChainNumber]
|
|
332
317
|
vpn: Optional[Global[int]] = Field(default=None)
|
|
333
318
|
|
|
334
319
|
|
|
@@ -464,9 +449,7 @@ class AppqoeOptimization(BaseModel):
|
|
|
464
449
|
dre_optimization: Optional[Global[bool]] = Field(
|
|
465
450
|
default=None, validation_alias="dreOptimization", serialization_alias="dreOptimization"
|
|
466
451
|
)
|
|
467
|
-
service_node_group: Global[str] = Field(
|
|
468
|
-
default=None, validation_alias="serviceNodeGroup", serialization_alias="serviceNodeGroup"
|
|
469
|
-
)
|
|
452
|
+
service_node_group: Global[str] = Field(validation_alias="serviceNodeGroup", serialization_alias="serviceNodeGroup")
|
|
470
453
|
tcp_optimization: Optional[Global[bool]] = Field(
|
|
471
454
|
default=None, validation_alias="tcpOptimization", serialization_alias="tcpOptimization"
|
|
472
455
|
)
|
|
@@ -484,7 +467,7 @@ class LossCorrection(BaseModel):
|
|
|
484
467
|
default=None, validation_alias="lossCorrectFec", serialization_alias="lossCorrectFec"
|
|
485
468
|
)
|
|
486
469
|
loss_correction_type: Global[LossProtectionType] = Field(
|
|
487
|
-
|
|
470
|
+
validation_alias="lossCorrectionType", serialization_alias="lossCorrectionType"
|
|
488
471
|
)
|
|
489
472
|
|
|
490
473
|
|
|
@@ -498,7 +481,7 @@ class Nat(BaseModel):
|
|
|
498
481
|
default=None, validation_alias="diaPool", serialization_alias="diaPool"
|
|
499
482
|
)
|
|
500
483
|
fallback: Optional[Global[bool]] = Field(default=None)
|
|
501
|
-
use_vpn: Global[bool] = Field(
|
|
484
|
+
use_vpn: Global[bool] = Field(validation_alias="useVpn", serialization_alias="useVpn")
|
|
502
485
|
|
|
503
486
|
@model_serializer(mode="wrap", when_used="json")
|
|
504
487
|
def serialize(self, handler: SerializerFunctionWrapHandler, info: SerializationInfo) -> Dict[str, Any]:
|
|
@@ -514,10 +497,10 @@ SecureServiceEdgeInstance = Literal[
|
|
|
514
497
|
class Sse(BaseModel):
|
|
515
498
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
516
499
|
secure_service_edge: Global[Global[bool]] = Field(
|
|
517
|
-
|
|
500
|
+
validation_alias="secureServiceEdge", serialization_alias="secureServiceEdge"
|
|
518
501
|
)
|
|
519
502
|
secure_service_edge_instance: Global[SecureServiceEdgeInstance] = Field(
|
|
520
|
-
|
|
503
|
+
validation_alias="secureServiceEdgeInstance", serialization_alias="secureServiceEdgeInstance"
|
|
521
504
|
)
|
|
522
505
|
|
|
523
506
|
|
|
@@ -561,7 +544,7 @@ class SlaClassAction(BaseModel):
|
|
|
561
544
|
class BackupSlaPreferredColorAction(BaseModel):
|
|
562
545
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
563
546
|
backup_sla_preferred_color: Global[List[TLOCColor]] = Field(
|
|
564
|
-
|
|
547
|
+
validation_alias="backupSlaPreferredColor", serialization_alias="backupSlaPreferredColor"
|
|
565
548
|
)
|
|
566
549
|
|
|
567
550
|
|
|
@@ -570,7 +553,7 @@ TS = TypeVar("TS", bound=Set)
|
|
|
570
553
|
|
|
571
554
|
class SetAction(BaseModel):
|
|
572
555
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
573
|
-
set: List[Set] = Field(
|
|
556
|
+
set: List[Set] = Field(default_factory=list)
|
|
574
557
|
|
|
575
558
|
@property
|
|
576
559
|
def _set(self):
|
|
@@ -600,73 +583,71 @@ class SetAction(BaseModel):
|
|
|
600
583
|
|
|
601
584
|
class RedirectDnsAction(BaseModel):
|
|
602
585
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
603
|
-
redirect_dns: RedirectDns = Field(
|
|
586
|
+
redirect_dns: RedirectDns = Field(validation_alias="redirectDns", serialization_alias="redirectDns")
|
|
604
587
|
|
|
605
588
|
|
|
606
589
|
class AppqoeOptimizationAction(BaseModel):
|
|
607
590
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
608
591
|
appqoe_optimization: AppqoeOptimization = Field(
|
|
609
|
-
|
|
592
|
+
validation_alias="appqoeOptimization", serialization_alias="appqoeOptimization"
|
|
610
593
|
)
|
|
611
594
|
|
|
612
595
|
|
|
613
596
|
class LossCorrectionAction(BaseModel):
|
|
614
597
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
615
|
-
loss_correction: LossCorrection = Field(
|
|
616
|
-
default=None, validation_alias="lossCorrection", serialization_alias="lossCorrection"
|
|
617
|
-
)
|
|
598
|
+
loss_correction: LossCorrection = Field(validation_alias="lossCorrection", serialization_alias="lossCorrection")
|
|
618
599
|
|
|
619
600
|
|
|
620
601
|
class CountAction(BaseModel):
|
|
621
602
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
622
|
-
count: Global[str]
|
|
603
|
+
count: Global[str]
|
|
623
604
|
|
|
624
605
|
|
|
625
606
|
class LogAction(BaseModel):
|
|
626
607
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
627
|
-
log: Global[bool]
|
|
608
|
+
log: Global[bool]
|
|
628
609
|
|
|
629
610
|
|
|
630
611
|
class CloudSaasAction(BaseModel):
|
|
631
612
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
632
|
-
cloud_saas: Global[bool] = Field(
|
|
613
|
+
cloud_saas: Global[bool] = Field(validation_alias="cloudSaas", serialization_alias="cloudSaas")
|
|
633
614
|
|
|
634
615
|
|
|
635
616
|
class CloudProbeAction(BaseModel):
|
|
636
617
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
637
|
-
cloud_probe: Global[bool] = Field(
|
|
618
|
+
cloud_probe: Global[bool] = Field(validation_alias="cloudProbe", serialization_alias="cloudProbe")
|
|
638
619
|
|
|
639
620
|
|
|
640
621
|
class CflowdAction(BaseModel):
|
|
641
622
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
642
|
-
cflowd: Global[bool]
|
|
623
|
+
cflowd: Global[bool]
|
|
643
624
|
|
|
644
625
|
|
|
645
626
|
class NatPoolAction(BaseModel):
|
|
646
627
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
647
|
-
nat_pool: Global[int] = Field(
|
|
628
|
+
nat_pool: Global[int] = Field(validation_alias="natPool", serialization_alias="natPool")
|
|
648
629
|
|
|
649
630
|
|
|
650
631
|
class NatAction(BaseModel):
|
|
651
632
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
652
|
-
nat: Nat
|
|
633
|
+
nat: Nat
|
|
653
634
|
|
|
654
635
|
|
|
655
636
|
class SigAction(BaseModel):
|
|
656
637
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
657
|
-
sig: Global[bool]
|
|
638
|
+
sig: Global[bool]
|
|
658
639
|
|
|
659
640
|
|
|
660
641
|
class FallbackToRoutingAction(BaseModel):
|
|
661
642
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
662
643
|
fallback_to_routing: Global[bool] = Field(
|
|
663
|
-
|
|
644
|
+
validation_alias="fallbackToRouting", serialization_alias="fallbackToRouting"
|
|
664
645
|
)
|
|
665
646
|
|
|
666
647
|
|
|
667
648
|
class SseAction(BaseModel):
|
|
668
649
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
669
|
-
sse: Sse
|
|
650
|
+
sse: Sse
|
|
670
651
|
|
|
671
652
|
|
|
672
653
|
Action = Union[
|
|
@@ -703,7 +684,7 @@ class Sequence(BaseModel):
|
|
|
703
684
|
default=None, validation_alias="sequenceId", serialization_alias="sequenceId"
|
|
704
685
|
)
|
|
705
686
|
sequence_ip_type: Global[SequenceIpType] = Field(
|
|
706
|
-
|
|
687
|
+
validation_alias="sequenceIpType", serialization_alias="sequenceIpType"
|
|
707
688
|
)
|
|
708
689
|
sequence_name: Optional[Global[str]] = Field(
|
|
709
690
|
default=None, validation_alias="sequenceName", serialization_alias="sequenceName"
|
|
@@ -59,10 +59,12 @@ class SslDecryptionParcel(_ParcelBase):
|
|
|
59
59
|
)
|
|
60
60
|
unknown_status: Optional[Global[Action]] = Field(default=None, validation_alias=AliasPath("data", "unknownStatus"))
|
|
61
61
|
unsupported_protocol_versions: Global[UnspportedModeAction] = Field(
|
|
62
|
-
default=Global[
|
|
62
|
+
default=Global[UnspportedModeAction](value="drop"),
|
|
63
|
+
validation_alias=AliasPath("data", "unsupportedProtocolVersions"),
|
|
63
64
|
)
|
|
64
65
|
unsupported_cipher_suites: Global[UnspportedModeAction] = Field(
|
|
65
|
-
default=Global[
|
|
66
|
+
default=Global[UnspportedModeAction](value="drop"),
|
|
67
|
+
validation_alias=AliasPath("data", "unsupportedCipherSuites"),
|
|
66
68
|
)
|
|
67
69
|
failure_mode: Global[FailureMode] = Field(
|
|
68
70
|
default=Global[FailureMode](value="close"), validation_alias=AliasPath("data", "failureMode")
|
|
@@ -113,7 +113,7 @@ class SslDecryptionProfileParcel(_ParcelBase):
|
|
|
113
113
|
default=Global[List[Categories]](value=[]), validation_alias=AliasPath("data", "neverDecryptCategories")
|
|
114
114
|
)
|
|
115
115
|
skip_decrypt_categories: Global[List[Categories]] = Field(
|
|
116
|
-
default=
|
|
116
|
+
default=Global[List[Categories]](value=[]), validation_alias=AliasPath("data", "skipDecryptCategories")
|
|
117
117
|
)
|
|
118
118
|
reputation: Global[bool] = Field(
|
|
119
119
|
default=Global[bool](value=False), validation_alias=AliasPath("data", "reputation")
|
|
@@ -138,12 +138,9 @@ class VrrpIPv4(BaseModel):
|
|
|
138
138
|
class Trustsec(BaseModel):
|
|
139
139
|
model_config = ConfigDict(arbitrary_types_allowed=True, populate_by_name=True, extra="forbid")
|
|
140
140
|
|
|
141
|
-
enable_sgt_propagation:
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
] = Field(
|
|
145
|
-
serialization_alias="enableSGTPropagation",
|
|
146
|
-
validation_alias=AliasChoices("enableSGTPropagation", "enableSGTPropogation"),
|
|
141
|
+
enable_sgt_propagation: Union[Global[bool], Default[bool]] = Field(
|
|
142
|
+
serialization_alias="enableSGTPropogation",
|
|
143
|
+
validation_alias="enableSGTPropogation",
|
|
147
144
|
default=Default[bool](value=False),
|
|
148
145
|
)
|
|
149
146
|
propagate: Annotated[
|
|
@@ -152,13 +149,10 @@ class Trustsec(BaseModel):
|
|
|
152
149
|
security_group_tag: Optional[Union[Global[int], Variable, Default[None]]] = Field(
|
|
153
150
|
serialization_alias="securityGroupTag", validation_alias="securityGroupTag", default=None
|
|
154
151
|
)
|
|
155
|
-
enable_enforced_propagation:
|
|
156
|
-
Union[Global[bool], Default[None]],
|
|
157
|
-
VersionedField(versions="<=20.13", serialization_alias="enableEnforcedPropogation"),
|
|
158
|
-
] = Field(
|
|
152
|
+
enable_enforced_propagation: Union[Global[bool], Default[None]] = Field(
|
|
159
153
|
default=Default[None](value=None),
|
|
160
|
-
serialization_alias="
|
|
161
|
-
validation_alias=
|
|
154
|
+
serialization_alias="enableEnforcedPropogation",
|
|
155
|
+
validation_alias="enableEnforcedPropogation",
|
|
162
156
|
)
|
|
163
157
|
enforced_security_group_tag: Union[Global[int], Variable, Default[None]] = Field(
|
|
164
158
|
default=Default[None](value=None),
|