extremecloudiq-api 23.3.2.1__py3-none-any.whl → 23.4.0.41__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- extremecloudiq/__init__.py +14 -2
- extremecloudiq/api/account_api.py +1 -1
- extremecloudiq/api/alert_api.py +1 -1
- extremecloudiq/api/application_api.py +1 -1
- extremecloudiq/api/authentication_api.py +1 -1
- extremecloudiq/api/authorization_api.py +1 -1
- extremecloudiq/api/client_api.py +119 -1
- extremecloudiq/api/configuration___authentication_api.py +1 -1
- extremecloudiq/api/configuration___basic_api.py +1 -1
- extremecloudiq/api/configuration___certificate_api.py +1 -1
- extremecloudiq/api/configuration___deployment_api.py +1 -1
- extremecloudiq/api/configuration___policy_api.py +1 -1
- extremecloudiq/api/configuration___user_management_api.py +1 -1
- extremecloudiq/api/copilot___anomalies_api.py +1 -1
- extremecloudiq/api/copilot___connectivity_experience_api.py +1 -1
- extremecloudiq/api/device_api.py +136 -7
- extremecloudiq/api/hiq_api.py +1 -1
- extremecloudiq/api/location_api.py +1 -1
- extremecloudiq/api/log_api.py +20 -12
- extremecloudiq/api/network_policy_api.py +1 -1
- extremecloudiq/api/notification_api.py +1 -1
- extremecloudiq/api/operation_api.py +1 -1
- extremecloudiq/api/user_api.py +1 -1
- extremecloudiq/api_client.py +2 -2
- extremecloudiq/configuration.py +3 -3
- extremecloudiq/exceptions.py +1 -1
- extremecloudiq/models/__init__.py +13 -1
- extremecloudiq/models/inline_object.py +1 -1
- extremecloudiq/models/paged_xiq_accounting_log.py +1 -1
- extremecloudiq/models/paged_xiq_active_directory_server.py +1 -1
- extremecloudiq/models/paged_xiq_alert.py +1 -1
- extremecloudiq/models/paged_xiq_application.py +1 -1
- extremecloudiq/models/paged_xiq_audit_log.py +1 -1
- extremecloudiq/models/paged_xiq_auth_log.py +1 -1
- extremecloudiq/models/paged_xiq_certificate.py +1 -1
- extremecloudiq/models/paged_xiq_classification_rule.py +1 -1
- extremecloudiq/models/paged_xiq_client.py +1 -1
- extremecloudiq/models/paged_xiq_cloud_config_group.py +1 -1
- extremecloudiq/models/paged_xiq_connectivity_experience_data.py +1 -1
- extremecloudiq/models/paged_xiq_copilot_wireless_event.py +1 -1
- extremecloudiq/models/paged_xiq_credential_log.py +1 -1
- extremecloudiq/models/paged_xiq_cwp.py +1 -1
- extremecloudiq/models/paged_xiq_device.py +1 -1
- extremecloudiq/models/paged_xiq_device_alarm.py +1 -1
- extremecloudiq/models/paged_xiq_digital_twin_products.py +1 -1
- extremecloudiq/models/paged_xiq_email_log.py +1 -1
- extremecloudiq/models/paged_xiq_end_user.py +1 -1
- extremecloudiq/models/paged_xiq_external_radius_server.py +1 -1
- extremecloudiq/models/paged_xiq_external_user.py +1 -1
- extremecloudiq/models/paged_xiq_internal_radius_device.py +1 -1
- extremecloudiq/models/paged_xiq_internal_radius_server.py +1 -1
- extremecloudiq/models/paged_xiq_ldap_server.py +1 -1
- extremecloudiq/models/paged_xiq_network_policy.py +1 -1
- extremecloudiq/models/paged_xiq_radio_profile.py +1 -1
- extremecloudiq/models/paged_xiq_radius_client_object.py +1 -1
- extremecloudiq/models/paged_xiq_radius_proxy.py +1 -1
- extremecloudiq/models/paged_xiq_rp_mac_oui_profile.py +1 -1
- extremecloudiq/models/paged_xiq_sms_log.py +1 -1
- extremecloudiq/models/paged_xiq_ssid.py +1 -1
- extremecloudiq/models/paged_xiq_user.py +1 -1
- extremecloudiq/models/paged_xiq_user_group.py +1 -1
- extremecloudiq/models/paged_xiq_user_profile.py +1 -1
- extremecloudiq/models/paged_xiq_vlan_profile.py +1 -1
- extremecloudiq/models/paged_xiq_wired_event_entity.py +1 -1
- extremecloudiq/models/xiq_account.py +1 -1
- extremecloudiq/models/xiq_account_mode.py +1 -1
- extremecloudiq/models/xiq_account_type.py +1 -1
- extremecloudiq/models/xiq_accounting_log.py +1 -1
- extremecloudiq/models/xiq_active_directory_server.py +1 -1
- extremecloudiq/models/xiq_active_directory_server_base_dn_fetch_mode.py +1 -1
- extremecloudiq/models/xiq_advanced_onboard_device_request.py +291 -0
- extremecloudiq/models/xiq_advanced_onboard_device_response.py +151 -0
- extremecloudiq/models/xiq_alert.py +1 -1
- extremecloudiq/models/xiq_alert_category.py +1 -1
- extremecloudiq/models/xiq_alert_group_query.py +1 -1
- extremecloudiq/models/xiq_alert_severity.py +1 -1
- extremecloudiq/models/xiq_alert_source.py +1 -1
- extremecloudiq/models/xiq_alert_source_type.py +1 -1
- extremecloudiq/models/xiq_anomalies_count_vo_entity.py +1 -1
- extremecloudiq/models/xiq_anomaly_device_entity.py +1 -1
- extremecloudiq/models/xiq_anomaly_devices_by_location_response.py +1 -1
- extremecloudiq/models/xiq_anomaly_health_type.py +1 -1
- extremecloudiq/models/xiq_anomaly_location_entity.py +1 -1
- extremecloudiq/models/xiq_anomaly_severity.py +1 -1
- extremecloudiq/models/xiq_anomaly_sort_field.py +1 -1
- extremecloudiq/models/xiq_anomaly_type.py +1 -1
- extremecloudiq/models/xiq_api_token_info.py +1 -1
- extremecloudiq/models/xiq_application.py +1 -1
- extremecloudiq/models/xiq_application_detection_protocol.py +1 -1
- extremecloudiq/models/xiq_application_detection_rule.py +1 -1
- extremecloudiq/models/xiq_application_detection_type.py +1 -1
- extremecloudiq/models/xiq_application_sort_field.py +1 -1
- extremecloudiq/models/xiq_application_top_clients_usage.py +1 -1
- extremecloudiq/models/xiq_assign_devices_country_code_request.py +1 -1
- extremecloudiq/models/xiq_assign_devices_location_request.py +1 -1
- extremecloudiq/models/xiq_assign_devices_network_policy_request.py +1 -1
- extremecloudiq/models/xiq_assurance_scans_overview_response.py +1 -1
- extremecloudiq/models/xiq_atp_device_stats_entity.py +1 -1
- extremecloudiq/models/xiq_atp_device_stats_response.py +1 -1
- extremecloudiq/models/xiq_atp_packet_counts_entity.py +1 -1
- extremecloudiq/models/xiq_atp_packet_counts_response.py +1 -1
- extremecloudiq/models/xiq_audit_log.py +1 -1
- extremecloudiq/models/xiq_audit_log_category.py +1 -1
- extremecloudiq/models/xiq_audit_log_sort_field.py +1 -1
- extremecloudiq/models/xiq_auth_log.py +1 -1
- extremecloudiq/models/xiq_bounce_device_port_data.py +1 -1
- extremecloudiq/models/xiq_bounce_device_port_operation_result.py +1 -1
- extremecloudiq/models/xiq_bounce_device_port_request.py +1 -1
- extremecloudiq/models/xiq_bounce_device_port_response.py +1 -1
- extremecloudiq/models/xiq_building.py +1 -1
- extremecloudiq/models/xiq_certificate.py +1 -1
- extremecloudiq/models/xiq_certificate_type.py +1 -1
- extremecloudiq/models/xiq_change_devices_ibeacon_request.py +1 -1
- extremecloudiq/models/xiq_change_devices_os_mode_request.py +1 -1
- extremecloudiq/models/xiq_check_permission_request.py +1 -1
- extremecloudiq/models/xiq_check_permission_response.py +1 -1
- extremecloudiq/models/xiq_classification.py +1 -1
- extremecloudiq/models/xiq_classification_rule.py +1 -1
- extremecloudiq/models/xiq_classification_type.py +1 -1
- extremecloudiq/models/xiq_cli_output.py +1 -1
- extremecloudiq/models/xiq_cli_response_code.py +1 -1
- extremecloudiq/models/xiq_client.py +32 -4
- extremecloudiq/models/xiq_client_field.py +3 -2
- extremecloudiq/models/xiq_client_mac_address_alias.py +164 -0
- extremecloudiq/models/xiq_client_sort_field.py +1 -1
- extremecloudiq/models/xiq_client_stats_entity.py +1 -1
- extremecloudiq/models/xiq_client_summary.py +1 -1
- extremecloudiq/models/xiq_client_usage.py +1 -1
- extremecloudiq/models/xiq_client_view.py +1 -1
- extremecloudiq/models/xiq_cloud_config_group.py +1 -1
- extremecloudiq/models/xiq_connectivity_experience_data.py +1 -1
- extremecloudiq/models/xiq_connectivity_experience_view_type.py +1 -1
- extremecloudiq/models/xiq_copilot_events_wired_sort_field.py +1 -1
- extremecloudiq/models/xiq_copilot_events_wireless_sort_field.py +1 -1
- extremecloudiq/models/xiq_copilot_paged_xiq_anomaly_location_entity.py +1 -1
- extremecloudiq/models/xiq_copilot_wired_events_score_type.py +1 -1
- extremecloudiq/models/xiq_copilot_wireless_event.py +1 -1
- extremecloudiq/models/xiq_copilot_wireless_events_score_type.py +1 -1
- extremecloudiq/models/xiq_country_code.py +1 -1
- extremecloudiq/models/xiq_create_building_request.py +1 -1
- extremecloudiq/models/xiq_create_classification_request.py +1 -1
- extremecloudiq/models/xiq_create_classification_rule_request.py +1 -1
- extremecloudiq/models/xiq_create_cloud_config_group_request.py +1 -1
- extremecloudiq/models/xiq_create_end_user_request.py +1 -1
- extremecloudiq/models/xiq_create_external_radius_server_request.py +1 -1
- extremecloudiq/models/xiq_create_floor_request.py +1 -1
- extremecloudiq/models/xiq_create_internal_radius_server_request.py +1 -1
- extremecloudiq/models/xiq_create_key_based_pcg_users_request.py +1 -1
- extremecloudiq/models/xiq_create_ldap_server_request.py +1 -1
- extremecloudiq/models/xiq_create_location_request.py +1 -1
- extremecloudiq/models/xiq_create_network_policy_request.py +1 -1
- extremecloudiq/models/xiq_create_organization_request.py +1 -1
- extremecloudiq/models/xiq_create_radio_profile_request.py +1 -1
- extremecloudiq/models/xiq_create_radius_client.py +1 -1
- extremecloudiq/models/xiq_create_radius_client_object_request.py +1 -1
- extremecloudiq/models/xiq_create_radius_proxy_realm.py +1 -1
- extremecloudiq/models/xiq_create_radius_proxy_request.py +1 -1
- extremecloudiq/models/xiq_create_rp_mac_oui_profile_request.py +1 -1
- extremecloudiq/models/xiq_create_user_group_request.py +1 -1
- extremecloudiq/models/xiq_create_user_profile_request.py +1 -1
- extremecloudiq/models/xiq_create_user_request.py +1 -1
- extremecloudiq/models/xiq_create_vlan_object_classified_entry_request.py +1 -1
- extremecloudiq/models/xiq_create_vlan_profile_request.py +1 -1
- extremecloudiq/models/xiq_create_webhook_subscription_request.py +1 -1
- extremecloudiq/models/xiq_credential_log.py +1 -1
- extremecloudiq/models/xiq_cwp.py +1 -1
- extremecloudiq/models/xiq_data_point.py +1 -1
- extremecloudiq/models/xiq_date_time_type.py +1 -1
- extremecloudiq/models/xiq_date_time_unit_type.py +1 -1
- extremecloudiq/models/xiq_default_device_password.py +1 -1
- extremecloudiq/models/xiq_delete_key_based_pcg_users_request.py +1 -1
- extremecloudiq/models/xiq_delivery_settings.py +1 -1
- extremecloudiq/models/xiq_dell_device.py +235 -0
- extremecloudiq/models/xiq_dell_devices.py +1 -1
- extremecloudiq/models/xiq_deployment_overview.py +1 -1
- extremecloudiq/models/xiq_deployment_policy.py +1 -1
- extremecloudiq/models/xiq_deployment_request.py +1 -1
- extremecloudiq/models/xiq_deployment_response.py +1 -1
- extremecloudiq/models/xiq_deployment_status.py +1 -1
- extremecloudiq/models/xiq_device.py +1 -1
- extremecloudiq/models/xiq_device_admin_state.py +1 -1
- extremecloudiq/models/xiq_device_alarm.py +1 -1
- extremecloudiq/models/xiq_device_cpu_memory_usage.py +1 -1
- extremecloudiq/models/xiq_device_field.py +1 -1
- extremecloudiq/models/xiq_device_filter.py +1 -1
- extremecloudiq/models/xiq_device_function.py +1 -1
- extremecloudiq/models/xiq_device_ibeacon.py +1 -1
- extremecloudiq/models/xiq_device_installation_report.py +1 -1
- extremecloudiq/models/xiq_device_level_ssid.py +1 -1
- extremecloudiq/models/xiq_device_level_ssid_status.py +1 -1
- extremecloudiq/models/xiq_device_lldp_cdp_info.py +1 -1
- extremecloudiq/models/xiq_device_location.py +1 -1
- extremecloudiq/models/xiq_device_location_assignment.py +1 -1
- extremecloudiq/models/xiq_device_null_field.py +1 -1
- extremecloudiq/models/xiq_device_sort_field.py +1 -1
- extremecloudiq/models/xiq_device_stats.py +1 -1
- extremecloudiq/models/xiq_device_stats_entity.py +1 -1
- extremecloudiq/models/xiq_device_type.py +1 -1
- extremecloudiq/models/xiq_device_view.py +1 -1
- extremecloudiq/models/xiq_device_wifi_interface.py +1 -1
- extremecloudiq/models/xiq_dfs_channel_changes_entity.py +1 -1
- extremecloudiq/models/xiq_dfs_channel_stats_entity.py +1 -1
- extremecloudiq/models/xiq_dfs_recurence_channel_stats_response.py +1 -1
- extremecloudiq/models/xiq_dfs_recurence_count_stats_response.py +1 -1
- extremecloudiq/models/xiq_digital_twin_device.py +1 -1
- extremecloudiq/models/xiq_digital_twin_devices.py +1 -1
- extremecloudiq/models/xiq_digital_twin_feat_license.py +3 -2
- extremecloudiq/models/xiq_digital_twin_make.py +1 -1
- extremecloudiq/models/xiq_digital_twin_model.py +5 -2
- extremecloudiq/models/xiq_digital_twin_onboard_device.py +204 -0
- extremecloudiq/models/xiq_digital_twin_products.py +1 -1
- extremecloudiq/models/xiq_digital_twin_vim_module.py +1 -1
- extremecloudiq/models/xiq_duplex_data_rate_entity.py +1 -1
- extremecloudiq/models/xiq_email_log.py +1 -1
- extremecloudiq/models/xiq_email_template.py +1 -1
- extremecloudiq/models/xiq_end_user.py +1 -1
- extremecloudiq/models/xiq_entitlement_type.py +1 -1
- extremecloudiq/models/xiq_error.py +1 -1
- extremecloudiq/models/xiq_exos_device.py +206 -0
- extremecloudiq/models/xiq_exos_devices.py +1 -1
- extremecloudiq/models/xiq_expiration_action_type.py +1 -1
- extremecloudiq/models/xiq_expiration_settings.py +1 -1
- extremecloudiq/models/xiq_expiration_type.py +1 -1
- extremecloudiq/models/xiq_external_account.py +1 -1
- extremecloudiq/models/xiq_external_radius_server.py +1 -1
- extremecloudiq/models/xiq_external_user.py +1 -1
- extremecloudiq/models/xiq_external_user_directory.py +1 -1
- extremecloudiq/models/xiq_external_user_directory_entry.py +1 -1
- extremecloudiq/models/xiq_external_user_directory_type.py +1 -1
- extremecloudiq/models/xiq_extreme_device.py +206 -0
- extremecloudiq/models/xiq_extreme_devices.py +1 -1
- extremecloudiq/models/xiq_failure_onboard_device.py +150 -0
- extremecloudiq/models/xiq_firmware_activate_option.py +1 -1
- extremecloudiq/models/xiq_firmware_upgrade_policy.py +1 -1
- extremecloudiq/models/xiq_flap_count_entity.py +1 -1
- extremecloudiq/models/xiq_floor.py +1 -1
- extremecloudiq/models/xiq_forensic_bucket.py +1 -1
- extremecloudiq/models/xiq_generate_api_token_request.py +1 -1
- extremecloudiq/models/xiq_generate_api_token_response.py +1 -1
- extremecloudiq/models/xiq_get_port_assignment_details_response.py +1 -1
- extremecloudiq/models/xiq_grant_external_user_request.py +1 -1
- extremecloudiq/models/xiq_hiq_context.py +1 -1
- extremecloudiq/models/xiq_hiq_status.py +1 -1
- extremecloudiq/models/xiq_init_key_based_pcg_network_policy_request.py +1 -1
- extremecloudiq/models/xiq_initialize_location_request.py +1 -1
- extremecloudiq/models/xiq_internal_radius_device.py +1 -1
- extremecloudiq/models/xiq_internal_radius_server.py +1 -1
- extremecloudiq/models/xiq_internal_radius_server_authentication_method.py +1 -1
- extremecloudiq/models/xiq_internal_radius_server_authentication_method_group.py +1 -1
- extremecloudiq/models/xiq_key_based_pcg.py +1 -1
- extremecloudiq/models/xiq_key_based_pcg_user.py +1 -1
- extremecloudiq/models/xiq_key_based_pcg_user_base_info.py +1 -1
- extremecloudiq/models/xiq_l3_address_profile.py +1 -1
- extremecloudiq/models/xiq_l3_address_type.py +1 -1
- extremecloudiq/models/xiq_ldap_protocol_type.py +1 -1
- extremecloudiq/models/xiq_ldap_server.py +1 -1
- extremecloudiq/models/xiq_ldap_server_verification_mode.py +1 -1
- extremecloudiq/models/xiq_license_mode.py +1 -1
- extremecloudiq/models/xiq_license_status.py +1 -1
- extremecloudiq/models/xiq_location.py +1 -1
- extremecloudiq/models/xiq_location_legend.py +1 -1
- extremecloudiq/models/xiq_location_type.py +1 -1
- extremecloudiq/models/xiq_login_request.py +1 -1
- extremecloudiq/models/xiq_login_response.py +1 -1
- extremecloudiq/models/xiq_measurement_unit.py +1 -1
- extremecloudiq/models/xiq_network_policy.py +1 -1
- extremecloudiq/models/xiq_network_policy_field.py +1 -1
- extremecloudiq/models/xiq_network_policy_type.py +1 -1
- extremecloudiq/models/xiq_network_policy_view.py +1 -1
- extremecloudiq/models/xiq_onboard_device_request.py +1 -1
- extremecloudiq/models/xiq_onboard_error.py +139 -0
- extremecloudiq/models/xiq_onboard_key_based_pcg_request.py +1 -1
- extremecloudiq/models/xiq_operation_metadata.py +1 -1
- extremecloudiq/models/xiq_operation_object.py +1 -1
- extremecloudiq/models/xiq_operation_status.py +1 -1
- extremecloudiq/models/xiq_organization.py +1 -1
- extremecloudiq/models/xiq_organization_type.py +1 -1
- extremecloudiq/models/xiq_password_character_type.py +1 -1
- extremecloudiq/models/xiq_password_db_location.py +1 -1
- extremecloudiq/models/xiq_password_settings.py +1 -1
- extremecloudiq/models/xiq_password_type.py +1 -1
- extremecloudiq/models/xiq_pcg_assign_ports_request.py +1 -1
- extremecloudiq/models/xiq_pcg_assign_ports_response.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment_entry.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment_entry_detail.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment_entry_device_meta.py +1 -1
- extremecloudiq/models/xiq_pcg_port_assignment_entry_eth_user_meta.py +1 -1
- extremecloudiq/models/xiq_pcg_type.py +1 -1
- extremecloudiq/models/xiq_permission.py +1 -1
- extremecloudiq/models/xiq_poe_flapping_stats_response.py +1 -1
- extremecloudiq/models/xiq_port_efficiency_speed_duplex_stats_response.py +1 -1
- extremecloudiq/models/xiq_port_efficiency_stats_response.py +1 -1
- extremecloudiq/models/xiq_post_expiration_action.py +1 -1
- extremecloudiq/models/xiq_psk_generation_method.py +1 -1
- extremecloudiq/models/xiq_radio_mode.py +1 -1
- extremecloudiq/models/xiq_radio_profile.py +1 -1
- extremecloudiq/models/xiq_radius_client.py +1 -1
- extremecloudiq/models/xiq_radius_client_object.py +1 -1
- extremecloudiq/models/xiq_radius_client_object_entry.py +1 -1
- extremecloudiq/models/xiq_radius_client_object_type.py +1 -1
- extremecloudiq/models/xiq_radius_proxy.py +1 -1
- extremecloudiq/models/xiq_radius_proxy_format_type.py +1 -1
- extremecloudiq/models/xiq_radius_proxy_realm.py +1 -1
- extremecloudiq/models/xiq_radius_server_type.py +1 -1
- extremecloudiq/models/xiq_regenerate_end_user_password_response.py +1 -1
- extremecloudiq/models/xiq_rf_environment_type.py +1 -1
- extremecloudiq/models/xiq_rp_channel_selection.py +1 -1
- extremecloudiq/models/xiq_rp_mac_oui_profile.py +1 -1
- extremecloudiq/models/xiq_rp_miscellaneous_settings.py +1 -1
- extremecloudiq/models/xiq_rp_neighborhood_analysis.py +1 -1
- extremecloudiq/models/xiq_rp_radio_usage_optimization.py +1 -1
- extremecloudiq/models/xiq_rp_sensor_scan_settings.py +1 -1
- extremecloudiq/models/xiq_rp_wmm_qos_settings.py +1 -1
- extremecloudiq/models/xiq_send_cli_request.py +1 -1
- extremecloudiq/models/xiq_send_cli_response.py +1 -1
- extremecloudiq/models/xiq_server_role.py +1 -1
- extremecloudiq/models/xiq_sessions_data_entity.py +1 -1
- extremecloudiq/models/xiq_set_ssid_mode_dot1x_request.py +1 -1
- extremecloudiq/models/xiq_set_ssid_mode_ppsk_request.py +1 -1
- extremecloudiq/models/xiq_set_ssid_mode_psk_request.py +1 -1
- extremecloudiq/models/xiq_set_ssid_mode_wep_request.py +1 -1
- extremecloudiq/models/xiq_sms_log.py +1 -1
- extremecloudiq/models/xiq_sms_log_status.py +1 -1
- extremecloudiq/models/xiq_sms_template.py +1 -1
- extremecloudiq/models/xiq_sort_field.py +1 -1
- extremecloudiq/models/xiq_sort_order.py +1 -1
- extremecloudiq/models/xiq_speed_duplex_entity.py +1 -1
- extremecloudiq/models/xiq_ssid.py +1 -1
- extremecloudiq/models/xiq_ssid_dot1x_encryption_method.py +1 -1
- extremecloudiq/models/xiq_ssid_dot1x_key_management.py +1 -1
- extremecloudiq/models/xiq_ssid_key_type.py +1 -1
- extremecloudiq/models/xiq_ssid_ppsk_key_management.py +1 -1
- extremecloudiq/models/xiq_ssid_psk_encryption_method.py +1 -1
- extremecloudiq/models/xiq_ssid_psk_key_management.py +1 -1
- extremecloudiq/models/xiq_ssid_sae_group.py +1 -1
- extremecloudiq/models/xiq_ssid_wep_authentication_method.py +1 -1
- extremecloudiq/models/xiq_ssid_wep_default_key.py +1 -1
- extremecloudiq/models/xiq_ssid_wep_encryption_method.py +1 -1
- extremecloudiq/models/xiq_ssid_wep_key_management.py +1 -1
- extremecloudiq/models/xiq_subscription_data_type.py +1 -1
- extremecloudiq/models/xiq_subscription_message_type.py +1 -1
- extremecloudiq/models/xiq_subscription_status.py +1 -1
- extremecloudiq/models/xiq_success_onboard_device.py +153 -0
- extremecloudiq/models/xiq_top_applications_usage.py +1 -1
- extremecloudiq/models/xiq_trend_indicator.py +1 -1
- extremecloudiq/models/xiq_update_building_request.py +1 -1
- extremecloudiq/models/xiq_update_classification_request.py +1 -1
- extremecloudiq/models/xiq_update_classification_rule_request.py +1 -1
- extremecloudiq/models/xiq_update_cloud_config_group_request.py +1 -1
- extremecloudiq/models/xiq_update_device_level_ssid_status.py +1 -1
- extremecloudiq/models/xiq_update_end_user_request.py +1 -1
- extremecloudiq/models/xiq_update_external_radius_server_request.py +1 -1
- extremecloudiq/models/xiq_update_external_user_request.py +1 -1
- extremecloudiq/models/xiq_update_floor_request.py +1 -1
- extremecloudiq/models/xiq_update_internal_radius_server_request.py +1 -1
- extremecloudiq/models/xiq_update_key_based_pcg_users_request.py +1 -1
- extremecloudiq/models/xiq_update_ldap_server_request.py +1 -1
- extremecloudiq/models/xiq_update_location_request.py +1 -1
- extremecloudiq/models/xiq_update_network_policy_request.py +1 -1
- extremecloudiq/models/xiq_update_radio_profile_request.py +1 -1
- extremecloudiq/models/xiq_update_radius_client.py +1 -1
- extremecloudiq/models/xiq_update_radius_client_object_request.py +1 -1
- extremecloudiq/models/xiq_update_radius_proxy_realm.py +1 -1
- extremecloudiq/models/xiq_update_radius_proxy_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_channel_selection_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_mac_oui_profile_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_miscellaneous_settings_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_neighborhood_analysis_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_radio_usage_optimization_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_sensor_scan_settings_request.py +1 -1
- extremecloudiq/models/xiq_update_rp_wmm_qos_settings_request.py +1 -1
- extremecloudiq/models/xiq_update_user_group_request.py +1 -1
- extremecloudiq/models/xiq_update_user_profile_request.py +1 -1
- extremecloudiq/models/xiq_update_user_request.py +1 -1
- extremecloudiq/models/xiq_update_vlan_object_classified_entry_request.py +1 -1
- extremecloudiq/models/xiq_update_vlan_profile_request.py +1 -1
- extremecloudiq/models/xiq_user.py +1 -1
- extremecloudiq/models/xiq_user_group.py +1 -1
- extremecloudiq/models/xiq_user_profile.py +1 -1
- extremecloudiq/models/xiq_user_role.py +1 -1
- extremecloudiq/models/xiq_valid_daily_settings.py +1 -1
- extremecloudiq/models/xiq_valid_during_date_settings.py +1 -1
- extremecloudiq/models/xiq_valid_for_time_period_settings.py +1 -1
- extremecloudiq/models/xiq_valid_time_period_after_first_login.py +1 -1
- extremecloudiq/models/xiq_valid_time_period_after_id_creation.py +1 -1
- extremecloudiq/models/xiq_valid_time_period_after_type.py +1 -1
- extremecloudiq/models/xiq_viq.py +1 -1
- extremecloudiq/models/xiq_viq_license.py +1 -1
- extremecloudiq/models/xiq_vlan_object_classified_entry.py +1 -1
- extremecloudiq/models/xiq_vlan_profile.py +1 -1
- extremecloudiq/models/xiq_vlan_profile_filter.py +1 -1
- extremecloudiq/models/xiq_voss_device.py +206 -0
- extremecloudiq/models/xiq_voss_devices.py +1 -1
- extremecloudiq/models/xiq_webhook_subscription.py +1 -1
- extremecloudiq/models/xiq_wifi_capacity_client_list_response.py +1 -1
- extremecloudiq/models/xiq_wifi_capacity_stats_response.py +1 -1
- extremecloudiq/models/xiq_wifi_efficiency_client_list_response.py +1 -1
- extremecloudiq/models/xiq_wifi_efficiency_stats_response.py +1 -1
- extremecloudiq/models/xiq_wing_device.py +235 -0
- extremecloudiq/models/xiq_wing_devices.py +1 -1
- extremecloudiq/models/xiq_wired_event_entity.py +1 -1
- extremecloudiq/models/xiq_wired_hardware_entity.py +1 -1
- extremecloudiq/models/xiq_wired_hardware_response.py +1 -1
- extremecloudiq/models/xiq_wired_quality_index_response.py +1 -1
- extremecloudiq/models/xiq_wired_view_type.py +1 -1
- extremecloudiq/models/xiq_wireless_apps_response.py +1 -1
- extremecloudiq/models/xiq_wireless_connectivity_performance_response.py +1 -1
- extremecloudiq/models/xiq_wireless_event_retries_entity.py +1 -1
- extremecloudiq/models/xiq_wireless_if_name.py +1 -1
- extremecloudiq/models/xiq_wireless_performance_entity.py +1 -1
- extremecloudiq/models/xiq_wireless_performance_retries_entity.py +1 -1
- extremecloudiq/models/xiq_wireless_quality_index_response.py +1 -1
- extremecloudiq/models/xiq_wireless_time_to_connect_entity.py +1 -1
- extremecloudiq/models/xiq_wireless_time_to_connect_response.py +1 -1
- extremecloudiq/models/xiq_wireless_views_list_type.py +1 -1
- extremecloudiq/models/xiq_wireless_views_type_response.py +1 -1
- extremecloudiq/rest.py +1 -1
- {extremecloudiq_api-23.3.2.1.dist-info → extremecloudiq_api-23.4.0.41.dist-info}/METADATA +1 -1
- extremecloudiq_api-23.4.0.41.dist-info/RECORD +423 -0
- extremecloudiq_api-23.3.2.1.dist-info/RECORD +0 -411
- {extremecloudiq_api-23.3.2.1.dist-info → extremecloudiq_api-23.4.0.41.dist-info}/WHEEL +0 -0
- {extremecloudiq_api-23.3.2.1.dist-info → extremecloudiq_api-23.4.0.41.dist-info}/top_level.txt +0 -0
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -0,0 +1,153 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
|
3
|
+
"""
|
4
|
+
ExtremeCloud IQ API
|
5
|
+
|
6
|
+
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
|
+
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
|
+
Contact: support@extremenetworks.com
|
10
|
+
Generated by: https://openapi-generator.tech
|
11
|
+
"""
|
12
|
+
|
13
|
+
|
14
|
+
import pprint
|
15
|
+
import re # noqa: F401
|
16
|
+
|
17
|
+
import six
|
18
|
+
|
19
|
+
from extremecloudiq.configuration import Configuration
|
20
|
+
|
21
|
+
|
22
|
+
class XiqSuccessOnboardDevice(object):
|
23
|
+
"""NOTE: This class is auto generated by OpenAPI Generator.
|
24
|
+
Ref: https://openapi-generator.tech
|
25
|
+
|
26
|
+
Do not edit the class manually.
|
27
|
+
"""
|
28
|
+
|
29
|
+
"""
|
30
|
+
Attributes:
|
31
|
+
openapi_types (dict): The key is attribute name
|
32
|
+
and the value is attribute type.
|
33
|
+
attribute_map (dict): The key is attribute name
|
34
|
+
and the value is json key in definition.
|
35
|
+
"""
|
36
|
+
openapi_types = {
|
37
|
+
'serial_number': 'str',
|
38
|
+
'device_id': 'int'
|
39
|
+
}
|
40
|
+
|
41
|
+
attribute_map = {
|
42
|
+
'serial_number': 'serial_number',
|
43
|
+
'device_id': 'device_id'
|
44
|
+
}
|
45
|
+
|
46
|
+
def __init__(self, serial_number=None, device_id=None, local_vars_configuration=None): # noqa: E501
|
47
|
+
"""XiqSuccessOnboardDevice - a model defined in OpenAPI""" # noqa: E501
|
48
|
+
if local_vars_configuration is None:
|
49
|
+
local_vars_configuration = Configuration()
|
50
|
+
self.local_vars_configuration = local_vars_configuration
|
51
|
+
|
52
|
+
self._serial_number = None
|
53
|
+
self._device_id = None
|
54
|
+
self.discriminator = None
|
55
|
+
|
56
|
+
self.serial_number = serial_number
|
57
|
+
self.device_id = device_id
|
58
|
+
|
59
|
+
@property
|
60
|
+
def serial_number(self):
|
61
|
+
"""Gets the serial_number of this XiqSuccessOnboardDevice. # noqa: E501
|
62
|
+
|
63
|
+
The serial number # noqa: E501
|
64
|
+
|
65
|
+
:return: The serial_number of this XiqSuccessOnboardDevice. # noqa: E501
|
66
|
+
:rtype: str
|
67
|
+
"""
|
68
|
+
return self._serial_number
|
69
|
+
|
70
|
+
@serial_number.setter
|
71
|
+
def serial_number(self, serial_number):
|
72
|
+
"""Sets the serial_number of this XiqSuccessOnboardDevice.
|
73
|
+
|
74
|
+
The serial number # noqa: E501
|
75
|
+
|
76
|
+
:param serial_number: The serial_number of this XiqSuccessOnboardDevice. # noqa: E501
|
77
|
+
:type: str
|
78
|
+
"""
|
79
|
+
if self.local_vars_configuration.client_side_validation and serial_number is None: # noqa: E501
|
80
|
+
raise ValueError("Invalid value for `serial_number`, must not be `None`") # noqa: E501
|
81
|
+
|
82
|
+
self._serial_number = serial_number
|
83
|
+
|
84
|
+
@property
|
85
|
+
def device_id(self):
|
86
|
+
"""Gets the device_id of this XiqSuccessOnboardDevice. # noqa: E501
|
87
|
+
|
88
|
+
The device ID # noqa: E501
|
89
|
+
|
90
|
+
:return: The device_id of this XiqSuccessOnboardDevice. # noqa: E501
|
91
|
+
:rtype: int
|
92
|
+
"""
|
93
|
+
return self._device_id
|
94
|
+
|
95
|
+
@device_id.setter
|
96
|
+
def device_id(self, device_id):
|
97
|
+
"""Sets the device_id of this XiqSuccessOnboardDevice.
|
98
|
+
|
99
|
+
The device ID # noqa: E501
|
100
|
+
|
101
|
+
:param device_id: The device_id of this XiqSuccessOnboardDevice. # noqa: E501
|
102
|
+
:type: int
|
103
|
+
"""
|
104
|
+
if self.local_vars_configuration.client_side_validation and device_id is None: # noqa: E501
|
105
|
+
raise ValueError("Invalid value for `device_id`, must not be `None`") # noqa: E501
|
106
|
+
|
107
|
+
self._device_id = device_id
|
108
|
+
|
109
|
+
def to_dict(self):
|
110
|
+
"""Returns the model properties as a dict"""
|
111
|
+
result = {}
|
112
|
+
|
113
|
+
for attr, _ in six.iteritems(self.openapi_types):
|
114
|
+
value = getattr(self, attr)
|
115
|
+
if isinstance(value, list):
|
116
|
+
result[attr] = list(map(
|
117
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
118
|
+
value
|
119
|
+
))
|
120
|
+
elif hasattr(value, "to_dict"):
|
121
|
+
result[attr] = value.to_dict()
|
122
|
+
elif isinstance(value, dict):
|
123
|
+
result[attr] = dict(map(
|
124
|
+
lambda item: (item[0], item[1].to_dict())
|
125
|
+
if hasattr(item[1], "to_dict") else item,
|
126
|
+
value.items()
|
127
|
+
))
|
128
|
+
else:
|
129
|
+
result[attr] = value
|
130
|
+
|
131
|
+
return result
|
132
|
+
|
133
|
+
def to_str(self):
|
134
|
+
"""Returns the string representation of the model"""
|
135
|
+
return pprint.pformat(self.to_dict())
|
136
|
+
|
137
|
+
def __repr__(self):
|
138
|
+
"""For `print` and `pprint`"""
|
139
|
+
return self.to_str()
|
140
|
+
|
141
|
+
def __eq__(self, other):
|
142
|
+
"""Returns true if both objects are equal"""
|
143
|
+
if not isinstance(other, XiqSuccessOnboardDevice):
|
144
|
+
return False
|
145
|
+
|
146
|
+
return self.to_dict() == other.to_dict()
|
147
|
+
|
148
|
+
def __ne__(self, other):
|
149
|
+
"""Returns true if both objects are not equal"""
|
150
|
+
if not isinstance(other, XiqSuccessOnboardDevice):
|
151
|
+
return True
|
152
|
+
|
153
|
+
return self.to_dict() != other.to_dict()
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
ExtremeCloud IQ RESTful API for external and internal applications. # noqa: E501
|
7
7
|
|
8
|
-
The version of the OpenAPI document: 23.
|
8
|
+
The version of the OpenAPI document: 23.4.0.41
|
9
9
|
Contact: support@extremenetworks.com
|
10
10
|
Generated by: https://openapi-generator.tech
|
11
11
|
"""
|