catalystwan 0.35.5.dev0__tar.gz → 0.35.5.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.35.5.dev0 → catalystwan-0.35.5.dev2}/PKG-INFO +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/policy_api.py +27 -16
- catalystwan-0.35.5.dev2/catalystwan/endpoints/configuration/policy/definition/app_route.py +50 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/endpoints_container.py +2 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/common.py +2 -2
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/acl/ipv6acl.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/traffic_policy.py +58 -8
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/ngfirewall.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/policy.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/app_probe.py +2 -2
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/application_list.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/as_path.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/color_list.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/extended_community.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/fowarding_class.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_data_prefix.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/ipv6_prefix_list.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/mirror.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/policer.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefered_group_color.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/sla_class.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/standard_community.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/tloc_list.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/application_list.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/data_prefix.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/fqdn.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/geolocation_list.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ips_signature.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/local_domain.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/protocol_list.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/security_port.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/zone.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/route_policy.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/device_access.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/device_access_ipv6.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/logging_parcel.py +5 -3
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/ntp.py +2 -2
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/security.py +4 -2
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/snmp.py +5 -5
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/topology/hubspoke.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/multilink.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/__init__.py +20 -16
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/centralized.py +3 -2
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/amp.py +4 -2
- catalystwan-0.35.5.dev2/catalystwan/models/policy/definition/app_route.py +227 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/hub_and_spoke.py +5 -3
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/intrusion_prevention.py +4 -2
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/ssl_decryption_utd_profile.py +5 -5
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/url_filtering.py +7 -3
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/localized.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/policy_definition.py +92 -3
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/security.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/pyproject.toml +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/setup.py +1 -1
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/LICENSE +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/README.md +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/abstractions.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/admin_tech_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/administration.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/alarms_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/api_container.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/basic_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/application_priority.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/builder_factory.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/cli.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/other.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/report.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/service.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/system.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/builders/feature_profiles/transport.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/config_device_inventory_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/config_group_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/configuration_groups/parcel.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/dashboard_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/device_action_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/feature_profile_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/logs_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/monitoring_status_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/mtt_aaa_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/omp_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/packet_capture_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/parcel_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/partition_manager_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/resource_pool_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/software_action_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/speedtest_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/task_status_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/template_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/README.md +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/bool_str.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/cli_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/device_template/device_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/device_variable.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/feature_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/feature_template_field.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/feature_template_payload.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/aaa_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_aaa_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_banner_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_bfd_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_bgp_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_logging_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_ntp_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_omp_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_ospf.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_ospfv3.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_secure_internet_gateway.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_snmp_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_system.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_vpn_interface_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cisco_vpn_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/cli_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/omp_vsmart_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/security_vsmart_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/supported.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/system_vsmart_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/vpn_vsmart_interface_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/models/vpn_vsmart_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/aaa/aaa_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/aaa/feature/aaa.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/aaa/feature/accounting.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/aaa/feature/radius.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/aaa/feature/tacacs.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/aaa/feature/user.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/cisco_vpn/cisco_vpn_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/cisco_vpn.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/dns.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/ipv4route.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/ipv6route.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/cisco_vpn/feature/mapping.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/tenant/tenant.json.j2 +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/templates/payloads/tenant/tenant_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/tenant_backup_restore_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/tenant_management_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/tenant_migration_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/versions_utils.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/api/virtual_image_action_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/apigw_auth.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/dataclasses.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/administration_user_and_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/api_gateway.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/certificate_management_device.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/certificate_management_vmanage.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/client.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/cluster_management.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/device/software_update.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/disaster_recovery.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/application_priority.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/cli.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/dns_security.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/embedded_security.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/other.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/policy_object.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/service.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/sig_security.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/system.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/topology.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/feature_profile/sdwan/transport.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/network_hierarchy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/abstractions.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/access_control_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/access_control_list_ipv6.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/aip.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/amp.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/cflowd.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/control.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/device_access.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/device_access_ipv6.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/dns_security.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/hub_and_spoke.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/intrusion_prevention.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/mesh.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/qos_map.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/rewrite.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/route_policy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/rule_set.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/security_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/ssl_decryption.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/ssl_decryption_utd_profile.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/traffic_data.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/url_filtering.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/vpn_membership.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/definition/zone_based_firewall.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/app.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/app_probe.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/as_path.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/class_map.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/color.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/community.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/data_ipv6_prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/data_prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/expanded_community.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/extended_community.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/fqdn.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/geo_location.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/identity.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/ips_signature.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/ipv6_prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/local_app.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/local_domain.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/mirror.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/policer.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/port.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/preferred_color_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/protocol_name.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/region.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/scalable_group_tag.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/site.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/sla.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/threat_grid_api_key.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/tloc.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/trunkgroup.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/umbrella_data.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/url_allow_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/url_block_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/vpn.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/list/zone.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/security_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/vedge_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy/vsmart_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/policy_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/software_actions.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration/topology_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_dashboard_status.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_device_actions.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_device_inventory.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_device_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_feature_profile.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_general_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_settings.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/configuration_template_master.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/misc.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/monitoring/device_details.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/monitoring/security_policy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/monitoring/server_info.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/monitoring/status.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/real_time_monitoring/reboot_history.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/sdavc_cloud_connector.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/tenant_backup_restore.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/tenant_management.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/tenant_migration.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/troubleshooting_tools/device_connectivity.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/url_monitoring.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/exceptions.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/base.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/policy/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/policy/base.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/policy/test_extended_community.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/policy/test_security_app_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_application_priority.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_cli.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_dns_security.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_other.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_service.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_sig_security.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_ssl_decryption.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_system.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/test_transport.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/feature_profile/sdwan/topology/test_topology.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/profile_builder/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/profile_builder/test_pb_service.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/profile_builder/test_pb_transport.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/test_data/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/test_find_template_values.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/test_network_hierarchy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/integration_tests/test_settings.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/logging.conf +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/common.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/common.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/README.md +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/builder.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/parcel.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/acl/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/acl/ipv4acl.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/policy_settings.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/application_priority/qos_policy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/cli/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/cli/config.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/dns_security/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/dns_security/dns.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/embedded_security/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/thousandeyes.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/other/ucse.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/data_prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/expanded_community_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/policy/prefix_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/aip.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/amp.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/identity.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/intrusion_prevention.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/scalable_group_tag.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/ssl_decryption_profile.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/policy_object/security/url_filtering.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/routing/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/routing/bgp.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/routing/ospf.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/routing/ospfv3.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/appqoe.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/dhcp_server.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/eigrp.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/common.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/ethernet.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/gre.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/ipsec.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/multilink.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/svi.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/lan/vpn.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/multicast.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/object_tracker.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/service_insertion_attachment.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/switchport.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/tracker.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/service/wireless_lan.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/sig_security/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/sig_security/sig_security.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/aaa.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/banner.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/basic.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/bfd.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/global_parcel.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/mrf.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/system/omp.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/topology/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/topology/custom_control.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/topology/mesh.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_controller.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/cellular_profile.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/gps.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/management/ethernet.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/t1e1controller.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/vpn.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/cellular.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ethernet.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/gre.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/ipsec.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/protocol_over.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/feature_profile/sdwan/transport/wan/interface/t1e1serial.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/network_hierarchy/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/network_hierarchy/cflowd.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/network_hierarchy/node.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/policy_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/profile_type.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/configuration/topology_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/device_inventory.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/feature_profile_parcel.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/misc/application_protocols.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/monitoring/security_policy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/monitoring/server_info.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/access_control_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/access_control_list_ipv6.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/aip.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/cflowd.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/control.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/device_access.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/device_access_ipv6.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/dns_security.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/mesh.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/qos_map.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/rewrite.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/route_policy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/rule_set.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/security_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/ssl_decryption.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/traffic_data.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/vpn_membership.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/definition/zone_based_firewall.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/app.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/app_probe.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/as_path.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/class_map.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/color.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/communities.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/data_ipv6_prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/data_prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/fqdn.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/geo_location.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/identity.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/ips_signature.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/ipv6_prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/local_app.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/local_domain.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/mirror.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/policer.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/port.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/preferred_color_group.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/prefix.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/protocol_name.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/region.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/scalable_group_tag.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/site.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/sla.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/threat_grid_api_key.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/tloc.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/trunkgroup.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/umbrella_data.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/url.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/vpn.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/list/zone.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/policy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/policy/policy_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/settings.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/templates.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/tenant.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/models/url_monitoring.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/response.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/session.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/models/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/aaa_basic.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/aaa_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/basic/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/basic/alias.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/basic/basic.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/basic/basic_no_value.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/basic/children.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/basic/children_nested.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/basic/children_nested_datapath.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/basic/data_path.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_aaa.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_aaa_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_banner.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_bfd.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_logging_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_ntp_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_omp_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_ospf_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_sig.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_snmp_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_system_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_vpn_basic.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_vpn_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/cisco_vpn_interface_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/default_cisco_system.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/omp_vsmart_1.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/omp_vsmart_2.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/omp_vsmart_3.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/omp_vsmart_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/security_vsmart_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/system_vsmart_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/vpn_vsmart_basic.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/vpn_vsmart_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/vpn_vsmart_interface_basic.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/definitions/vpn_vsmart_interface_complex.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/aaa.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_aaa.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_banner.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_bfd.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_logging.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_ntp.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_omp.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_ospf.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_secure_internet_gateway.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_snmp.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_system.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_vpn.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/cisco_vpn_interface.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/omp_vsmart.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/security_vsmart.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/system_vsmart.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/vpn_vsmart.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/models/vpn_vsmart_interface.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/aaa.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/basic/alias.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/basic/basic.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/basic/children.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/basic/children_nested.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/basic/children_nested_datapath.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/basic/data_path.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cedge_aaa.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_banner.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_bfd.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_logging.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_ntp.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_omp.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_ospf.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_secure_internet_gateway.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_snmp.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_system.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_vpn.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/cisco_vpn_interface.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/omp-vsmart.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/security-vsmart.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/system-vsmart.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/vpn-vsmart-interface.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/schemas/vpn-vsmart.json +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/test_chose_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/test_deserialize_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/test_find_template_values.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/test_find_template_values_2.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/test_generate_payload.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/templates/test_serialize_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_admin_tech_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_administration.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_alarms_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_cli_template.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_creation_tools.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_device_action_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_devices_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_endpoints.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_feature_profile_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_feature_template_field.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_logs_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_models_common.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_monitoring_security_policy.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_monitoring_server_info.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_monitoring_status_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_mtt_aaa_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_omp_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_packet_capture.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_partition_manager_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_response.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_session.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_software_action_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_speed_test_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_task_status_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_templates.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_tenant_backup_restore_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_tenant_management_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_tenant_migration_api.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_typed_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_url_monitoring.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_version.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_version_utils.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/tests/test_vmanage_auth.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/typed_list.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/__init__.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/alarm_status.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/certificate_status.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/colors.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/config_status.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/creation_tools.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/dashboard.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/dict.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/feature_template/choose_model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/feature_template/find_template_values.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/model.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/operation_status.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/persona.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/personality.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/pydantic_field.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/reachability.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/session_type.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/template_type.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/type_check.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/upgrades_helper.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/utils/validate_status.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/version.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/vmanage_auth.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/workflows/backup_restore_device_templates.py +0 -0
- {catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/workflows/tenant_migration.py +0 -0
|
@@ -13,6 +13,7 @@ from catalystwan.endpoints.configuration.policy.definition.access_control_list_i
|
|
|
13
13
|
)
|
|
14
14
|
from catalystwan.endpoints.configuration.policy.definition.aip import ConfigurationPolicyAIPDefinition
|
|
15
15
|
from catalystwan.endpoints.configuration.policy.definition.amp import ConfigurationPolicyAMPDefinition
|
|
16
|
+
from catalystwan.endpoints.configuration.policy.definition.app_route import ConfigurationPolicyAppRouteDefinition
|
|
16
17
|
from catalystwan.endpoints.configuration.policy.definition.cflowd import ConfigurationPolicyCflowdDefinition
|
|
17
18
|
from catalystwan.endpoints.configuration.policy.definition.control import ConfigurationPolicyControlDefinition
|
|
18
19
|
from catalystwan.endpoints.configuration.policy.definition.device_access import (
|
|
@@ -147,6 +148,7 @@ from catalystwan.models.policy.definition.amp import (
|
|
|
147
148
|
AdvancedMalwareProtectionPolicy,
|
|
148
149
|
AdvancedMalwareProtectionPolicyGetResponse,
|
|
149
150
|
)
|
|
151
|
+
from catalystwan.models.policy.definition.app_route import AppRoutePolicy, AppRoutePolicyGetResponse
|
|
150
152
|
from catalystwan.models.policy.definition.cflowd import CflowdPolicy, CflowdPolicyGetResponse
|
|
151
153
|
from catalystwan.models.policy.definition.control import ControlPolicy, ControlPolicyGetResponse
|
|
152
154
|
from catalystwan.models.policy.definition.device_access import DeviceAccessPolicy, DeviceAccessPolicyGetResponse
|
|
@@ -257,29 +259,30 @@ POLICY_LIST_ENDPOINTS_MAP: Mapping[type, type] = {
|
|
|
257
259
|
}
|
|
258
260
|
|
|
259
261
|
POLICY_DEFINITION_ENDPOINTS_MAP: Mapping[type, type] = {
|
|
260
|
-
RuleSet: ConfigurationPolicyRuleSetDefinition,
|
|
261
|
-
SecurityGroup: ConfigurationPolicySecurityGroupDefinition,
|
|
262
|
-
ZoneBasedFWPolicy: ConfigurationPolicyZoneBasedFirewallDefinition,
|
|
263
|
-
TrafficDataPolicy: ConfigurationPolicyDataDefinition,
|
|
264
|
-
QoSMapPolicy: ConfigurationPolicyQoSMapDefinition,
|
|
265
|
-
RewritePolicy: ConfigurationPolicyRewriteRuleDefinition,
|
|
266
|
-
ControlPolicy: ConfigurationPolicyControlDefinition,
|
|
267
|
-
VPNMembershipPolicy: ConfigurationPolicyVPNMembershipGroupDefinition,
|
|
268
|
-
HubAndSpokePolicy: ConfigurationPolicyHubAndSpokeDefinition,
|
|
269
|
-
MeshPolicy: ConfigurationPolicyMeshDefinition,
|
|
270
|
-
AclPolicy: ConfigurationPolicyAclDefinition,
|
|
271
262
|
AclIPv6Policy: ConfigurationPolicyAclIPv6Definition,
|
|
272
|
-
|
|
273
|
-
DeviceAccessIPv6Policy: ConfigurationPolicyDeviceAccessIPv6Definition,
|
|
263
|
+
AclPolicy: ConfigurationPolicyAclDefinition,
|
|
274
264
|
AdvancedInspectionProfilePolicy: ConfigurationPolicyAIPDefinition,
|
|
275
265
|
AdvancedMalwareProtectionPolicy: ConfigurationPolicyAMPDefinition,
|
|
266
|
+
AppRoutePolicy: ConfigurationPolicyAppRouteDefinition,
|
|
267
|
+
CflowdPolicy: ConfigurationPolicyCflowdDefinition,
|
|
268
|
+
ControlPolicy: ConfigurationPolicyControlDefinition,
|
|
269
|
+
DeviceAccessIPv6Policy: ConfigurationPolicyDeviceAccessIPv6Definition,
|
|
270
|
+
DeviceAccessPolicy: ConfigurationPolicyDeviceAccessDefinition,
|
|
271
|
+
DnsSecurityPolicy: ConfigurationPolicyDnsSecurityDefinition,
|
|
272
|
+
HubAndSpokePolicy: ConfigurationPolicyHubAndSpokeDefinition,
|
|
276
273
|
IntrusionPreventionPolicy: ConfigurationPolicyIntrusionPreventionDefinition,
|
|
274
|
+
MeshPolicy: ConfigurationPolicyMeshDefinition,
|
|
275
|
+
QoSMapPolicy: ConfigurationPolicyQoSMapDefinition,
|
|
276
|
+
RewritePolicy: ConfigurationPolicyRewriteRuleDefinition,
|
|
277
|
+
RoutePolicy: ConfigurationPolicyRouteDefinition,
|
|
278
|
+
RuleSet: ConfigurationPolicyRuleSetDefinition,
|
|
279
|
+
SecurityGroup: ConfigurationPolicySecurityGroupDefinition,
|
|
277
280
|
SslDecryptionPolicy: ConfigurationSslDecryptionDefinition,
|
|
278
281
|
SslDecryptionUtdProfilePolicy: ConfigurationSslDecryptionUtdProfileDefinition,
|
|
282
|
+
TrafficDataPolicy: ConfigurationPolicyDataDefinition,
|
|
279
283
|
UrlFilteringPolicy: ConfigurationPolicyUrlFilteringDefinition,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
RoutePolicy: ConfigurationPolicyRouteDefinition,
|
|
284
|
+
VPNMembershipPolicy: ConfigurationPolicyVPNMembershipGroupDefinition,
|
|
285
|
+
ZoneBasedFWPolicy: ConfigurationPolicyZoneBasedFirewallDefinition,
|
|
283
286
|
}
|
|
284
287
|
|
|
285
288
|
|
|
@@ -827,6 +830,10 @@ class PolicyDefinitionsAPI:
|
|
|
827
830
|
def get(self, type: Type[DeviceAccessIPv6Policy]) -> DataSequence[PolicyDefinitionInfo]:
|
|
828
831
|
...
|
|
829
832
|
|
|
833
|
+
@overload
|
|
834
|
+
def get(self, type: Type[AppRoutePolicy]) -> DataSequence[PolicyDefinitionInfo]:
|
|
835
|
+
...
|
|
836
|
+
|
|
830
837
|
# get by id
|
|
831
838
|
@overload
|
|
832
839
|
def get(self, type: Type[IntrusionPreventionPolicy], id: UUID) -> IntrusionPreventionPolicyGetResponse:
|
|
@@ -920,6 +927,10 @@ class PolicyDefinitionsAPI:
|
|
|
920
927
|
def get(self, type: Type[DeviceAccessIPv6Policy], id: UUID) -> DeviceAccessIPv6PolicyGetResponse:
|
|
921
928
|
...
|
|
922
929
|
|
|
930
|
+
@overload
|
|
931
|
+
def get(self, type: Type[AppRoutePolicy], id: UUID) -> AppRoutePolicyGetResponse:
|
|
932
|
+
...
|
|
933
|
+
|
|
923
934
|
def get(self, type: Type[AnyPolicyDefinition], id: Optional[UUID] = None) -> Any:
|
|
924
935
|
endpoints = self.__get_definition_endpoints_instance(type)
|
|
925
936
|
if id is not None:
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Copyright 2024 Cisco Systems, Inc. and its affiliates
|
|
2
|
+
|
|
3
|
+
# mypy: disable-error-code="empty-body"
|
|
4
|
+
|
|
5
|
+
from uuid import UUID
|
|
6
|
+
|
|
7
|
+
from catalystwan.endpoints import APIEndpoints, delete, get, post, put
|
|
8
|
+
from catalystwan.endpoints.configuration.policy.abstractions import PolicyDefinitionEndpoints
|
|
9
|
+
from catalystwan.models.policy.definition.app_route import (
|
|
10
|
+
AppRoutePolicy,
|
|
11
|
+
AppRoutePolicyEditPayload,
|
|
12
|
+
AppRoutePolicyGetResponse,
|
|
13
|
+
)
|
|
14
|
+
from catalystwan.models.policy.policy_definition import (
|
|
15
|
+
PolicyDefinitionEditResponse,
|
|
16
|
+
PolicyDefinitionId,
|
|
17
|
+
PolicyDefinitionInfo,
|
|
18
|
+
PolicyDefinitionPreview,
|
|
19
|
+
)
|
|
20
|
+
from catalystwan.typed_list import DataSequence
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
class ConfigurationPolicyAppRouteDefinition(APIEndpoints, PolicyDefinitionEndpoints):
|
|
24
|
+
@post("/template/policy/definition/approute/")
|
|
25
|
+
def create_policy_definition(self, payload: AppRoutePolicy) -> PolicyDefinitionId:
|
|
26
|
+
...
|
|
27
|
+
|
|
28
|
+
@delete("/template/policy/definition/approute/{id}")
|
|
29
|
+
def delete_policy_definition(self, id: UUID) -> None:
|
|
30
|
+
...
|
|
31
|
+
|
|
32
|
+
@put("/template/policy/definition/approute/{id}")
|
|
33
|
+
def edit_policy_definition(self, id: UUID, payload: AppRoutePolicyEditPayload) -> PolicyDefinitionEditResponse:
|
|
34
|
+
...
|
|
35
|
+
|
|
36
|
+
@get("/template/policy/definition/approute", "data")
|
|
37
|
+
def get_definitions(self) -> DataSequence[PolicyDefinitionInfo]:
|
|
38
|
+
...
|
|
39
|
+
|
|
40
|
+
@get("/template/policy/definition/approute/{id}")
|
|
41
|
+
def get_policy_definition(self, id: UUID) -> AppRoutePolicyGetResponse:
|
|
42
|
+
...
|
|
43
|
+
|
|
44
|
+
@post("/template/policy/definition/approute/preview")
|
|
45
|
+
def preview_policy_definition(self, payload: AppRoutePolicy) -> PolicyDefinitionPreview:
|
|
46
|
+
...
|
|
47
|
+
|
|
48
|
+
@get("/template/policy/definition/approute/preview/{id}")
|
|
49
|
+
def preview_policy_definition_by_id(self, id: UUID) -> PolicyDefinitionPreview:
|
|
50
|
+
...
|
{catalystwan-0.35.5.dev0 → catalystwan-0.35.5.dev2}/catalystwan/endpoints/endpoints_container.py
RENAMED
|
@@ -24,6 +24,7 @@ from catalystwan.endpoints.configuration.policy.definition.access_control_list_i
|
|
|
24
24
|
)
|
|
25
25
|
from catalystwan.endpoints.configuration.policy.definition.aip import ConfigurationPolicyAIPDefinition
|
|
26
26
|
from catalystwan.endpoints.configuration.policy.definition.amp import ConfigurationPolicyAMPDefinition
|
|
27
|
+
from catalystwan.endpoints.configuration.policy.definition.app_route import ConfigurationPolicyAppRouteDefinition
|
|
27
28
|
from catalystwan.endpoints.configuration.policy.definition.control import ConfigurationPolicyControlDefinition
|
|
28
29
|
from catalystwan.endpoints.configuration.policy.definition.device_access import (
|
|
29
30
|
ConfigurationPolicyDeviceAccessDefinition,
|
|
@@ -151,6 +152,7 @@ class ConfigurationPolicyDefinitionContainer:
|
|
|
151
152
|
self.acl_ipv6 = ConfigurationPolicyAclIPv6Definition(session)
|
|
152
153
|
self.advanced_inspection_profile = ConfigurationPolicyAIPDefinition(session)
|
|
153
154
|
self.advanced_malware_protection = ConfigurationPolicyAMPDefinition(session)
|
|
155
|
+
self.app_route = ConfigurationPolicyAppRouteDefinition(session)
|
|
154
156
|
self.control = ConfigurationPolicyControlDefinition(session)
|
|
155
157
|
self.data = ConfigurationPolicyDataDefinition(session)
|
|
156
158
|
self.device_access = ConfigurationPolicyDeviceAccessDefinition(session)
|
|
@@ -236,7 +236,7 @@ class WANIPv4StaticRoute(BaseModel):
|
|
|
236
236
|
|
|
237
237
|
|
|
238
238
|
class NextHopContainer(BaseModel):
|
|
239
|
-
next_hop: List[NextHop] = Field(
|
|
239
|
+
next_hop: List[NextHop] = Field(default_factory=list, serialization_alias="nextHop", validation_alias="nextHop")
|
|
240
240
|
|
|
241
241
|
|
|
242
242
|
class Ipv6StaticRouteNull0(BaseModel):
|
|
@@ -687,7 +687,7 @@ class MultilinkControllerTxExList(BaseModel):
|
|
|
687
687
|
)
|
|
688
688
|
|
|
689
689
|
channel_group: List[ChannelGroup] = Field(
|
|
690
|
-
|
|
690
|
+
default_factory=list,
|
|
691
691
|
validation_alias="channelGroup",
|
|
692
692
|
serialization_alias="channelGroup",
|
|
693
693
|
description="Channel Group List",
|
|
@@ -320,7 +320,7 @@ class Ipv6AclParcel(_ParcelBase):
|
|
|
320
320
|
default=Default[Literal["drop"]](value="drop"), validation_alias=AliasPath("data", "defaultAction")
|
|
321
321
|
)
|
|
322
322
|
sequences: List[Sequence] = Field(
|
|
323
|
-
|
|
323
|
+
default_factory=list, validation_alias=AliasPath("data", "sequences"), description="Access Control List"
|
|
324
324
|
)
|
|
325
325
|
|
|
326
326
|
def set_default_action(self, action: AcceptDropActionType):
|
|
@@ -113,7 +113,7 @@ class TrafficClassMatch(BaseModel):
|
|
|
113
113
|
|
|
114
114
|
class DscpMatch(BaseModel):
|
|
115
115
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
116
|
-
dscp: Global[
|
|
116
|
+
dscp: Global[int] = Field(default=None)
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
class PacketLengthMatch(BaseModel):
|
|
@@ -538,6 +538,36 @@ class SlaClassAction(BaseModel):
|
|
|
538
538
|
default=None, validation_alias="slaClass", serialization_alias="slaClass", description="slaClass"
|
|
539
539
|
)
|
|
540
540
|
|
|
541
|
+
@staticmethod
|
|
542
|
+
def from_params(
|
|
543
|
+
sla_name: Optional[UUID] = None,
|
|
544
|
+
preferred_color: Optional[List[TLOCColor]] = None,
|
|
545
|
+
preferred_color_group: Optional[UUID] = None,
|
|
546
|
+
preferred_remote_color: Optional[List[TLOCColor]] = None,
|
|
547
|
+
remote_color_restrict: Optional[bool] = None,
|
|
548
|
+
strict: Optional[bool] = None,
|
|
549
|
+
fallback_to_best_path: Optional[bool] = None,
|
|
550
|
+
) -> "SlaClassAction":
|
|
551
|
+
action = SlaClassAction()
|
|
552
|
+
action.sla_class = []
|
|
553
|
+
if sla_name:
|
|
554
|
+
action.sla_class.append(SlaClass(sla_name=RefIdItem.from_uuid(sla_name)))
|
|
555
|
+
if preferred_color:
|
|
556
|
+
action.sla_class.append(SlaClass(preferred_color=Global[List[TLOCColor]](value=preferred_color)))
|
|
557
|
+
if preferred_color_group:
|
|
558
|
+
action.sla_class.append(SlaClass(preferred_color_group=RefIdItem.from_uuid(preferred_color_group)))
|
|
559
|
+
if preferred_remote_color:
|
|
560
|
+
action.sla_class.append(
|
|
561
|
+
SlaClass(preferred_remote_color=Global[List[TLOCColor]](value=preferred_remote_color))
|
|
562
|
+
)
|
|
563
|
+
if remote_color_restrict is not None:
|
|
564
|
+
action.sla_class.append(SlaClass(remote_color_restrict=Global[bool](value=remote_color_restrict)))
|
|
565
|
+
if strict is not None:
|
|
566
|
+
action.sla_class.append(SlaClass(strict=Global[bool](value=strict)))
|
|
567
|
+
if fallback_to_best_path is not None:
|
|
568
|
+
action.sla_class.append(SlaClass(fallback_to_best_path=Global[bool](value=fallback_to_best_path)))
|
|
569
|
+
return action
|
|
570
|
+
|
|
541
571
|
|
|
542
572
|
class BackupSlaPreferredColorAction(BaseModel):
|
|
543
573
|
model_config = ConfigDict(populate_by_name=True, extra="forbid")
|
|
@@ -767,7 +797,7 @@ class Sequence(BaseModel):
|
|
|
767
797
|
entry = TrafficClassMatch(traffic_class=as_global(traffic_class, TrafficClass))
|
|
768
798
|
self._match(entry)
|
|
769
799
|
|
|
770
|
-
def match_dscp(self, dscp:
|
|
800
|
+
def match_dscp(self, dscp: int):
|
|
771
801
|
entry = DscpMatch(dscp=as_global(dscp))
|
|
772
802
|
self._match(entry)
|
|
773
803
|
|
|
@@ -952,8 +982,10 @@ class Sequence(BaseModel):
|
|
|
952
982
|
action = AppqoeOptimizationAction(appqoe_optimization=appqoe_optimization)
|
|
953
983
|
self._insert_action(action)
|
|
954
984
|
|
|
955
|
-
def associate_backup_sla_preferred_color_action(self) -> None:
|
|
956
|
-
|
|
985
|
+
def associate_backup_sla_preferred_color_action(self, tloc_colors: List[TLOCColor]) -> None:
|
|
986
|
+
self._insert_action(
|
|
987
|
+
BackupSlaPreferredColorAction(backup_sla_preferred_color=Global[List[TLOCColor]](value=tloc_colors))
|
|
988
|
+
)
|
|
957
989
|
|
|
958
990
|
def associate_cflowd_action(self, cflowd: bool) -> None:
|
|
959
991
|
self._insert_action(CflowdAction(cflowd=as_global(cflowd)))
|
|
@@ -962,7 +994,7 @@ class Sequence(BaseModel):
|
|
|
962
994
|
pass # TODO
|
|
963
995
|
|
|
964
996
|
def associate_cloud_saas_action(self) -> None:
|
|
965
|
-
|
|
997
|
+
self._insert_action(CloudSaasAction(cloud_saas=as_global(True)))
|
|
966
998
|
|
|
967
999
|
def associate_count_action(self, count: str) -> None:
|
|
968
1000
|
self._insert_action(CountAction(count=as_global(count)))
|
|
@@ -1006,8 +1038,26 @@ class Sequence(BaseModel):
|
|
|
1006
1038
|
def associate_sig_action(self) -> None:
|
|
1007
1039
|
self._insert_action(SigAction(sig=as_global(True)))
|
|
1008
1040
|
|
|
1009
|
-
def associate_sla_class_action(
|
|
1010
|
-
|
|
1041
|
+
def associate_sla_class_action(
|
|
1042
|
+
self,
|
|
1043
|
+
sla_name: Optional[UUID] = None,
|
|
1044
|
+
preferred_color: Optional[List[TLOCColor]] = None,
|
|
1045
|
+
preferred_color_group: Optional[UUID] = None,
|
|
1046
|
+
preferred_remote_color: Optional[List[TLOCColor]] = None,
|
|
1047
|
+
remote_color_restrict: Optional[bool] = None,
|
|
1048
|
+
strict: Optional[bool] = None,
|
|
1049
|
+
fallback_to_best_path: Optional[bool] = None,
|
|
1050
|
+
) -> None:
|
|
1051
|
+
action = SlaClassAction.from_params(
|
|
1052
|
+
sla_name=sla_name,
|
|
1053
|
+
preferred_color=preferred_color,
|
|
1054
|
+
preferred_color_group=preferred_color_group,
|
|
1055
|
+
preferred_remote_color=preferred_remote_color,
|
|
1056
|
+
remote_color_restrict=remote_color_restrict,
|
|
1057
|
+
strict=strict,
|
|
1058
|
+
fallback_to_best_path=fallback_to_best_path,
|
|
1059
|
+
)
|
|
1060
|
+
self._insert_action(action)
|
|
1011
1061
|
|
|
1012
1062
|
def associate_sse_action(self) -> None:
|
|
1013
1063
|
pass # TODO
|
|
@@ -1019,7 +1069,7 @@ class TrafficPolicyParcel(_ParcelBase):
|
|
|
1019
1069
|
default=None, validation_alias=AliasPath("data", "dataDefaultAction")
|
|
1020
1070
|
)
|
|
1021
1071
|
has_cor_via_sig: Optional[Global[bool]] = Field(default=None, validation_alias=AliasPath("data", "hasCorViaSig"))
|
|
1022
|
-
sequences: List[Sequence] = Field(
|
|
1072
|
+
sequences: List[Sequence] = Field(default_factory=list, validation_alias=AliasPath("data", "sequences"))
|
|
1023
1073
|
simple_flow: Optional[Global[bool]] = Field(default=None, validation_alias=AliasPath("data", "simpleFlow"))
|
|
1024
1074
|
target: TrafficPolicyTarget = Field(validation_alias=AliasPath("data", "target"))
|
|
1025
1075
|
|
|
@@ -834,7 +834,7 @@ class NgFirewallSequence(BaseModel):
|
|
|
834
834
|
)
|
|
835
835
|
match: Match
|
|
836
836
|
actions: List[Union[LogAction, AipAction]] = Field(
|
|
837
|
-
|
|
837
|
+
default_factory=list, validation_alias="actions", min_length=0, max_length=2, serialization_alias="actions"
|
|
838
838
|
)
|
|
839
839
|
disable_sequence: Global[bool] = Field(
|
|
840
840
|
default=Global[bool](value=False),
|
|
@@ -151,7 +151,7 @@ class PolicyParcel(_ParcelBase):
|
|
|
151
151
|
description="Set the parcel description",
|
|
152
152
|
)
|
|
153
153
|
assembly: List[Union[NgFirewallContainer, SslDecryption, AdvancedInspectionProfile]] = Field(
|
|
154
|
-
|
|
154
|
+
default_factory=list, validation_alias=AliasPath("data", "assembly")
|
|
155
155
|
)
|
|
156
156
|
|
|
157
157
|
settings: Optional[PolicySettings] = Field(default=None, validation_alias=AliasPath("data", "settings"))
|
|
@@ -17,7 +17,7 @@ class AppProbeMapItem(BaseModel):
|
|
|
17
17
|
|
|
18
18
|
class AppProbeEntry(BaseModel):
|
|
19
19
|
model_config = ConfigDict(populate_by_name=True)
|
|
20
|
-
map: List[AppProbeMapItem] = Field(
|
|
20
|
+
map: List[AppProbeMapItem] = Field(default_factory=list)
|
|
21
21
|
forwarding_class: Union[Global[str], RefIdItem] = Field(
|
|
22
22
|
validation_alias="forwardingClass",
|
|
23
23
|
serialization_alias="forwardingClass",
|
|
@@ -28,7 +28,7 @@ class AppProbeEntry(BaseModel):
|
|
|
28
28
|
class AppProbeParcel(_ParcelBase):
|
|
29
29
|
model_config = ConfigDict(populate_by_name=True)
|
|
30
30
|
type_: Literal["app-probe"] = Field(default="app-probe", exclude=True)
|
|
31
|
-
entries: List[AppProbeEntry] = Field(
|
|
31
|
+
entries: List[AppProbeEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
32
32
|
|
|
33
33
|
def _insert_entry(self, entry: AppProbeEntry) -> None:
|
|
34
34
|
if self.entries:
|
|
@@ -21,7 +21,7 @@ class ApplicationListParcel(_ParcelBase):
|
|
|
21
21
|
model_config = ConfigDict(populate_by_name=True)
|
|
22
22
|
type_: Literal["app-list"] = Field(default="app-list", exclude=True)
|
|
23
23
|
entries: List[Union[ApplicationListEntry, ApplicationFamilyListEntry]] = Field(
|
|
24
|
-
|
|
24
|
+
default_factory=list, validation_alias=AliasPath("data", "entries")
|
|
25
25
|
)
|
|
26
26
|
|
|
27
27
|
def add_application(self, application: str):
|
|
@@ -16,7 +16,7 @@ class AsPathParcel(_ParcelBase):
|
|
|
16
16
|
model_config = ConfigDict(populate_by_name=True)
|
|
17
17
|
type_: Literal["as-path"] = Field(default="as-path", exclude=True)
|
|
18
18
|
as_path_list_num: Global[int] = Field(validation_alias=AliasPath("data", "asPathListNum"))
|
|
19
|
-
entries: List[AsPathEntry] = Field(
|
|
19
|
+
entries: List[AsPathEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
20
20
|
|
|
21
21
|
def add_as_path(self, as_path: str):
|
|
22
22
|
self.entries.append(AsPathEntry(as_path=as_global(as_path)))
|
|
@@ -15,7 +15,7 @@ class ColorEntry(BaseModel):
|
|
|
15
15
|
class ColorParcel(_ParcelBase):
|
|
16
16
|
model_config = ConfigDict(populate_by_name=True)
|
|
17
17
|
type_: Literal["color"] = Field(default="color", exclude=True)
|
|
18
|
-
entries: List[ColorEntry] = Field(
|
|
18
|
+
entries: List[ColorEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
19
19
|
|
|
20
20
|
def add_color(self, color: TLOCColor):
|
|
21
21
|
self.entries.append(ColorEntry(color=as_global(color, TLOCColor)))
|
|
@@ -20,7 +20,7 @@ class ExtendedCommunityEntry(BaseModel):
|
|
|
20
20
|
class ExtendedCommunityParcel(_ParcelBase):
|
|
21
21
|
model_config = ConfigDict(populate_by_name=True)
|
|
22
22
|
type_: Literal["ext-community"] = Field(default="ext-community", exclude=True)
|
|
23
|
-
entries: List[ExtendedCommunityEntry] = Field(
|
|
23
|
+
entries: List[ExtendedCommunityEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
24
24
|
|
|
25
25
|
def add_site_of_origin_community(self, ip_address: IPv4Address, port: int):
|
|
26
26
|
entry = f"soo {ip_address}:{port}"
|
|
@@ -20,7 +20,7 @@ class FowardingClassQueueEntry(BaseModel):
|
|
|
20
20
|
class FowardingClassParcel(_ParcelBase):
|
|
21
21
|
model_config = ConfigDict(populate_by_name=True)
|
|
22
22
|
type_: Literal["class"] = Field(default="class", exclude=True)
|
|
23
|
-
entries: List[FowardingClassQueueEntry] = Field(
|
|
23
|
+
entries: List[FowardingClassQueueEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
24
24
|
|
|
25
25
|
def add_queue(self, queue: int):
|
|
26
26
|
self.entries.append(FowardingClassQueueEntry(queue=as_global(str(queue))))
|
|
@@ -17,7 +17,7 @@ class IPv6DataPrefixEntry(BaseModel):
|
|
|
17
17
|
class IPv6DataPrefixParcel(_ParcelBase):
|
|
18
18
|
model_config = ConfigDict(populate_by_name=True)
|
|
19
19
|
type_: Literal["data-ipv6-prefix"] = Field(default="data-ipv6-prefix", exclude=True)
|
|
20
|
-
entries: List[IPv6DataPrefixEntry] = Field(
|
|
20
|
+
entries: List[IPv6DataPrefixEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
21
21
|
|
|
22
22
|
def add_prefix(self, ipv6_network: IPv6Interface):
|
|
23
23
|
self.entries.append(
|
|
@@ -25,7 +25,7 @@ class IPv6PrefixListEntry(BaseModel):
|
|
|
25
25
|
class IPv6PrefixListParcel(_ParcelBase):
|
|
26
26
|
model_config = ConfigDict(populate_by_name=True)
|
|
27
27
|
type_: Literal["ipv6-prefix"] = Field(default="ipv6-prefix", exclude=True)
|
|
28
|
-
entries: List[IPv6PrefixListEntry] = Field(
|
|
28
|
+
entries: List[IPv6PrefixListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
29
29
|
|
|
30
30
|
def add_prefix(self, ipv6_network: IPv6Interface, ge: Optional[int] = None, le: Optional[int] = None):
|
|
31
31
|
self.entries.append(
|
|
@@ -18,7 +18,7 @@ class MirrorParcel(_ParcelBase):
|
|
|
18
18
|
model_config = ConfigDict(populate_by_name=True)
|
|
19
19
|
type_: Literal["mirror"] = Field(default="mirror", exclude=True)
|
|
20
20
|
entries: List[MirrorEntry] = Field(
|
|
21
|
-
|
|
21
|
+
default_factory=list, validation_alias=AliasPath("data", "entries"), min_length=1, max_length=1
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
@classmethod
|
|
@@ -30,7 +30,7 @@ class PolicerEntry(BaseModel):
|
|
|
30
30
|
class PolicerParcel(_ParcelBase):
|
|
31
31
|
model_config = ConfigDict(populate_by_name=True)
|
|
32
32
|
type_: Literal["policer"] = Field(default="policer", exclude=True)
|
|
33
|
-
entries: List[PolicerEntry] = Field(
|
|
33
|
+
entries: List[PolicerEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
34
34
|
|
|
35
35
|
def add_entry(self, burst: int, exceed: PolicerExceedAction, rate: int):
|
|
36
36
|
self.entries.append(
|
|
@@ -54,7 +54,7 @@ class PreferredColorGroupEntry(BaseModel):
|
|
|
54
54
|
class PreferredColorGroupParcel(_ParcelBase):
|
|
55
55
|
model_config = ConfigDict(populate_by_name=True)
|
|
56
56
|
type_: Literal["preferred-color-group"] = Field(default="preferred-color-group", exclude=True)
|
|
57
|
-
entries: List[PreferredColorGroupEntry] = Field(
|
|
57
|
+
entries: List[PreferredColorGroupEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
58
58
|
|
|
59
59
|
def add_primary(self, color_preference: List[TLOCColor], path_preference: PathPreference):
|
|
60
60
|
self.entries.append(
|
|
@@ -95,7 +95,7 @@ class SLAClassListEntry(BaseModel):
|
|
|
95
95
|
class SLAClassParcel(_ParcelBase):
|
|
96
96
|
model_config = ConfigDict(populate_by_name=True)
|
|
97
97
|
type_: Literal["sla-class"] = Field(default="sla-class", exclude=True)
|
|
98
|
-
entries: List[SLAClassListEntry] = Field(
|
|
98
|
+
entries: List[SLAClassListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
99
99
|
|
|
100
100
|
def add_entry(
|
|
101
101
|
self,
|
|
@@ -18,7 +18,7 @@ class StandardCommunityEntry(BaseModel):
|
|
|
18
18
|
class StandardCommunityParcel(_ParcelBase):
|
|
19
19
|
model_config = ConfigDict(populate_by_name=True)
|
|
20
20
|
type_: Literal["standard-community"] = Field(default="standard-community", exclude=True)
|
|
21
|
-
entries: List[StandardCommunityEntry] = Field(
|
|
21
|
+
entries: List[StandardCommunityEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
22
22
|
|
|
23
23
|
def _add_community(self, standard_community: str):
|
|
24
24
|
self.entries.append(StandardCommunityEntry(standard_community=as_global(standard_community)))
|
|
@@ -29,7 +29,7 @@ class TlocEntry(BaseModel):
|
|
|
29
29
|
class TlocParcel(_ParcelBase):
|
|
30
30
|
model_config = ConfigDict(populate_by_name=True)
|
|
31
31
|
type_: Literal["tloc"] = Field(default="tloc", exclude=True)
|
|
32
|
-
entries: List[TlocEntry] = Field(
|
|
32
|
+
entries: List[TlocEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
33
33
|
|
|
34
34
|
def add_entry(
|
|
35
35
|
self, tloc: IPv4Address, color: TLOCColor, encapsulation: EncapType, preference: Optional[str] = None
|
|
@@ -21,7 +21,7 @@ class SecurityApplicationListParcel(_ParcelBase):
|
|
|
21
21
|
model_config = ConfigDict(populate_by_name=True)
|
|
22
22
|
type_: Literal["security-localapp"] = Field(default="security-localapp", exclude=True)
|
|
23
23
|
entries: List[Union[SecurityApplicationFamilyListEntry, SecurityApplicationListEntry]] = Field(
|
|
24
|
-
|
|
24
|
+
default_factory=list, validation_alias=AliasPath("data", "entries")
|
|
25
25
|
)
|
|
26
26
|
|
|
27
27
|
def add_application(self, application: str):
|
|
@@ -16,7 +16,7 @@ class SecurityDataPrefixEntry(BaseModel):
|
|
|
16
16
|
class SecurityDataPrefixParcel(_ParcelBase):
|
|
17
17
|
model_config = ConfigDict(populate_by_name=True)
|
|
18
18
|
type_: Literal["security-data-ip-prefix"] = Field(default="security-data-ip-prefix", exclude=True)
|
|
19
|
-
entries: List[SecurityDataPrefixEntry] = Field(
|
|
19
|
+
entries: List[SecurityDataPrefixEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
20
20
|
|
|
21
21
|
def add_prefix(self, ip_prefix: IPv4Network):
|
|
22
22
|
self.entries.append(SecurityDataPrefixEntry(ip_prefix=as_global(ip_prefix)))
|
|
@@ -17,7 +17,7 @@ class FQDNListEntry(BaseModel):
|
|
|
17
17
|
class FQDNDomainParcel(_ParcelBase):
|
|
18
18
|
model_config = ConfigDict(populate_by_name=True)
|
|
19
19
|
type_: Literal["security-fqdn"] = Field(default="security-fqdn", exclude=True)
|
|
20
|
-
entries: List[FQDNListEntry] = Field(
|
|
20
|
+
entries: List[FQDNListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
21
21
|
|
|
22
22
|
def from_fqdns(self, fqdns: List[str]):
|
|
23
23
|
for fqdn in fqdns:
|
|
@@ -23,7 +23,7 @@ class GeoLocationListEntry(BaseModel):
|
|
|
23
23
|
class GeoLocationListParcel(_ParcelBase):
|
|
24
24
|
model_config = ConfigDict(populate_by_name=True)
|
|
25
25
|
type_: Literal["security-geolocation"] = Field(default="security-geolocation", exclude=True)
|
|
26
|
-
entries: List[GeoLocationListEntry] = Field(
|
|
26
|
+
entries: List[GeoLocationListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
27
27
|
|
|
28
28
|
def add_country(self, country: str):
|
|
29
29
|
self.entries.append(GeoLocationListEntry(country=as_global(country)))
|
|
@@ -32,7 +32,7 @@ class IPSSignatureListEntry(BaseModel):
|
|
|
32
32
|
class IPSSignatureParcel(_ParcelBase):
|
|
33
33
|
model_config = ConfigDict(populate_by_name=True)
|
|
34
34
|
type_: Literal["security-ipssignature"] = Field(default="security-ipssignature", exclude=True)
|
|
35
|
-
entries: List[IPSSignatureListEntry] = Field(
|
|
35
|
+
entries: List[IPSSignatureListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
36
36
|
|
|
37
37
|
def add_signature(self, signature: str):
|
|
38
38
|
generator_id, signature_id = signature.split(":")
|
|
@@ -17,7 +17,7 @@ class LocalDomainListEntry(BaseModel):
|
|
|
17
17
|
class LocalDomainParcel(_ParcelBase):
|
|
18
18
|
model_config = ConfigDict(populate_by_name=True)
|
|
19
19
|
type_: Literal["security-localdomain"] = Field(default="security-localdomain", exclude=True)
|
|
20
|
-
entries: List[LocalDomainListEntry] = Field(
|
|
20
|
+
entries: List[LocalDomainListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
21
21
|
|
|
22
22
|
def from_local_domains(self, domains: List[str]):
|
|
23
23
|
for domain in domains:
|
|
@@ -15,7 +15,7 @@ class ProtocolListEntry(BaseModel):
|
|
|
15
15
|
class ProtocolListParcel(_ParcelBase):
|
|
16
16
|
model_config = ConfigDict(populate_by_name=True)
|
|
17
17
|
type_: Literal["security-protocolname"] = Field(default="security-protocolname", exclude=True)
|
|
18
|
-
entries: List[ProtocolListEntry] = Field(
|
|
18
|
+
entries: List[ProtocolListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
19
19
|
|
|
20
20
|
def add_protocol(self, protocol: str):
|
|
21
21
|
self.entries.append(ProtocolListEntry(protocol=as_global(protocol)))
|
|
@@ -31,7 +31,7 @@ class SecurityPortListEntry(BaseModel):
|
|
|
31
31
|
class SecurityPortParcel(_ParcelBase):
|
|
32
32
|
model_config = ConfigDict(populate_by_name=True)
|
|
33
33
|
type_: Literal["security-port"] = Field(default="security-port", exclude=True)
|
|
34
|
-
entries: List[SecurityPortListEntry] = Field(
|
|
34
|
+
entries: List[SecurityPortListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
35
35
|
|
|
36
36
|
def _add_port(self, port: str):
|
|
37
37
|
self.entries.append(SecurityPortListEntry(port=as_global(port)))
|
|
@@ -16,7 +16,7 @@ class URLParcel(_ParcelBase):
|
|
|
16
16
|
model_config = ConfigDict(populate_by_name=True)
|
|
17
17
|
type_: Literal["security-urllist"] = Field(default="security-urllist", exclude=True)
|
|
18
18
|
type: Literal["urlallowed", "urlblocked"]
|
|
19
|
-
entries: List[BaseURLListEntry] = Field(
|
|
19
|
+
entries: List[BaseURLListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
20
20
|
|
|
21
21
|
def add_url(self, pattern: str):
|
|
22
22
|
self.entries.append(BaseURLListEntry(pattern=as_global(pattern)))
|
|
@@ -27,7 +27,7 @@ class SecurityZoneListEntry(BaseModel):
|
|
|
27
27
|
class SecurityZoneListParcel(_ParcelBase):
|
|
28
28
|
model_config = ConfigDict(populate_by_name=True)
|
|
29
29
|
type_: Literal["security-zone"] = Field(default="security-zone", exclude=True)
|
|
30
|
-
entries: List[SecurityZoneListEntry] = Field(
|
|
30
|
+
entries: List[SecurityZoneListEntry] = Field(default_factory=list, validation_alias=AliasPath("data", "entries"))
|
|
31
31
|
|
|
32
32
|
def add_interface(self, interface: InterfaceStr):
|
|
33
33
|
self.entries.append(
|
|
@@ -400,7 +400,7 @@ class RoutePolicyParcel(_ParcelBase):
|
|
|
400
400
|
description="Default Action",
|
|
401
401
|
)
|
|
402
402
|
sequences: List[RoutePolicySequence] = Field(
|
|
403
|
-
|
|
403
|
+
default_factory=list, validation_alias=AliasPath("data", "sequences"), description="Route Policy List"
|
|
404
404
|
)
|
|
405
405
|
|
|
406
406
|
def set_default_action(self, default_action: AcceptRejectActionType):
|
|
@@ -133,7 +133,7 @@ class DeviceAccessIPv4Parcel(_ParcelBase):
|
|
|
133
133
|
default=Default[AcceptDropActionType](value="drop"), validation_alias=AliasPath("data", "defaultAction")
|
|
134
134
|
)
|
|
135
135
|
sequences: List[Sequence] = Field(
|
|
136
|
-
|
|
136
|
+
default_factory=list, validation_alias=AliasPath("data", "sequences"), description="Device Access Control List"
|
|
137
137
|
)
|
|
138
138
|
|
|
139
139
|
def set_default_action(self, default_action: AcceptDropActionType) -> None:
|
|
@@ -133,7 +133,7 @@ class DeviceAccessIPv6Parcel(_ParcelBase):
|
|
|
133
133
|
default=Default[AcceptDropActionType](value="drop"), validation_alias=AliasPath("data", "defaultAction")
|
|
134
134
|
)
|
|
135
135
|
sequences: List[Sequence] = Field(
|
|
136
|
-
|
|
136
|
+
default_factory=list, validation_alias=AliasPath("data", "sequences"), description="Device Access Control List"
|
|
137
137
|
)
|
|
138
138
|
|
|
139
139
|
def set_default_action(self, default_action: AcceptDropActionType) -> None:
|