graphiant-sdk 25.6.1__py3-none-any.whl → 25.7.1__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.
Files changed (3322) hide show
  1. graphiant_sdk/__init__.py +1154 -1024
  2. graphiant_sdk/api/__init__.py +1 -2
  3. graphiant_sdk/api/default_api.py +127356 -44911
  4. graphiant_sdk/api_client.py +482 -317
  5. graphiant_sdk/api_response.py +21 -0
  6. graphiant_sdk/configuration.py +458 -110
  7. graphiant_sdk/exceptions.py +216 -0
  8. graphiant_sdk/models/__init__.py +1143 -1024
  9. graphiant_sdk/models/v1_account_email_patch_request.py +87 -0
  10. graphiant_sdk/models/v1_account_info_patch_request.py +91 -0
  11. graphiant_sdk/models/v1_account_mfa_confirmation_post200_response.py +87 -0
  12. graphiant_sdk/models/v1_account_mfa_confirmation_post_request.py +93 -0
  13. graphiant_sdk/models/v1_account_mfa_get200_response.py +87 -0
  14. graphiant_sdk/models/v1_account_mfa_put200_response.py +93 -0
  15. graphiant_sdk/models/v1_account_mfa_put_request.py +89 -0
  16. graphiant_sdk/models/v1_account_password_patch_request.py +89 -0
  17. graphiant_sdk/models/v1_activity_logs_post200_response.py +117 -0
  18. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner.py +151 -0
  19. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner.py +122 -0
  20. graphiant_sdk/models/v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +97 -0
  21. graphiant_sdk/models/v1_activity_logs_post200_response_filter_entities_value.py +95 -0
  22. graphiant_sdk/models/v1_activity_logs_post_request.py +113 -0
  23. graphiant_sdk/models/v1_activity_logs_post_request_selector.py +108 -0
  24. graphiant_sdk/models/v1_activity_logs_post_request_selector_job_entity.py +91 -0
  25. graphiant_sdk/models/v1_activity_logs_post_request_selector_v2.py +105 -0
  26. graphiant_sdk/models/v1_alarm_history_get200_response.py +95 -0
  27. graphiant_sdk/models/v1_alarm_history_get200_response_history_inner.py +102 -0
  28. graphiant_sdk/models/v1_alarm_history_get200_response_history_inner_time.py +89 -0
  29. graphiant_sdk/models/v1_alarm_mute_alarm_id_put_request.py +87 -0
  30. graphiant_sdk/models/v1_alarms_events_get200_response.py +87 -0
  31. graphiant_sdk/models/v1_alarms_list_get200_response.py +95 -0
  32. graphiant_sdk/models/v1_alarms_list_get200_response_alarms_inner.py +130 -0
  33. graphiant_sdk/models/v1_apps_app_summary_post200_response.py +91 -0
  34. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary.py +118 -0
  35. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents.py +95 -0
  36. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +96 -0
  37. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +97 -0
  38. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +109 -0
  39. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +90 -0
  40. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +91 -0
  41. graphiant_sdk/models/v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +101 -0
  42. graphiant_sdk/models/v1_apps_app_summary_post_request.py +95 -0
  43. graphiant_sdk/models/v1_apps_bandwidth_post200_response.py +95 -0
  44. graphiant_sdk/models/v1_apps_bandwidth_post200_response_stats_inner.py +95 -0
  45. graphiant_sdk/models/v1_apps_bandwidth_post_request.py +104 -0
  46. graphiant_sdk/models/v1_apps_device_device_id_top_post200_response.py +97 -0
  47. graphiant_sdk/models/v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +92 -0
  48. graphiant_sdk/models/v1_apps_device_device_id_top_post_request.py +94 -0
  49. graphiant_sdk/models/v1_apps_visualization_post200_response.py +102 -0
  50. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner.py +109 -0
  51. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +99 -0
  52. graphiant_sdk/models/v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +97 -0
  53. graphiant_sdk/models/v1_apps_visualization_post_request.py +99 -0
  54. graphiant_sdk/models/v1_audit_logs_post200_response.py +110 -0
  55. graphiant_sdk/models/v1_audit_logs_post200_response_histogram_inner.py +94 -0
  56. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner.py +129 -0
  57. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +95 -0
  58. graphiant_sdk/models/v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +90 -0
  59. graphiant_sdk/models/v1_audit_logs_post_request.py +113 -0
  60. graphiant_sdk/models/v1_audit_logs_post_request_selectors_inner.py +89 -0
  61. graphiant_sdk/models/v1_auth_get200_response.py +93 -0
  62. graphiant_sdk/models/v1_auth_login_post200_response.py +91 -0
  63. graphiant_sdk/models/v1_auth_login_post_request.py +89 -0
  64. graphiant_sdk/models/v1_auth_login_pre_get200_response.py +89 -0
  65. graphiant_sdk/models/v1_auth_put204_response.py +89 -0
  66. graphiant_sdk/models/v1_auth_user_get200_response.py +99 -0
  67. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response.py +137 -0
  68. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane.py +98 -0
  69. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +95 -0
  70. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +97 -0
  71. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +97 -0
  72. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane.py +107 -0
  73. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +97 -0
  74. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +101 -0
  75. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_issues_inner.py +118 -0
  76. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +105 -0
  77. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +95 -0
  78. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +112 -0
  79. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +106 -0
  80. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane.py +159 -0
  81. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +91 -0
  82. graphiant_sdk/models/v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +95 -0
  83. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response.py +105 -0
  84. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +99 -0
  85. graphiant_sdk/models/v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +93 -0
  86. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response.py +115 -0
  87. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +98 -0
  88. graphiant_sdk/models/v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +120 -0
  89. graphiant_sdk/models/v1_backbone_health_filter_get200_response.py +135 -0
  90. graphiant_sdk/models/v1_backbone_health_filter_get200_response_lan_segments_inner.py +87 -0
  91. graphiant_sdk/models/v1_backbone_health_filter_get200_response_regions_inner.py +91 -0
  92. graphiant_sdk/models/v1_backbone_health_filter_get200_response_sites_inner.py +89 -0
  93. graphiant_sdk/models/v1_backbone_health_overview_post200_response.py +95 -0
  94. graphiant_sdk/models/v1_backbone_health_overview_post200_response_devices_inner.py +107 -0
  95. graphiant_sdk/models/v1_backbone_health_overview_post_request.py +97 -0
  96. graphiant_sdk/models/v1_backbone_health_overview_post_request_dimensions.py +113 -0
  97. graphiant_sdk/models/v1_backbone_health_overview_post_request_filter.py +95 -0
  98. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response.py +101 -0
  99. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +95 -0
  100. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +89 -0
  101. graphiant_sdk/models/v1_backbone_health_top_devices_by_alerts_post_request.py +91 -0
  102. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response.py +91 -0
  103. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +95 -0
  104. graphiant_sdk/models/v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +100 -0
  105. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response.py +91 -0
  106. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +105 -0
  107. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +94 -0
  108. graphiant_sdk/models/v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +98 -0
  109. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response.py +91 -0
  110. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +122 -0
  111. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +92 -0
  112. graphiant_sdk/models/v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +100 -0
  113. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response.py +91 -0
  114. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +97 -0
  115. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +98 -0
  116. graphiant_sdk/models/v1_bwtracker_region_cloud_chart_post_request.py +94 -0
  117. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response.py +91 -0
  118. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +106 -0
  119. graphiant_sdk/models/v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +94 -0
  120. graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response.py +91 -0
  121. graphiant_sdk/models/v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +95 -0
  122. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response.py +91 -0
  123. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +104 -0
  124. graphiant_sdk/models/v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +92 -0
  125. graphiant_sdk/models/v1_bwtracker_region_site_chart_post_request.py +96 -0
  126. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response.py +91 -0
  127. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details.py +105 -0
  128. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +96 -0
  129. graphiant_sdk/models/v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +92 -0
  130. graphiant_sdk/models/v1_bwtracker_region_site_summary_post200_response.py +91 -0
  131. graphiant_sdk/models/v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py +102 -0
  132. graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +95 -0
  133. graphiant_sdk/models/v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +93 -0
  134. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response.py +95 -0
  135. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner.py +132 -0
  136. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +87 -0
  137. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +87 -0
  138. graphiant_sdk/models/v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +87 -0
  139. graphiant_sdk/models/v1_data_assurance_assurances_global_id_put200_response.py +87 -0
  140. graphiant_sdk/models/v1_data_assurance_assurances_global_id_put_request.py +93 -0
  141. graphiant_sdk/models/v1_data_assurance_assurances_global_post200_response.py +89 -0
  142. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request.py +91 -0
  143. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config.py +105 -0
  144. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner.py +107 -0
  145. graphiant_sdk/models/v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +91 -0
  146. graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response.py +95 -0
  147. graphiant_sdk/models/v1_data_assurance_flex_algos_get200_response_entries_inner.py +91 -0
  148. graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response.py +99 -0
  149. graphiant_sdk/models/v1_device_routing_bgp_nbr_stats_get200_response_stats.py +88 -0
  150. graphiant_sdk/models/v1_device_routing_bgp_nbrid_get200_response.py +95 -0
  151. graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response.py +95 -0
  152. graphiant_sdk/models/v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +98 -0
  153. graphiant_sdk/models/v1_device_routing_bgp_nbrs_details_get200_response.py +91 -0
  154. graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +95 -0
  155. graphiant_sdk/models/v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +92 -0
  156. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response.py +103 -0
  157. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +105 -0
  158. graphiant_sdk/models/v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +95 -0
  159. graphiant_sdk/models/v1_device_routing_ospfv2_area_interfaceid_get200_response.py +95 -0
  160. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response.py +103 -0
  161. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +124 -0
  162. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +102 -0
  163. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +90 -0
  164. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +90 -0
  165. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +95 -0
  166. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +100 -0
  167. graphiant_sdk/models/v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +94 -0
  168. graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response.py +103 -0
  169. graphiant_sdk/models/v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +102 -0
  170. graphiant_sdk/models/v1_device_routing_ospfv2_areaid_get200_response.py +95 -0
  171. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response.py +103 -0
  172. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +97 -0
  173. graphiant_sdk/models/v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +102 -0
  174. graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response.py +100 -0
  175. graphiant_sdk/models/v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +90 -0
  176. graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +111 -0
  177. graphiant_sdk/models/v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +89 -0
  178. graphiant_sdk/models/v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +91 -0
  179. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response.py +95 -0
  180. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +89 -0
  181. graphiant_sdk/models/v1_device_routing_vrf_bgp_route_count_post_request.py +89 -0
  182. graphiant_sdk/models/v1_device_snapshot_device_id_get200_response.py +95 -0
  183. graphiant_sdk/models/v1_device_snapshot_get200_response.py +101 -0
  184. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot.py +111 -0
  185. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_author.py +101 -0
  186. graphiant_sdk/models/v1_device_snapshot_get200_response_first_snapshot_data.py +114 -0
  187. graphiant_sdk/models/v1_device_snapshot_post_request.py +93 -0
  188. graphiant_sdk/models/v1_device_snapshot_put_request.py +91 -0
  189. graphiant_sdk/models/v1_device_status_history_post200_response.py +95 -0
  190. graphiant_sdk/models/v1_device_status_history_post200_response_mappings_inner.py +102 -0
  191. graphiant_sdk/models/v1_device_status_history_post_request.py +90 -0
  192. graphiant_sdk/models/v1_device_status_post200_response.py +95 -0
  193. graphiant_sdk/models/v1_device_status_post200_response_mappings_inner.py +102 -0
  194. graphiant_sdk/models/v1_devices_bringup_post200_response.py +95 -0
  195. graphiant_sdk/models/v1_devices_bringup_post200_response_summaries_inner.py +104 -0
  196. graphiant_sdk/models/v1_devices_bringup_post_request.py +88 -0
  197. graphiant_sdk/models/v1_devices_bringup_put_request.py +90 -0
  198. graphiant_sdk/models/v1_devices_bringup_token_post200_response.py +93 -0
  199. graphiant_sdk/models/v1_devices_bringup_token_post_request.py +95 -0
  200. graphiant_sdk/models/v1_devices_device_id_arp_get200_response.py +95 -0
  201. graphiant_sdk/models/v1_devices_device_id_arp_get200_response_arp_entry_inner.py +93 -0
  202. graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response.py +95 -0
  203. graphiant_sdk/models/v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +93 -0
  204. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response.py +100 -0
  205. graphiant_sdk/models/v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +91 -0
  206. graphiant_sdk/models/v1_devices_device_id_config_put202_response.py +89 -0
  207. graphiant_sdk/models/v1_devices_device_id_config_put_request.py +109 -0
  208. graphiant_sdk/models/v1_devices_device_id_config_put_request_core.py +211 -0
  209. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_bgp_instance.py +94 -0
  210. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf.py +226 -0
  211. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +91 -0
  212. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +91 -0
  213. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +91 -0
  214. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +168 -0
  215. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +88 -0
  216. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +91 -0
  217. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +92 -0
  218. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +88 -0
  219. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +88 -0
  220. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +88 -0
  221. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +91 -0
  222. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +91 -0
  223. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +141 -0
  224. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +95 -0
  225. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +91 -0
  226. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +91 -0
  227. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +91 -0
  228. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +87 -0
  229. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +91 -0
  230. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +131 -0
  231. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +88 -0
  232. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +91 -0
  233. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +106 -0
  234. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +91 -0
  235. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +124 -0
  236. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +87 -0
  237. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_dead_interval_value.py +88 -0
  238. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_hello_interval_value.py +88 -0
  239. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_retransmit_interval_value.py +88 -0
  240. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +91 -0
  241. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +92 -0
  242. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +96 -0
  243. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +91 -0
  244. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +115 -0
  245. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +95 -0
  246. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value.py +91 -0
  247. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +222 -0
  248. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +100 -0
  249. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +94 -0
  250. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +89 -0
  251. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +87 -0
  252. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +91 -0
  253. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +103 -0
  254. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +93 -0
  255. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +87 -0
  256. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +91 -0
  257. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +112 -0
  258. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +109 -0
  259. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +95 -0
  260. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +91 -0
  261. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +103 -0
  262. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +91 -0
  263. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +104 -0
  264. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +124 -0
  265. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +91 -0
  266. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +124 -0
  267. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +91 -0
  268. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +120 -0
  269. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +115 -0
  270. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +109 -0
  271. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +95 -0
  272. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +91 -0
  273. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +91 -0
  274. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +95 -0
  275. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +91 -0
  276. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +103 -0
  277. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +89 -0
  278. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +87 -0
  279. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +95 -0
  280. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus.py +121 -0
  281. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +91 -0
  282. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +107 -0
  283. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +91 -0
  284. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +98 -0
  285. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink.py +91 -0
  286. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +94 -0
  287. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +91 -0
  288. graphiant_sdk/models/v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +92 -0
  289. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge.py +293 -0
  290. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value.py +186 -0
  291. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +87 -0
  292. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns.py +91 -0
  293. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns.py +99 -0
  294. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +89 -0
  295. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_dns_dns_static.py +106 -0
  296. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value.py +91 -0
  297. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +154 -0
  298. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +91 -0
  299. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +139 -0
  300. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +88 -0
  301. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +88 -0
  302. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +91 -0
  303. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +145 -0
  304. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +87 -0
  305. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +91 -0
  306. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +107 -0
  307. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy.py +100 -0
  308. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +91 -0
  309. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +104 -0
  310. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +91 -0
  311. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +103 -0
  312. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +91 -0
  313. graphiant_sdk/models/v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +124 -0
  314. graphiant_sdk/models/v1_devices_device_id_connectivity_get200_response.py +105 -0
  315. graphiant_sdk/models/v1_devices_device_id_controller_peers_put_request.py +89 -0
  316. graphiant_sdk/models/v1_devices_device_id_dhcp_server_leases_get200_response.py +95 -0
  317. graphiant_sdk/models/v1_devices_device_id_draft_get200_response.py +91 -0
  318. graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft.py +97 -0
  319. graphiant_sdk/models/v1_devices_device_id_draft_get200_response_draft_version_info.py +91 -0
  320. graphiant_sdk/models/v1_devices_device_id_draft_post201_response.py +87 -0
  321. graphiant_sdk/models/v1_devices_device_id_draft_post_request.py +95 -0
  322. graphiant_sdk/models/v1_devices_device_id_edges_get200_response.py +101 -0
  323. graphiant_sdk/models/v1_devices_device_id_get200_response.py +91 -0
  324. graphiant_sdk/models/v1_devices_device_id_interfaces_get200_response.py +101 -0
  325. graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response.py +93 -0
  326. graphiant_sdk/models/v1_devices_device_id_jobs_job_id_get200_response_job_status.py +104 -0
  327. graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response.py +95 -0
  328. graphiant_sdk/models/v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +93 -0
  329. graphiant_sdk/models/v1_devices_device_id_ospfv2_default_originate_get200_response.py +87 -0
  330. graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response.py +95 -0
  331. graphiant_sdk/models/v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +99 -0
  332. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response.py +95 -0
  333. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner.py +101 -0
  334. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +110 -0
  335. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +101 -0
  336. graphiant_sdk/models/v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +131 -0
  337. graphiant_sdk/models/v1_devices_device_id_staged_config_compare_get200_response.py +87 -0
  338. graphiant_sdk/models/v1_devices_device_id_twamp_core_get200_response.py +87 -0
  339. graphiant_sdk/models/v1_devices_device_id_versions_compare_get200_response.py +87 -0
  340. graphiant_sdk/models/v1_devices_device_id_versions_get200_response.py +95 -0
  341. graphiant_sdk/models/v1_devices_device_id_versions_version_get200_response.py +91 -0
  342. graphiant_sdk/models/v1_devices_device_id_vrf_bgp_as_get200_response.py +88 -0
  343. graphiant_sdk/models/v1_devices_device_id_vrf_protocols_get200_response.py +97 -0
  344. graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response.py +95 -0
  345. graphiant_sdk/models/v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +108 -0
  346. graphiant_sdk/models/v1_devices_inventory_approve_return_post_request.py +87 -0
  347. graphiant_sdk/models/v1_devices_inventory_enterprise_put_request.py +89 -0
  348. graphiant_sdk/models/v1_devices_inventory_get200_response.py +101 -0
  349. graphiant_sdk/models/v1_devices_inventory_get200_response_inventory_inner.py +124 -0
  350. graphiant_sdk/models/v1_devices_inventory_post200_response.py +95 -0
  351. graphiant_sdk/models/v1_devices_inventory_post200_response_data_inner.py +89 -0
  352. graphiant_sdk/models/v1_devices_inventory_post_request.py +95 -0
  353. graphiant_sdk/models/v1_devices_inventory_serial_num_post200_response.py +95 -0
  354. graphiant_sdk/models/v1_devices_oauth_redirect_get200_response.py +91 -0
  355. graphiant_sdk/models/v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +95 -0
  356. graphiant_sdk/models/v1_devices_rma_post_request.py +90 -0
  357. graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response.py +95 -0
  358. graphiant_sdk/models/v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +93 -0
  359. graphiant_sdk/models/v1_devices_running_version_post200_response.py +95 -0
  360. graphiant_sdk/models/v1_devices_running_version_post200_response_versions_inner.py +93 -0
  361. graphiant_sdk/models/v1_devices_session_status_post200_response.py +123 -0
  362. graphiant_sdk/models/v1_devices_session_status_post200_response_bgp_session_data_map_value.py +93 -0
  363. graphiant_sdk/models/v1_devices_session_status_post_request.py +87 -0
  364. graphiant_sdk/models/v1_devices_summary_get200_response.py +95 -0
  365. graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner.py +99 -0
  366. graphiant_sdk/models/v1_devices_summary_get200_response_sites_inner_devices_inner.py +108 -0
  367. graphiant_sdk/models/v1_devices_upgrade_schedule_put_request.py +101 -0
  368. graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post201_response.py +87 -0
  369. graphiant_sdk/models/v1_diagnostic_archive_create_device_id_post_request.py +87 -0
  370. graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response.py +95 -0
  371. graphiant_sdk/models/v1_diagnostic_archives_device_id_get200_response_archives_inner.py +107 -0
  372. graphiant_sdk/models/v1_diagnostic_bgp_reset_device_id_put_request.py +93 -0
  373. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request.py +95 -0
  374. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +95 -0
  375. graphiant_sdk/models/v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +87 -0
  376. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response.py +95 -0
  377. graphiant_sdk/models/v1_diagnostic_gnmi_ping_get200_response_results_inner.py +97 -0
  378. graphiant_sdk/models/v1_diagnostic_interface_reset_device_id_put_request.py +87 -0
  379. graphiant_sdk/models/v1_diagnostic_otp_device_id_get200_response.py +87 -0
  380. graphiant_sdk/models/v1_diagnostic_packetcapture_pcap_id_get200_response.py +96 -0
  381. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post201_response.py +87 -0
  382. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request.py +104 -0
  383. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter.py +101 -0
  384. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_filter_destination.py +90 -0
  385. graphiant_sdk/models/v1_diagnostic_packetcapture_start_post_request_target.py +89 -0
  386. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response.py +93 -0
  387. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result.py +103 -0
  388. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +101 -0
  389. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +91 -0
  390. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +112 -0
  391. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +98 -0
  392. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +98 -0
  393. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request.py +98 -0
  394. graphiant_sdk/models/v1_diagnostic_ping_pause_resume_post_request_params.py +104 -0
  395. graphiant_sdk/models/v1_diagnostic_reset_ipsec_session_device_id_put_request.py +93 -0
  396. graphiant_sdk/models/v1_diagnostic_speedtest_post200_response.py +93 -0
  397. graphiant_sdk/models/v1_diagnostic_speedtest_post200_response_result.py +111 -0
  398. graphiant_sdk/models/v1_diagnostic_speedtest_post_request.py +94 -0
  399. graphiant_sdk/models/v1_diagnostic_speedtest_post_request_params.py +97 -0
  400. graphiant_sdk/models/v1_diagnostic_speedtest_providers_get200_response.py +87 -0
  401. graphiant_sdk/models/v1_diagnostic_speedtest_report_put200_response.py +89 -0
  402. graphiant_sdk/models/v1_diagnostic_speedtest_report_put_request.py +90 -0
  403. graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response.py +95 -0
  404. graphiant_sdk/models/v1_diagnostic_speedtest_servers_get200_response_server_inner.py +97 -0
  405. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response.py +95 -0
  406. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +160 -0
  407. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +112 -0
  408. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py +91 -0
  409. graphiant_sdk/models/v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +108 -0
  410. graphiant_sdk/models/v1_edges_hardware_unassigned_get200_response.py +98 -0
  411. graphiant_sdk/models/v1_edges_summary_get200_response.py +98 -0
  412. graphiant_sdk/models/v1_enterprise_allocation_get200_response.py +116 -0
  413. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary.py +112 -0
  414. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +97 -0
  415. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +89 -0
  416. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +91 -0
  417. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +108 -0
  418. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +95 -0
  419. graphiant_sdk/models/v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +89 -0
  420. graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value.py +95 -0
  421. graphiant_sdk/models/v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +97 -0
  422. graphiant_sdk/models/v1_enterprise_allocation_get200_response_regional_allocations_inner.py +99 -0
  423. graphiant_sdk/models/v1_enterprise_configuration_get200_response.py +91 -0
  424. graphiant_sdk/models/v1_enterprise_configuration_get200_response_configuration.py +89 -0
  425. graphiant_sdk/models/v1_enterprise_contract_put_request.py +93 -0
  426. graphiant_sdk/models/v1_enterprise_snapshot_get200_response.py +110 -0
  427. graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +97 -0
  428. graphiant_sdk/models/v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +112 -0
  429. graphiant_sdk/models/v1_enterprises_enterprise_id_admin_get200_response.py +87 -0
  430. graphiant_sdk/models/v1_enterprises_get200_response.py +95 -0
  431. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner.py +140 -0
  432. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_counts.py +111 -0
  433. graphiant_sdk/models/v1_enterprises_get200_response_enterprises_inner_customers_value.py +99 -0
  434. graphiant_sdk/models/v1_enterprises_managed_get200_response.py +101 -0
  435. graphiant_sdk/models/v1_enterprises_patch_request.py +109 -0
  436. graphiant_sdk/models/v1_enterprises_patch_request_token_expiry.py +89 -0
  437. graphiant_sdk/models/v1_enterprises_put_request.py +105 -0
  438. graphiant_sdk/models/v1_event_device_get200_response.py +95 -0
  439. graphiant_sdk/models/v1_event_device_get200_response_events_inner.py +108 -0
  440. graphiant_sdk/models/v1_event_system_ack_post_request.py +88 -0
  441. graphiant_sdk/models/v1_extranet_sites_usage_post200_response.py +106 -0
  442. graphiant_sdk/models/v1_extranet_sites_usage_post_request.py +103 -0
  443. graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response.py +95 -0
  444. graphiant_sdk/models/v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +91 -0
  445. graphiant_sdk/models/v1_extranet_sites_usage_top_post_request.py +99 -0
  446. graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response.py +97 -0
  447. graphiant_sdk/models/v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +99 -0
  448. graphiant_sdk/models/v1_extranets_b2b_consumer_id_get200_response.py +109 -0
  449. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response.py +117 -0
  450. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_device_inner.py +97 -0
  451. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner.py +128 -0
  452. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +100 -0
  453. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +98 -0
  454. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +102 -0
  455. graphiant_sdk/models/v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +93 -0
  456. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request.py +109 -0
  457. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner.py +99 -0
  458. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +89 -0
  459. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner.py +104 -0
  460. graphiant_sdk/models/v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +89 -0
  461. graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response.py +95 -0
  462. graphiant_sdk/models/v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +112 -0
  463. graphiant_sdk/models/v1_extranets_b2b_customer_info_id_get200_response.py +93 -0
  464. graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response.py +95 -0
  465. graphiant_sdk/models/v1_extranets_b2b_id_customer_post200_response_responses_inner.py +100 -0
  466. graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request.py +95 -0
  467. graphiant_sdk/models/v1_extranets_b2b_id_customer_post_request_invites_inner.py +98 -0
  468. graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response.py +95 -0
  469. graphiant_sdk/models/v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +101 -0
  470. graphiant_sdk/models/v1_extranets_b2b_id_put_request.py +91 -0
  471. graphiant_sdk/models/v1_extranets_b2b_post200_response.py +93 -0
  472. graphiant_sdk/models/v1_extranets_b2b_post200_response_policy.py +115 -0
  473. graphiant_sdk/models/v1_extranets_b2b_post_request.py +95 -0
  474. graphiant_sdk/models/v1_extranets_b2b_post_request_policy.py +119 -0
  475. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_profiles_inner.py +89 -0
  476. graphiant_sdk/models/v1_extranets_b2b_post_request_policy_sla.py +91 -0
  477. graphiant_sdk/models/v1_extranets_b2b_producer_device_status_id_get200_response.py +95 -0
  478. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response.py +95 -0
  479. graphiant_sdk/models/v1_extranets_b2b_producers_summary_get200_response_info_inner.py +104 -0
  480. graphiant_sdk/models/v1_extranets_get200_response.py +101 -0
  481. graphiant_sdk/models/v1_extranets_get200_response_policies_inner.py +152 -0
  482. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_auto.py +89 -0
  483. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches.py +111 -0
  484. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +290 -0
  485. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +92 -0
  486. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +191 -0
  487. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +93 -0
  488. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +89 -0
  489. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +152 -0
  490. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +93 -0
  491. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +92 -0
  492. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +119 -0
  493. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +95 -0
  494. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +95 -0
  495. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +99 -0
  496. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +92 -0
  497. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +109 -0
  498. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +100 -0
  499. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +127 -0
  500. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +99 -0
  501. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +102 -0
  502. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +95 -0
  503. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +106 -0
  504. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +195 -0
  505. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +142 -0
  506. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +105 -0
  507. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +91 -0
  508. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +129 -0
  509. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +103 -0
  510. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +90 -0
  511. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +98 -0
  512. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +89 -0
  513. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +96 -0
  514. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +153 -0
  515. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +116 -0
  516. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +130 -0
  517. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +106 -0
  518. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +87 -0
  519. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +107 -0
  520. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +95 -0
  521. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +101 -0
  522. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +108 -0
  523. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +122 -0
  524. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +96 -0
  525. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +91 -0
  526. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +89 -0
  527. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +111 -0
  528. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +110 -0
  529. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +114 -0
  530. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +108 -0
  531. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +195 -0
  532. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +148 -0
  533. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +99 -0
  534. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +89 -0
  535. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +89 -0
  536. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +95 -0
  537. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +116 -0
  538. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +119 -0
  539. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +132 -0
  540. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +92 -0
  541. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +116 -0
  542. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +89 -0
  543. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +112 -0
  544. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +137 -0
  545. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +89 -0
  546. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +101 -0
  547. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +91 -0
  548. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +197 -0
  549. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +89 -0
  550. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +99 -0
  551. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +99 -0
  552. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +91 -0
  553. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +107 -0
  554. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +97 -0
  555. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +97 -0
  556. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +119 -0
  557. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +99 -0
  558. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +95 -0
  559. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +99 -0
  560. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +91 -0
  561. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +155 -0
  562. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +110 -0
  563. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +91 -0
  564. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +92 -0
  565. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +110 -0
  566. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +114 -0
  567. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +123 -0
  568. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +110 -0
  569. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +108 -0
  570. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +105 -0
  571. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +99 -0
  572. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +92 -0
  573. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +90 -0
  574. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +93 -0
  575. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_branches_prefix_set.py +103 -0
  576. graphiant_sdk/models/v1_extranets_get200_response_policies_inner_manual.py +87 -0
  577. graphiant_sdk/models/v1_extranets_id_apply_post202_response.py +97 -0
  578. graphiant_sdk/models/v1_extranets_id_apply_post202_response_devices_inner.py +93 -0
  579. graphiant_sdk/models/v1_extranets_id_apply_post_request.py +87 -0
  580. graphiant_sdk/models/v1_extranets_id_delete200_response.py +95 -0
  581. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response.py +95 -0
  582. graphiant_sdk/models/v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +89 -0
  583. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response.py +100 -0
  584. graphiant_sdk/models/v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +95 -0
  585. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response.py +105 -0
  586. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +99 -0
  587. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +99 -0
  588. graphiant_sdk/models/v1_extranets_monitoring_traffic_security_policy_post_request.py +89 -0
  589. graphiant_sdk/models/v1_extranets_post200_response.py +91 -0
  590. graphiant_sdk/models/v1_extranets_post_request.py +91 -0
  591. graphiant_sdk/models/v1_extranets_post_request_policy.py +126 -0
  592. graphiant_sdk/models/v1_extranets_post_request_policy_branches.py +95 -0
  593. graphiant_sdk/models/v1_extranets_post_request_policy_branches_prefix_set.py +108 -0
  594. graphiant_sdk/models/v1_extranets_resolve_policy_target_post200_response.py +95 -0
  595. graphiant_sdk/models/v1_extranets_resolve_policy_target_post_request.py +91 -0
  596. graphiant_sdk/models/v1_extranets_source_segments_post200_response.py +95 -0
  597. graphiant_sdk/models/v1_extranets_source_segments_post_request.py +93 -0
  598. graphiant_sdk/models/v1_flows_flow_table_post200_response.py +101 -0
  599. graphiant_sdk/models/v1_flows_flow_table_post200_response_flow_table_inner.py +120 -0
  600. graphiant_sdk/models/v1_flows_flow_table_post_request.py +114 -0
  601. graphiant_sdk/models/v1_flows_flow_table_post_request_selector.py +89 -0
  602. graphiant_sdk/models/v1_flows_topology_post200_response.py +95 -0
  603. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner.py +122 -0
  604. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta.py +123 -0
  605. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +98 -0
  606. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +113 -0
  607. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +102 -0
  608. graphiant_sdk/models/v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +102 -0
  609. graphiant_sdk/models/v1_flows_topology_post_request.py +99 -0
  610. graphiant_sdk/models/v1_flows_topology_post_request_app_selector.py +92 -0
  611. graphiant_sdk/models/v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +89 -0
  612. graphiant_sdk/models/v1_gateways_post200_response.py +89 -0
  613. graphiant_sdk/models/v1_gateways_post_request.py +91 -0
  614. graphiant_sdk/models/v1_gateways_put_request.py +93 -0
  615. graphiant_sdk/models/v1_gateways_put_request_details.py +123 -0
  616. graphiant_sdk/models/v1_gateways_put_request_details_aws.py +99 -0
  617. graphiant_sdk/models/v1_gateways_put_request_details_aws_advance_settings.py +97 -0
  618. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection.py +102 -0
  619. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_credentials.py +89 -0
  620. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway.py +102 -0
  621. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +100 -0
  622. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +97 -0
  623. graphiant_sdk/models/v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +89 -0
  624. graphiant_sdk/models/v1_gateways_put_request_details_azure.py +92 -0
  625. graphiant_sdk/models/v1_gateways_put_request_details_gcp.py +91 -0
  626. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway.py +117 -0
  627. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing.py +97 -0
  628. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +115 -0
  629. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +91 -0
  630. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +98 -0
  631. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +87 -0
  632. graphiant_sdk/models/v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +93 -0
  633. graphiant_sdk/models/v1_gateways_put_request_details_oci.py +91 -0
  634. graphiant_sdk/models/v1_gateways_regions_get200_response.py +95 -0
  635. graphiant_sdk/models/v1_gateways_status_post_request.py +101 -0
  636. graphiant_sdk/models/v1_gateways_status_post_request_device_info_inner.py +89 -0
  637. graphiant_sdk/models/v1_gateways_summary_get200_response.py +95 -0
  638. graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner.py +120 -0
  639. graphiant_sdk/models/v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +93 -0
  640. graphiant_sdk/models/v1_global_apps_app_list_options_get200_response.py +95 -0
  641. graphiant_sdk/models/v1_global_apps_app_lists_get200_response.py +95 -0
  642. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner.py +95 -0
  643. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +95 -0
  644. graphiant_sdk/models/v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +89 -0
  645. graphiant_sdk/models/v1_global_apps_app_lists_post200_response.py +91 -0
  646. graphiant_sdk/models/v1_global_apps_app_lists_post_request.py +91 -0
  647. graphiant_sdk/models/v1_global_apps_app_lists_post_request_app_list_config.py +99 -0
  648. graphiant_sdk/models/v1_global_apps_categories_get200_response.py +95 -0
  649. graphiant_sdk/models/v1_global_apps_categories_get200_response_entries_inner.py +93 -0
  650. graphiant_sdk/models/v1_global_apps_custom_app_id_details_app_lists_get200_response.py +95 -0
  651. graphiant_sdk/models/v1_global_apps_custom_get200_response.py +95 -0
  652. graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner.py +101 -0
  653. graphiant_sdk/models/v1_global_apps_custom_get200_response_entries_inner_app_config.py +107 -0
  654. graphiant_sdk/models/v1_global_apps_custom_post_request.py +91 -0
  655. graphiant_sdk/models/v1_global_apps_graphiant_get200_response.py +95 -0
  656. graphiant_sdk/models/v1_global_apps_graphiant_get200_response_entries_inner.py +95 -0
  657. graphiant_sdk/models/v1_global_attached_edges_post200_response.py +95 -0
  658. graphiant_sdk/models/v1_global_attached_edges_post200_response_statuses_inner.py +103 -0
  659. graphiant_sdk/models/v1_global_attached_edges_post_request.py +97 -0
  660. graphiant_sdk/models/v1_global_config_patch200_response.py +103 -0
  661. graphiant_sdk/models/v1_global_config_patch_request.py +196 -0
  662. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value.py +91 -0
  663. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +110 -0
  664. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +91 -0
  665. graphiant_sdk/models/v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +94 -0
  666. graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value.py +91 -0
  667. graphiant_sdk/models/v1_global_config_patch_request_ipfix_exporters_value_exporter.py +106 -0
  668. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value.py +91 -0
  669. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target.py +91 -0
  670. graphiant_sdk/models/v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +99 -0
  671. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value.py +91 -0
  672. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy.py +112 -0
  673. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +91 -0
  674. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +118 -0
  675. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +91 -0
  676. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +138 -0
  677. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +88 -0
  678. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +88 -0
  679. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +87 -0
  680. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +87 -0
  681. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +91 -0
  682. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +89 -0
  683. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +88 -0
  684. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +90 -0
  685. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +88 -0
  686. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +91 -0
  687. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +130 -0
  688. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +91 -0
  689. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +87 -0
  690. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +87 -0
  691. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +87 -0
  692. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +91 -0
  693. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +91 -0
  694. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +87 -0
  695. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +87 -0
  696. graphiant_sdk/models/v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +87 -0
  697. graphiant_sdk/models/v1_global_config_patch_request_snmps_value.py +91 -0
  698. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config.py +243 -0
  699. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +91 -0
  700. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +110 -0
  701. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +87 -0
  702. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +91 -0
  703. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +102 -0
  704. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +87 -0
  705. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value.py +91 -0
  706. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_targets_value_target.py +105 -0
  707. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +91 -0
  708. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +95 -0
  709. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +91 -0
  710. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +95 -0
  711. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +91 -0
  712. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +117 -0
  713. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +91 -0
  714. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +99 -0
  715. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +91 -0
  716. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +93 -0
  717. graphiant_sdk/models/v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +91 -0
  718. graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value.py +91 -0
  719. graphiant_sdk/models/v1_global_config_patch_request_syslog_servers_value_target.py +106 -0
  720. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies.py +190 -0
  721. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +91 -0
  722. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +132 -0
  723. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +89 -0
  724. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py +90 -0
  725. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_network_lists_value.py +91 -0
  726. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_port_lists_value.py +91 -0
  727. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +91 -0
  728. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +108 -0
  729. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +91 -0
  730. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +123 -0
  731. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +88 -0
  732. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +147 -0
  733. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +91 -0
  734. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +89 -0
  735. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +91 -0
  736. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +87 -0
  737. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +87 -0
  738. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +90 -0
  739. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +91 -0
  740. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +87 -0
  741. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +91 -0
  742. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +88 -0
  743. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +87 -0
  744. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +87 -0
  745. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +91 -0
  746. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +108 -0
  747. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +91 -0
  748. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +104 -0
  749. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +123 -0
  750. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +89 -0
  751. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +91 -0
  752. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +87 -0
  753. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +91 -0
  754. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +97 -0
  755. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +95 -0
  756. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +88 -0
  757. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +91 -0
  758. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value.py +91 -0
  759. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone.py +102 -0
  760. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +91 -0
  761. graphiant_sdk/models/v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +91 -0
  762. graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value.py +91 -0
  763. graphiant_sdk/models/v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +112 -0
  764. graphiant_sdk/models/v1_global_config_site_post_request.py +130 -0
  765. graphiant_sdk/models/v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +93 -0
  766. graphiant_sdk/models/v1_global_ipfix_device_get200_response.py +95 -0
  767. graphiant_sdk/models/v1_global_ipfix_post_request.py +87 -0
  768. graphiant_sdk/models/v1_global_ipsec_profile_get200_response.py +95 -0
  769. graphiant_sdk/models/v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +92 -0
  770. graphiant_sdk/models/v1_global_ipsec_profile_id_get200_response.py +91 -0
  771. graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +95 -0
  772. graphiant_sdk/models/v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +94 -0
  773. graphiant_sdk/models/v1_global_lan_segments_get200_response.py +95 -0
  774. graphiant_sdk/models/v1_global_lan_segments_get200_response_entries_inner.py +103 -0
  775. graphiant_sdk/models/v1_global_lan_segments_post200_response.py +89 -0
  776. graphiant_sdk/models/v1_global_lan_segments_post_request.py +89 -0
  777. graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response.py +97 -0
  778. graphiant_sdk/models/v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +95 -0
  779. graphiant_sdk/models/v1_global_prefix_sets_device_get200_response.py +95 -0
  780. graphiant_sdk/models/v1_global_routing_policies_device_get200_response.py +95 -0
  781. graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response.py +95 -0
  782. graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner.py +105 -0
  783. graphiant_sdk/models/v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py +91 -0
  784. graphiant_sdk/models/v1_global_snmps_device_get200_response.py +95 -0
  785. graphiant_sdk/models/v1_global_summary_post200_response.py +95 -0
  786. graphiant_sdk/models/v1_global_summary_post200_response_summaries_inner.py +114 -0
  787. graphiant_sdk/models/v1_global_summary_post_request.py +97 -0
  788. graphiant_sdk/models/v1_global_sync_post_request.py +99 -0
  789. graphiant_sdk/models/v1_global_syslogs_device_get200_response.py +95 -0
  790. graphiant_sdk/models/v1_global_traffic_policies_device_get200_response.py +91 -0
  791. graphiant_sdk/models/v1_groups_get200_response.py +95 -0
  792. graphiant_sdk/models/v1_groups_get200_response_groups_inner.py +105 -0
  793. graphiant_sdk/models/v1_groups_get200_response_groups_inner_permissions.py +121 -0
  794. graphiant_sdk/models/v1_groups_id_enterprises_post_request.py +87 -0
  795. graphiant_sdk/models/v1_groups_id_get200_response.py +91 -0
  796. graphiant_sdk/models/v1_groups_id_members_get200_response.py +95 -0
  797. graphiant_sdk/models/v1_groups_id_members_get200_response_users_inner.py +103 -0
  798. graphiant_sdk/models/v1_groups_id_members_post204_response.py +89 -0
  799. graphiant_sdk/models/v1_groups_id_members_post_request.py +87 -0
  800. graphiant_sdk/models/v1_groups_id_patch_request.py +101 -0
  801. graphiant_sdk/models/v1_groups_put_request.py +105 -0
  802. graphiant_sdk/models/v1_healthcheck_devices_get200_response.py +95 -0
  803. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner.py +124 -0
  804. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner_odp_status.py +89 -0
  805. graphiant_sdk/models/v1_healthcheck_devices_get200_response_details_inner_onboarding_status.py +89 -0
  806. graphiant_sdk/models/v1_lan_segments_get200_response.py +101 -0
  807. graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response.py +95 -0
  808. graphiant_sdk/models/v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +99 -0
  809. graphiant_sdk/models/v1_lldp_interface_id_summary_get200_response.py +89 -0
  810. graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response.py +95 -0
  811. graphiant_sdk/models/v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +89 -0
  812. graphiant_sdk/models/v1_logs_post200_response.py +110 -0
  813. graphiant_sdk/models/v1_logs_post200_response_logs_inner.py +102 -0
  814. graphiant_sdk/models/v1_logs_post_request.py +117 -0
  815. graphiant_sdk/models/v1_logs_post_request_selectors_inner.py +89 -0
  816. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response.py +95 -0
  817. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +115 -0
  818. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request.py +104 -0
  819. graphiant_sdk/models/v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +90 -0
  820. graphiant_sdk/models/v1_monitoring_circuits_incidents_post200_response.py +95 -0
  821. graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response.py +95 -0
  822. graphiant_sdk/models/v1_monitoring_circuits_summary_post200_response_summaries_inner.py +114 -0
  823. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response.py +95 -0
  824. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +100 -0
  825. graphiant_sdk/models/v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +96 -0
  826. graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response.py +97 -0
  827. graphiant_sdk/models/v1_monitoring_circuits_visualization_post200_response_data_inner.py +101 -0
  828. graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request.py +104 -0
  829. graphiant_sdk/models/v1_monitoring_circuits_visualization_post_request_selectors_inner.py +91 -0
  830. graphiant_sdk/models/v1_nat_entries_device_id_get200_response.py +107 -0
  831. graphiant_sdk/models/v1_nat_entries_device_id_get200_response_nat_entries_inner.py +110 -0
  832. graphiant_sdk/models/v1_nat_entries_device_id_get200_response_page_info.py +100 -0
  833. graphiant_sdk/models/v1_nat_utilization_device_id_get200_response.py +97 -0
  834. graphiant_sdk/models/v1_nat_utilization_device_id_get200_response_nat_usage.py +96 -0
  835. graphiant_sdk/models/v1_policy_applications_get200_response.py +101 -0
  836. graphiant_sdk/models/v1_policy_applications_get200_response_applications_inner.py +93 -0
  837. graphiant_sdk/models/v1_policy_prefix_sets_id_put_request.py +119 -0
  838. graphiant_sdk/models/v1_policy_prefix_sets_post200_response.py +91 -0
  839. graphiant_sdk/models/v1_policy_prefix_sets_post_request.py +121 -0
  840. graphiant_sdk/models/v1_policy_prefix_sets_post_request_entries_value.py +92 -0
  841. graphiant_sdk/models/v1_policy_route_tag_sets_post200_response.py +87 -0
  842. graphiant_sdk/models/v1_policy_route_tag_sets_post_request.py +91 -0
  843. graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response.py +95 -0
  844. graphiant_sdk/models/v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +97 -0
  845. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response.py +95 -0
  846. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +101 -0
  847. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +101 -0
  848. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +101 -0
  849. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  850. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  851. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  852. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  853. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +101 -0
  854. graphiant_sdk/models/v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +93 -0
  855. graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response.py +95 -0
  856. graphiant_sdk/models/v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +99 -0
  857. graphiant_sdk/models/v1_portal_apikeys_get200_response.py +95 -0
  858. graphiant_sdk/models/v1_portal_apikeys_get200_response_api_key_info_inner.py +93 -0
  859. graphiant_sdk/models/v1_portal_apikeys_post200_response.py +87 -0
  860. graphiant_sdk/models/v1_portal_apikeys_post_request.py +87 -0
  861. graphiant_sdk/models/v1_portal_private_details_get200_response.py +95 -0
  862. graphiant_sdk/models/v1_portal_private_inventory_details_get200_response.py +95 -0
  863. graphiant_sdk/models/v1_portal_private_inventory_details_get200_response_details_inner.py +93 -0
  864. graphiant_sdk/models/v1_portal_private_post_request.py +91 -0
  865. graphiant_sdk/models/v1_portal_private_post_request_details.py +99 -0
  866. graphiant_sdk/models/v1_portal_private_sync_post_request.py +99 -0
  867. graphiant_sdk/models/v1_portal_private_sync_post_request_inventory_inner.py +93 -0
  868. graphiant_sdk/models/v1_presharedkey_get200_response.py +87 -0
  869. graphiant_sdk/models/v1_qos_circuit_profiles_get200_response.py +95 -0
  870. graphiant_sdk/models/v1_search_get200_response.py +95 -0
  871. graphiant_sdk/models/v1_search_get200_response_results_inner.py +92 -0
  872. graphiant_sdk/models/v1_site_details_sitelists_post200_response.py +95 -0
  873. graphiant_sdk/models/v1_site_details_sitelists_post200_response_site_lists_inner.py +94 -0
  874. graphiant_sdk/models/v1_site_details_sitelists_post_request.py +87 -0
  875. graphiant_sdk/models/v1_site_id_details_interfaces_get200_response.py +87 -0
  876. graphiant_sdk/models/v1_sites_details_get200_response.py +95 -0
  877. graphiant_sdk/models/v1_sites_get200_response.py +101 -0
  878. graphiant_sdk/models/v1_sites_post200_response.py +91 -0
  879. graphiant_sdk/models/v1_sites_post_request.py +93 -0
  880. graphiant_sdk/models/v1_sites_post_request_site.py +144 -0
  881. graphiant_sdk/models/v1_sites_site_id_circuits_get200_response.py +95 -0
  882. graphiant_sdk/models/v1_sites_site_id_circuits_get200_response_data_inner.py +98 -0
  883. graphiant_sdk/models/v1_sites_site_id_devices_get200_response.py +95 -0
  884. graphiant_sdk/models/v1_sites_site_id_devices_get200_response_device_inner.py +118 -0
  885. graphiant_sdk/models/v1_sites_site_id_post_request.py +91 -0
  886. graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response.py +93 -0
  887. graphiant_sdk/models/v1_software_auto_upgrade_default_get200_response_details.py +95 -0
  888. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request.py +91 -0
  889. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details.py +103 -0
  890. graphiant_sdk/models/v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +89 -0
  891. graphiant_sdk/models/v1_software_release_notes_get200_response.py +87 -0
  892. graphiant_sdk/models/v1_software_releases_download_get200_response.py +87 -0
  893. graphiant_sdk/models/v1_software_releases_summary_get200_response.py +95 -0
  894. graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner.py +101 -0
  895. graphiant_sdk/models/v1_software_releases_summary_get200_response_summaries_inner_key.py +90 -0
  896. graphiant_sdk/models/v1_software_running_details_get200_response.py +95 -0
  897. graphiant_sdk/models/v1_software_running_details_get200_response_devices_inner.py +93 -0
  898. graphiant_sdk/models/v1_software_running_summary_get200_response.py +95 -0
  899. graphiant_sdk/models/v1_software_running_summary_get200_response_versions_inner.py +92 -0
  900. graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response.py +95 -0
  901. graphiant_sdk/models/v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +89 -0
  902. graphiant_sdk/models/v1_talkers_device_device_id_top_post_request.py +94 -0
  903. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response.py +135 -0
  904. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_control_plane.py +106 -0
  905. graphiant_sdk/models/v1_troubleshooting_device_device_id_post200_response_system_plane.py +159 -0
  906. graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response.py +95 -0
  907. graphiant_sdk/models/v1_troubleshooting_enterprise_post200_response_sites_inner.py +105 -0
  908. graphiant_sdk/models/v1_troubleshooting_enterprise_post_request.py +97 -0
  909. graphiant_sdk/models/v1_troubleshooting_enterprise_post_request_dimensions.py +117 -0
  910. graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response.py +95 -0
  911. graphiant_sdk/models/v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +89 -0
  912. graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response.py +99 -0
  913. graphiant_sdk/models/v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +91 -0
  914. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response.py +101 -0
  915. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +95 -0
  916. graphiant_sdk/models/v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +89 -0
  917. graphiant_sdk/models/v1_users_put_request.py +95 -0
  918. graphiant_sdk/models/v1_version_post200_response.py +91 -0
  919. graphiant_sdk/models/v1_version_post_request.py +95 -0
  920. graphiant_sdk/models/v1_version_post_request_configuration_metadata.py +91 -0
  921. graphiant_sdk/models/v1_zones_get200_response.py +101 -0
  922. graphiant_sdk/models/v1_zones_get200_response_zones_inner.py +91 -0
  923. graphiant_sdk/models/v2_ack_createupdate_post_request.py +89 -0
  924. graphiant_sdk/models/v2_allowlist_create_post_request.py +89 -0
  925. graphiant_sdk/models/v2_allowlist_rule_id_get200_response.py +95 -0
  926. graphiant_sdk/models/v2_allowlist_rule_id_get200_response_records_inner.py +111 -0
  927. graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response.py +113 -0
  928. graphiant_sdk/models/v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +91 -0
  929. graphiant_sdk/models/v2_assistant_add_to_conversation_post_request.py +93 -0
  930. graphiant_sdk/models/v2_assistant_add_to_conversation_post_request_question.py +93 -0
  931. graphiant_sdk/models/v2_assistant_get_conversation_details_post200_response.py +99 -0
  932. graphiant_sdk/models/v2_assistant_get_conversation_details_post_request.py +95 -0
  933. graphiant_sdk/models/v2_assistant_get_conversations_post200_response.py +95 -0
  934. graphiant_sdk/models/v2_assistant_get_conversations_post200_response_conversation_list_inner.py +91 -0
  935. graphiant_sdk/models/v2_assistant_get_conversations_post_request.py +93 -0
  936. graphiant_sdk/models/v2_assistant_update_conversation_name_post_request.py +89 -0
  937. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response.py +97 -0
  938. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +141 -0
  939. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +89 -0
  940. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +131 -0
  941. graphiant_sdk/models/v2_assurance_applicationdetailsbyname_post_request.py +99 -0
  942. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response.py +91 -0
  943. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +95 -0
  944. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +115 -0
  945. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +93 -0
  946. graphiant_sdk/models/v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +93 -0
  947. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response.py +95 -0
  948. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +110 -0
  949. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +91 -0
  950. graphiant_sdk/models/v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +89 -0
  951. graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response.py +95 -0
  952. graphiant_sdk/models/v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +95 -0
  953. graphiant_sdk/models/v2_assurance_bucket_app_servers_post_request.py +97 -0
  954. graphiant_sdk/models/v2_assurance_bucket_apps_post200_response.py +95 -0
  955. graphiant_sdk/models/v2_assurance_bucket_apps_post200_response_apps_inner.py +99 -0
  956. graphiant_sdk/models/v2_assurance_bucket_apps_post_request.py +97 -0
  957. graphiant_sdk/models/v2_assurance_bucket_topologies_post200_response.py +95 -0
  958. graphiant_sdk/models/v2_assurance_bucket_topologies_post_request.py +87 -0
  959. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response.py +91 -0
  960. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details.py +135 -0
  961. graphiant_sdk/models/v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +91 -0
  962. graphiant_sdk/models/v2_assurance_bucketdetails_post_request.py +95 -0
  963. graphiant_sdk/models/v2_assurance_create_user_report_post200_response.py +87 -0
  964. graphiant_sdk/models/v2_assurance_create_user_report_post_request.py +99 -0
  965. graphiant_sdk/models/v2_assurance_createclassifiedapplication_post200_response.py +87 -0
  966. graphiant_sdk/models/v2_assurance_createclassifiedapplication_post_request.py +93 -0
  967. graphiant_sdk/models/v2_assurance_download_user_report_get200_response.py +87 -0
  968. graphiant_sdk/models/v2_assurance_endpoint_intel_post200_response.py +91 -0
  969. graphiant_sdk/models/v2_assurance_endpoint_intel_post_request.py +91 -0
  970. graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response.py +91 -0
  971. graphiant_sdk/models/v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +97 -0
  972. graphiant_sdk/models/v2_assurance_flow_summary_post200_response.py +123 -0
  973. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint.py +123 -0
  974. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +89 -0
  975. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +91 -0
  976. graphiant_sdk/models/v2_assurance_flow_summary_post200_response_client_endpoint_site.py +91 -0
  977. graphiant_sdk/models/v2_assurance_flow_summary_post_request.py +97 -0
  978. graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response.py +95 -0
  979. graphiant_sdk/models/v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +95 -0
  980. graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response.py +95 -0
  981. graphiant_sdk/models/v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +101 -0
  982. graphiant_sdk/models/v2_assurance_scoredetails_post200_response.py +91 -0
  983. graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details.py +95 -0
  984. graphiant_sdk/models/v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +91 -0
  985. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response.py +91 -0
  986. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session.py +179 -0
  987. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +125 -0
  988. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +95 -0
  989. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +87 -0
  990. graphiant_sdk/models/v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +95 -0
  991. graphiant_sdk/models/v2_assurance_topology_client_session_details_post_request.py +87 -0
  992. graphiant_sdk/models/v2_assurance_topology_client_sessions_post200_response.py +95 -0
  993. graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request.py +109 -0
  994. graphiant_sdk/models/v2_assurance_topology_client_sessions_post_request_filter.py +91 -0
  995. graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response.py +95 -0
  996. graphiant_sdk/models/v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +99 -0
  997. graphiant_sdk/models/v2_assurance_topology_client_summaries_post_request.py +107 -0
  998. graphiant_sdk/models/v2_assurance_topology_flows_post200_response.py +95 -0
  999. graphiant_sdk/models/v2_assurance_topology_flows_post200_response_flows_inner.py +117 -0
  1000. graphiant_sdk/models/v2_assurance_topology_flows_post_request.py +97 -0
  1001. graphiant_sdk/models/v2_assurance_topology_inventory_post200_response.py +126 -0
  1002. graphiant_sdk/models/v2_assurance_topology_inventory_post200_response_regions_inner.py +89 -0
  1003. graphiant_sdk/models/v2_assurance_topology_inventory_post_request.py +95 -0
  1004. graphiant_sdk/models/v2_assurance_topology_overview_post200_response.py +115 -0
  1005. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology.py +115 -0
  1006. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner.py +99 -0
  1007. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +91 -0
  1008. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +99 -0
  1009. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +89 -0
  1010. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_topology_paths_inner.py +87 -0
  1011. graphiant_sdk/models/v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +93 -0
  1012. graphiant_sdk/models/v2_assurance_topology_overview_post_request.py +118 -0
  1013. graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response.py +95 -0
  1014. graphiant_sdk/models/v2_assurance_topology_region_summary_post200_response_sites_inner.py +99 -0
  1015. graphiant_sdk/models/v2_assurance_topology_region_summary_post_request.py +87 -0
  1016. graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response.py +95 -0
  1017. graphiant_sdk/models/v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +97 -0
  1018. graphiant_sdk/models/v2_assurance_topology_site_summaries_post_request.py +105 -0
  1019. graphiant_sdk/models/v2_audit_logs_post200_response.py +100 -0
  1020. graphiant_sdk/models/v2_audit_logs_post200_response_logs_inner.py +112 -0
  1021. graphiant_sdk/models/v2_audit_logs_post_request.py +107 -0
  1022. graphiant_sdk/models/v2_audit_logs_post_request_selector.py +110 -0
  1023. graphiant_sdk/models/v2_childalertlist_post200_response.py +95 -0
  1024. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner.py +150 -0
  1025. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +95 -0
  1026. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +150 -0
  1027. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +95 -0
  1028. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +150 -0
  1029. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +95 -0
  1030. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +150 -0
  1031. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +95 -0
  1032. graphiant_sdk/models/v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +146 -0
  1033. graphiant_sdk/models/v2_childalertlist_post_request.py +87 -0
  1034. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response.py +95 -0
  1035. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +97 -0
  1036. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +101 -0
  1037. graphiant_sdk/models/v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +93 -0
  1038. graphiant_sdk/models/v2_device_device_id_topology_post200_response.py +115 -0
  1039. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner.py +114 -0
  1040. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +109 -0
  1041. graphiant_sdk/models/v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +109 -0
  1042. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner.py +120 -0
  1043. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +116 -0
  1044. graphiant_sdk/models/v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +121 -0
  1045. graphiant_sdk/models/v2_device_device_id_topology_post200_response_snapshots_inner.py +93 -0
  1046. graphiant_sdk/models/v2_device_device_id_topology_post_request.py +97 -0
  1047. graphiant_sdk/models/v2_extranet_consumers_usage_top_post200_response.py +95 -0
  1048. graphiant_sdk/models/v2_extranet_consumers_usage_top_post200_response_top_consumers_inner.py +91 -0
  1049. graphiant_sdk/models/v2_extranet_consumers_usage_top_post_request.py +95 -0
  1050. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post200_response.py +95 -0
  1051. graphiant_sdk/models/v2_extranet_lan_segments_usage_top_post_request.py +97 -0
  1052. graphiant_sdk/models/v2_extranet_service_overtime_consumption_post200_response.py +104 -0
  1053. graphiant_sdk/models/v2_extranet_service_overtime_consumption_post200_response_dl_agg_stats_inner.py +95 -0
  1054. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response.py +115 -0
  1055. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post200_response_lan_segments_inner.py +92 -0
  1056. graphiant_sdk/models/v2_extranet_sites_consumption_overview_post_request.py +101 -0
  1057. graphiant_sdk/models/v2_extranet_total_usage_post200_response.py +87 -0
  1058. graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response.py +95 -0
  1059. graphiant_sdk/models/v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +91 -0
  1060. graphiant_sdk/models/v2_integration_getall_enterprise_id_get200_response.py +95 -0
  1061. graphiant_sdk/models/v2_integration_integration_id_put_request.py +91 -0
  1062. graphiant_sdk/models/v2_integration_integration_id_put_request_integration_body.py +101 -0
  1063. graphiant_sdk/models/v2_integration_post200_response.py +91 -0
  1064. graphiant_sdk/models/v2_integration_post200_response_integration.py +105 -0
  1065. graphiant_sdk/models/v2_integration_post_request.py +91 -0
  1066. graphiant_sdk/models/v2_integration_post_request_integration_body.py +107 -0
  1067. graphiant_sdk/models/v2_integration_post_request_integration_body_details.py +91 -0
  1068. graphiant_sdk/models/v2_monitoring_bfd_post200_response.py +95 -0
  1069. graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner.py +101 -0
  1070. graphiant_sdk/models/v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +95 -0
  1071. graphiant_sdk/models/v2_monitoring_bfd_post_request.py +104 -0
  1072. graphiant_sdk/models/v2_monitoring_bfd_post_request_selectors_inner.py +92 -0
  1073. graphiant_sdk/models/v2_monitoring_bgp_post200_response.py +95 -0
  1074. graphiant_sdk/models/v2_monitoring_bgp_post200_response_data_inner.py +101 -0
  1075. graphiant_sdk/models/v2_monitoring_bgp_post_request.py +104 -0
  1076. graphiant_sdk/models/v2_monitoring_bgp_post_request_selectors_inner.py +91 -0
  1077. graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response.py +95 -0
  1078. graphiant_sdk/models/v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +136 -0
  1079. graphiant_sdk/models/v2_monitoring_circuits_summary_post_request.py +94 -0
  1080. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response.py +95 -0
  1081. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner.py +104 -0
  1082. graphiant_sdk/models/v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +98 -0
  1083. graphiant_sdk/models/v2_monitoring_circuits_utilization_post_request.py +104 -0
  1084. graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response.py +95 -0
  1085. graphiant_sdk/models/v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +101 -0
  1086. graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response.py +95 -0
  1087. graphiant_sdk/models/v2_monitoring_extranet_log_details_post200_response_logs_inner.py +99 -0
  1088. graphiant_sdk/models/v2_monitoring_extranet_log_details_post_request.py +91 -0
  1089. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response.py +95 -0
  1090. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +101 -0
  1091. graphiant_sdk/models/v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +89 -0
  1092. graphiant_sdk/models/v2_monitoring_extranet_service_status_get200_response.py +95 -0
  1093. graphiant_sdk/models/v2_monitoring_extranet_status_details_get200_response.py +105 -0
  1094. graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response.py +95 -0
  1095. graphiant_sdk/models/v2_monitoring_ike_error_history_post200_response_data_inner.py +101 -0
  1096. graphiant_sdk/models/v2_monitoring_ike_error_history_post_request.py +96 -0
  1097. graphiant_sdk/models/v2_monitoring_interface_post200_response.py +95 -0
  1098. graphiant_sdk/models/v2_monitoring_interface_post200_response_data_inner.py +101 -0
  1099. graphiant_sdk/models/v2_monitoring_interface_post_request.py +104 -0
  1100. graphiant_sdk/models/v2_monitoring_interface_post_request_selectors_inner.py +89 -0
  1101. graphiant_sdk/models/v2_monitoring_ipsec_post200_response.py +95 -0
  1102. graphiant_sdk/models/v2_monitoring_ipsec_post200_response_data_inner.py +101 -0
  1103. graphiant_sdk/models/v2_monitoring_ipsec_post_request.py +104 -0
  1104. graphiant_sdk/models/v2_monitoring_ipsec_post_request_selectors_inner.py +89 -0
  1105. graphiant_sdk/models/v2_monitoring_ospf_post200_response.py +95 -0
  1106. graphiant_sdk/models/v2_monitoring_ospf_post200_response_data_inner.py +101 -0
  1107. graphiant_sdk/models/v2_monitoring_ospf_post_request.py +104 -0
  1108. graphiant_sdk/models/v2_monitoring_ospf_post_request_selectors_inner.py +91 -0
  1109. graphiant_sdk/models/v2_monitoring_policy_post200_response.py +95 -0
  1110. graphiant_sdk/models/v2_monitoring_policy_post200_response_data_inner.py +101 -0
  1111. graphiant_sdk/models/v2_monitoring_policy_post_request.py +104 -0
  1112. graphiant_sdk/models/v2_monitoring_policy_post_request_selectors_inner.py +90 -0
  1113. graphiant_sdk/models/v2_monitoring_queue_instant_post200_response.py +95 -0
  1114. graphiant_sdk/models/v2_monitoring_queue_instant_post200_response_data_inner.py +101 -0
  1115. graphiant_sdk/models/v2_monitoring_queue_instant_post_request.py +108 -0
  1116. graphiant_sdk/models/v2_monitoring_queue_instant_post_request_selectors_inner.py +91 -0
  1117. graphiant_sdk/models/v2_monitoring_queue_post200_response.py +95 -0
  1118. graphiant_sdk/models/v2_monitoring_queue_post200_response_data_inner.py +101 -0
  1119. graphiant_sdk/models/v2_monitoring_queue_post_request.py +104 -0
  1120. graphiant_sdk/models/v2_monitoring_queue_post_request_selectors_inner.py +93 -0
  1121. graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response.py +95 -0
  1122. graphiant_sdk/models/v2_monitoring_segment_route_counts_post200_response_data_inner.py +101 -0
  1123. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +95 -0
  1124. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +110 -0
  1125. graphiant_sdk/models/v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +101 -0
  1126. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response.py +95 -0
  1127. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +106 -0
  1128. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request.py +101 -0
  1129. graphiant_sdk/models/v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +94 -0
  1130. graphiant_sdk/models/v2_monitoring_system_generic_post200_response.py +95 -0
  1131. graphiant_sdk/models/v2_monitoring_system_generic_post200_response_data_inner.py +101 -0
  1132. graphiant_sdk/models/v2_monitoring_system_generic_post_request.py +104 -0
  1133. graphiant_sdk/models/v2_monitoring_twamp_post200_response.py +95 -0
  1134. graphiant_sdk/models/v2_monitoring_twamp_post200_response_data_inner.py +101 -0
  1135. graphiant_sdk/models/v2_monitoring_twamp_post_request.py +104 -0
  1136. graphiant_sdk/models/v2_notification_create_post_request.py +93 -0
  1137. graphiant_sdk/models/v2_notification_create_post_request_notification_body.py +106 -0
  1138. graphiant_sdk/models/v2_notification_delete_post_request.py +87 -0
  1139. graphiant_sdk/models/v2_notification_enabledisable_post_request.py +89 -0
  1140. graphiant_sdk/models/v2_notification_update_post_request.py +93 -0
  1141. graphiant_sdk/models/v2_notificationlist_post200_response.py +95 -0
  1142. graphiant_sdk/models/v2_notificationlist_post200_response_notification_list_inner.py +104 -0
  1143. graphiant_sdk/models/v2_notificationlist_post_request.py +91 -0
  1144. graphiant_sdk/models/v2_notificationlist_post_request_time_window.py +99 -0
  1145. graphiant_sdk/models/v2_rule_enabledisable_post_request.py +89 -0
  1146. graphiant_sdk/models/v2_rulelist_post200_response.py +95 -0
  1147. graphiant_sdk/models/v2_rulelist_post200_response_rule_list_inner.py +103 -0
  1148. graphiant_sdk/models/v2_site_site_id_detail_post200_response.py +101 -0
  1149. graphiant_sdk/models/v2_site_site_id_detail_post200_response_site.py +93 -0
  1150. graphiant_sdk/models/v2_version_post200_response.py +87 -0
  1151. graphiant_sdk/py.typed +0 -0
  1152. graphiant_sdk/rest.py +146 -205
  1153. graphiant_sdk-25.7.1.dist-info/METADATA +119 -0
  1154. graphiant_sdk-25.7.1.dist-info/RECORD +2301 -0
  1155. graphiant_sdk-25.7.1.dist-info/top_level.txt +2 -0
  1156. test/__init__.py +0 -0
  1157. test/test_default_api.py +2764 -0
  1158. test/test_v1_account_email_patch_request.py +51 -0
  1159. test/test_v1_account_info_patch_request.py +53 -0
  1160. test/test_v1_account_mfa_confirmation_post200_response.py +53 -0
  1161. test/test_v1_account_mfa_confirmation_post_request.py +54 -0
  1162. test/test_v1_account_mfa_get200_response.py +51 -0
  1163. test/test_v1_account_mfa_put200_response.py +53 -0
  1164. test/test_v1_account_mfa_put_request.py +52 -0
  1165. test/test_v1_account_password_patch_request.py +52 -0
  1166. test/test_v1_activity_logs_post200_response.py +114 -0
  1167. test/test_v1_activity_logs_post200_response_details_inner.py +106 -0
  1168. test/test_v1_activity_logs_post200_response_details_inner_targets_inner.py +74 -0
  1169. test/test_v1_activity_logs_post200_response_details_inner_targets_inner_events_inner.py +56 -0
  1170. test/test_v1_activity_logs_post200_response_filter_entities_value.py +56 -0
  1171. test/test_v1_activity_logs_post_request.py +97 -0
  1172. test/test_v1_activity_logs_post_request_selector.py +66 -0
  1173. test/test_v1_activity_logs_post_request_selector_job_entity.py +53 -0
  1174. test/test_v1_activity_logs_post_request_selector_v2.py +71 -0
  1175. test/test_v1_alarm_history_get200_response.py +61 -0
  1176. test/test_v1_alarm_history_get200_response_history_inner.py +58 -0
  1177. test/test_v1_alarm_history_get200_response_history_inner_time.py +52 -0
  1178. test/test_v1_alarm_mute_alarm_id_put_request.py +51 -0
  1179. test/test_v1_alarms_events_get200_response.py +53 -0
  1180. test/test_v1_alarms_list_get200_response.py +74 -0
  1181. test/test_v1_alarms_list_get200_response_alarms_inner.py +73 -0
  1182. test/test_v1_apps_app_summary_post200_response.py +72 -0
  1183. test/test_v1_apps_app_summary_post200_response_app_summary.py +102 -0
  1184. test/test_v1_apps_app_summary_post200_response_app_summary_app_incidents.py +58 -0
  1185. test/test_v1_apps_app_summary_post200_response_app_summary_app_incidents_data_inner.py +55 -0
  1186. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner.py +65 -0
  1187. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner.py +63 -0
  1188. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidents_inner_data_inner_dl_incidents.py +52 -0
  1189. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner.py +67 -0
  1190. test/test_v1_apps_app_summary_post200_response_app_summary_circuits_incidentsv2_inner_data.py +66 -0
  1191. test/test_v1_apps_app_summary_post_request.py +60 -0
  1192. test/test_v1_apps_bandwidth_post200_response.py +58 -0
  1193. test/test_v1_apps_bandwidth_post200_response_stats_inner.py +55 -0
  1194. test/test_v1_apps_bandwidth_post_request.py +64 -0
  1195. test/test_v1_apps_device_device_id_top_post200_response.py +57 -0
  1196. test/test_v1_apps_device_device_id_top_post200_response_apps_utilization_inner.py +53 -0
  1197. test/test_v1_apps_device_device_id_top_post_request.py +59 -0
  1198. test/test_v1_apps_visualization_post200_response.py +78 -0
  1199. test/test_v1_apps_visualization_post200_response_apps_visualization_inner.py +70 -0
  1200. test/test_v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value.py +61 -0
  1201. test/test_v1_apps_visualization_post200_response_apps_visualization_inner_circuit_map_value_stats.py +56 -0
  1202. test/test_v1_apps_visualization_post_request.py +62 -0
  1203. test/test_v1_audit_logs_post200_response.py +88 -0
  1204. test/test_v1_audit_logs_post200_response_histogram_inner.py +54 -0
  1205. test/test_v1_audit_logs_post200_response_logs_inner.py +79 -0
  1206. test/test_v1_audit_logs_post200_response_logs_inner_failed_target_results_inner.py +55 -0
  1207. test/test_v1_audit_logs_post200_response_logs_inner_failed_target_results_inner_target.py +52 -0
  1208. test/test_v1_audit_logs_post_request.py +66 -0
  1209. test/test_v1_audit_logs_post_request_selectors_inner.py +54 -0
  1210. test/test_v1_auth_get200_response.py +54 -0
  1211. test/test_v1_auth_login_post200_response.py +53 -0
  1212. test/test_v1_auth_login_post_request.py +52 -0
  1213. test/test_v1_auth_login_pre_get200_response.py +52 -0
  1214. test/test_v1_auth_put204_response.py +54 -0
  1215. test/test_v1_auth_user_get200_response.py +57 -0
  1216. test/test_v1_backbone_health_device_device_id_post200_response.py +190 -0
  1217. test/test_v1_backbone_health_device_device_id_post200_response_control_plane.py +61 -0
  1218. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions.py +54 -0
  1219. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner.py +60 -0
  1220. test/test_v1_backbone_health_device_device_id_post200_response_control_plane_control_transitions_transitions_inner_transitions_inner.py +56 -0
  1221. test/test_v1_backbone_health_device_device_id_post200_response_data_plane.py +79 -0
  1222. test/test_v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner.py +62 -0
  1223. test/test_v1_backbone_health_device_device_id_post200_response_data_plane_session_slas_inner_values_inner.py +58 -0
  1224. test/test_v1_backbone_health_device_device_id_post200_response_issues_inner.py +67 -0
  1225. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix.py +84 -0
  1226. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_devices_inner.py +55 -0
  1227. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner.py +73 -0
  1228. test/test_v1_backbone_health_device_device_id_post200_response_qoe_matrix_qoe_matrix_inner_box_inner.py +61 -0
  1229. test/test_v1_backbone_health_device_device_id_post200_response_system_plane.py +121 -0
  1230. test/test_v1_backbone_health_device_device_id_post200_response_system_plane_crashes_inner.py +53 -0
  1231. test/test_v1_backbone_health_device_device_id_post200_response_system_plane_last_crash.py +55 -0
  1232. test/test_v1_backbone_health_et_wan_matrix_get200_response.py +67 -0
  1233. test/test_v1_backbone_health_et_wan_matrix_get200_response_device_etwan_summary_inner.py +57 -0
  1234. test/test_v1_backbone_health_et_wan_matrix_get200_response_region_sla_status_inner.py +54 -0
  1235. test/test_v1_backbone_health_etet_sla_matrix_get200_response.py +89 -0
  1236. test/test_v1_backbone_health_etet_sla_matrix_get200_response_region_status_inner.py +57 -0
  1237. test/test_v1_backbone_health_etet_sla_matrix_get200_response_sla_matrix_inner.py +68 -0
  1238. test/test_v1_backbone_health_filter_get200_response.py +74 -0
  1239. test/test_v1_backbone_health_filter_get200_response_lan_segments_inner.py +51 -0
  1240. test/test_v1_backbone_health_filter_get200_response_regions_inner.py +53 -0
  1241. test/test_v1_backbone_health_filter_get200_response_sites_inner.py +52 -0
  1242. test/test_v1_backbone_health_overview_post200_response.py +64 -0
  1243. test/test_v1_backbone_health_overview_post200_response_devices_inner.py +61 -0
  1244. test/test_v1_backbone_health_overview_post_request.py +81 -0
  1245. test/test_v1_backbone_health_overview_post_request_dimensions.py +64 -0
  1246. test/test_v1_backbone_health_overview_post_request_filter.py +65 -0
  1247. test/test_v1_backbone_health_top_devices_by_alerts_post200_response.py +68 -0
  1248. test/test_v1_backbone_health_top_devices_by_alerts_post200_response_control_plane.py +55 -0
  1249. test/test_v1_backbone_health_top_devices_by_alerts_post200_response_control_plane_device_counts_inner.py +52 -0
  1250. test/test_v1_backbone_health_top_devices_by_alerts_post_request.py +66 -0
  1251. test/test_v1_bwtracker_enterprise_csv_post200_response.py +61 -0
  1252. test/test_v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details.py +60 -0
  1253. test/test_v1_bwtracker_enterprise_csv_post200_response_bwusage_csv_details_bwusage_csv_record_inner.py +57 -0
  1254. test/test_v1_bwtracker_enterprise_details_post200_response.py +67 -0
  1255. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details.py +66 -0
  1256. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_region_inner.py +54 -0
  1257. test/test_v1_bwtracker_enterprise_details_post200_response_bwusage_details_bwusage_site_inner.py +56 -0
  1258. test/test_v1_bwtracker_enterprise_summary_post200_response.py +70 -0
  1259. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary.py +75 -0
  1260. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_role_summary_inner.py +53 -0
  1261. test/test_v1_bwtracker_enterprise_summary_post200_response_bwusage_summary_bwusage_top_regions_inner.py +58 -0
  1262. test/test_v1_bwtracker_region_cloud_chart_post200_response.py +61 -0
  1263. test/test_v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart.py +60 -0
  1264. test/test_v1_bwtracker_region_cloud_chart_post200_response_bwusage_chart_bwusage_chart_inner.py +56 -0
  1265. test/test_v1_bwtracker_region_cloud_chart_post_request.py +59 -0
  1266. test/test_v1_bwtracker_region_cloud_summary_post200_response.py +63 -0
  1267. test/test_v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary.py +62 -0
  1268. test/test_v1_bwtracker_region_cloud_summary_post200_response_bwusage_summary_bwusage_top_providers_inner.py +54 -0
  1269. test/test_v1_bwtracker_region_edge_details_post200_response.py +60 -0
  1270. test/test_v1_bwtracker_region_edge_details_post200_response_bwusage_details.py +59 -0
  1271. test/test_v1_bwtracker_region_edge_summary_post200_response.py +61 -0
  1272. test/test_v1_bwtracker_region_edge_summary_post200_response_bwusage_summary.py +60 -0
  1273. test/test_v1_bwtracker_region_edge_summary_post200_response_bwusage_summary_bwusage_top_sites_inner.py +53 -0
  1274. test/test_v1_bwtracker_region_site_chart_post_request.py +60 -0
  1275. test/test_v1_bwtracker_region_site_details_post200_response.py +65 -0
  1276. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details.py +64 -0
  1277. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_edge_provider_inner.py +55 -0
  1278. test/test_v1_bwtracker_region_site_details_post200_response_bwusage_details_bwuage_provider_inner.py +53 -0
  1279. test/test_v1_bwtracker_region_site_summary_post200_response.py +61 -0
  1280. test/test_v1_bwtracker_region_site_summary_post200_response_bwusage_summary.py +60 -0
  1281. test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response.py +77 -0
  1282. test/test_v1_data_assurance_assurances_applications_bucket_app_name_get200_response_assurances_inner.py +74 -0
  1283. test/test_v1_data_assurance_assurances_global_get200_response.py +74 -0
  1284. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner.py +71 -0
  1285. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_apps_inner.py +51 -0
  1286. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_lans_inner.py +51 -0
  1287. test/test_v1_data_assurance_assurances_global_get200_response_rows_inner_sites_inner.py +51 -0
  1288. test/test_v1_data_assurance_assurances_global_id_put200_response.py +53 -0
  1289. test/test_v1_data_assurance_assurances_global_id_put_request.py +74 -0
  1290. test/test_v1_data_assurance_assurances_global_post200_response.py +54 -0
  1291. test/test_v1_data_assurance_assurances_global_post_request.py +73 -0
  1292. test/test_v1_data_assurance_assurances_global_post_request_config.py +72 -0
  1293. test/test_v1_data_assurance_assurances_global_post_request_config_apps_inner.py +62 -0
  1294. test/test_v1_data_assurance_assurances_global_post_request_config_apps_inner_servers_inner.py +53 -0
  1295. test/test_v1_data_assurance_flex_algos_get200_response.py +56 -0
  1296. test/test_v1_data_assurance_flex_algos_get200_response_entries_inner.py +53 -0
  1297. test/test_v1_device_routing_bgp_nbr_stats_get200_response.py +61 -0
  1298. test/test_v1_device_routing_bgp_nbr_stats_get200_response_stats.py +51 -0
  1299. test/test_v1_device_routing_bgp_nbrid_get200_response.py +62 -0
  1300. test/test_v1_device_routing_bgp_nbrs_counters_get200_response.py +59 -0
  1301. test/test_v1_device_routing_bgp_nbrs_counters_get200_response_counters_inner.py +56 -0
  1302. test/test_v1_device_routing_bgp_nbrs_details_get200_response.py +53 -0
  1303. test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response.py +56 -0
  1304. test/test_v1_device_routing_bgp_nbrs_per_afi_prefix_get200_response_prefixes_inner.py +53 -0
  1305. test/test_v1_device_routing_ospfv2_area_interface_get200_response.py +74 -0
  1306. test/test_v1_device_routing_ospfv2_area_interface_get200_response_interfaces_inner.py +62 -0
  1307. test/test_v1_device_routing_ospfv2_area_interface_nbrid_get200_response.py +62 -0
  1308. test/test_v1_device_routing_ospfv2_area_interfaceid_get200_response.py +62 -0
  1309. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response.py +92 -0
  1310. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner.py +84 -0
  1311. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa.py +58 -0
  1312. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_asexternal_lsa_tos_metric.py +52 -0
  1313. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_network_lsa.py +54 -0
  1314. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa.py +59 -0
  1315. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_router_lsa_links_inner.py +57 -0
  1316. test/test_v1_device_routing_ospfv2_area_lsdb_get200_response_lsas_inner_summary_lsa.py +53 -0
  1317. test/test_v1_device_routing_ospfv2_area_nbr_get200_response.py +70 -0
  1318. test/test_v1_device_routing_ospfv2_area_nbr_get200_response_nbrs_inner.py +58 -0
  1319. test/test_v1_device_routing_ospfv2_areaid_get200_response.py +62 -0
  1320. test/test_v1_device_routing_ospfv2_rib_get200_response.py +74 -0
  1321. test/test_v1_device_routing_ospfv2_rib_get200_response_routes_inner.py +62 -0
  1322. test/test_v1_device_routing_ospfv2_rib_get200_response_routes_inner_path_inner.py +58 -0
  1323. test/test_v1_device_routing_ospfv2_statistics_get200_response.py +55 -0
  1324. test/test_v1_device_routing_ospfv2_statistics_get200_response_statistics_value.py +52 -0
  1325. test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get200_response.py +65 -0
  1326. test/test_v1_device_routing_vrf_bgp_eibgp_route_count_get200_response_ebgp_route_count.py +52 -0
  1327. test/test_v1_device_routing_vrf_bgp_graphiant_eiroute_count_get200_response.py +53 -0
  1328. test/test_v1_device_routing_vrf_bgp_route_count_post200_response.py +55 -0
  1329. test/test_v1_device_routing_vrf_bgp_route_count_post200_response_counts_inner.py +52 -0
  1330. test/test_v1_device_routing_vrf_bgp_route_count_post_request.py +54 -0
  1331. test/test_v1_device_snapshot_device_id_get200_response.py +104 -0
  1332. test/test_v1_device_snapshot_get200_response.py +206 -0
  1333. test/test_v1_device_snapshot_get200_response_first_snapshot.py +101 -0
  1334. test/test_v1_device_snapshot_get200_response_first_snapshot_author.py +74 -0
  1335. test/test_v1_device_snapshot_get200_response_first_snapshot_data.py +68 -0
  1336. test/test_v1_device_snapshot_post_request.py +54 -0
  1337. test/test_v1_device_snapshot_put_request.py +53 -0
  1338. test/test_v1_device_status_history_post200_response.py +61 -0
  1339. test/test_v1_device_status_history_post200_response_mappings_inner.py +58 -0
  1340. test/test_v1_device_status_history_post_request.py +54 -0
  1341. test/test_v1_device_status_post200_response.py +61 -0
  1342. test/test_v1_device_status_post200_response_mappings_inner.py +58 -0
  1343. test/test_v1_devices_bringup_post200_response.py +62 -0
  1344. test/test_v1_devices_bringup_post200_response_summaries_inner.py +59 -0
  1345. test/test_v1_devices_bringup_post_request.py +53 -0
  1346. test/test_v1_devices_bringup_put_request.py +54 -0
  1347. test/test_v1_devices_bringup_token_post200_response.py +54 -0
  1348. test/test_v1_devices_bringup_token_post_request.py +55 -0
  1349. test/test_v1_devices_device_id_arp_get200_response.py +57 -0
  1350. test/test_v1_devices_device_id_arp_get200_response_arp_entry_inner.py +54 -0
  1351. test/test_v1_devices_device_id_candidate_circuits_get200_response.py +57 -0
  1352. test/test_v1_devices_device_id_candidate_circuits_get200_response_circuits_inner.py +54 -0
  1353. test/test_v1_devices_device_id_circuits_vrf_associations_get200_response.py +56 -0
  1354. test/test_v1_devices_device_id_circuits_vrf_associations_get200_response_vrf_associations_value.py +53 -0
  1355. test/test_v1_devices_device_id_config_put202_response.py +52 -0
  1356. test/test_v1_devices_device_id_config_put_request.py +919 -0
  1357. test/test_v1_devices_device_id_config_put_request_core.py +979 -0
  1358. test/test_v1_devices_device_id_config_put_request_core_bgp_instance.py +56 -0
  1359. test/test_v1_devices_device_id_config_put_request_core_core_vrf.py +287 -0
  1360. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value.py +54 -0
  1361. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_aggregations_value_config.py +53 -0
  1362. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value.py +84 -0
  1363. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor.py +83 -0
  1364. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_allow_as_in.py +51 -0
  1365. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd.py +54 -0
  1366. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_bfd_bfd.py +53 -0
  1367. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_ebgp_multihop_ttl.py +51 -0
  1368. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_hold_timer_value.py +51 -0
  1369. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_neighbors_value_neighbor_max_prefix_value.py +51 -0
  1370. test/test_v1_devices_device_id_config_put_request_core_core_vrf_bgp_redistribution_value.py +52 -0
  1371. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value.py +81 -0
  1372. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet.py +80 -0
  1373. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_ip_ranges_v2.py +55 -0
  1374. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value.py +54 -0
  1375. test/test_v1_devices_device_id_config_put_request_core_core_vrf_dhcp_subnets_value_subnet_static_leases_value_lease.py +53 -0
  1376. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ebgp_multipath.py +53 -0
  1377. test/test_v1_devices_device_id_config_put_request_core_core_vrf_nat_ruleset.py +51 -0
  1378. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2.py +91 -0
  1379. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process.py +90 -0
  1380. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_admin_distance.py +51 -0
  1381. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value.py +72 -0
  1382. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area.py +71 -0
  1383. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value.py +65 -0
  1384. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface.py +64 -0
  1385. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_bfd.py +51 -0
  1386. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_dead_interval_value.py +51 -0
  1387. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_hello_interval_value.py +51 -0
  1388. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_areas_value_area_interfaces_value_interface_retransmit_interval_value.py +51 -0
  1389. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value.py +54 -0
  1390. test/test_v1_devices_device_id_config_put_request_core_core_vrf_ospfv2_process_redistribution_value_protocol.py +53 -0
  1391. test/test_v1_devices_device_id_config_put_request_core_core_vrf_overlay_filters.py +54 -0
  1392. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value.py +71 -0
  1393. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route.py +70 -0
  1394. test/test_v1_devices_device_id_config_put_request_core_core_vrf_static_routes_value_route_next_hop.py +55 -0
  1395. test/test_v1_devices_device_id_config_put_request_core_interfaces_value.py +170 -0
  1396. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface.py +235 -0
  1397. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor.py +62 -0
  1398. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost.py +54 -0
  1399. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_core_neighbor_cost_dynamic.py +52 -0
  1400. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_flex_algos.py +53 -0
  1401. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw.py +73 -0
  1402. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw.py +73 -0
  1403. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp.py +55 -0
  1404. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_dhcp_dhcp_relay.py +53 -0
  1405. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp.py +64 -0
  1406. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_gw_gw_vrrp_group.py +63 -0
  1407. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type.py +69 -0
  1408. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan.py +74 -0
  1409. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw.py +71 -0
  1410. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw.py +70 -0
  1411. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp.py +62 -0
  1412. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_interface_type_wan_gw_gw_vrrp_group.py +61 -0
  1413. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ipsec.py +69 -0
  1414. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface.py +65 -0
  1415. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_ospf_interface_interface.py +64 -0
  1416. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value.py +108 -0
  1417. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface.py +120 -0
  1418. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface.py +101 -0
  1419. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type.py +69 -0
  1420. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan.py +53 -0
  1421. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw.py +54 -0
  1422. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_interface_type_wan_gw_gw.py +53 -0
  1423. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan.py +60 -0
  1424. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw.py +57 -0
  1425. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw.py +56 -0
  1426. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_dhcp.py +52 -0
  1427. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_subinterfaces_value_interface_wan_gw_gw_vrrp.py +51 -0
  1428. test/test_v1_devices_device_id_config_put_request_core_interfaces_value_interface_wan.py +76 -0
  1429. test/test_v1_devices_device_id_config_put_request_core_prometheus.py +75 -0
  1430. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value.py +57 -0
  1431. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group.py +63 -0
  1432. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value.py +57 -0
  1433. test/test_v1_devices_device_id_config_put_request_core_prometheus_rule_groups_value_rule_group_rules_value_rule_group.py +56 -0
  1434. test/test_v1_devices_device_id_config_put_request_core_prometheus_sink.py +55 -0
  1435. test/test_v1_devices_device_id_config_put_request_core_prometheus_sink_sink.py +54 -0
  1436. test/test_v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value.py +56 -0
  1437. test/test_v1_devices_device_id_config_put_request_core_prometheus_sysdb_monitors_value_sysdb_monitor.py +55 -0
  1438. test/test_v1_devices_device_id_config_put_request_edge.py +963 -0
  1439. test/test_v1_devices_device_id_config_put_request_edge_circuits_value.py +145 -0
  1440. test/test_v1_devices_device_id_config_put_request_edge_circuits_value_pat_addresses.py +53 -0
  1441. test/test_v1_devices_device_id_config_put_request_edge_dns.py +62 -0
  1442. test/test_v1_devices_device_id_config_put_request_edge_dns_dns.py +61 -0
  1443. test/test_v1_devices_device_id_config_put_request_edge_dns_dns_dynamic.py +52 -0
  1444. test/test_v1_devices_device_id_config_put_request_edge_dns_dns_static.py +58 -0
  1445. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value.py +113 -0
  1446. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface.py +176 -0
  1447. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value.py +91 -0
  1448. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface.py +127 -0
  1449. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v4_tcp_mss.py +51 -0
  1450. test/test_v1_devices_device_id_config_put_request_edge_interfaces_value_interface_subinterfaces_value_interface_v6_tcp_mss.py +51 -0
  1451. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value.py +89 -0
  1452. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface.py +141 -0
  1453. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_lag_members_value.py +51 -0
  1454. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value.py +80 -0
  1455. test/test_v1_devices_device_id_config_put_request_edge_lag_interfaces_value_interface_subinterfaces_value_interface.py +101 -0
  1456. test/test_v1_devices_device_id_config_put_request_edge_nat_policy.py +69 -0
  1457. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value.py +66 -0
  1458. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset.py +65 -0
  1459. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value.py +60 -0
  1460. test/test_v1_devices_device_id_config_put_request_edge_nat_policy_nat_rulesets_value_ruleset_rules_value_rule.py +59 -0
  1461. test/test_v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value.py +87 -0
  1462. test/test_v1_devices_device_id_config_put_request_edge_site_to_site_vpn_value_site_to_site_vpn.py +86 -0
  1463. test/test_v1_devices_device_id_connectivity_get200_response.py +110 -0
  1464. test/test_v1_devices_device_id_controller_peers_put_request.py +52 -0
  1465. test/test_v1_devices_device_id_dhcp_server_leases_get200_response.py +92 -0
  1466. test/test_v1_devices_device_id_draft_get200_response.py +871 -0
  1467. test/test_v1_devices_device_id_draft_get200_response_draft.py +870 -0
  1468. test/test_v1_devices_device_id_draft_get200_response_draft_version_info.py +53 -0
  1469. test/test_v1_devices_device_id_draft_post201_response.py +51 -0
  1470. test/test_v1_devices_device_id_draft_post_request.py +868 -0
  1471. test/test_v1_devices_device_id_edges_get200_response.py +876 -0
  1472. test/test_v1_devices_device_id_get200_response.py +866 -0
  1473. test/test_v1_devices_device_id_interfaces_get200_response.py +196 -0
  1474. test/test_v1_devices_device_id_jobs_job_id_get200_response.py +62 -0
  1475. test/test_v1_devices_device_id_jobs_job_id_get200_response_job_status.py +60 -0
  1476. test/test_v1_devices_device_id_ndcache_get200_response.py +57 -0
  1477. test/test_v1_devices_device_id_ndcache_get200_response_nd_entry_inner.py +54 -0
  1478. test/test_v1_devices_device_id_ospfv2_default_originate_get200_response.py +53 -0
  1479. test/test_v1_devices_device_id_policy_zonepairs_get200_response.py +99 -0
  1480. test/test_v1_devices_device_id_policy_zonepairs_get200_response_zone_pairs_inner.py +96 -0
  1481. test/test_v1_devices_device_id_slice_peers_get200_response.py +249 -0
  1482. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner.py +246 -0
  1483. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner.py +240 -0
  1484. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_bgp_connection.py +58 -0
  1485. test/test_v1_devices_device_id_slice_peers_get200_response_slices_inner_peers_inner_ipsec_connection.py +340 -0
  1486. test/test_v1_devices_device_id_staged_config_compare_get200_response.py +51 -0
  1487. test/test_v1_devices_device_id_twamp_core_get200_response.py +53 -0
  1488. test/test_v1_devices_device_id_versions_compare_get200_response.py +51 -0
  1489. test/test_v1_devices_device_id_versions_get200_response.py +56 -0
  1490. test/test_v1_devices_device_id_versions_version_get200_response.py +871 -0
  1491. test/test_v1_devices_device_id_vrf_bgp_as_get200_response.py +51 -0
  1492. test/test_v1_devices_device_id_vrf_protocols_get200_response.py +56 -0
  1493. test/test_v1_devices_device_id_vrrp_get200_response.py +64 -0
  1494. test/test_v1_devices_device_id_vrrp_get200_response_vrrp_entry_inner.py +61 -0
  1495. test/test_v1_devices_inventory_approve_return_post_request.py +53 -0
  1496. test/test_v1_devices_inventory_enterprise_put_request.py +54 -0
  1497. test/test_v1_devices_inventory_get200_response.py +81 -0
  1498. test/test_v1_devices_inventory_get200_response_inventory_inner.py +70 -0
  1499. test/test_v1_devices_inventory_post200_response.py +55 -0
  1500. test/test_v1_devices_inventory_post200_response_data_inner.py +52 -0
  1501. test/test_v1_devices_inventory_post_request.py +73 -0
  1502. test/test_v1_devices_inventory_serial_num_post200_response.py +73 -0
  1503. test/test_v1_devices_oauth_redirect_get200_response.py +56 -0
  1504. test/test_v1_devices_oauth_redirect_get200_response_onboarding_redirection.py +55 -0
  1505. test/test_v1_devices_rma_post_request.py +52 -0
  1506. test/test_v1_devices_routing_vrf_protocol_route_count_get200_response.py +57 -0
  1507. test/test_v1_devices_routing_vrf_protocol_route_count_get200_response_counts_inner.py +54 -0
  1508. test/test_v1_devices_running_version_post200_response.py +57 -0
  1509. test/test_v1_devices_running_version_post200_response_versions_inner.py +54 -0
  1510. test/test_v1_devices_session_status_post200_response.py +71 -0
  1511. test/test_v1_devices_session_status_post200_response_bgp_session_data_map_value.py +54 -0
  1512. test/test_v1_devices_session_status_post_request.py +53 -0
  1513. test/test_v1_devices_summary_get200_response.py +70 -0
  1514. test/test_v1_devices_summary_get200_response_sites_inner.py +67 -0
  1515. test/test_v1_devices_summary_get200_response_sites_inner_devices_inner.py +62 -0
  1516. test/test_v1_devices_upgrade_schedule_put_request.py +61 -0
  1517. test/test_v1_diagnostic_archive_create_device_id_post201_response.py +51 -0
  1518. test/test_v1_diagnostic_archive_create_device_id_post_request.py +51 -0
  1519. test/test_v1_diagnostic_archives_device_id_get200_response.py +64 -0
  1520. test/test_v1_diagnostic_archives_device_id_get200_response_archives_inner.py +61 -0
  1521. test/test_v1_diagnostic_bgp_reset_device_id_put_request.py +54 -0
  1522. test/test_v1_diagnostic_clear_arp_device_id_put_request.py +56 -0
  1523. test/test_v1_diagnostic_clear_arp_device_id_put_request_entry_inner.py +56 -0
  1524. test/test_v1_diagnostic_clear_arp_device_id_put_request_entry_inner_address.py +53 -0
  1525. test/test_v1_diagnostic_gnmi_ping_get200_response.py +59 -0
  1526. test/test_v1_diagnostic_gnmi_ping_get200_response_results_inner.py +56 -0
  1527. test/test_v1_diagnostic_interface_reset_device_id_put_request.py +51 -0
  1528. test/test_v1_diagnostic_otp_device_id_get200_response.py +51 -0
  1529. test/test_v1_diagnostic_packetcapture_pcap_id_get200_response.py +55 -0
  1530. test/test_v1_diagnostic_packetcapture_start_post201_response.py +51 -0
  1531. test/test_v1_diagnostic_packetcapture_start_post_request.py +65 -0
  1532. test/test_v1_diagnostic_packetcapture_start_post_request_filter.py +58 -0
  1533. test/test_v1_diagnostic_packetcapture_start_post_request_filter_destination.py +52 -0
  1534. test/test_v1_diagnostic_packetcapture_start_post_request_target.py +52 -0
  1535. test/test_v1_diagnostic_ping_pause_resume_post204_response.py +87 -0
  1536. test/test_v1_diagnostic_ping_pause_resume_post204_response_result.py +85 -0
  1537. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_ping_result.py +58 -0
  1538. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_route_info.py +53 -0
  1539. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result.py +71 -0
  1540. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner.py +60 -0
  1541. test/test_v1_diagnostic_ping_pause_resume_post204_response_result_trace_result_hops_inner_stats.py +56 -0
  1542. test/test_v1_diagnostic_ping_pause_resume_post_request.py +63 -0
  1543. test/test_v1_diagnostic_ping_pause_resume_post_request_params.py +59 -0
  1544. test/test_v1_diagnostic_reset_ipsec_session_device_id_put_request.py +56 -0
  1545. test/test_v1_diagnostic_speedtest_post200_response.py +69 -0
  1546. test/test_v1_diagnostic_speedtest_post200_response_result.py +67 -0
  1547. test/test_v1_diagnostic_speedtest_post_request.py +58 -0
  1548. test/test_v1_diagnostic_speedtest_post_request_params.py +56 -0
  1549. test/test_v1_diagnostic_speedtest_providers_get200_response.py +53 -0
  1550. test/test_v1_diagnostic_speedtest_report_put200_response.py +52 -0
  1551. test/test_v1_diagnostic_speedtest_report_put_request.py +52 -0
  1552. test/test_v1_diagnostic_speedtest_servers_get200_response.py +59 -0
  1553. test/test_v1_diagnostic_speedtest_servers_get200_response_server_inner.py +56 -0
  1554. test/test_v1_edges_hardware_assigned_get200_response.py +114 -0
  1555. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner.py +117 -0
  1556. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary.py +74 -0
  1557. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_running_version.py +53 -0
  1558. test/test_v1_edges_hardware_assigned_get200_response_edges_summary_inner_upgrade_summary_schedule.py +61 -0
  1559. test/test_v1_edges_hardware_unassigned_get200_response.py +74 -0
  1560. test/test_v1_edges_summary_get200_response.py +115 -0
  1561. test/test_v1_enterprise_allocation_get200_response.py +101 -0
  1562. test/test_v1_enterprise_allocation_get200_response_consumption_summary.py +79 -0
  1563. test/test_v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary.py +56 -0
  1564. test/test_v1_enterprise_allocation_get200_response_consumption_summary_contractual_summary_expiration_date.py +52 -0
  1565. test/test_v1_enterprise_allocation_get200_response_consumption_summary_global_summary.py +53 -0
  1566. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value.py +65 -0
  1567. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_allocation.py +55 -0
  1568. test/test_v1_enterprise_allocation_get200_response_consumption_summary_regional_summaries_value_internet_consumption.py +52 -0
  1569. test/test_v1_enterprise_allocation_get200_response_conversion_holders_value.py +59 -0
  1570. test/test_v1_enterprise_allocation_get200_response_conversion_holders_value_bins_inner.py +56 -0
  1571. test/test_v1_enterprise_allocation_get200_response_regional_allocations_inner.py +56 -0
  1572. test/test_v1_enterprise_configuration_get200_response.py +53 -0
  1573. test/test_v1_enterprise_configuration_get200_response_configuration.py +52 -0
  1574. test/test_v1_enterprise_contract_put_request.py +54 -0
  1575. test/test_v1_enterprise_snapshot_get200_response.py +173 -0
  1576. test/test_v1_enterprise_snapshot_get200_response_device_snapshot_map_value.py +105 -0
  1577. test/test_v1_enterprise_snapshot_get200_response_device_snapshot_records_inner.py +112 -0
  1578. test/test_v1_enterprises_enterprise_id_admin_get200_response.py +51 -0
  1579. test/test_v1_enterprises_get200_response.py +91 -0
  1580. test/test_v1_enterprises_get200_response_enterprises_inner.py +102 -0
  1581. test/test_v1_enterprises_get200_response_enterprises_inner_counts.py +63 -0
  1582. test/test_v1_enterprises_get200_response_enterprises_inner_customers_value.py +68 -0
  1583. test/test_v1_enterprises_managed_get200_response.py +105 -0
  1584. test/test_v1_enterprises_patch_request.py +62 -0
  1585. test/test_v1_enterprises_patch_request_token_expiry.py +52 -0
  1586. test/test_v1_enterprises_put_request.py +60 -0
  1587. test/test_v1_event_device_get200_response.py +66 -0
  1588. test/test_v1_event_device_get200_response_events_inner.py +63 -0
  1589. test/test_v1_event_system_ack_post_request.py +51 -0
  1590. test/test_v1_extranet_sites_usage_post200_response.py +67 -0
  1591. test/test_v1_extranet_sites_usage_post_request.py +64 -0
  1592. test/test_v1_extranet_sites_usage_top_post200_response.py +56 -0
  1593. test/test_v1_extranet_sites_usage_top_post200_response_top_sites_inner.py +53 -0
  1594. test/test_v1_extranet_sites_usage_top_post_request.py +62 -0
  1595. test/test_v1_extranets_b2b_consumer_device_status_id_get200_response.py +61 -0
  1596. test/test_v1_extranets_b2b_consumer_device_status_id_get200_response_summary_inner.py +57 -0
  1597. test/test_v1_extranets_b2b_consumer_id_get200_response.py +112 -0
  1598. test/test_v1_extranets_b2b_consumer_post200_response.py +120 -0
  1599. test/test_v1_extranets_b2b_consumer_post200_response_device_inner.py +56 -0
  1600. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner.py +104 -0
  1601. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner.py +61 -0
  1602. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_inbound_security_rules_inner_match.py +56 -0
  1603. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner.py +64 -0
  1604. test/test_v1_extranets_b2b_consumer_post200_response_policy_inner_traffic_rules_inner_action.py +54 -0
  1605. test/test_v1_extranets_b2b_consumer_post_request.py +81 -0
  1606. test/test_v1_extranets_b2b_consumer_post_request_policy_inner.py +59 -0
  1607. test/test_v1_extranets_b2b_consumer_post_request_policy_inner_rules_inner.py +52 -0
  1608. test/test_v1_extranets_b2b_consumer_post_request_site_information_inner.py +64 -0
  1609. test/test_v1_extranets_b2b_consumer_post_request_site_information_inner_policer_site_lists.py +52 -0
  1610. test/test_v1_extranets_b2b_consumer_summary_get200_response.py +66 -0
  1611. test/test_v1_extranets_b2b_consumer_summary_get200_response_summary_inner.py +63 -0
  1612. test/test_v1_extranets_b2b_customer_info_id_get200_response.py +54 -0
  1613. test/test_v1_extranets_b2b_id_customer_post200_response.py +62 -0
  1614. test/test_v1_extranets_b2b_id_customer_post200_response_responses_inner.py +59 -0
  1615. test/test_v1_extranets_b2b_id_customer_post_request.py +61 -0
  1616. test/test_v1_extranets_b2b_id_customer_post_request_invites_inner.py +58 -0
  1617. test/test_v1_extranets_b2b_id_customer_summary_get200_response.py +61 -0
  1618. test/test_v1_extranets_b2b_id_customer_summary_get200_response_customers_inner.py +58 -0
  1619. test/test_v1_extranets_b2b_id_put_request.py +84 -0
  1620. test/test_v1_extranets_b2b_post200_response.py +112 -0
  1621. test/test_v1_extranets_b2b_post200_response_policy.py +117 -0
  1622. test/test_v1_extranets_b2b_post_request.py +86 -0
  1623. test/test_v1_extranets_b2b_post_request_policy.py +86 -0
  1624. test/test_v1_extranets_b2b_post_request_policy_profiles_inner.py +54 -0
  1625. test/test_v1_extranets_b2b_post_request_policy_sla.py +53 -0
  1626. test/test_v1_extranets_b2b_producer_device_status_id_get200_response.py +60 -0
  1627. test/test_v1_extranets_b2b_producers_summary_get200_response.py +64 -0
  1628. test/test_v1_extranets_b2b_producers_summary_get200_response_info_inner.py +61 -0
  1629. test/test_v1_extranets_get200_response.py +934 -0
  1630. test/test_v1_extranets_get200_response_policies_inner.py +2241 -0
  1631. test/test_v1_extranets_get200_response_policies_inner_auto.py +54 -0
  1632. test/test_v1_extranets_get200_response_policies_inner_branches.py +927 -0
  1633. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner.py +1090 -0
  1634. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_bgp.py +53 -0
  1635. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner.py +188 -0
  1636. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_aggregations_inner.py +54 -0
  1637. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_multipath.py +52 -0
  1638. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner.py +101 -0
  1639. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_address_families_inner.py +54 -0
  1640. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd.py +53 -0
  1641. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_neighbors_inner_bfd_neighbor.py +67 -0
  1642. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_bgp_redistributions.py +55 -0
  1643. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_core_logical_interfaces_v2_inner.py +55 -0
  1644. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile.py +58 -0
  1645. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_profile_queues_inner.py +53 -0
  1646. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner.py +72 -0
  1647. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_circuits_inner_static_routes_inner_next_hop.py +57 -0
  1648. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns.py +115 -0
  1649. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_cloudflare_servers_inner.py +57 -0
  1650. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2.py +64 -0
  1651. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_dynamic_servers_v2_servers_value.py +60 -0
  1652. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_dns_static_servers_v2.py +82 -0
  1653. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner.py +324 -0
  1654. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ip_sec.py +78 -0
  1655. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4.py +92 -0
  1656. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_dhcp_relay.py +57 -0
  1657. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group.py +79 -0
  1658. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_group_members_inner.py +59 -0
  1659. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_ipv4_vrrp_group_tracked_interfaces_inner.py +52 -0
  1660. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface.py +58 -0
  1661. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_lag_interface_lacp_config.py +52 -0
  1662. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_sfp_optical_strength_inner.py +55 -0
  1663. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_interfaces_inner_subinterfaces_inner.py +205 -0
  1664. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipfix_exporters_inner.py +67 -0
  1665. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner.py +83 -0
  1666. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_bgp.py +62 -0
  1667. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_ipsec_tunnels_inner_static.py +53 -0
  1668. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_location.py +61 -0
  1669. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy.py +70 -0
  1670. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner.py +67 -0
  1671. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_nat_policy_nat_policy_rulesets_inner_rules_inner.py +61 -0
  1672. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner.py +72 -0
  1673. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_entries_inner.py +55 -0
  1674. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_prefix_sets_inner_policies_inner.py +53 -0
  1675. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_region.py +52 -0
  1676. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner.py +96 -0
  1677. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner.py +88 -0
  1678. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_actions_inner.py +66 -0
  1679. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_routing_policies_inner_statements_inner_matches_inner.py +64 -0
  1680. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner.py +358 -0
  1681. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner.py +89 -0
  1682. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_leases_inner.py +57 -0
  1683. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_nameservers.py +52 -0
  1684. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_ranges_inner.py +52 -0
  1685. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_dhcp_subnets_inner_static_leases_inner.py +55 -0
  1686. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process.py +110 -0
  1687. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner.py +120 -0
  1688. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_areas_inner_interfaces_inner.py +89 -0
  1689. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv2_process_redistributed_protocols_inner.py +53 -0
  1690. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_ospfv3_process.py +110 -0
  1691. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_overlay_filters.py +52 -0
  1692. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_segments_inner_syslog_targets_inner.py +63 -0
  1693. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site.py +94 -0
  1694. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_devices_inner.py +52 -0
  1695. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag.py +62 -0
  1696. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_site_policy_tag_level_one.py +53 -0
  1697. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp.py +165 -0
  1698. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_communities_inner.py +52 -0
  1699. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_engine_endpoints_inner.py +59 -0
  1700. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner.py +58 -0
  1701. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_notify_filter_profiles_inner_include_exclude_list_inner.py +53 -0
  1702. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_targets_inner.py +61 -0
  1703. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_local_users_inner.py +56 -0
  1704. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_usm_remote_users_inner.py +56 -0
  1705. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner.py +81 -0
  1706. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_accesses_inner.py +57 -0
  1707. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_group_members_inner.py +55 -0
  1708. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner.py +58 -0
  1709. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_snmp_vacm_groups_inner_views_inner_include_exclude_inner.py +53 -0
  1710. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy.py +191 -0
  1711. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_dpi_applications_inner.py +62 -0
  1712. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_network_lists_inner.py +55 -0
  1713. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_port_lists_inner.py +55 -0
  1714. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner.py +91 -0
  1715. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner.py +81 -0
  1716. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_security_rulesets_inner_rules_inner_match.py +69 -0
  1717. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner.py +95 -0
  1718. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner.py +85 -0
  1719. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_traffic_rulesets_inner_rules_inner_action.py +59 -0
  1720. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner.py +58 -0
  1721. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_ip.py +53 -0
  1722. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_firewalls_inner_udp.py +52 -0
  1723. test/test_v1_extranets_get200_response_policies_inner_branches_excluded_devices_inner_traffic_policy_zone_pairs_inner.py +54 -0
  1724. test/test_v1_extranets_get200_response_policies_inner_branches_prefix_set.py +61 -0
  1725. test/test_v1_extranets_get200_response_policies_inner_manual.py +53 -0
  1726. test/test_v1_extranets_id_apply_post202_response.py +58 -0
  1727. test/test_v1_extranets_id_apply_post202_response_devices_inner.py +54 -0
  1728. test/test_v1_extranets_id_apply_post_request.py +53 -0
  1729. test/test_v1_extranets_id_delete200_response.py +57 -0
  1730. test/test_v1_extranets_monitoring_lan_segments_get200_response.py +55 -0
  1731. test/test_v1_extranets_monitoring_lan_segments_get200_response_vrfs_inner.py +52 -0
  1732. test/test_v1_extranets_monitoring_nat_usage_get200_response.py +60 -0
  1733. test/test_v1_extranets_monitoring_nat_usage_get200_response_allocations_inner.py +55 -0
  1734. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response.py +91 -0
  1735. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response_security_rules_inner.py +66 -0
  1736. test/test_v1_extranets_monitoring_traffic_security_policy_post200_response_traffic_rules_inner.py +69 -0
  1737. test/test_v1_extranets_monitoring_traffic_security_policy_post_request.py +52 -0
  1738. test/test_v1_extranets_post200_response.py +924 -0
  1739. test/test_v1_extranets_post_request.py +95 -0
  1740. test/test_v1_extranets_post_request_policy.py +119 -0
  1741. test/test_v1_extranets_post_request_policy_branches.py +68 -0
  1742. test/test_v1_extranets_post_request_policy_branches_prefix_set.py +61 -0
  1743. test/test_v1_extranets_resolve_policy_target_post200_response.py +868 -0
  1744. test/test_v1_extranets_resolve_policy_target_post_request.py +69 -0
  1745. test/test_v1_extranets_source_segments_post200_response.py +294 -0
  1746. test/test_v1_extranets_source_segments_post_request.py +70 -0
  1747. test/test_v1_flows_flow_table_post200_response.py +73 -0
  1748. test/test_v1_flows_flow_table_post200_response_flow_table_inner.py +67 -0
  1749. test/test_v1_flows_flow_table_post_request.py +73 -0
  1750. test/test_v1_flows_flow_table_post_request_selector.py +56 -0
  1751. test/test_v1_flows_topology_post200_response.py +121 -0
  1752. test/test_v1_flows_topology_post200_response_network_topology_inner.py +174 -0
  1753. test/test_v1_flows_topology_post200_response_network_topology_inner_delta.py +170 -0
  1754. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner.py +76 -0
  1755. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections.py +83 -0
  1756. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_edges_added_inner_connections_control_connection_inner.py +58 -0
  1757. test/test_v1_flows_topology_post200_response_network_topology_inner_delta_nodes_added_inner.py +78 -0
  1758. test/test_v1_flows_topology_post_request.py +63 -0
  1759. test/test_v1_flows_topology_post_request_app_selector.py +53 -0
  1760. test/test_v1_gateways_ipsec_regions_region_id_vrfs_vrf_id_inside_subnet_get200_response.py +52 -0
  1761. test/test_v1_gateways_post200_response.py +52 -0
  1762. test/test_v1_gateways_post_request.py +140 -0
  1763. test/test_v1_gateways_put_request.py +141 -0
  1764. test/test_v1_gateways_put_request_details.py +139 -0
  1765. test/test_v1_gateways_put_request_details_aws.py +84 -0
  1766. test/test_v1_gateways_put_request_details_aws_advance_settings.py +58 -0
  1767. test/test_v1_gateways_put_request_details_aws_transit_connection.py +73 -0
  1768. test/test_v1_gateways_put_request_details_aws_transit_connection_credentials.py +52 -0
  1769. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway.py +67 -0
  1770. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner.py +61 -0
  1771. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner.py +56 -0
  1772. test/test_v1_gateways_put_request_details_aws_transit_connection_gateway_transit_gateways_inner_vpcs_inner_subnets_inner.py +52 -0
  1773. test/test_v1_gateways_put_request_details_azure.py +53 -0
  1774. test/test_v1_gateways_put_request_details_gcp.py +53 -0
  1775. test/test_v1_gateways_put_request_details_ipsec_gateway.py +87 -0
  1776. test/test_v1_gateways_put_request_details_ipsec_gateway_routing.py +69 -0
  1777. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp.py +64 -0
  1778. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value.py +56 -0
  1779. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_address_families_value_family.py +55 -0
  1780. test/test_v1_gateways_put_request_details_ipsec_gateway_routing_bgp_md5_password.py +51 -0
  1781. test/test_v1_gateways_put_request_details_ipsec_gateway_tunnel1.py +54 -0
  1782. test/test_v1_gateways_put_request_details_oci.py +53 -0
  1783. test/test_v1_gateways_regions_get200_response.py +55 -0
  1784. test/test_v1_gateways_status_post_request.py +58 -0
  1785. test/test_v1_gateways_status_post_request_device_info_inner.py +52 -0
  1786. test/test_v1_gateways_summary_get200_response.py +73 -0
  1787. test/test_v1_gateways_summary_get200_response_summaries_inner.py +70 -0
  1788. test/test_v1_gateways_summary_get200_response_summaries_inner_gateway_device_summary_inner.py +54 -0
  1789. test/test_v1_global_apps_app_list_options_get200_response.py +58 -0
  1790. test/test_v1_global_apps_app_lists_get200_response.py +61 -0
  1791. test/test_v1_global_apps_app_lists_get200_response_entries_inner.py +58 -0
  1792. test/test_v1_global_apps_app_lists_get200_response_entries_inner_app_list.py +55 -0
  1793. test/test_v1_global_apps_app_lists_get200_response_entries_inner_app_list_identifier.py +52 -0
  1794. test/test_v1_global_apps_app_lists_post200_response.py +53 -0
  1795. test/test_v1_global_apps_app_lists_post_request.py +58 -0
  1796. test/test_v1_global_apps_app_lists_post_request_app_list_config.py +57 -0
  1797. test/test_v1_global_apps_categories_get200_response.py +60 -0
  1798. test/test_v1_global_apps_categories_get200_response_entries_inner.py +57 -0
  1799. test/test_v1_global_apps_custom_app_id_details_app_lists_get200_response.py +58 -0
  1800. test/test_v1_global_apps_custom_get200_response.py +77 -0
  1801. test/test_v1_global_apps_custom_get200_response_entries_inner.py +74 -0
  1802. test/test_v1_global_apps_custom_get200_response_entries_inner_app_config.py +65 -0
  1803. test/test_v1_global_apps_custom_post_request.py +66 -0
  1804. test/test_v1_global_apps_graphiant_get200_response.py +61 -0
  1805. test/test_v1_global_apps_graphiant_get200_response_entries_inner.py +58 -0
  1806. test/test_v1_global_attached_edges_post200_response.py +62 -0
  1807. test/test_v1_global_attached_edges_post200_response_statuses_inner.py +59 -0
  1808. test/test_v1_global_attached_edges_post_request.py +68 -0
  1809. test/test_v1_global_config_patch200_response.py +75 -0
  1810. test/test_v1_global_config_patch_request.py +398 -0
  1811. test/test_v1_global_config_patch_request_global_prefix_sets_value.py +64 -0
  1812. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set.py +63 -0
  1813. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value.py +55 -0
  1814. test/test_v1_global_config_patch_request_global_prefix_sets_value_prefix_set_entries_value_entry.py +54 -0
  1815. test/test_v1_global_config_patch_request_ipfix_exporters_value.py +63 -0
  1816. test/test_v1_global_config_patch_request_ipfix_exporters_value_exporter.py +62 -0
  1817. test/test_v1_global_config_patch_request_prefix_sets_value.py +61 -0
  1818. test/test_v1_global_config_patch_request_prefix_sets_value_target.py +60 -0
  1819. test/test_v1_global_config_patch_request_prefix_sets_value_target_prefix_set.py +59 -0
  1820. test/test_v1_global_config_patch_request_routing_policies_value.py +104 -0
  1821. test/test_v1_global_config_patch_request_routing_policies_value_policy.py +104 -0
  1822. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value.py +95 -0
  1823. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement.py +95 -0
  1824. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value.py +72 -0
  1825. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action.py +71 -0
  1826. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_administrative_distance.py +51 -0
  1827. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_aspath_prepend.py +51 -0
  1828. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_bgp_set_next_hop.py +51 -0
  1829. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_call_policy.py +51 -0
  1830. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities.py +55 -0
  1831. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_communities_community.py +54 -0
  1832. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_local_pref.py +51 -0
  1833. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_metric.py +52 -0
  1834. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_actions_value_action_weight.py +51 -0
  1835. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value.py +66 -0
  1836. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match.py +68 -0
  1837. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community.py +51 -0
  1838. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_community_community.py +53 -0
  1839. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_prefix_set.py +51 -0
  1840. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_protocol_route_type.py +51 -0
  1841. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag.py +54 -0
  1842. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_route_tag_entry.py +53 -0
  1843. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_interface.py +51 -0
  1844. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_source_protocol.py +51 -0
  1845. test/test_v1_global_config_patch_request_routing_policies_value_policy_statements_value_statement_matches_value_match_stale.py +51 -0
  1846. test/test_v1_global_config_patch_request_snmps_value.py +156 -0
  1847. test/test_v1_global_config_patch_request_snmps_value_config.py +160 -0
  1848. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value.py +60 -0
  1849. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint.py +59 -0
  1850. test/test_v1_global_config_patch_request_snmps_value_config_engine_endpoints_value_engine_endpoint_addresses_value.py +51 -0
  1851. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value.py +56 -0
  1852. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile.py +55 -0
  1853. test/test_v1_global_config_patch_request_snmps_value_config_notify_filter_profiles_value_notify_filter_profile_include_exclude_list_value.py +51 -0
  1854. test/test_v1_global_config_patch_request_snmps_value_config_targets_value.py +61 -0
  1855. test/test_v1_global_config_patch_request_snmps_value_config_targets_value_target.py +60 -0
  1856. test/test_v1_global_config_patch_request_snmps_value_config_usm_local_users_value.py +56 -0
  1857. test/test_v1_global_config_patch_request_snmps_value_config_usm_local_users_value_local_user.py +55 -0
  1858. test/test_v1_global_config_patch_request_snmps_value_config_usm_remote_users_value.py +56 -0
  1859. test/test_v1_global_config_patch_request_snmps_value_config_usm_remote_users_value_remote_user.py +55 -0
  1860. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value.py +71 -0
  1861. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group.py +70 -0
  1862. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value.py +58 -0
  1863. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_accesses_value_access.py +57 -0
  1864. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value.py +55 -0
  1865. test/test_v1_global_config_patch_request_snmps_value_config_vacm_groups_value_group_members_value_member.py +54 -0
  1866. test/test_v1_global_config_patch_request_snmps_value_config_vacm_views_value.py +56 -0
  1867. test/test_v1_global_config_patch_request_syslog_servers_value.py +61 -0
  1868. test/test_v1_global_config_patch_request_syslog_servers_value_target.py +60 -0
  1869. test/test_v1_global_config_patch_request_traffic_policies.py +212 -0
  1870. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value.py +77 -0
  1871. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application.py +82 -0
  1872. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_networks.py +54 -0
  1873. test/test_v1_global_config_patch_request_traffic_policies_dpi_applications_value_application_destination_ports.py +54 -0
  1874. test/test_v1_global_config_patch_request_traffic_policies_network_lists_value.py +55 -0
  1875. test/test_v1_global_config_patch_request_traffic_policies_port_lists_value.py +55 -0
  1876. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value.py +88 -0
  1877. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset.py +87 -0
  1878. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value.py +80 -0
  1879. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule.py +81 -0
  1880. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_downlink_burst_rate.py +51 -0
  1881. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match.py +76 -0
  1882. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application.py +53 -0
  1883. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_application_match.py +52 -0
  1884. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter.py +54 -0
  1885. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_content_filter_match.py +53 -0
  1886. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_network.py +51 -0
  1887. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_destination_port_range.py +52 -0
  1888. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list.py +54 -0
  1889. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_domain_list_match.py +53 -0
  1890. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp.py +52 -0
  1891. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_dscp_match.py +51 -0
  1892. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_protocol.py +51 -0
  1893. test/test_v1_global_config_patch_request_traffic_policies_security_rulesets_value_ruleset_rules_value_rule_match_source_network.py +51 -0
  1894. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value.py +98 -0
  1895. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset.py +97 -0
  1896. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value.py +90 -0
  1897. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule.py +89 -0
  1898. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action.py +67 -0
  1899. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_backup_circuit_label.py +52 -0
  1900. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_remark.py +52 -0
  1901. test/test_v1_global_config_patch_request_traffic_policies_traffic_rulesets_value_ruleset_rules_value_rule_action_set_sla_class.py +51 -0
  1902. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value.py +59 -0
  1903. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall.py +58 -0
  1904. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip.py +54 -0
  1905. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_ip_session_limit.py +51 -0
  1906. test/test_v1_global_config_patch_request_traffic_policies_zone_firewalls_value_zone_firewall_udp.py +52 -0
  1907. test/test_v1_global_config_patch_request_traffic_policies_zones_value.py +59 -0
  1908. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone.py +58 -0
  1909. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value.py +54 -0
  1910. test/test_v1_global_config_patch_request_traffic_policies_zones_value_zone_pairs_value_pair.py +53 -0
  1911. test/test_v1_global_config_patch_request_vpn_profiles_value.py +64 -0
  1912. test/test_v1_global_config_patch_request_vpn_profiles_value_vpn_profile.py +63 -0
  1913. test/test_v1_global_config_site_post_request.py +82 -0
  1914. test/test_v1_global_config_site_post_request_ipfix_exporter_ops_v2_value.py +52 -0
  1915. test/test_v1_global_ipfix_device_get200_response.py +70 -0
  1916. test/test_v1_global_ipfix_post_request.py +53 -0
  1917. test/test_v1_global_ipsec_profile_get200_response.py +56 -0
  1918. test/test_v1_global_ipsec_profile_get200_response_ipsec_profiles_inner.py +53 -0
  1919. test/test_v1_global_ipsec_profile_id_get200_response.py +64 -0
  1920. test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response.py +57 -0
  1921. test/test_v1_global_ipsec_profile_vpn_profile_id_site_to_site_get200_response_site_to_site_vpn_inner.py +54 -0
  1922. test/test_v1_global_lan_segments_get200_response.py +62 -0
  1923. test/test_v1_global_lan_segments_get200_response_entries_inner.py +59 -0
  1924. test/test_v1_global_lan_segments_post200_response.py +52 -0
  1925. test/test_v1_global_lan_segments_post_request.py +52 -0
  1926. test/test_v1_global_lan_segments_vrf_id_devices_get200_response.py +59 -0
  1927. test/test_v1_global_lan_segments_vrf_id_devices_get200_response_entries_inner.py +55 -0
  1928. test/test_v1_global_prefix_sets_device_get200_response.py +75 -0
  1929. test/test_v1_global_routing_policies_device_get200_response.py +99 -0
  1930. test/test_v1_global_site_lists_id_sites_get200_response.py +64 -0
  1931. test/test_v1_global_site_lists_id_sites_get200_response_entries_inner.py +61 -0
  1932. test/test_v1_global_site_lists_id_sites_get200_response_entries_inner_tag_inner.py +53 -0
  1933. test/test_v1_global_snmps_device_get200_response.py +168 -0
  1934. test/test_v1_global_summary_post200_response.py +67 -0
  1935. test/test_v1_global_summary_post200_response_summaries_inner.py +64 -0
  1936. test/test_v1_global_summary_post_request.py +56 -0
  1937. test/test_v1_global_sync_post_request.py +59 -0
  1938. test/test_v1_global_syslogs_device_get200_response.py +66 -0
  1939. test/test_v1_global_traffic_policies_device_get200_response.py +154 -0
  1940. test/test_v1_groups_get200_response.py +81 -0
  1941. test/test_v1_groups_get200_response_groups_inner.py +78 -0
  1942. test/test_v1_groups_get200_response_groups_inner_permissions.py +68 -0
  1943. test/test_v1_groups_id_enterprises_post_request.py +53 -0
  1944. test/test_v1_groups_id_get200_response.py +79 -0
  1945. test/test_v1_groups_id_members_get200_response.py +62 -0
  1946. test/test_v1_groups_id_members_get200_response_users_inner.py +59 -0
  1947. test/test_v1_groups_id_members_post204_response.py +54 -0
  1948. test/test_v1_groups_id_members_post_request.py +53 -0
  1949. test/test_v1_groups_id_patch_request.py +74 -0
  1950. test/test_v1_groups_put_request.py +76 -0
  1951. test/test_v1_healthcheck_devices_get200_response.py +83 -0
  1952. test/test_v1_healthcheck_devices_get200_response_details_inner.py +80 -0
  1953. test/test_v1_healthcheck_devices_get200_response_details_inner_odp_status.py +52 -0
  1954. test/test_v1_healthcheck_devices_get200_response_details_inner_onboarding_status.py +52 -0
  1955. test/test_v1_lan_segments_get200_response.py +302 -0
  1956. test/test_v1_lldp_interface_id_neighbors_get200_response.py +60 -0
  1957. test/test_v1_lldp_interface_id_neighbors_get200_response_neighbors_inner.py +57 -0
  1958. test/test_v1_lldp_interface_id_summary_get200_response.py +52 -0
  1959. test/test_v1_lldp_interface_id_vendors_get200_response.py +55 -0
  1960. test/test_v1_lldp_interface_id_vendors_get200_response_vendors_inner.py +52 -0
  1961. test/test_v1_logs_post200_response.py +70 -0
  1962. test/test_v1_logs_post200_response_logs_inner.py +58 -0
  1963. test/test_v1_logs_post_request.py +70 -0
  1964. test/test_v1_logs_post_request_selectors_inner.py +54 -0
  1965. test/test_v1_monitoring_circuits_bandwidth_post200_response.py +71 -0
  1966. test/test_v1_monitoring_circuits_bandwidth_post200_response_data_inner.py +71 -0
  1967. test/test_v1_monitoring_circuits_bandwidth_post_request.py +64 -0
  1968. test/test_v1_monitoring_circuits_bandwidth_post_request_selectors_inner.py +52 -0
  1969. test/test_v1_monitoring_circuits_incidents_post200_response.py +68 -0
  1970. test/test_v1_monitoring_circuits_summary_post200_response.py +67 -0
  1971. test/test_v1_monitoring_circuits_summary_post200_response_summaries_inner.py +64 -0
  1972. test/test_v1_monitoring_circuits_utilization_post200_response.py +63 -0
  1973. test/test_v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner.py +60 -0
  1974. test/test_v1_monitoring_circuits_utilization_post200_response_circuit_utilization_inner_queue_utilization_inner.py +55 -0
  1975. test/test_v1_monitoring_circuits_visualization_post200_response.py +66 -0
  1976. test/test_v1_monitoring_circuits_visualization_post200_response_data_inner.py +62 -0
  1977. test/test_v1_monitoring_circuits_visualization_post_request.py +65 -0
  1978. test/test_v1_monitoring_circuits_visualization_post_request_selectors_inner.py +53 -0
  1979. test/test_v1_nat_entries_device_id_get200_response.py +76 -0
  1980. test/test_v1_nat_entries_device_id_get200_response_nat_entries_inner.py +62 -0
  1981. test/test_v1_nat_entries_device_id_get200_response_page_info.py +57 -0
  1982. test/test_v1_nat_utilization_device_id_get200_response.py +59 -0
  1983. test/test_v1_nat_utilization_device_id_get200_response_nat_usage.py +55 -0
  1984. test/test_v1_policy_applications_get200_response.py +65 -0
  1985. test/test_v1_policy_applications_get200_response_applications_inner.py +54 -0
  1986. test/test_v1_policy_prefix_sets_id_put_request.py +67 -0
  1987. test/test_v1_policy_prefix_sets_post200_response.py +73 -0
  1988. test/test_v1_policy_prefix_sets_post_request.py +66 -0
  1989. test/test_v1_policy_prefix_sets_post_request_entries_value.py +53 -0
  1990. test/test_v1_policy_route_tag_sets_post200_response.py +51 -0
  1991. test/test_v1_policy_route_tag_sets_post_request.py +54 -0
  1992. test/test_v1_policy_route_tag_sets_tag_detail_get200_response.py +60 -0
  1993. test/test_v1_policy_route_tag_sets_tag_detail_get200_response_devices_inner.py +57 -0
  1994. test/test_v1_policy_route_tag_sets_tags_get200_response.py +62 -0
  1995. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner.py +65 -0
  1996. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner.py +59 -0
  1997. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner.py +59 -0
  1998. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner.py +65 -0
  1999. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +65 -0
  2000. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +59 -0
  2001. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +65 -0
  2002. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +62 -0
  2003. test/test_v1_policy_route_tag_sets_tags_get200_response_tags_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner_next_set_inner.py +56 -0
  2004. test/test_v1_policy_route_tag_sets_tags_summary_get200_response.py +60 -0
  2005. test/test_v1_policy_route_tag_sets_tags_summary_get200_response_tags_inner.py +57 -0
  2006. test/test_v1_portal_apikeys_get200_response.py +57 -0
  2007. test/test_v1_portal_apikeys_get200_response_api_key_info_inner.py +54 -0
  2008. test/test_v1_portal_apikeys_post200_response.py +51 -0
  2009. test/test_v1_portal_apikeys_post_request.py +51 -0
  2010. test/test_v1_portal_private_details_get200_response.py +60 -0
  2011. test/test_v1_portal_private_inventory_details_get200_response.py +57 -0
  2012. test/test_v1_portal_private_inventory_details_get200_response_details_inner.py +54 -0
  2013. test/test_v1_portal_private_post_request.py +58 -0
  2014. test/test_v1_portal_private_post_request_details.py +57 -0
  2015. test/test_v1_portal_private_sync_post_request.py +59 -0
  2016. test/test_v1_portal_private_sync_post_request_inventory_inner.py +54 -0
  2017. test/test_v1_presharedkey_get200_response.py +51 -0
  2018. test/test_v1_qos_circuit_profiles_get200_response.py +61 -0
  2019. test/test_v1_search_get200_response.py +56 -0
  2020. test/test_v1_search_get200_response_results_inner.py +53 -0
  2021. test/test_v1_site_details_sitelists_post200_response.py +57 -0
  2022. test/test_v1_site_details_sitelists_post200_response_site_lists_inner.py +54 -0
  2023. test/test_v1_site_details_sitelists_post_request.py +51 -0
  2024. test/test_v1_site_id_details_interfaces_get200_response.py +53 -0
  2025. test/test_v1_sites_details_get200_response.py +97 -0
  2026. test/test_v1_sites_get200_response.py +105 -0
  2027. test/test_v1_sites_post200_response.py +95 -0
  2028. test/test_v1_sites_post_request.py +100 -0
  2029. test/test_v1_sites_post_request_site.py +99 -0
  2030. test/test_v1_sites_site_id_circuits_get200_response.py +195 -0
  2031. test/test_v1_sites_site_id_circuits_get200_response_data_inner.py +192 -0
  2032. test/test_v1_sites_site_id_devices_get200_response.py +69 -0
  2033. test/test_v1_sites_site_id_devices_get200_response_device_inner.py +66 -0
  2034. test/test_v1_sites_site_id_post_request.py +99 -0
  2035. test/test_v1_software_auto_upgrade_default_get200_response.py +57 -0
  2036. test/test_v1_software_auto_upgrade_default_get200_response_details.py +55 -0
  2037. test/test_v1_software_gcsrelease_upload_notes_post_request.py +60 -0
  2038. test/test_v1_software_gcsrelease_upload_notes_post_request_details.py +59 -0
  2039. test/test_v1_software_gcsrelease_upload_notes_post_request_details_category_inner.py +52 -0
  2040. test/test_v1_software_release_notes_get200_response.py +51 -0
  2041. test/test_v1_software_releases_download_get200_response.py +51 -0
  2042. test/test_v1_software_releases_summary_get200_response.py +61 -0
  2043. test/test_v1_software_releases_summary_get200_response_summaries_inner.py +58 -0
  2044. test/test_v1_software_releases_summary_get200_response_summaries_inner_key.py +52 -0
  2045. test/test_v1_software_running_details_get200_response.py +57 -0
  2046. test/test_v1_software_running_details_get200_response_devices_inner.py +54 -0
  2047. test/test_v1_software_running_summary_get200_response.py +56 -0
  2048. test/test_v1_software_running_summary_get200_response_versions_inner.py +53 -0
  2049. test/test_v1_talkers_device_device_id_top_post200_response.py +55 -0
  2050. test/test_v1_talkers_device_device_id_top_post200_response_apps_utilization_inner.py +52 -0
  2051. test/test_v1_talkers_device_device_id_top_post_request.py +59 -0
  2052. test/test_v1_troubleshooting_device_device_id_post200_response.py +170 -0
  2053. test/test_v1_troubleshooting_device_device_id_post200_response_control_plane.py +77 -0
  2054. test/test_v1_troubleshooting_device_device_id_post200_response_system_plane.py +121 -0
  2055. test/test_v1_troubleshooting_enterprise_post200_response.py +63 -0
  2056. test/test_v1_troubleshooting_enterprise_post200_response_sites_inner.py +60 -0
  2057. test/test_v1_troubleshooting_enterprise_post_request.py +83 -0
  2058. test/test_v1_troubleshooting_enterprise_post_request_dimensions.py +66 -0
  2059. test/test_v1_troubleshooting_site_connectivity_status_get200_response.py +55 -0
  2060. test/test_v1_troubleshooting_site_connectivity_status_get200_response_connectivity_status_inner.py +52 -0
  2061. test/test_v1_troubleshooting_site_site_id_get200_response.py +58 -0
  2062. test/test_v1_troubleshooting_site_site_id_get200_response_edge_statuses_inner.py +53 -0
  2063. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response.py +68 -0
  2064. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane.py +55 -0
  2065. test/test_v1_troubleshooting_top_sites_by_alerts_post200_response_control_plane_site_counts_inner.py +52 -0
  2066. test/test_v1_users_put_request.py +54 -0
  2067. test/test_v1_version_post200_response.py +54 -0
  2068. test/test_v1_version_post_request.py +56 -0
  2069. test/test_v1_version_post_request_configuration_metadata.py +53 -0
  2070. test/test_v1_zones_get200_response.py +64 -0
  2071. test/test_v1_zones_get200_response_zones_inner.py +53 -0
  2072. test/test_v2_ack_createupdate_post_request.py +54 -0
  2073. test/test_v2_allowlist_create_post_request.py +52 -0
  2074. test/test_v2_allowlist_rule_id_get200_response.py +66 -0
  2075. test/test_v2_allowlist_rule_id_get200_response_records_inner.py +63 -0
  2076. test/test_v2_assistant_add_to_conversation_post200_response.py +69 -0
  2077. test/test_v2_assistant_add_to_conversation_post200_response_dataframe_dictionary_inner.py +55 -0
  2078. test/test_v2_assistant_add_to_conversation_post_request.py +56 -0
  2079. test/test_v2_assistant_add_to_conversation_post_request_question.py +54 -0
  2080. test/test_v2_assistant_get_conversation_details_post200_response.py +74 -0
  2081. test/test_v2_assistant_get_conversation_details_post_request.py +60 -0
  2082. test/test_v2_assistant_get_conversations_post200_response.py +56 -0
  2083. test/test_v2_assistant_get_conversations_post200_response_conversation_list_inner.py +53 -0
  2084. test/test_v2_assistant_get_conversations_post_request.py +59 -0
  2085. test/test_v2_assistant_update_conversation_name_post_request.py +52 -0
  2086. test/test_v2_assurance_applicationdetailsbyname_post200_response.py +145 -0
  2087. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record.py +86 -0
  2088. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_id_record_flex_algo_inner.py +52 -0
  2089. test/test_v2_assurance_applicationdetailsbyname_post200_response_app_name_record.py +107 -0
  2090. test/test_v2_assurance_applicationdetailsbyname_post_request.py +62 -0
  2091. test/test_v2_assurance_applicationprofilesummary_post200_response.py +77 -0
  2092. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary.py +76 -0
  2093. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner.py +73 -0
  2094. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_bucket_stats.py +54 -0
  2095. test/test_v2_assurance_applicationprofilesummary_post200_response_application_profile_summary_bucket_summary_list_inner_child_bucket_stats_list_inner.py +54 -0
  2096. test/test_v2_assurance_bucket_app_servers_all_get200_response.py +68 -0
  2097. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner.py +65 -0
  2098. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_added_servers_inner.py +53 -0
  2099. test/test_v2_assurance_bucket_app_servers_all_get200_response_app_server_changes_inner_app.py +52 -0
  2100. test/test_v2_assurance_bucket_app_servers_post200_response.py +58 -0
  2101. test/test_v2_assurance_bucket_app_servers_post200_response_app_servers_inner.py +55 -0
  2102. test/test_v2_assurance_bucket_app_servers_post_request.py +61 -0
  2103. test/test_v2_assurance_bucket_apps_post200_response.py +60 -0
  2104. test/test_v2_assurance_bucket_apps_post200_response_apps_inner.py +57 -0
  2105. test/test_v2_assurance_bucket_apps_post_request.py +61 -0
  2106. test/test_v2_assurance_bucket_topologies_post200_response.py +55 -0
  2107. test/test_v2_assurance_bucket_topologies_post_request.py +51 -0
  2108. test/test_v2_assurance_bucketdetails_post200_response.py +122 -0
  2109. test/test_v2_assurance_bucketdetails_post200_response_bucket_details.py +165 -0
  2110. test/test_v2_assurance_bucketdetails_post200_response_bucket_details_trend_value_list_inner.py +53 -0
  2111. test/test_v2_assurance_bucketdetails_post_request.py +60 -0
  2112. test/test_v2_assurance_create_user_report_post200_response.py +51 -0
  2113. test/test_v2_assurance_create_user_report_post_request.py +61 -0
  2114. test/test_v2_assurance_createclassifiedapplication_post200_response.py +51 -0
  2115. test/test_v2_assurance_createclassifiedapplication_post_request.py +60 -0
  2116. test/test_v2_assurance_download_user_report_get200_response.py +51 -0
  2117. test/test_v2_assurance_endpoint_intel_post200_response.py +55 -0
  2118. test/test_v2_assurance_endpoint_intel_post_request.py +53 -0
  2119. test/test_v2_assurance_enterprisesummary_post200_response.py +57 -0
  2120. test/test_v2_assurance_enterprisesummary_post200_response_enterprise_summary.py +56 -0
  2121. test/test_v2_assurance_flow_summary_post200_response.py +112 -0
  2122. test/test_v2_assurance_flow_summary_post200_response_client_endpoint.py +76 -0
  2123. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_edges_inner.py +52 -0
  2124. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_jitter.py +53 -0
  2125. test/test_v2_assurance_flow_summary_post200_response_client_endpoint_site.py +53 -0
  2126. test/test_v2_assurance_flow_summary_post_request.py +61 -0
  2127. test/test_v2_assurance_getclassifiedapplicationlist_get200_response.py +64 -0
  2128. test/test_v2_assurance_getclassifiedapplicationlist_get200_response_classified_application_list_inner.py +61 -0
  2129. test/test_v2_assurance_read_user_report_list_get200_response.py +65 -0
  2130. test/test_v2_assurance_read_user_report_list_get200_response_user_report_list_inner.py +62 -0
  2131. test/test_v2_assurance_scoredetails_post200_response.py +57 -0
  2132. test/test_v2_assurance_scoredetails_post200_response_score_details.py +56 -0
  2133. test/test_v2_assurance_scoredetails_post200_response_score_details_score_bucket_list_inner.py +53 -0
  2134. test/test_v2_assurance_topology_client_session_details_post200_response.py +125 -0
  2135. test/test_v2_assurance_topology_client_session_details_post200_response_session.py +154 -0
  2136. test/test_v2_assurance_topology_client_session_details_post200_response_session_client_endpoint.py +77 -0
  2137. test/test_v2_assurance_topology_client_session_details_post200_response_session_client_links_inner.py +55 -0
  2138. test/test_v2_assurance_topology_client_session_details_post200_response_session_local_dia_links_inner.py +51 -0
  2139. test/test_v2_assurance_topology_client_session_details_post200_response_session_pop_links_inner.py +55 -0
  2140. test/test_v2_assurance_topology_client_session_details_post_request.py +51 -0
  2141. test/test_v2_assurance_topology_client_sessions_post200_response.py +127 -0
  2142. test/test_v2_assurance_topology_client_sessions_post_request.py +74 -0
  2143. test/test_v2_assurance_topology_client_sessions_post_request_filter.py +59 -0
  2144. test/test_v2_assurance_topology_client_summaries_post200_response.py +62 -0
  2145. test/test_v2_assurance_topology_client_summaries_post200_response_summaries_inner.py +59 -0
  2146. test/test_v2_assurance_topology_client_summaries_post_request.py +73 -0
  2147. test/test_v2_assurance_topology_flows_post200_response.py +72 -0
  2148. test/test_v2_assurance_topology_flows_post200_response_flows_inner.py +69 -0
  2149. test/test_v2_assurance_topology_flows_post_request.py +61 -0
  2150. test/test_v2_assurance_topology_inventory_post200_response.py +75 -0
  2151. test/test_v2_assurance_topology_inventory_post200_response_regions_inner.py +52 -0
  2152. test/test_v2_assurance_topology_inventory_post_request.py +60 -0
  2153. test/test_v2_assurance_topology_overview_post200_response.py +92 -0
  2154. test/test_v2_assurance_topology_overview_post200_response_topology.py +77 -0
  2155. test/test_v2_assurance_topology_overview_post200_response_topology_edges_inner.py +58 -0
  2156. test/test_v2_assurance_topology_overview_post200_response_topology_edges_inner_performance_inner.py +53 -0
  2157. test/test_v2_assurance_topology_overview_post200_response_topology_nodes_inner.py +57 -0
  2158. test/test_v2_assurance_topology_overview_post200_response_topology_nodes_inner_location.py +52 -0
  2159. test/test_v2_assurance_topology_overview_post200_response_topology_paths_inner.py +53 -0
  2160. test/test_v2_assurance_topology_overview_post200_response_traffic_regions_inner.py +54 -0
  2161. test/test_v2_assurance_topology_overview_post_request.py +84 -0
  2162. test/test_v2_assurance_topology_region_summary_post200_response.py +66 -0
  2163. test/test_v2_assurance_topology_region_summary_post200_response_sites_inner.py +63 -0
  2164. test/test_v2_assurance_topology_region_summary_post_request.py +51 -0
  2165. test/test_v2_assurance_topology_site_summaries_post200_response.py +62 -0
  2166. test/test_v2_assurance_topology_site_summaries_post200_response_summaries_inner.py +59 -0
  2167. test/test_v2_assurance_topology_site_summaries_post_request.py +72 -0
  2168. test/test_v2_audit_logs_post200_response.py +71 -0
  2169. test/test_v2_audit_logs_post200_response_logs_inner.py +66 -0
  2170. test/test_v2_audit_logs_post_request.py +80 -0
  2171. test/test_v2_audit_logs_post_request_selector.py +71 -0
  2172. test/test_v2_childalertlist_post200_response.py +116 -0
  2173. test/test_v2_childalertlist_post200_response_alert_list_inner.py +117 -0
  2174. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list.py +85 -0
  2175. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner.py +116 -0
  2176. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +85 -0
  2177. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +117 -0
  2178. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +85 -0
  2179. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +116 -0
  2180. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list.py +85 -0
  2181. test/test_v2_childalertlist_post200_response_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner_children_alert_list_alert_list_inner.py +82 -0
  2182. test/test_v2_childalertlist_post_request.py +51 -0
  2183. test/test_v2_device_device_id_lan_segments_post200_response.py +67 -0
  2184. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner.py +64 -0
  2185. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner.py +60 -0
  2186. test/test_v2_device_device_id_lan_segments_post200_response_device_segments_inner_vrf_routes_inner_vrf_route_inner.py +54 -0
  2187. test/test_v2_device_device_id_topology_post200_response.py +153 -0
  2188. test/test_v2_device_device_id_topology_post200_response_edges_inner.py +84 -0
  2189. test/test_v2_device_device_id_topology_post200_response_edges_inner_circuits_info_inner.py +62 -0
  2190. test/test_v2_device_device_id_topology_post200_response_edges_inner_connections_inner.py +62 -0
  2191. test/test_v2_device_device_id_topology_post200_response_nodes_inner.py +106 -0
  2192. test/test_v2_device_device_id_topology_post200_response_nodes_inner_circuit_info_inner.py +65 -0
  2193. test/test_v2_device_device_id_topology_post200_response_nodes_inner_node_info.py +68 -0
  2194. test/test_v2_device_device_id_topology_post200_response_snapshots_inner.py +54 -0
  2195. test/test_v2_device_device_id_topology_post_request.py +61 -0
  2196. test/test_v2_extranet_consumers_usage_top_post200_response.py +56 -0
  2197. test/test_v2_extranet_consumers_usage_top_post200_response_top_consumers_inner.py +53 -0
  2198. test/test_v2_extranet_consumers_usage_top_post_request.py +60 -0
  2199. test/test_v2_extranet_lan_segments_usage_top_post200_response.py +56 -0
  2200. test/test_v2_extranet_lan_segments_usage_top_post_request.py +61 -0
  2201. test/test_v2_extranet_service_overtime_consumption_post200_response.py +66 -0
  2202. test/test_v2_extranet_service_overtime_consumption_post200_response_dl_agg_stats_inner.py +55 -0
  2203. test/test_v2_extranet_sites_consumption_overview_post200_response.py +81 -0
  2204. test/test_v2_extranet_sites_consumption_overview_post200_response_lan_segments_inner.py +57 -0
  2205. test/test_v2_extranet_sites_consumption_overview_post_request.py +63 -0
  2206. test/test_v2_extranet_total_usage_post200_response.py +51 -0
  2207. test/test_v2_extranets_monitoring_consumers_post200_response.py +58 -0
  2208. test/test_v2_extranets_monitoring_consumers_post200_response_consumers_inner.py +55 -0
  2209. test/test_v2_integration_getall_enterprise_id_get200_response.py +64 -0
  2210. test/test_v2_integration_integration_id_put_request.py +60 -0
  2211. test/test_v2_integration_integration_id_put_request_integration_body.py +59 -0
  2212. test/test_v2_integration_post200_response.py +62 -0
  2213. test/test_v2_integration_post200_response_integration.py +61 -0
  2214. test/test_v2_integration_post_request.py +63 -0
  2215. test/test_v2_integration_post_request_integration_body.py +62 -0
  2216. test/test_v2_integration_post_request_integration_body_details.py +53 -0
  2217. test/test_v2_monitoring_bfd_post200_response.py +65 -0
  2218. test/test_v2_monitoring_bfd_post200_response_data_inner.py +62 -0
  2219. test/test_v2_monitoring_bfd_post200_response_data_inner_samples_inner.py +55 -0
  2220. test/test_v2_monitoring_bfd_post_request.py +65 -0
  2221. test/test_v2_monitoring_bfd_post_request_selectors_inner.py +53 -0
  2222. test/test_v2_monitoring_bgp_post200_response.py +65 -0
  2223. test/test_v2_monitoring_bgp_post200_response_data_inner.py +62 -0
  2224. test/test_v2_monitoring_bgp_post_request.py +65 -0
  2225. test/test_v2_monitoring_bgp_post_request_selectors_inner.py +53 -0
  2226. test/test_v2_monitoring_circuits_summary_post200_response.py +78 -0
  2227. test/test_v2_monitoring_circuits_summary_post200_response_circuit_summaries_inner.py +75 -0
  2228. test/test_v2_monitoring_circuits_summary_post_request.py +59 -0
  2229. test/test_v2_monitoring_circuits_utilization_post200_response.py +65 -0
  2230. test/test_v2_monitoring_circuits_utilization_post200_response_data_inner.py +62 -0
  2231. test/test_v2_monitoring_circuits_utilization_post200_response_data_inner_queue_utilization_inner.py +56 -0
  2232. test/test_v2_monitoring_circuits_utilization_post_request.py +63 -0
  2233. test/test_v2_monitoring_extranet_edge_status_get200_response.py +61 -0
  2234. test/test_v2_monitoring_extranet_edge_status_get200_response_edge_statuses_inner.py +58 -0
  2235. test/test_v2_monitoring_extranet_log_details_post200_response.py +60 -0
  2236. test/test_v2_monitoring_extranet_log_details_post200_response_logs_inner.py +57 -0
  2237. test/test_v2_monitoring_extranet_log_details_post_request.py +53 -0
  2238. test/test_v2_monitoring_extranet_service_status_details_get200_response.py +61 -0
  2239. test/test_v2_monitoring_extranet_service_status_details_get200_response_statuses_inner.py +58 -0
  2240. test/test_v2_monitoring_extranet_service_status_details_get200_response_statuses_inner_statuses_inner.py +52 -0
  2241. test/test_v2_monitoring_extranet_service_status_get200_response.py +55 -0
  2242. test/test_v2_monitoring_extranet_status_details_get200_response.py +72 -0
  2243. test/test_v2_monitoring_ike_error_history_post200_response.py +61 -0
  2244. test/test_v2_monitoring_ike_error_history_post200_response_data_inner.py +58 -0
  2245. test/test_v2_monitoring_ike_error_history_post_request.py +60 -0
  2246. test/test_v2_monitoring_interface_post200_response.py +64 -0
  2247. test/test_v2_monitoring_interface_post200_response_data_inner.py +61 -0
  2248. test/test_v2_monitoring_interface_post_request.py +64 -0
  2249. test/test_v2_monitoring_interface_post_request_selectors_inner.py +52 -0
  2250. test/test_v2_monitoring_ipsec_post200_response.py +64 -0
  2251. test/test_v2_monitoring_ipsec_post200_response_data_inner.py +61 -0
  2252. test/test_v2_monitoring_ipsec_post_request.py +64 -0
  2253. test/test_v2_monitoring_ipsec_post_request_selectors_inner.py +52 -0
  2254. test/test_v2_monitoring_ospf_post200_response.py +65 -0
  2255. test/test_v2_monitoring_ospf_post200_response_data_inner.py +62 -0
  2256. test/test_v2_monitoring_ospf_post_request.py +65 -0
  2257. test/test_v2_monitoring_ospf_post_request_selectors_inner.py +53 -0
  2258. test/test_v2_monitoring_policy_post200_response.py +64 -0
  2259. test/test_v2_monitoring_policy_post200_response_data_inner.py +61 -0
  2260. test/test_v2_monitoring_policy_post_request.py +64 -0
  2261. test/test_v2_monitoring_policy_post_request_selectors_inner.py +52 -0
  2262. test/test_v2_monitoring_queue_instant_post200_response.py +65 -0
  2263. test/test_v2_monitoring_queue_instant_post200_response_data_inner.py +62 -0
  2264. test/test_v2_monitoring_queue_instant_post_request.py +67 -0
  2265. test/test_v2_monitoring_queue_instant_post_request_selectors_inner.py +53 -0
  2266. test/test_v2_monitoring_queue_post200_response.py +66 -0
  2267. test/test_v2_monitoring_queue_post200_response_data_inner.py +63 -0
  2268. test/test_v2_monitoring_queue_post_request.py +66 -0
  2269. test/test_v2_monitoring_queue_post_request_selectors_inner.py +54 -0
  2270. test/test_v2_monitoring_segment_route_counts_post200_response.py +64 -0
  2271. test/test_v2_monitoring_segment_route_counts_post200_response_data_inner.py +64 -0
  2272. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post200_response.py +69 -0
  2273. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post200_response_data_inner.py +69 -0
  2274. test/test_v2_monitoring_site_circuits_bandwidth_site_id_post_request.py +63 -0
  2275. test/test_v2_monitoring_site_twamp_site_id_post200_response.py +68 -0
  2276. test/test_v2_monitoring_site_twamp_site_id_post200_response_data_inner.py +65 -0
  2277. test/test_v2_monitoring_site_twamp_site_id_post_request.py +65 -0
  2278. test/test_v2_monitoring_site_twamp_site_id_post_request_selectors_inner.py +54 -0
  2279. test/test_v2_monitoring_system_generic_post200_response.py +63 -0
  2280. test/test_v2_monitoring_system_generic_post200_response_data_inner.py +60 -0
  2281. test/test_v2_monitoring_system_generic_post_request.py +63 -0
  2282. test/test_v2_monitoring_twamp_post200_response.py +66 -0
  2283. test/test_v2_monitoring_twamp_post200_response_data_inner.py +63 -0
  2284. test/test_v2_monitoring_twamp_post_request.py +66 -0
  2285. test/test_v2_notification_create_post_request.py +72 -0
  2286. test/test_v2_notification_create_post_request_notification_body.py +68 -0
  2287. test/test_v2_notification_delete_post_request.py +53 -0
  2288. test/test_v2_notification_enabledisable_post_request.py +54 -0
  2289. test/test_v2_notification_update_post_request.py +72 -0
  2290. test/test_v2_notificationlist_post200_response.py +78 -0
  2291. test/test_v2_notificationlist_post200_response_notification_list_inner.py +75 -0
  2292. test/test_v2_notificationlist_post_request.py +58 -0
  2293. test/test_v2_notificationlist_post_request_time_window.py +57 -0
  2294. test/test_v2_rule_enabledisable_post_request.py +54 -0
  2295. test/test_v2_rulelist_post200_response.py +62 -0
  2296. test/test_v2_rulelist_post200_response_rule_list_inner.py +59 -0
  2297. test/test_v2_site_site_id_detail_post200_response.py +60 -0
  2298. test/test_v2_site_site_id_detail_post200_response_site.py +54 -0
  2299. test/test_v2_version_post200_response.py +51 -0
  2300. graphiant_sdk/models/account_email_body.py +0 -110
  2301. graphiant_sdk/models/account_info_body.py +0 -162
  2302. graphiant_sdk/models/account_mfa_body.py +0 -136
  2303. graphiant_sdk/models/account_password_body.py +0 -136
  2304. graphiant_sdk/models/ack_createupdate_body.py +0 -136
  2305. graphiant_sdk/models/activity_logs_body.py +0 -240
  2306. graphiant_sdk/models/alarmmute_alarm_id_body.py +0 -110
  2307. graphiant_sdk/models/apps_appsummary_body.py +0 -162
  2308. graphiant_sdk/models/apps_bandwidth_body.py +0 -266
  2309. graphiant_sdk/models/apps_visualization_body.py +0 -214
  2310. graphiant_sdk/models/assistant_addtoconversation_body.py +0 -136
  2311. graphiant_sdk/models/assistant_getconversationdetails_body.py +0 -162
  2312. graphiant_sdk/models/assistant_getconversations_body.py +0 -136
  2313. graphiant_sdk/models/assistant_updateconversationname_body.py +0 -136
  2314. graphiant_sdk/models/assurance_applicationdetailsbyname_body.py +0 -214
  2315. graphiant_sdk/models/assurance_bucketapps_body.py +0 -188
  2316. graphiant_sdk/models/assurance_bucketappservers_body.py +0 -188
  2317. graphiant_sdk/models/assurance_bucketdetails_body.py +0 -162
  2318. graphiant_sdk/models/assurance_buckettopologies_body.py +0 -110
  2319. graphiant_sdk/models/assurance_createclassifiedapplication_body.py +0 -188
  2320. graphiant_sdk/models/assurance_createuserreport_body.py +0 -266
  2321. graphiant_sdk/models/assurance_endpointintel_body.py +0 -162
  2322. graphiant_sdk/models/assurance_flowsummary_body.py +0 -188
  2323. graphiant_sdk/models/assurance_topologyclientsessiondetails_body.py +0 -110
  2324. graphiant_sdk/models/assurance_topologyclientsessions_body.py +0 -292
  2325. graphiant_sdk/models/assurance_topologyclientsummaries_body.py +0 -266
  2326. graphiant_sdk/models/assurance_topologyflows_body.py +0 -188
  2327. graphiant_sdk/models/assurance_topologyinventory_body.py +0 -162
  2328. graphiant_sdk/models/assurance_topologyoverview_body.py +0 -318
  2329. graphiant_sdk/models/assurance_topologyregionsummary_body.py +0 -110
  2330. graphiant_sdk/models/assurance_topologysitesummaries_body.py +0 -240
  2331. graphiant_sdk/models/assurance_updateclassifiedapplication_body.py +0 -110
  2332. graphiant_sdk/models/assurances_global_body.py +0 -110
  2333. graphiant_sdk/models/audit_complete_body.py +0 -136
  2334. graphiant_sdk/models/audit_init_body.py +0 -110
  2335. graphiant_sdk/models/audit_logs_body.py +0 -240
  2336. graphiant_sdk/models/audit_logs_body1.py +0 -214
  2337. graphiant_sdk/models/auth_gcs_body.py +0 -136
  2338. graphiant_sdk/models/auth_login_body.py +0 -136
  2339. graphiant_sdk/models/auth_mfa_body.py +0 -188
  2340. graphiant_sdk/models/autoupgrade_default_body.py +0 -110
  2341. graphiant_sdk/models/backbonehealth_overview_body.py +0 -136
  2342. graphiant_sdk/models/bandwidth_site_id_body.py +0 -136
  2343. graphiant_sdk/models/bgp_routecount_body.py +0 -136
  2344. graphiant_sdk/models/bgpreset_device_id_body.py +0 -188
  2345. graphiant_sdk/models/bringup_token_body.py +0 -162
  2346. graphiant_sdk/models/circuitsummary_circuitname_body.py +0 -136
  2347. graphiant_sdk/models/cleararp_device_id_body.py +0 -110
  2348. graphiant_sdk/models/config_site_body.py +0 -344
  2349. graphiant_sdk/models/consumersusage_top_body.py +0 -162
  2350. graphiant_sdk/models/details_sitelists_body.py +0 -110
  2351. graphiant_sdk/models/device_id_config_body.py +0 -240
  2352. graphiant_sdk/models/device_id_draft_body.py +0 -162
  2353. graphiant_sdk/models/device_id_top_body.py +0 -136
  2354. graphiant_sdk/models/device_snapshot_body.py +0 -162
  2355. graphiant_sdk/models/device_snapshot_body1.py +0 -188
  2356. graphiant_sdk/models/devices_bringup_body.py +0 -136
  2357. graphiant_sdk/models/devices_inventory_body.py +0 -110
  2358. graphiant_sdk/models/devices_rma_body.py +0 -136
  2359. graphiant_sdk/models/diagnostic_packetcapturestart_body.py +0 -214
  2360. graphiant_sdk/models/diagnostic_packetcapturestop_body.py +0 -110
  2361. graphiant_sdk/models/diagnostic_speedtest_body.py +0 -136
  2362. graphiant_sdk/models/diagnostic_speedtestreport_body.py +0 -136
  2363. graphiant_sdk/models/email_password_body.py +0 -110
  2364. graphiant_sdk/models/enterprise_configuration_body.py +0 -110
  2365. graphiant_sdk/models/enterprise_contract_body.py +0 -136
  2366. graphiant_sdk/models/extranet_logdetails_body.py +0 -162
  2367. graphiant_sdk/models/extranet_totalusage_body.py +0 -188
  2368. graphiant_sdk/models/extranets_resolvepolicytarget_body.py +0 -110
  2369. graphiant_sdk/models/extranets_sourcesegments_body.py +0 -136
  2370. graphiant_sdk/models/extranetsb2b_consumer_body.py +0 -188
  2371. graphiant_sdk/models/extranetsb2b_id_body.py +0 -110
  2372. graphiant_sdk/models/extranetsmonitoring_consumers_body.py +0 -110
  2373. graphiant_sdk/models/extranetsmonitoring_trafficsecuritypolicy_body.py +0 -136
  2374. graphiant_sdk/models/flows_flowtable_body.py +0 -292
  2375. graphiant_sdk/models/flows_topology_body.py +0 -162
  2376. graphiant_sdk/models/gateways_status_body.py +0 -188
  2377. graphiant_sdk/models/global_attachededges_body.py +0 -240
  2378. graphiant_sdk/models/global_config_body.py +0 -292
  2379. graphiant_sdk/models/global_id_body.py +0 -136
  2380. graphiant_sdk/models/global_lansegments_body.py +0 -136
  2381. graphiant_sdk/models/global_summary_body.py +0 -240
  2382. graphiant_sdk/models/global_sync_body.py +0 -266
  2383. graphiant_sdk/models/groups_id_body.py +0 -240
  2384. graphiant_sdk/models/id_apply_body.py +0 -110
  2385. graphiant_sdk/models/id_customer_body.py +0 -110
  2386. graphiant_sdk/models/id_enterprises_body.py +0 -110
  2387. graphiant_sdk/models/id_members_body.py +0 -110
  2388. graphiant_sdk/models/inline_response200.py +0 -136
  2389. graphiant_sdk/models/inline_response2001.py +0 -136
  2390. graphiant_sdk/models/inline_response20010.py +0 -110
  2391. graphiant_sdk/models/inline_response200100.py +0 -110
  2392. graphiant_sdk/models/inline_response200100_entries.py +0 -266
  2393. graphiant_sdk/models/inline_response200101.py +0 -110
  2394. graphiant_sdk/models/inline_response200102.py +0 -110
  2395. graphiant_sdk/models/inline_response200103.py +0 -136
  2396. graphiant_sdk/models/inline_response200103_policy_tag.py +0 -162
  2397. graphiant_sdk/models/inline_response200103_policy_tag_level_one.py +0 -162
  2398. graphiant_sdk/models/inline_response200103_sites.py +0 -448
  2399. graphiant_sdk/models/inline_response200104.py +0 -110
  2400. graphiant_sdk/models/inline_response200105.py +0 -110
  2401. graphiant_sdk/models/inline_response200105_app_list_config.py +0 -162
  2402. graphiant_sdk/models/inline_response200105_app_list_config_apps.py +0 -136
  2403. graphiant_sdk/models/inline_response200106.py +0 -110
  2404. graphiant_sdk/models/inline_response200107.py +0 -110
  2405. graphiant_sdk/models/inline_response200108.py +0 -188
  2406. graphiant_sdk/models/inline_response200108_action.py +0 -188
  2407. graphiant_sdk/models/inline_response200108_inbound_security_rules.py +0 -214
  2408. graphiant_sdk/models/inline_response200108_match.py +0 -240
  2409. graphiant_sdk/models/inline_response200108_policy.py +0 -240
  2410. graphiant_sdk/models/inline_response200108_traffic_rules.py +0 -188
  2411. graphiant_sdk/models/inline_response200109.py +0 -110
  2412. graphiant_sdk/models/inline_response200109_draft.py +0 -136
  2413. graphiant_sdk/models/inline_response200109_draft_mana_device.py +0 -1254
  2414. graphiant_sdk/models/inline_response200109_draft_mana_device_circuits.py +0 -838
  2415. graphiant_sdk/models/inline_response200109_draft_mana_device_dns.py +0 -240
  2416. graphiant_sdk/models/inline_response200109_draft_mana_device_interfaces.py +0 -864
  2417. graphiant_sdk/models/inline_response200109_draft_mana_device_ipsec_tunnels.py +0 -552
  2418. graphiant_sdk/models/inline_response200109_draft_mana_device_nat_policy.py +0 -110
  2419. graphiant_sdk/models/inline_response200109_draft_mana_device_prefix_sets.py +0 -344
  2420. graphiant_sdk/models/inline_response200109_draft_mana_device_routing_policies.py +0 -318
  2421. graphiant_sdk/models/inline_response200109_draft_mana_device_segments.py +0 -630
  2422. graphiant_sdk/models/inline_response200109_draft_mana_device_site.py +0 -448
  2423. graphiant_sdk/models/inline_response200109_draft_mana_device_snmp.py +0 -812
  2424. graphiant_sdk/models/inline_response200109_draft_mana_device_traffic_policy.py +0 -266
  2425. graphiant_sdk/models/inline_response200109_draft_version_info.py +0 -162
  2426. graphiant_sdk/models/inline_response20010_history.py +0 -240
  2427. graphiant_sdk/models/inline_response20011.py +0 -110
  2428. graphiant_sdk/models/inline_response200110.py +0 -110
  2429. graphiant_sdk/models/inline_response200110_devices.py +0 -188
  2430. graphiant_sdk/models/inline_response200111.py +0 -110
  2431. graphiant_sdk/models/inline_response200111_app_config.py +0 -266
  2432. graphiant_sdk/models/inline_response200111_app_config_port_ranges.py +0 -136
  2433. graphiant_sdk/models/inline_response200112.py +0 -110
  2434. graphiant_sdk/models/inline_response200112_address_families.py +0 -188
  2435. graphiant_sdk/models/inline_response200112_bfd.py +0 -162
  2436. graphiant_sdk/models/inline_response200112_bfd_neighbor.py +0 -422
  2437. graphiant_sdk/models/inline_response200112_bgp_neighbors.py +0 -682
  2438. graphiant_sdk/models/inline_response200112_dhcp_subnets.py +0 -526
  2439. graphiant_sdk/models/inline_response200112_leases.py +0 -214
  2440. graphiant_sdk/models/inline_response200112_nameservers.py +0 -136
  2441. graphiant_sdk/models/inline_response200112_next_hop.py +0 -266
  2442. graphiant_sdk/models/inline_response200112_ospfv2_process.py +0 -266
  2443. graphiant_sdk/models/inline_response200112_ospfv2_process_areas.py +0 -266
  2444. graphiant_sdk/models/inline_response200112_ospfv2_process_redistributed_protocols.py +0 -162
  2445. graphiant_sdk/models/inline_response200112_ospfv3_process.py +0 -266
  2446. graphiant_sdk/models/inline_response200112_ranges.py +0 -136
  2447. graphiant_sdk/models/inline_response200112_static_leases.py +0 -214
  2448. graphiant_sdk/models/inline_response200112_static_routes.py +0 -240
  2449. graphiant_sdk/models/inline_response200112_vrfs.py +0 -630
  2450. graphiant_sdk/models/inline_response200113.py +0 -136
  2451. graphiant_sdk/models/inline_response200113_author.py +0 -240
  2452. graphiant_sdk/models/inline_response200113_data.py +0 -448
  2453. graphiant_sdk/models/inline_response200113_device_snapshot_map.py +0 -136
  2454. graphiant_sdk/models/inline_response200113_device_snapshot_records.py +0 -266
  2455. graphiant_sdk/models/inline_response200113_snapshots.py +0 -266
  2456. graphiant_sdk/models/inline_response200113_value.py +0 -136
  2457. graphiant_sdk/models/inline_response200113_value_snapshots.py +0 -266
  2458. graphiant_sdk/models/inline_response200114.py +0 -110
  2459. graphiant_sdk/models/inline_response200114_category.py +0 -162
  2460. graphiant_sdk/models/inline_response200114_entries.py +0 -136
  2461. graphiant_sdk/models/inline_response200115.py +0 -110
  2462. graphiant_sdk/models/inline_response200116.py +0 -110
  2463. graphiant_sdk/models/inline_response200117.py +0 -110
  2464. graphiant_sdk/models/inline_response200117_assurances.py +0 -136
  2465. graphiant_sdk/models/inline_response200117_configs.py +0 -240
  2466. graphiant_sdk/models/inline_response200117_configs_apps.py +0 -266
  2467. graphiant_sdk/models/inline_response200118.py +0 -110
  2468. graphiant_sdk/models/inline_response200118_statuses.py +0 -266
  2469. graphiant_sdk/models/inline_response200119.py +0 -188
  2470. graphiant_sdk/models/inline_response20011_alarms.py +0 -526
  2471. graphiant_sdk/models/inline_response20012.py +0 -110
  2472. graphiant_sdk/models/inline_response200120.py +0 -110
  2473. graphiant_sdk/models/inline_response200120_customers.py +0 -240
  2474. graphiant_sdk/models/inline_response200121.py +0 -136
  2475. graphiant_sdk/models/inline_response200122.py +0 -110
  2476. graphiant_sdk/models/inline_response200122_summary.py +0 -370
  2477. graphiant_sdk/models/inline_response200123.py +0 -110
  2478. graphiant_sdk/models/inline_response200123_summary.py +0 -214
  2479. graphiant_sdk/models/inline_response200124.py +0 -110
  2480. graphiant_sdk/models/inline_response200124_info.py +0 -266
  2481. graphiant_sdk/models/inline_response200125.py +0 -162
  2482. graphiant_sdk/models/inline_response200125_bgp_session_data_map.py +0 -136
  2483. graphiant_sdk/models/inline_response200125_value.py +0 -188
  2484. graphiant_sdk/models/inline_response200126.py +0 -110
  2485. graphiant_sdk/models/inline_response200126_circuits.py +0 -188
  2486. graphiant_sdk/models/inline_response200127.py +0 -136
  2487. graphiant_sdk/models/inline_response200128.py +0 -110
  2488. graphiant_sdk/models/inline_response200128_profiles.py +0 -162
  2489. graphiant_sdk/models/inline_response200128_queues.py +0 -162
  2490. graphiant_sdk/models/inline_response200129.py +0 -110
  2491. graphiant_sdk/models/inline_response200129_data.py +0 -136
  2492. graphiant_sdk/models/inline_response20012_integration.py +0 -292
  2493. graphiant_sdk/models/inline_response20013.py +0 -110
  2494. graphiant_sdk/models/inline_response200130.py +0 -240
  2495. graphiant_sdk/models/inline_response200131.py +0 -136
  2496. graphiant_sdk/models/inline_response200131_connections.py +0 -162
  2497. graphiant_sdk/models/inline_response200131_connections_control_connection.py +0 -240
  2498. graphiant_sdk/models/inline_response200131_edges.py +0 -188
  2499. graphiant_sdk/models/inline_response200131_nodes.py +0 -240
  2500. graphiant_sdk/models/inline_response200132.py +0 -110
  2501. graphiant_sdk/models/inline_response200133.py +0 -110
  2502. graphiant_sdk/models/inline_response200133_leases.py +0 -214
  2503. graphiant_sdk/models/inline_response200133_pools.py +0 -526
  2504. graphiant_sdk/models/inline_response200134.py +0 -136
  2505. graphiant_sdk/models/inline_response200134_applications.py +0 -188
  2506. graphiant_sdk/models/inline_response200135.py +0 -110
  2507. graphiant_sdk/models/inline_response200136.py +0 -110
  2508. graphiant_sdk/models/inline_response200137.py +0 -110
  2509. graphiant_sdk/models/inline_response200138.py +0 -110
  2510. graphiant_sdk/models/inline_response200139.py +0 -110
  2511. graphiant_sdk/models/inline_response20014.py +0 -110
  2512. graphiant_sdk/models/inline_response200140.py +0 -110
  2513. graphiant_sdk/models/inline_response200141.py +0 -110
  2514. graphiant_sdk/models/inline_response200141_device.py +0 -448
  2515. graphiant_sdk/models/inline_response200142.py +0 -110
  2516. graphiant_sdk/models/inline_response200142_devices.py +0 -292
  2517. graphiant_sdk/models/inline_response200142_sites.py +0 -162
  2518. graphiant_sdk/models/inline_response200143.py +0 -110
  2519. graphiant_sdk/models/inline_response200144.py +0 -110
  2520. graphiant_sdk/models/inline_response200144_consumers.py +0 -162
  2521. graphiant_sdk/models/inline_response200145.py +0 -110
  2522. graphiant_sdk/models/inline_response200146.py +0 -162
  2523. graphiant_sdk/models/inline_response200146_allocations.py +0 -214
  2524. graphiant_sdk/models/inline_response200147.py +0 -136
  2525. graphiant_sdk/models/inline_response200147_security_rules.py +0 -162
  2526. graphiant_sdk/models/inline_response200147_traffic_rules.py +0 -162
  2527. graphiant_sdk/models/inline_response200148.py +0 -110
  2528. graphiant_sdk/models/inline_response200148_rules.py +0 -396
  2529. graphiant_sdk/models/inline_response200148_security_rulesets.py +0 -292
  2530. graphiant_sdk/models/inline_response200148_zone_pairs.py +0 -162
  2531. graphiant_sdk/models/inline_response200149.py +0 -110
  2532. graphiant_sdk/models/inline_response200149_entries.py +0 -162
  2533. graphiant_sdk/models/inline_response20015.py +0 -110
  2534. graphiant_sdk/models/inline_response200150.py +0 -110
  2535. graphiant_sdk/models/inline_response200151.py +0 -110
  2536. graphiant_sdk/models/inline_response200152.py +0 -110
  2537. graphiant_sdk/models/inline_response200152_gateway_device_summary.py +0 -188
  2538. graphiant_sdk/models/inline_response200152_summaries.py +0 -344
  2539. graphiant_sdk/models/inline_response200153.py +0 -110
  2540. graphiant_sdk/models/inline_response200154.py +0 -110
  2541. graphiant_sdk/models/inline_response200155.py +0 -110
  2542. graphiant_sdk/models/inline_response200155_actions.py +0 -396
  2543. graphiant_sdk/models/inline_response200155_matches.py +0 -318
  2544. graphiant_sdk/models/inline_response200155_routing_policies.py +0 -318
  2545. graphiant_sdk/models/inline_response200155_statements.py +0 -188
  2546. graphiant_sdk/models/inline_response200156.py +0 -110
  2547. graphiant_sdk/models/inline_response200156_accesses.py +0 -266
  2548. graphiant_sdk/models/inline_response200156_group_members.py +0 -214
  2549. graphiant_sdk/models/inline_response200156_include_exclude_list.py +0 -162
  2550. graphiant_sdk/models/inline_response200156_notify_filter_profiles.py +0 -162
  2551. graphiant_sdk/models/inline_response200156_snmps.py +0 -812
  2552. graphiant_sdk/models/inline_response200156_vacm_groups.py +0 -214
  2553. graphiant_sdk/models/inline_response200156_views.py +0 -162
  2554. graphiant_sdk/models/inline_response200157.py +0 -110
  2555. graphiant_sdk/models/inline_response200158.py +0 -110
  2556. graphiant_sdk/models/inline_response200158_traffic_policy.py +0 -266
  2557. graphiant_sdk/models/inline_response200158_traffic_policy_ip.py +0 -162
  2558. graphiant_sdk/models/inline_response200158_traffic_policy_rules.py +0 -266
  2559. graphiant_sdk/models/inline_response200158_traffic_policy_traffic_rulesets.py +0 -292
  2560. graphiant_sdk/models/inline_response200158_traffic_policy_udp.py +0 -136
  2561. graphiant_sdk/models/inline_response200158_traffic_policy_zone_firewalls.py +0 -162
  2562. graphiant_sdk/models/inline_response200159.py +0 -110
  2563. graphiant_sdk/models/inline_response20015_alert_list.py +0 -864
  2564. graphiant_sdk/models/inline_response20015_children_alert_list.py +0 -110
  2565. graphiant_sdk/models/inline_response20015_children_alert_list_alert_list.py +0 -864
  2566. graphiant_sdk/models/inline_response20016.py +0 -110
  2567. graphiant_sdk/models/inline_response200160.py +0 -110
  2568. graphiant_sdk/models/inline_response200160_ipsec_profiles.py +0 -162
  2569. graphiant_sdk/models/inline_response200161.py +0 -110
  2570. graphiant_sdk/models/inline_response200161_summaries.py +0 -448
  2571. graphiant_sdk/models/inline_response200162.py +0 -110
  2572. graphiant_sdk/models/inline_response200162_entries.py +0 -162
  2573. graphiant_sdk/models/inline_response200163.py +0 -136
  2574. graphiant_sdk/models/inline_response200164.py +0 -136
  2575. graphiant_sdk/models/inline_response200164_interfaces.py +0 -864
  2576. graphiant_sdk/models/inline_response200164_ip_sec.py +0 -760
  2577. graphiant_sdk/models/inline_response200164_ipv4.py +0 -240
  2578. graphiant_sdk/models/inline_response200164_ipv4_dhcp_relay.py +0 -162
  2579. graphiant_sdk/models/inline_response200164_ipv4_vrrp_group.py +0 -448
  2580. graphiant_sdk/models/inline_response200164_subinterfaces.py +0 -682
  2581. graphiant_sdk/models/inline_response200165.py +0 -110
  2582. graphiant_sdk/models/inline_response200165_neighbors.py +0 -266
  2583. graphiant_sdk/models/inline_response200166.py +0 -136
  2584. graphiant_sdk/models/inline_response200167.py +0 -110
  2585. graphiant_sdk/models/inline_response200167_vendors.py +0 -136
  2586. graphiant_sdk/models/inline_response200168.py +0 -136
  2587. graphiant_sdk/models/inline_response200168_entries.py +0 -214
  2588. graphiant_sdk/models/inline_response200169.py +0 -110
  2589. graphiant_sdk/models/inline_response20016_notification_list.py +0 -266
  2590. graphiant_sdk/models/inline_response20017.py +0 -110
  2591. graphiant_sdk/models/inline_response200170.py +0 -110
  2592. graphiant_sdk/models/inline_response200171.py +0 -110
  2593. graphiant_sdk/models/inline_response200171_devices.py +0 -188
  2594. graphiant_sdk/models/inline_response200172.py +0 -110
  2595. graphiant_sdk/models/inline_response200172_next_set.py +0 -188
  2596. graphiant_sdk/models/inline_response200172_next_set1.py +0 -188
  2597. graphiant_sdk/models/inline_response200172_tags.py +0 -188
  2598. graphiant_sdk/models/inline_response200173.py +0 -110
  2599. graphiant_sdk/models/inline_response200173_tags.py +0 -266
  2600. graphiant_sdk/models/inline_response200174.py +0 -110
  2601. graphiant_sdk/models/inline_response200175.py +0 -110
  2602. graphiant_sdk/models/inline_response200175_site_lists.py +0 -188
  2603. graphiant_sdk/models/inline_response200176.py +0 -110
  2604. graphiant_sdk/models/inline_response200176_entries.py +0 -188
  2605. graphiant_sdk/models/inline_response200177.py +0 -110
  2606. graphiant_sdk/models/inline_response200177_site_to_site_vpn.py +0 -188
  2607. graphiant_sdk/models/inline_response200178.py +0 -110
  2608. graphiant_sdk/models/inline_response200179.py +0 -110
  2609. graphiant_sdk/models/inline_response200179_bgp_connection.py +0 -240
  2610. graphiant_sdk/models/inline_response200179_ipsec_connection.py +0 -500
  2611. graphiant_sdk/models/inline_response200179_peers.py +0 -292
  2612. graphiant_sdk/models/inline_response200179_slices.py +0 -188
  2613. graphiant_sdk/models/inline_response20017_rule_list.py +0 -318
  2614. graphiant_sdk/models/inline_response20018.py +0 -110
  2615. graphiant_sdk/models/inline_response200180.py +0 -110
  2616. graphiant_sdk/models/inline_response200180_value.py +0 -162
  2617. graphiant_sdk/models/inline_response200180_vrf_associations.py +0 -136
  2618. graphiant_sdk/models/inline_response200181.py +0 -136
  2619. graphiant_sdk/models/inline_response200182.py +0 -136
  2620. graphiant_sdk/models/inline_response200182_zones.py +0 -162
  2621. graphiant_sdk/models/inline_response200183.py +0 -110
  2622. graphiant_sdk/models/inline_response200184.py +0 -110
  2623. graphiant_sdk/models/inline_response200185.py +0 -110
  2624. graphiant_sdk/models/inline_response200185_mappings.py +0 -240
  2625. graphiant_sdk/models/inline_response200186.py +0 -110
  2626. graphiant_sdk/models/inline_response200186_mappings.py +0 -240
  2627. graphiant_sdk/models/inline_response200187.py +0 -110
  2628. graphiant_sdk/models/inline_response200187_arp_entry.py +0 -188
  2629. graphiant_sdk/models/inline_response200188.py +0 -110
  2630. graphiant_sdk/models/inline_response200188_counters.py +0 -240
  2631. graphiant_sdk/models/inline_response200189.py +0 -162
  2632. graphiant_sdk/models/inline_response20018_records.py +0 -422
  2633. graphiant_sdk/models/inline_response20019.py +0 -292
  2634. graphiant_sdk/models/inline_response200190.py +0 -162
  2635. graphiant_sdk/models/inline_response200191.py +0 -110
  2636. graphiant_sdk/models/inline_response200191_prefixes.py +0 -162
  2637. graphiant_sdk/models/inline_response200192.py +0 -162
  2638. graphiant_sdk/models/inline_response200192_stats.py +0 -110
  2639. graphiant_sdk/models/inline_response200193.py +0 -110
  2640. graphiant_sdk/models/inline_response200193_counts.py +0 -136
  2641. graphiant_sdk/models/inline_response200194.py +0 -214
  2642. graphiant_sdk/models/inline_response200194_ebgp_route_count.py +0 -136
  2643. graphiant_sdk/models/inline_response200195.py +0 -110
  2644. graphiant_sdk/models/inline_response200196.py +0 -110
  2645. graphiant_sdk/models/inline_response200196_counts.py +0 -136
  2646. graphiant_sdk/models/inline_response200197.py +0 -110
  2647. graphiant_sdk/models/inline_response200197_nd_entry.py +0 -188
  2648. graphiant_sdk/models/inline_response200198.py +0 -162
  2649. graphiant_sdk/models/inline_response200199.py +0 -162
  2650. graphiant_sdk/models/inline_response200199_interfaces.py +0 -344
  2651. graphiant_sdk/models/inline_response20019_dataframe_dictionary.py +0 -162
  2652. graphiant_sdk/models/inline_response2001_page_info.py +0 -266
  2653. graphiant_sdk/models/inline_response2002.py +0 -110
  2654. graphiant_sdk/models/inline_response20020.py +0 -162
  2655. graphiant_sdk/models/inline_response200200.py +0 -162
  2656. graphiant_sdk/models/inline_response200201.py +0 -162
  2657. graphiant_sdk/models/inline_response200202.py +0 -162
  2658. graphiant_sdk/models/inline_response200202_asexternal_lsa.py +0 -240
  2659. graphiant_sdk/models/inline_response200202_asexternal_lsa_tos_metric.py +0 -136
  2660. graphiant_sdk/models/inline_response200202_lsas.py +0 -370
  2661. graphiant_sdk/models/inline_response200202_network_lsa.py +0 -136
  2662. graphiant_sdk/models/inline_response200202_router_lsa.py +0 -110
  2663. graphiant_sdk/models/inline_response200202_router_lsa_links.py +0 -214
  2664. graphiant_sdk/models/inline_response200202_summary_lsa.py +0 -136
  2665. graphiant_sdk/models/inline_response200203.py +0 -162
  2666. graphiant_sdk/models/inline_response200203_nbrs.py +0 -240
  2667. graphiant_sdk/models/inline_response200204.py +0 -162
  2668. graphiant_sdk/models/inline_response200204_path.py +0 -240
  2669. graphiant_sdk/models/inline_response200204_routes.py +0 -136
  2670. graphiant_sdk/models/inline_response200205.py +0 -110
  2671. graphiant_sdk/models/inline_response200205_statistics.py +0 -136
  2672. graphiant_sdk/models/inline_response200205_value.py +0 -136
  2673. graphiant_sdk/models/inline_response200206.py +0 -110
  2674. graphiant_sdk/models/inline_response200206_vrrp_entry.py +0 -370
  2675. graphiant_sdk/models/inline_response200207.py +0 -110
  2676. graphiant_sdk/models/inline_response200208.py +0 -136
  2677. graphiant_sdk/models/inline_response200208_edges_summary.py +0 -812
  2678. graphiant_sdk/models/inline_response200208_upgrade_summary.py +0 -240
  2679. graphiant_sdk/models/inline_response200208_upgrade_summary_schedule.py +0 -266
  2680. graphiant_sdk/models/inline_response200209.py +0 -136
  2681. graphiant_sdk/models/inline_response20020_response_list.py +0 -292
  2682. graphiant_sdk/models/inline_response20021.py +0 -110
  2683. graphiant_sdk/models/inline_response200210.py +0 -110
  2684. graphiant_sdk/models/inline_response200210_results.py +0 -162
  2685. graphiant_sdk/models/inline_response200211.py +0 -110
  2686. graphiant_sdk/models/inline_response200211_data.py +0 -136
  2687. graphiant_sdk/models/inline_response200212.py +0 -110
  2688. graphiant_sdk/models/inline_response200212_data.py +0 -136
  2689. graphiant_sdk/models/inline_response200212_samples.py +0 -162
  2690. graphiant_sdk/models/inline_response200213.py +0 -110
  2691. graphiant_sdk/models/inline_response200213_bwusage_csv_details.py +0 -110
  2692. graphiant_sdk/models/inline_response200213_bwusage_csv_details_bwusage_csv_record.py +0 -266
  2693. graphiant_sdk/models/inline_response200214.py +0 -110
  2694. graphiant_sdk/models/inline_response200214_bwusage_details.py +0 -136
  2695. graphiant_sdk/models/inline_response200214_bwusage_details_bwusage_region.py +0 -188
  2696. graphiant_sdk/models/inline_response200215.py +0 -110
  2697. graphiant_sdk/models/inline_response200215_bwusage_summary.py +0 -292
  2698. graphiant_sdk/models/inline_response200215_bwusage_summary_bwusage_role_summary.py +0 -162
  2699. graphiant_sdk/models/inline_response200215_bwusage_summary_bwusage_top_regions.py +0 -162
  2700. graphiant_sdk/models/inline_response200216.py +0 -110
  2701. graphiant_sdk/models/inline_response200216_bwusage_chart.py +0 -136
  2702. graphiant_sdk/models/inline_response200216_bwusage_chart_bwusage_chart.py +0 -188
  2703. graphiant_sdk/models/inline_response200217.py +0 -110
  2704. graphiant_sdk/models/inline_response200217_bwusage_summary.py +0 -240
  2705. graphiant_sdk/models/inline_response200217_bwusage_summary_bwusage_top_providers.py +0 -188
  2706. graphiant_sdk/models/inline_response200218.py +0 -110
  2707. graphiant_sdk/models/inline_response200218_bwusage_details.py +0 -110
  2708. graphiant_sdk/models/inline_response200218_bwusage_details_bwuage_sites.py +0 -240
  2709. graphiant_sdk/models/inline_response200219.py +0 -110
  2710. graphiant_sdk/models/inline_response200219_bwusage_summary.py +0 -214
  2711. graphiant_sdk/models/inline_response200219_bwusage_summary_bwusage_top_sites.py +0 -162
  2712. graphiant_sdk/models/inline_response20021_conversation_list.py +0 -162
  2713. graphiant_sdk/models/inline_response20022.py +0 -110
  2714. graphiant_sdk/models/inline_response200220.py +0 -110
  2715. graphiant_sdk/models/inline_response200220_bwusage_details.py +0 -136
  2716. graphiant_sdk/models/inline_response200220_bwusage_details_bwuage_edge_provider.py +0 -214
  2717. graphiant_sdk/models/inline_response200220_bwusage_details_bwuage_provider.py +0 -162
  2718. graphiant_sdk/models/inline_response200221.py +0 -110
  2719. graphiant_sdk/models/inline_response200221_bwusage_summary.py +0 -188
  2720. graphiant_sdk/models/inline_response200222.py +0 -344
  2721. graphiant_sdk/models/inline_response200222_control_plane.py +0 -162
  2722. graphiant_sdk/models/inline_response200222_control_plane_control_transitions.py +0 -110
  2723. graphiant_sdk/models/inline_response200222_control_plane_control_transitions_transitions.py +0 -136
  2724. graphiant_sdk/models/inline_response200222_data_plane.py +0 -162
  2725. graphiant_sdk/models/inline_response200222_data_plane_down_transitions.py +0 -136
  2726. graphiant_sdk/models/inline_response200222_data_plane_session_slas.py +0 -136
  2727. graphiant_sdk/models/inline_response200222_data_plane_transitions.py +0 -188
  2728. graphiant_sdk/models/inline_response200222_data_plane_values.py +0 -240
  2729. graphiant_sdk/models/inline_response200222_issues.py +0 -422
  2730. graphiant_sdk/models/inline_response200222_qoe_matrix.py +0 -136
  2731. graphiant_sdk/models/inline_response200222_qoe_matrix_box.py +0 -266
  2732. graphiant_sdk/models/inline_response200222_qoe_matrix_qoe_matrix.py +0 -240
  2733. graphiant_sdk/models/inline_response200222_system_plane.py +0 -318
  2734. graphiant_sdk/models/inline_response200222_system_plane_cpu.py +0 -188
  2735. graphiant_sdk/models/inline_response200222_system_plane_crashes.py +0 -110
  2736. graphiant_sdk/models/inline_response200222_system_plane_last_crash.py +0 -162
  2737. graphiant_sdk/models/inline_response200222_system_plane_maintenance_windows.py +0 -110
  2738. graphiant_sdk/models/inline_response200222_system_plane_time_window.py +0 -162
  2739. graphiant_sdk/models/inline_response200223.py +0 -136
  2740. graphiant_sdk/models/inline_response200223_device_etwan_summary.py +0 -214
  2741. graphiant_sdk/models/inline_response200223_region_sla_status.py +0 -136
  2742. graphiant_sdk/models/inline_response200224.py +0 -162
  2743. graphiant_sdk/models/inline_response200224_devices.py +0 -162
  2744. graphiant_sdk/models/inline_response200224_region.py +0 -136
  2745. graphiant_sdk/models/inline_response200224_region_status.py +0 -162
  2746. graphiant_sdk/models/inline_response200224_sla_matrix.py +0 -448
  2747. graphiant_sdk/models/inline_response200225.py +0 -214
  2748. graphiant_sdk/models/inline_response200225_lan_segments.py +0 -110
  2749. graphiant_sdk/models/inline_response200225_regions.py +0 -110
  2750. graphiant_sdk/models/inline_response200225_sites.py +0 -136
  2751. graphiant_sdk/models/inline_response200226.py +0 -110
  2752. graphiant_sdk/models/inline_response200226_devices.py +0 -318
  2753. graphiant_sdk/models/inline_response200227.py +0 -162
  2754. graphiant_sdk/models/inline_response200227_control_plane.py +0 -110
  2755. graphiant_sdk/models/inline_response200227_control_plane_device_counts.py +0 -136
  2756. graphiant_sdk/models/inline_response200228.py +0 -110
  2757. graphiant_sdk/models/inline_response200228_data.py +0 -214
  2758. graphiant_sdk/models/inline_response200229.py +0 -110
  2759. graphiant_sdk/models/inline_response200229_circuit_summaries.py +0 -734
  2760. graphiant_sdk/models/inline_response20023.py +0 -110
  2761. graphiant_sdk/models/inline_response200230.py +0 -110
  2762. graphiant_sdk/models/inline_response200230_data.py +0 -162
  2763. graphiant_sdk/models/inline_response200230_queue_utilization.py +0 -240
  2764. graphiant_sdk/models/inline_response200231.py +0 -110
  2765. graphiant_sdk/models/inline_response200231_circuits_incidents.py +0 -136
  2766. graphiant_sdk/models/inline_response200231_data.py +0 -214
  2767. graphiant_sdk/models/inline_response200231_dl_incidents.py +0 -136
  2768. graphiant_sdk/models/inline_response200232.py +0 -110
  2769. graphiant_sdk/models/inline_response200232_summaries.py +0 -448
  2770. graphiant_sdk/models/inline_response200233.py +0 -110
  2771. graphiant_sdk/models/inline_response200233_circuit_utilization.py +0 -162
  2772. graphiant_sdk/models/inline_response200233_queue_utilization.py +0 -214
  2773. graphiant_sdk/models/inline_response200234.py +0 -162
  2774. graphiant_sdk/models/inline_response200234_circuit_info.py +0 -474
  2775. graphiant_sdk/models/inline_response200234_circuits_info.py +0 -344
  2776. graphiant_sdk/models/inline_response200234_connections.py +0 -344
  2777. graphiant_sdk/models/inline_response200234_edges.py +0 -240
  2778. graphiant_sdk/models/inline_response200234_node_info.py +0 -500
  2779. graphiant_sdk/models/inline_response200234_nodes.py +0 -266
  2780. graphiant_sdk/models/inline_response200234_snapshots.py +0 -136
  2781. graphiant_sdk/models/inline_response200235.py +0 -110
  2782. graphiant_sdk/models/inline_response200235_device_segments.py +0 -136
  2783. graphiant_sdk/models/inline_response200235_vrf_route.py +0 -188
  2784. graphiant_sdk/models/inline_response200235_vrf_routes.py +0 -136
  2785. graphiant_sdk/models/inline_response200236.py +0 -110
  2786. graphiant_sdk/models/inline_response200237.py +0 -110
  2787. graphiant_sdk/models/inline_response200238.py +0 -110
  2788. graphiant_sdk/models/inline_response200238_logs.py +0 -214
  2789. graphiant_sdk/models/inline_response200239.py +0 -188
  2790. graphiant_sdk/models/inline_response200239_edge_statuses.py +0 -188
  2791. graphiant_sdk/models/inline_response200239_site_status.py +0 -188
  2792. graphiant_sdk/models/inline_response200239_site_status_statuses.py +0 -136
  2793. graphiant_sdk/models/inline_response20024.py +0 -110
  2794. graphiant_sdk/models/inline_response200240.py +0 -110
  2795. graphiant_sdk/models/inline_response200240_data.py +0 -136
  2796. graphiant_sdk/models/inline_response200240_selector.py +0 -110
  2797. graphiant_sdk/models/inline_response200241.py +0 -110
  2798. graphiant_sdk/models/inline_response200241_data.py +0 -136
  2799. graphiant_sdk/models/inline_response200242.py +0 -110
  2800. graphiant_sdk/models/inline_response200242_data.py +0 -240
  2801. graphiant_sdk/models/inline_response200243.py +0 -110
  2802. graphiant_sdk/models/inline_response200243_data.py +0 -136
  2803. graphiant_sdk/models/inline_response200244.py +0 -110
  2804. graphiant_sdk/models/inline_response200244_data.py +0 -136
  2805. graphiant_sdk/models/inline_response200245.py +0 -110
  2806. graphiant_sdk/models/inline_response200246.py +0 -110
  2807. graphiant_sdk/models/inline_response200246_data.py +0 -136
  2808. graphiant_sdk/models/inline_response200247.py +0 -110
  2809. graphiant_sdk/models/inline_response200247_data.py +0 -136
  2810. graphiant_sdk/models/inline_response200248.py +0 -110
  2811. graphiant_sdk/models/inline_response200248_data.py +0 -136
  2812. graphiant_sdk/models/inline_response200249.py +0 -110
  2813. graphiant_sdk/models/inline_response200249_data.py +0 -188
  2814. graphiant_sdk/models/inline_response20025.py +0 -110
  2815. graphiant_sdk/models/inline_response200250.py +0 -136
  2816. graphiant_sdk/models/inline_response200250_site.py +0 -188
  2817. graphiant_sdk/models/inline_response200251.py +0 -110
  2818. graphiant_sdk/models/inline_response200251_data.py +0 -162
  2819. graphiant_sdk/models/inline_response200252.py +0 -110
  2820. graphiant_sdk/models/inline_response200252_connectivity_status.py +0 -136
  2821. graphiant_sdk/models/inline_response200253.py +0 -110
  2822. graphiant_sdk/models/inline_response200253_data.py +0 -188
  2823. graphiant_sdk/models/inline_response200254.py +0 -110
  2824. graphiant_sdk/models/inline_response200254_data.py +0 -136
  2825. graphiant_sdk/models/inline_response200255.py +0 -136
  2826. graphiant_sdk/models/inline_response200255_data.py +0 -136
  2827. graphiant_sdk/models/inline_response200255_selector.py +0 -162
  2828. graphiant_sdk/models/inline_response200256.py +0 -370
  2829. graphiant_sdk/models/inline_response200256_control_plane.py +0 -162
  2830. graphiant_sdk/models/inline_response200256_system_plane.py +0 -318
  2831. graphiant_sdk/models/inline_response200257.py +0 -110
  2832. graphiant_sdk/models/inline_response200257_sites.py +0 -292
  2833. graphiant_sdk/models/inline_response200258.py +0 -162
  2834. graphiant_sdk/models/inline_response200258_edge_statuses.py +0 -162
  2835. graphiant_sdk/models/inline_response200259.py +0 -162
  2836. graphiant_sdk/models/inline_response200259_control_plane.py +0 -110
  2837. graphiant_sdk/models/inline_response200259_control_plane_site_counts.py +0 -136
  2838. graphiant_sdk/models/inline_response20025_added_servers.py +0 -162
  2839. graphiant_sdk/models/inline_response20025_app.py +0 -136
  2840. graphiant_sdk/models/inline_response20025_app_server_changes.py +0 -162
  2841. graphiant_sdk/models/inline_response20026.py +0 -110
  2842. graphiant_sdk/models/inline_response200260.py +0 -188
  2843. graphiant_sdk/models/inline_response200260_logs.py +0 -240
  2844. graphiant_sdk/models/inline_response200261.py +0 -110
  2845. graphiant_sdk/models/inline_response200262.py +0 -110
  2846. graphiant_sdk/models/inline_response200263.py +0 -110
  2847. graphiant_sdk/models/inline_response200264.py +0 -110
  2848. graphiant_sdk/models/inline_response200264_key.py +0 -136
  2849. graphiant_sdk/models/inline_response200264_summaries.py +0 -188
  2850. graphiant_sdk/models/inline_response200265.py +0 -110
  2851. graphiant_sdk/models/inline_response200265_versions.py +0 -136
  2852. graphiant_sdk/models/inline_response200266.py +0 -110
  2853. graphiant_sdk/models/inline_response200266_devices.py +0 -188
  2854. graphiant_sdk/models/inline_response200267.py +0 -110
  2855. graphiant_sdk/models/inline_response200267_versions.py +0 -162
  2856. graphiant_sdk/models/inline_response20026_application_profile_summary.py +0 -110
  2857. graphiant_sdk/models/inline_response20026_application_profile_summary_bucket_stats.py +0 -188
  2858. graphiant_sdk/models/inline_response20026_application_profile_summary_bucket_summary_list.py +0 -318
  2859. graphiant_sdk/models/inline_response20026_application_profile_summary_child_bucket_stats_list.py +0 -188
  2860. graphiant_sdk/models/inline_response20027.py +0 -136
  2861. graphiant_sdk/models/inline_response20027_app_name_record.py +0 -474
  2862. graphiant_sdk/models/inline_response20028.py +0 -110
  2863. graphiant_sdk/models/inline_response20028_app_servers.py +0 -214
  2864. graphiant_sdk/models/inline_response20029.py +0 -110
  2865. graphiant_sdk/models/inline_response20029_apps.py +0 -214
  2866. graphiant_sdk/models/inline_response2002_data.py +0 -136
  2867. graphiant_sdk/models/inline_response2003.py +0 -110
  2868. graphiant_sdk/models/inline_response20030.py +0 -110
  2869. graphiant_sdk/models/inline_response20030_bucket_details.py +0 -422
  2870. graphiant_sdk/models/inline_response20030_bucket_details_app_id_records.py +0 -708
  2871. graphiant_sdk/models/inline_response20030_bucket_details_app_id_records1.py +0 -708
  2872. graphiant_sdk/models/inline_response20030_bucket_details_app_name_records.py +0 -474
  2873. graphiant_sdk/models/inline_response20030_bucket_details_trend_value_list.py +0 -162
  2874. graphiant_sdk/models/inline_response20031.py +0 -110
  2875. graphiant_sdk/models/inline_response20031_topologies.py +0 -136
  2876. graphiant_sdk/models/inline_response20032.py +0 -110
  2877. graphiant_sdk/models/inline_response20033.py +0 -162
  2878. graphiant_sdk/models/inline_response20034.py +0 -110
  2879. graphiant_sdk/models/inline_response20034_enterprise_summary.py +0 -240
  2880. graphiant_sdk/models/inline_response20035.py +0 -396
  2881. graphiant_sdk/models/inline_response20035_client_endpoint.py +0 -292
  2882. graphiant_sdk/models/inline_response20035_client_endpoint_edges.py +0 -136
  2883. graphiant_sdk/models/inline_response20035_client_endpoint_jitter.py +0 -162
  2884. graphiant_sdk/models/inline_response20035_client_endpoint_site.py +0 -162
  2885. graphiant_sdk/models/inline_response20036.py +0 -110
  2886. graphiant_sdk/models/inline_response20036_score_details.py +0 -110
  2887. graphiant_sdk/models/inline_response20036_score_details_score_bucket_list.py +0 -162
  2888. graphiant_sdk/models/inline_response20037.py +0 -110
  2889. graphiant_sdk/models/inline_response20037_session.py +0 -630
  2890. graphiant_sdk/models/inline_response20037_session_client_endpoint.py +0 -318
  2891. graphiant_sdk/models/inline_response20037_session_client_links.py +0 -214
  2892. graphiant_sdk/models/inline_response20037_session_local_dia_links.py +0 -110
  2893. graphiant_sdk/models/inline_response20037_session_pop_links.py +0 -214
  2894. graphiant_sdk/models/inline_response20038.py +0 -110
  2895. graphiant_sdk/models/inline_response20039.py +0 -110
  2896. graphiant_sdk/models/inline_response20039_summaries.py +0 -266
  2897. graphiant_sdk/models/inline_response2004.py +0 -110
  2898. graphiant_sdk/models/inline_response20040.py +0 -110
  2899. graphiant_sdk/models/inline_response20040_flows.py +0 -318
  2900. graphiant_sdk/models/inline_response20041.py +0 -214
  2901. graphiant_sdk/models/inline_response20042.py +0 -214
  2902. graphiant_sdk/models/inline_response20042_topology.py +0 -162
  2903. graphiant_sdk/models/inline_response20042_topology_edges.py +0 -162
  2904. graphiant_sdk/models/inline_response20042_topology_location.py +0 -136
  2905. graphiant_sdk/models/inline_response20042_topology_nodes.py +0 -214
  2906. graphiant_sdk/models/inline_response20042_topology_paths.py +0 -110
  2907. graphiant_sdk/models/inline_response20042_topology_performance.py +0 -162
  2908. graphiant_sdk/models/inline_response20042_traffic_regions.py +0 -136
  2909. graphiant_sdk/models/inline_response20043.py +0 -110
  2910. graphiant_sdk/models/inline_response20043_sites.py +0 -266
  2911. graphiant_sdk/models/inline_response20044.py +0 -110
  2912. graphiant_sdk/models/inline_response20044_summaries.py +0 -188
  2913. graphiant_sdk/models/inline_response20045.py +0 -110
  2914. graphiant_sdk/models/inline_response20045_user_report_list.py +0 -292
  2915. graphiant_sdk/models/inline_response20046.py +0 -214
  2916. graphiant_sdk/models/inline_response20046_details.py +0 -552
  2917. graphiant_sdk/models/inline_response20046_events.py +0 -188
  2918. graphiant_sdk/models/inline_response20046_filter_entities.py +0 -136
  2919. graphiant_sdk/models/inline_response20046_targets.py +0 -266
  2920. graphiant_sdk/models/inline_response20046_value.py +0 -110
  2921. graphiant_sdk/models/inline_response20047.py +0 -188
  2922. graphiant_sdk/models/inline_response20047_failed_target_results.py +0 -162
  2923. graphiant_sdk/models/inline_response20047_histogram.py +0 -136
  2924. graphiant_sdk/models/inline_response20047_logs.py +0 -370
  2925. graphiant_sdk/models/inline_response20047_target.py +0 -136
  2926. graphiant_sdk/models/inline_response20048.py +0 -162
  2927. graphiant_sdk/models/inline_response20048_logs.py +0 -292
  2928. graphiant_sdk/models/inline_response20049.py +0 -136
  2929. graphiant_sdk/models/inline_response20049_job_status.py +0 -240
  2930. graphiant_sdk/models/inline_response2004_summaries.py +0 -266
  2931. graphiant_sdk/models/inline_response2005.py +0 -110
  2932. graphiant_sdk/models/inline_response20050.py +0 -110
  2933. graphiant_sdk/models/inline_response20050_results.py +0 -162
  2934. graphiant_sdk/models/inline_response20051.py +0 -110
  2935. graphiant_sdk/models/inline_response20051_archives.py +0 -318
  2936. graphiant_sdk/models/inline_response20052.py +0 -110
  2937. graphiant_sdk/models/inline_response20053.py +0 -214
  2938. graphiant_sdk/models/inline_response20054.py +0 -110
  2939. graphiant_sdk/models/inline_response20055.py +0 -110
  2940. graphiant_sdk/models/inline_response20055_server.py +0 -240
  2941. graphiant_sdk/models/inline_response20056.py +0 -136
  2942. graphiant_sdk/models/inline_response20057.py +0 -136
  2943. graphiant_sdk/models/inline_response20057_result.py +0 -318
  2944. graphiant_sdk/models/inline_response20058.py +0 -110
  2945. graphiant_sdk/models/inline_response20058_events.py +0 -318
  2946. graphiant_sdk/models/inline_response20059.py +0 -110
  2947. graphiant_sdk/models/inline_response20059_users.py +0 -292
  2948. graphiant_sdk/models/inline_response2005_details.py +0 -266
  2949. graphiant_sdk/models/inline_response2006.py +0 -110
  2950. graphiant_sdk/models/inline_response20060.py +0 -110
  2951. graphiant_sdk/models/inline_response20061.py +0 -110
  2952. graphiant_sdk/models/inline_response20061_counts.py +0 -422
  2953. graphiant_sdk/models/inline_response20061_customers.py +0 -136
  2954. graphiant_sdk/models/inline_response20061_enterprises.py +0 -500
  2955. graphiant_sdk/models/inline_response20061_value.py +0 -214
  2956. graphiant_sdk/models/inline_response20062.py +0 -110
  2957. graphiant_sdk/models/inline_response20062_groups.py +0 -292
  2958. graphiant_sdk/models/inline_response20063.py +0 -188
  2959. graphiant_sdk/models/inline_response20064.py +0 -110
  2960. graphiant_sdk/models/inline_response20065.py +0 -110
  2961. graphiant_sdk/models/inline_response20066.py +0 -162
  2962. graphiant_sdk/models/inline_response20067.py +0 -110
  2963. graphiant_sdk/models/inline_response20067_api_key_info.py +0 -136
  2964. graphiant_sdk/models/inline_response20068.py +0 -110
  2965. graphiant_sdk/models/inline_response20069.py +0 -110
  2966. graphiant_sdk/models/inline_response2006_details.py +0 -188
  2967. graphiant_sdk/models/inline_response2007.py +0 -110
  2968. graphiant_sdk/models/inline_response20070.py +0 -136
  2969. graphiant_sdk/models/inline_response20071.py +0 -110
  2970. graphiant_sdk/models/inline_response20071_stats.py +0 -162
  2971. graphiant_sdk/models/inline_response20072.py +0 -136
  2972. graphiant_sdk/models/inline_response20072_flow_table.py +0 -474
  2973. graphiant_sdk/models/inline_response20073.py +0 -110
  2974. graphiant_sdk/models/inline_response20073_app_summary.py +0 -240
  2975. graphiant_sdk/models/inline_response20073_app_summary_app_health.py +0 -136
  2976. graphiant_sdk/models/inline_response20073_app_summary_app_incidents.py +0 -110
  2977. graphiant_sdk/models/inline_response20073_app_summary_app_incidents_data.py +0 -162
  2978. graphiant_sdk/models/inline_response20073_app_summary_circuits_incidents.py +0 -136
  2979. graphiant_sdk/models/inline_response20073_app_summary_circuits_incidentsv2.py +0 -110
  2980. graphiant_sdk/models/inline_response20073_app_summary_data.py +0 -214
  2981. graphiant_sdk/models/inline_response20073_app_summary_data1.py +0 -136
  2982. graphiant_sdk/models/inline_response20074.py +0 -188
  2983. graphiant_sdk/models/inline_response20074_apps_visualization.py +0 -214
  2984. graphiant_sdk/models/inline_response20074_circuit_map.py +0 -136
  2985. graphiant_sdk/models/inline_response20074_value.py +0 -214
  2986. graphiant_sdk/models/inline_response20075.py +0 -188
  2987. graphiant_sdk/models/inline_response20075_connections_v2.py +0 -136
  2988. graphiant_sdk/models/inline_response20075_lan_segments.py +0 -162
  2989. graphiant_sdk/models/inline_response20076.py +0 -136
  2990. graphiant_sdk/models/inline_response20077.py +0 -162
  2991. graphiant_sdk/models/inline_response20077_dl_stats.py +0 -162
  2992. graphiant_sdk/models/inline_response20078.py +0 -110
  2993. graphiant_sdk/models/inline_response20079.py +0 -110
  2994. graphiant_sdk/models/inline_response20079_top_vrfs.py +0 -162
  2995. graphiant_sdk/models/inline_response2007_onboarding_redirection.py +0 -214
  2996. graphiant_sdk/models/inline_response2008.py +0 -110
  2997. graphiant_sdk/models/inline_response20080.py +0 -110
  2998. graphiant_sdk/models/inline_response20080_top_sites.py +0 -162
  2999. graphiant_sdk/models/inline_response20081.py +0 -110
  3000. graphiant_sdk/models/inline_response20082.py +0 -162
  3001. graphiant_sdk/models/inline_response20082_nat_entries.py +0 -396
  3002. graphiant_sdk/models/inline_response20083.py +0 -136
  3003. graphiant_sdk/models/inline_response20083_nat_usage.py +0 -214
  3004. graphiant_sdk/models/inline_response20084.py +0 -110
  3005. graphiant_sdk/models/inline_response20084_connections.py +0 -162
  3006. graphiant_sdk/models/inline_response20084_delta.py +0 -188
  3007. graphiant_sdk/models/inline_response20084_delta_edges_added.py +0 -188
  3008. graphiant_sdk/models/inline_response20084_delta_nodes_added.py +0 -240
  3009. graphiant_sdk/models/inline_response20084_edges.py +0 -188
  3010. graphiant_sdk/models/inline_response20084_network_topology.py +0 -240
  3011. graphiant_sdk/models/inline_response20084_nodes.py +0 -240
  3012. graphiant_sdk/models/inline_response20085.py +0 -136
  3013. graphiant_sdk/models/inline_response20085_apps_utilization.py +0 -162
  3014. graphiant_sdk/models/inline_response20086.py +0 -110
  3015. graphiant_sdk/models/inline_response20086_apps_utilization.py +0 -136
  3016. graphiant_sdk/models/inline_response20087.py +0 -318
  3017. graphiant_sdk/models/inline_response20088.py +0 -110
  3018. graphiant_sdk/models/inline_response20088_entries.py +0 -162
  3019. graphiant_sdk/models/inline_response20089.py +0 -110
  3020. graphiant_sdk/models/inline_response2009.py +0 -110
  3021. graphiant_sdk/models/inline_response20090.py +0 -110
  3022. graphiant_sdk/models/inline_response20090_apps.py +0 -110
  3023. graphiant_sdk/models/inline_response20090_lans.py +0 -110
  3024. graphiant_sdk/models/inline_response20090_rows.py +0 -292
  3025. graphiant_sdk/models/inline_response20090_sites.py +0 -110
  3026. graphiant_sdk/models/inline_response20091.py +0 -136
  3027. graphiant_sdk/models/inline_response20092.py +0 -110
  3028. graphiant_sdk/models/inline_response20092_responses.py +0 -266
  3029. graphiant_sdk/models/inline_response20093.py +0 -188
  3030. graphiant_sdk/models/inline_response20093_device.py +0 -188
  3031. graphiant_sdk/models/inline_response20094.py +0 -136
  3032. graphiant_sdk/models/inline_response20094_policy.py +0 -214
  3033. graphiant_sdk/models/inline_response20094_policy_policy.py +0 -266
  3034. graphiant_sdk/models/inline_response20094_policy_policy_sites.py +0 -240
  3035. graphiant_sdk/models/inline_response20095.py +0 -162
  3036. graphiant_sdk/models/inline_response20095_first_snapshot.py +0 -266
  3037. graphiant_sdk/models/inline_response20095_first_snapshot_author.py +0 -240
  3038. graphiant_sdk/models/inline_response20096.py +0 -136
  3039. graphiant_sdk/models/inline_response20097.py +0 -110
  3040. graphiant_sdk/models/inline_response20097_policy.py +0 -474
  3041. graphiant_sdk/models/inline_response20097_policy_auto.py +0 -136
  3042. graphiant_sdk/models/inline_response20097_policy_branches.py +0 -162
  3043. graphiant_sdk/models/inline_response20097_policy_branches_excluded_devices.py +0 -1254
  3044. graphiant_sdk/models/inline_response20097_policy_branches_prefix_set.py +0 -214
  3045. graphiant_sdk/models/inline_response20097_policy_host_prefix_set.py +0 -214
  3046. graphiant_sdk/models/inline_response20097_policy_manual.py +0 -110
  3047. graphiant_sdk/models/inline_response20098.py +0 -136
  3048. graphiant_sdk/models/inline_response20099.py +0 -110
  3049. graphiant_sdk/models/inline_response20099_entries.py +0 -188
  3050. graphiant_sdk/models/inline_response201.py +0 -110
  3051. graphiant_sdk/models/inline_response2011.py +0 -110
  3052. graphiant_sdk/models/inline_response2012.py +0 -110
  3053. graphiant_sdk/models/inline_response202.py +0 -136
  3054. graphiant_sdk/models/inline_response2021.py +0 -136
  3055. graphiant_sdk/models/inline_response204.py +0 -136
  3056. graphiant_sdk/models/inline_response2041.py +0 -136
  3057. graphiant_sdk/models/inline_response2042.py +0 -136
  3058. graphiant_sdk/models/inline_response204_result.py +0 -162
  3059. graphiant_sdk/models/inline_response204_result_ping_result.py +0 -240
  3060. graphiant_sdk/models/inline_response204_result_route_info.py +0 -162
  3061. graphiant_sdk/models/inline_response204_result_trace_result.py +0 -266
  3062. graphiant_sdk/models/inline_response204_result_trace_result_hops.py +0 -188
  3063. graphiant_sdk/models/integration_integration_id_body.py +0 -110
  3064. graphiant_sdk/models/interfacereset_device_id_body.py +0 -110
  3065. graphiant_sdk/models/inventory_enterprise_body.py +0 -136
  3066. graphiant_sdk/models/lansegmentsusage_top_body.py +0 -188
  3067. graphiant_sdk/models/login_callback_body.py +0 -136
  3068. graphiant_sdk/models/login_spa_body.py +0 -136
  3069. graphiant_sdk/models/mfa_confirmation_body.py +0 -188
  3070. graphiant_sdk/models/monitoring_bfd_body.py +0 -162
  3071. graphiant_sdk/models/monitoring_bgp_body.py +0 -162
  3072. graphiant_sdk/models/monitoring_ikeerrorhistory_body.py +0 -162
  3073. graphiant_sdk/models/monitoring_interface_body.py +0 -162
  3074. graphiant_sdk/models/monitoring_ipsec_body.py +0 -162
  3075. graphiant_sdk/models/monitoring_ospf_body.py +0 -162
  3076. graphiant_sdk/models/monitoring_policy_body.py +0 -162
  3077. graphiant_sdk/models/monitoring_queue_body.py +0 -162
  3078. graphiant_sdk/models/monitoring_queueinstant_body.py +0 -214
  3079. graphiant_sdk/models/monitoring_twamp_body.py +0 -162
  3080. graphiant_sdk/models/notification_create_body.py +0 -136
  3081. graphiant_sdk/models/notification_delete_body.py +0 -110
  3082. graphiant_sdk/models/notification_enabledisable_body.py +0 -136
  3083. graphiant_sdk/models/notification_update_body.py +0 -136
  3084. graphiant_sdk/models/policy_prefixsets_body.py +0 -214
  3085. graphiant_sdk/models/policy_routetagsets_body.py +0 -110
  3086. graphiant_sdk/models/portal_apikeys_body.py +0 -110
  3087. graphiant_sdk/models/prefixsets_id_body.py +0 -188
  3088. graphiant_sdk/models/private_sync_body.py +0 -162
  3089. graphiant_sdk/models/resetipsecsession_device_id_body.py +0 -188
  3090. graphiant_sdk/models/rule_enabledisable_body.py +0 -136
  3091. graphiant_sdk/models/site_id_top_body.py +0 -136
  3092. graphiant_sdk/models/sites_site_id_body.py +0 -110
  3093. graphiant_sdk/models/sitesusage_top_body.py +0 -214
  3094. graphiant_sdk/models/sitetwamp_site_id_body.py +0 -136
  3095. graphiant_sdk/models/system_ack_body.py +0 -110
  3096. graphiant_sdk/models/troubleshooting_enterprise_body.py +0 -136
  3097. graphiant_sdk/models/upgrade_schedule_body.py +0 -188
  3098. graphiant_sdk/models/upload_notes_body.py +0 -110
  3099. graphiant_sdk/models/v1_enterprises_body.py +0 -344
  3100. graphiant_sdk/models/v1_enterprises_body1.py +0 -318
  3101. graphiant_sdk/models/v1_extranetsb2b_body.py +0 -162
  3102. graphiant_sdk/models/v1_gateways_body.py +0 -136
  3103. graphiant_sdk/models/v1_gateways_body1.py +0 -110
  3104. graphiant_sdk/models/v1_groups_body.py +0 -292
  3105. graphiant_sdk/models/v1_logs_body.py +0 -292
  3106. graphiant_sdk/models/v1_sites_body.py +0 -136
  3107. graphiant_sdk/models/v1_users_body.py +0 -188
  3108. graphiant_sdk/models/v1_version_body.py +0 -162
  3109. graphiant_sdk/models/v1activitylogs_selector.py +0 -240
  3110. graphiant_sdk/models/v1activitylogs_selector_job_entity.py +0 -162
  3111. graphiant_sdk/models/v1activitylogs_selector_v2.py +0 -240
  3112. graphiant_sdk/models/v1auditcomplete_entry.py +0 -422
  3113. graphiant_sdk/models/v1auditcomplete_entry_end.py +0 -136
  3114. graphiant_sdk/models/v1auditcomplete_entry_failed_target_results.py +0 -162
  3115. graphiant_sdk/models/v1auditcomplete_entry_target.py +0 -136
  3116. graphiant_sdk/models/v1auditlogs_selectors.py +0 -136
  3117. graphiant_sdk/models/v1backbonehealthoverview_dimensions.py +0 -448
  3118. graphiant_sdk/models/v1backbonehealthoverview_filter.py +0 -214
  3119. graphiant_sdk/models/v1dataassuranceassurancesglobal_config.py +0 -240
  3120. graphiant_sdk/models/v1dataassuranceassurancesglobal_config_apps.py +0 -266
  3121. graphiant_sdk/models/v1dataassuranceassurancesglobal_config_servers.py +0 -162
  3122. graphiant_sdk/models/v1devicesbringuptoken_valid_till_ts.py +0 -136
  3123. graphiant_sdk/models/v1devicesdevice_idconfig_core.py +0 -474
  3124. graphiant_sdk/models/v1devicesdevice_idconfig_core_bgp_instance.py +0 -188
  3125. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf.py +0 -448
  3126. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_bgp_aggregations.py +0 -136
  3127. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_ebgp_multipath.py +0 -110
  3128. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_nat_ruleset.py +0 -110
  3129. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_ospfv2.py +0 -110
  3130. graphiant_sdk/models/v1devicesdevice_idconfig_core_core_vrf_overlay_filters.py +0 -136
  3131. graphiant_sdk/models/v1devicesdevice_idconfig_core_interfaces.py +0 -136
  3132. graphiant_sdk/models/v1devicesdevice_idconfig_core_ipfix_exporters.py +0 -136
  3133. graphiant_sdk/models/v1devicesdevice_idconfig_core_isp_vrfs.py +0 -136
  3134. graphiant_sdk/models/v1devicesdevice_idconfig_core_prefix_sets.py +0 -136
  3135. graphiant_sdk/models/v1devicesdevice_idconfig_core_prometheus.py +0 -162
  3136. graphiant_sdk/models/v1devicesdevice_idconfig_core_prometheus_sink.py +0 -110
  3137. graphiant_sdk/models/v1devicesdevice_idconfig_core_route_policies.py +0 -136
  3138. graphiant_sdk/models/v1devicesdevice_idconfig_core_site.py +0 -422
  3139. graphiant_sdk/models/v1devicesdevice_idconfig_core_traffic_policy.py +0 -266
  3140. graphiant_sdk/models/v1devicesdevice_idconfig_core_value.py +0 -110
  3141. graphiant_sdk/models/v1devicesdevice_idconfig_core_value1.py +0 -110
  3142. graphiant_sdk/models/v1devicesdevice_idconfig_core_value2.py +0 -448
  3143. graphiant_sdk/models/v1devicesdevice_idconfig_core_value3.py +0 -110
  3144. graphiant_sdk/models/v1devicesdevice_idconfig_edge.py +0 -838
  3145. graphiant_sdk/models/v1devicesdevice_idconfig_edge_circuits.py +0 -136
  3146. graphiant_sdk/models/v1devicesdevice_idconfig_edge_dns.py +0 -110
  3147. graphiant_sdk/models/v1devicesdevice_idconfig_edge_dns_dns.py +0 -162
  3148. graphiant_sdk/models/v1devicesdevice_idconfig_edge_local_route_tag.py +0 -110
  3149. graphiant_sdk/models/v1devicesdevice_idconfig_edge_nat_policy.py +0 -110
  3150. graphiant_sdk/models/v1devicesdevice_idconfig_edge_site_to_site_vpn.py +0 -136
  3151. graphiant_sdk/models/v1devicesdevice_idconfig_edge_snmp_global_object.py +0 -136
  3152. graphiant_sdk/models/v1devicesdevice_idconfig_edge_value.py +0 -604
  3153. graphiant_sdk/models/v1devicesdevice_idconfig_edge_value1.py +0 -110
  3154. graphiant_sdk/models/v1devicesdevice_iddraft_draft.py +0 -1254
  3155. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp.py +0 -162
  3156. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp1.py +0 -240
  3157. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp_aggregations.py +0 -188
  3158. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp_multipath.py +0 -136
  3159. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp_neighbors.py +0 -682
  3160. graphiant_sdk/models/v1devicesdevice_iddraft_draft_bgp_redistributions.py +0 -214
  3161. graphiant_sdk/models/v1devicesdevice_iddraft_draft_circuits.py +0 -838
  3162. graphiant_sdk/models/v1devicesdevice_iddraft_draft_core_logical_interfaces_v2.py +0 -214
  3163. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dhcp_subnets.py +0 -526
  3164. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dns.py +0 -240
  3165. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dns_cloudflare_servers.py +0 -266
  3166. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dns_dynamic_servers_v2.py +0 -136
  3167. graphiant_sdk/models/v1devicesdevice_iddraft_draft_dns_static_servers_v2.py +0 -188
  3168. graphiant_sdk/models/v1devicesdevice_iddraft_draft_entries.py +0 -214
  3169. graphiant_sdk/models/v1devicesdevice_iddraft_draft_interfaces.py +0 -864
  3170. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ip_sec.py +0 -760
  3171. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ipfix_exporters.py +0 -474
  3172. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ipsec_tunnels.py +0 -552
  3173. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ipv4.py +0 -240
  3174. graphiant_sdk/models/v1devicesdevice_iddraft_draft_nat_policy.py +0 -110
  3175. graphiant_sdk/models/v1devicesdevice_iddraft_draft_nat_policy_nat_policy_rulesets.py +0 -188
  3176. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ospfv2_process.py +0 -266
  3177. graphiant_sdk/models/v1devicesdevice_iddraft_draft_ospfv3_process.py +0 -266
  3178. graphiant_sdk/models/v1devicesdevice_iddraft_draft_overlay_filters.py +0 -136
  3179. graphiant_sdk/models/v1devicesdevice_iddraft_draft_policies.py +0 -162
  3180. graphiant_sdk/models/v1devicesdevice_iddraft_draft_prefix_sets.py +0 -344
  3181. graphiant_sdk/models/v1devicesdevice_iddraft_draft_profile.py +0 -162
  3182. graphiant_sdk/models/v1devicesdevice_iddraft_draft_region.py +0 -136
  3183. graphiant_sdk/models/v1devicesdevice_iddraft_draft_routing_policies.py +0 -318
  3184. graphiant_sdk/models/v1devicesdevice_iddraft_draft_segments.py +0 -630
  3185. graphiant_sdk/models/v1devicesdevice_iddraft_draft_sfp_optical_strength.py +0 -214
  3186. graphiant_sdk/models/v1devicesdevice_iddraft_draft_site.py +0 -448
  3187. graphiant_sdk/models/v1devicesdevice_iddraft_draft_site_devices.py +0 -136
  3188. graphiant_sdk/models/v1devicesdevice_iddraft_draft_site_policy_tag.py +0 -162
  3189. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp.py +0 -812
  3190. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_communities.py +0 -136
  3191. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_engine_endpoints.py +0 -266
  3192. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_notify_filter_profiles.py +0 -162
  3193. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_targets.py +0 -370
  3194. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_usm_local_users.py +0 -240
  3195. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_usm_remote_users.py +0 -240
  3196. graphiant_sdk/models/v1devicesdevice_iddraft_draft_snmp_vacm_groups.py +0 -214
  3197. graphiant_sdk/models/v1devicesdevice_iddraft_draft_statements.py +0 -188
  3198. graphiant_sdk/models/v1devicesdevice_iddraft_draft_static.py +0 -110
  3199. graphiant_sdk/models/v1devicesdevice_iddraft_draft_static_routes.py +0 -240
  3200. graphiant_sdk/models/v1devicesdevice_iddraft_draft_subinterfaces.py +0 -682
  3201. graphiant_sdk/models/v1devicesdevice_iddraft_draft_syslog_targets.py +0 -422
  3202. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy.py +0 -266
  3203. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_dpi_applications.py +0 -396
  3204. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_network_lists.py +0 -162
  3205. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_port_lists.py +0 -162
  3206. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_security_rulesets.py +0 -292
  3207. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_zone_firewalls.py +0 -162
  3208. graphiant_sdk/models/v1devicesdevice_iddraft_draft_traffic_policy_zone_pairs.py +0 -188
  3209. graphiant_sdk/models/v1devicesinventory_hardware_inventory_list.py +0 -500
  3210. graphiant_sdk/models/v1devicesupgradeschedule_version.py +0 -162
  3211. graphiant_sdk/models/v1diagnosticcleararpdevice_id_address.py +0 -110
  3212. graphiant_sdk/models/v1diagnosticcleararpdevice_id_entry.py +0 -162
  3213. graphiant_sdk/models/v1diagnosticpacketcapturestart_filter.py +0 -188
  3214. graphiant_sdk/models/v1diagnosticpacketcapturestart_filter_destination.py +0 -136
  3215. graphiant_sdk/models/v1diagnosticpacketcapturestart_target.py +0 -136
  3216. graphiant_sdk/models/v1diagnosticspeedtest_params.py +0 -188
  3217. graphiant_sdk/models/v1enterpriseconfiguration_configuration.py +0 -110
  3218. graphiant_sdk/models/v1enterprisecontract_expiration_date.py +0 -136
  3219. graphiant_sdk/models/v1extranetsb2b_policy.py +0 -266
  3220. graphiant_sdk/models/v1extranetsb2b_policy_profiles.py +0 -136
  3221. graphiant_sdk/models/v1extranetsb2b_policy_sla.py +0 -162
  3222. graphiant_sdk/models/v1extranetsb2bconsumer_policer_site_lists.py +0 -136
  3223. graphiant_sdk/models/v1extranetsb2bconsumer_policy.py +0 -162
  3224. graphiant_sdk/models/v1extranetsb2bconsumer_rules.py +0 -136
  3225. graphiant_sdk/models/v1extranetsb2bconsumer_site_information.py +0 -240
  3226. graphiant_sdk/models/v1extranetsb2bidcustomer_invites.py +0 -240
  3227. graphiant_sdk/models/v1extranetssourcesegments_target.py +0 -162
  3228. graphiant_sdk/models/v1extranetssourcesegments_target_prefix_set.py +0 -214
  3229. graphiant_sdk/models/v1extranetssourcesegments_target_prefix_set_entries.py +0 -136
  3230. graphiant_sdk/models/v1flowsflowtable_selector.py +0 -136
  3231. graphiant_sdk/models/v1flowstopology_app_selector.py +0 -162
  3232. graphiant_sdk/models/v1gateways_details.py +0 -318
  3233. graphiant_sdk/models/v1gateways_details_aws.py +0 -162
  3234. graphiant_sdk/models/v1gateways_details_aws_advance_settings.py +0 -240
  3235. graphiant_sdk/models/v1gateways_details_aws_transit_connection.py +0 -188
  3236. graphiant_sdk/models/v1gateways_details_azure.py +0 -162
  3237. graphiant_sdk/models/v1gateways_details_gcp.py +0 -162
  3238. graphiant_sdk/models/v1gateways_details_ipsec_gateway.py +0 -344
  3239. graphiant_sdk/models/v1gateways_details_ipsec_gateway_routing.py +0 -136
  3240. graphiant_sdk/models/v1gateways_details_ipsec_gateway_tunnel1.py +0 -188
  3241. graphiant_sdk/models/v1gateways_details_oci.py +0 -162
  3242. graphiant_sdk/models/v1gatewaysstatus_device_info.py +0 -136
  3243. graphiant_sdk/models/v1globalconfig_global_prefix_sets.py +0 -136
  3244. graphiant_sdk/models/v1globalconfig_ipfix_exporters.py +0 -136
  3245. graphiant_sdk/models/v1globalconfig_prefix_sets.py +0 -136
  3246. graphiant_sdk/models/v1globalconfig_routing_policies.py +0 -136
  3247. graphiant_sdk/models/v1globalconfig_snmps.py +0 -136
  3248. graphiant_sdk/models/v1globalconfig_syslog_servers.py +0 -136
  3249. graphiant_sdk/models/v1globalconfig_traffic_policies.py +0 -266
  3250. graphiant_sdk/models/v1globalconfig_traffic_policies_dpi_applications.py +0 -136
  3251. graphiant_sdk/models/v1globalconfig_traffic_policies_network_lists.py +0 -136
  3252. graphiant_sdk/models/v1globalconfig_traffic_policies_security_rulesets.py +0 -136
  3253. graphiant_sdk/models/v1globalconfig_traffic_policies_value.py +0 -110
  3254. graphiant_sdk/models/v1globalconfig_traffic_policies_value1.py +0 -110
  3255. graphiant_sdk/models/v1globalconfig_traffic_policies_value2.py +0 -110
  3256. graphiant_sdk/models/v1globalconfig_traffic_policies_value3.py +0 -110
  3257. graphiant_sdk/models/v1globalconfig_traffic_policies_value4.py +0 -110
  3258. graphiant_sdk/models/v1globalconfig_traffic_policies_zone_firewalls.py +0 -136
  3259. graphiant_sdk/models/v1globalconfig_traffic_policies_zones.py +0 -136
  3260. graphiant_sdk/models/v1globalconfig_value.py +0 -110
  3261. graphiant_sdk/models/v1globalconfig_value1.py +0 -110
  3262. graphiant_sdk/models/v1globalconfig_value1_exporter.py +0 -344
  3263. graphiant_sdk/models/v1globalconfig_value2.py +0 -110
  3264. graphiant_sdk/models/v1globalconfig_value2_target.py +0 -110
  3265. graphiant_sdk/models/v1globalconfig_value3.py +0 -110
  3266. graphiant_sdk/models/v1globalconfig_value3_policy.py +0 -266
  3267. graphiant_sdk/models/v1globalconfig_value4.py +0 -110
  3268. graphiant_sdk/models/v1globalconfig_value4_config.py +0 -786
  3269. graphiant_sdk/models/v1globalconfig_value5.py +0 -110
  3270. graphiant_sdk/models/v1globalconfig_value5_target.py +0 -344
  3271. graphiant_sdk/models/v1globalconfig_value6.py +0 -110
  3272. graphiant_sdk/models/v1globalconfig_value6_vpn_profile.py +0 -422
  3273. graphiant_sdk/models/v1globalconfig_value_prefix_set.py +0 -240
  3274. graphiant_sdk/models/v1globalconfig_vpn_profiles.py +0 -136
  3275. graphiant_sdk/models/v1globalconfigsite_global_prefix_set_ops.py +0 -136
  3276. graphiant_sdk/models/v1globalconfigsite_ipfix_exporter_ops_v2.py +0 -136
  3277. graphiant_sdk/models/v1globalconfigsite_value.py +0 -136
  3278. graphiant_sdk/models/v1globalconfigsite_value_interface.py +0 -110
  3279. graphiant_sdk/models/v1groups_permissions.py +0 -552
  3280. graphiant_sdk/models/v1logs_selectors.py +0 -136
  3281. graphiant_sdk/models/v1policyprefixsets_entries.py +0 -136
  3282. graphiant_sdk/models/v1policyprefixsets_prefix_set_entries.py +0 -136
  3283. graphiant_sdk/models/v1policyprefixsets_value.py +0 -162
  3284. graphiant_sdk/models/v1policyprefixsets_value1.py +0 -188
  3285. graphiant_sdk/models/v1policyprefixsetsid_prefix_set_entries.py +0 -136
  3286. graphiant_sdk/models/v1policyprefixsetsid_value.py +0 -110
  3287. graphiant_sdk/models/v1policyroutetagsets_tag.py +0 -162
  3288. graphiant_sdk/models/v1portalprivatesync_inventory.py +0 -188
  3289. graphiant_sdk/models/v1sites_site.py +0 -422
  3290. graphiant_sdk/models/v1sites_site_ipfix_exporter_ops_v2.py +0 -136
  3291. graphiant_sdk/models/v1sites_site_location.py +0 -370
  3292. graphiant_sdk/models/v1sites_site_value.py +0 -136
  3293. graphiant_sdk/models/v1softwaregcsreleaseuploadnotes_details.py +0 -162
  3294. graphiant_sdk/models/v1softwaregcsreleaseuploadnotes_details_category.py +0 -136
  3295. graphiant_sdk/models/v1troubleshootingenterprise_dimensions.py +0 -500
  3296. graphiant_sdk/models/v1version_configuration_metadata.py +0 -162
  3297. graphiant_sdk/models/v2_childalertlist_body.py +0 -110
  3298. graphiant_sdk/models/v2_integration_body.py +0 -110
  3299. graphiant_sdk/models/v2assistantaddtoconversation_question.py +0 -188
  3300. graphiant_sdk/models/v2assistantgetconversationdetails_time_window.py +0 -162
  3301. graphiant_sdk/models/v2assurancetopologyclientsessions_filter.py +0 -162
  3302. graphiant_sdk/models/v2assuranceupdateclassifiedapplication_classified_application_list.py +0 -214
  3303. graphiant_sdk/models/v2auditlogs_selector.py +0 -214
  3304. graphiant_sdk/models/v2integration_integration_body.py +0 -266
  3305. graphiant_sdk/models/v2integration_integration_body_details.py +0 -162
  3306. graphiant_sdk/models/v2integrationintegration_id_integration_body.py +0 -240
  3307. graphiant_sdk/models/v2monitoringbfd_selectors.py +0 -162
  3308. graphiant_sdk/models/v2monitoringbgp_selectors.py +0 -162
  3309. graphiant_sdk/models/v2monitoringinterface_selectors.py +0 -136
  3310. graphiant_sdk/models/v2monitoringipsec_selectors.py +0 -136
  3311. graphiant_sdk/models/v2monitoringospf_selectors.py +0 -162
  3312. graphiant_sdk/models/v2monitoringpolicy_selectors.py +0 -136
  3313. graphiant_sdk/models/v2monitoringqueue_selectors.py +0 -188
  3314. graphiant_sdk/models/v2monitoringqueueinstant_selectors.py +0 -162
  3315. graphiant_sdk/models/v2monitoringsitecircuitsbandwidthsite_id_selectors.py +0 -136
  3316. graphiant_sdk/models/v2monitoringsitetwampsite_id_selectors.py +0 -188
  3317. graphiant_sdk/models/v2notificationcreate_notification_body.py +0 -344
  3318. graphiant_sdk-25.6.1.dist-info/METADATA +0 -103
  3319. graphiant_sdk-25.6.1.dist-info/RECORD +0 -1030
  3320. graphiant_sdk-25.6.1.dist-info/top_level.txt +0 -1
  3321. {graphiant_sdk-25.6.1.dist-info → graphiant_sdk-25.7.1.dist-info}/WHEEL +0 -0
  3322. {graphiant_sdk-25.6.1.dist-info → graphiant_sdk-25.7.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,1254 +0,0 @@
1
- # coding: utf-8
2
-
3
- """
4
- Graphiant APIs
5
-
6
- **To use the APIs:** 1) Login using /api/v1/auth/login 2) Copy the value of \"token\" in the response 3) Click the \"Authorize\" button 4) In the \"Value\" text field enter: \"Bearer <paste token from login api response>\" 5) Click \"Authorize\" 6) If a valid token was entered, all requests are now authorized **The token is valid for 2 hours, if it's expired (403 response from apis):** 1) Login again using the login api 2) Click \"Authorize\" 3) Click \"Logout\" and enter the new token just as before # noqa: E501
7
-
8
- OpenAPI spec version: 1.0.0
9
-
10
- Generated by: https://github.com/swagger-api/swagger-codegen.git
11
- """
12
-
13
- import pprint
14
- import re # noqa: F401
15
-
16
- import six
17
-
18
- class InlineResponse20097PolicyBranchesExcludedDevices(object):
19
- """NOTE: This class is auto generated by the swagger code generator program.
20
-
21
- Do not edit the class manually.
22
- """
23
- """
24
- Attributes:
25
- swagger_types (dict): The key is attribute name
26
- and the value is attribute type.
27
- attribute_map (dict): The key is attribute name
28
- and the value is json key in definition.
29
- """
30
- swagger_types = {
31
- 'bgp': 'object',
32
- 'bgp_enabled': 'str',
33
- 'circuits': 'list[object]',
34
- 'config_updated_at': 'object',
35
- 'created_at': 'object',
36
- 'dhcp_server_enabled': 'str',
37
- 'dns': 'object',
38
- 'gdi': 'str',
39
- 'hostname': 'str',
40
- 'id': 'str',
41
- 'interfaces': 'list[object]',
42
- 'internal_state': 'str',
43
- 'ipfix_enabled': 'str',
44
- 'ipfix_exporters': 'list[object]',
45
- 'ipsec_tunnels': 'list[object]',
46
- 'last_booted_at': 'object',
47
- 'lldp_enabled': 'str',
48
- 'local_route_tag': 'object',
49
- 'local_web_server_password': 'str',
50
- 'location': 'object',
51
- 'maintenance_mode': 'str',
52
- 'nat_policy': 'object',
53
- 'notes': 'str',
54
- 'oper_staled': 'str',
55
- 'oper_staled_at': 'object',
56
- 'oper_updated_at': 'object',
57
- 'ospfv2_enabled': 'str',
58
- 'ospfv3_enabled': 'str',
59
- 'platform': 'str',
60
- 'prefix_sets': 'list[object]',
61
- 'reboot_reason': 'str',
62
- 'region': 'object',
63
- 'region_override': 'object',
64
- 'role': 'str',
65
- 'routing_policies': 'list[object]',
66
- 'segments': 'list[object]',
67
- 'serial_number': 'str',
68
- 'site': 'object',
69
- 'snmp': 'object',
70
- 'software_version': 'str',
71
- 'static_routes_enabled': 'str',
72
- 'status': 'str',
73
- 'traffic_policy': 'object',
74
- 'uptime': 'object',
75
- 'vrrp_enabled': 'str'
76
- }
77
-
78
- attribute_map = {
79
- 'bgp': 'bgp',
80
- 'bgp_enabled': 'bgpEnabled',
81
- 'circuits': 'circuits',
82
- 'config_updated_at': 'configUpdatedAt',
83
- 'created_at': 'createdAt',
84
- 'dhcp_server_enabled': 'dhcpServerEnabled',
85
- 'dns': 'dns',
86
- 'gdi': 'gdi',
87
- 'hostname': 'hostname',
88
- 'id': 'id',
89
- 'interfaces': 'interfaces',
90
- 'internal_state': 'internalState',
91
- 'ipfix_enabled': 'ipfixEnabled',
92
- 'ipfix_exporters': 'ipfixExporters',
93
- 'ipsec_tunnels': 'ipsecTunnels',
94
- 'last_booted_at': 'lastBootedAt',
95
- 'lldp_enabled': 'lldpEnabled',
96
- 'local_route_tag': 'localRouteTag',
97
- 'local_web_server_password': 'localWebServerPassword',
98
- 'location': 'location',
99
- 'maintenance_mode': 'maintenanceMode',
100
- 'nat_policy': 'natPolicy',
101
- 'notes': 'notes',
102
- 'oper_staled': 'operStaled',
103
- 'oper_staled_at': 'operStaledAt',
104
- 'oper_updated_at': 'operUpdatedAt',
105
- 'ospfv2_enabled': 'ospfv2Enabled',
106
- 'ospfv3_enabled': 'ospfv3Enabled',
107
- 'platform': 'platform',
108
- 'prefix_sets': 'prefixSets',
109
- 'reboot_reason': 'rebootReason',
110
- 'region': 'region',
111
- 'region_override': 'regionOverride',
112
- 'role': 'role',
113
- 'routing_policies': 'routingPolicies',
114
- 'segments': 'segments',
115
- 'serial_number': 'serialNumber',
116
- 'site': 'site',
117
- 'snmp': 'snmp',
118
- 'software_version': 'softwareVersion',
119
- 'static_routes_enabled': 'staticRoutesEnabled',
120
- 'status': 'status',
121
- 'traffic_policy': 'trafficPolicy',
122
- 'uptime': 'uptime',
123
- 'vrrp_enabled': 'vrrpEnabled'
124
- }
125
-
126
- def __init__(self, bgp=None, bgp_enabled=None, circuits=None, config_updated_at=None, created_at=None, dhcp_server_enabled=None, dns=None, gdi=None, hostname=None, id=None, interfaces=None, internal_state=None, ipfix_enabled=None, ipfix_exporters=None, ipsec_tunnels=None, last_booted_at=None, lldp_enabled=None, local_route_tag=None, local_web_server_password=None, location=None, maintenance_mode=None, nat_policy=None, notes=None, oper_staled=None, oper_staled_at=None, oper_updated_at=None, ospfv2_enabled=None, ospfv3_enabled=None, platform=None, prefix_sets=None, reboot_reason=None, region=None, region_override=None, role=None, routing_policies=None, segments=None, serial_number=None, site=None, snmp=None, software_version=None, static_routes_enabled=None, status=None, traffic_policy=None, uptime=None, vrrp_enabled=None): # noqa: E501
127
- """InlineResponse20097PolicyBranchesExcludedDevices - a model defined in Swagger""" # noqa: E501
128
- self._bgp = None
129
- self._bgp_enabled = None
130
- self._circuits = None
131
- self._config_updated_at = None
132
- self._created_at = None
133
- self._dhcp_server_enabled = None
134
- self._dns = None
135
- self._gdi = None
136
- self._hostname = None
137
- self._id = None
138
- self._interfaces = None
139
- self._internal_state = None
140
- self._ipfix_enabled = None
141
- self._ipfix_exporters = None
142
- self._ipsec_tunnels = None
143
- self._last_booted_at = None
144
- self._lldp_enabled = None
145
- self._local_route_tag = None
146
- self._local_web_server_password = None
147
- self._location = None
148
- self._maintenance_mode = None
149
- self._nat_policy = None
150
- self._notes = None
151
- self._oper_staled = None
152
- self._oper_staled_at = None
153
- self._oper_updated_at = None
154
- self._ospfv2_enabled = None
155
- self._ospfv3_enabled = None
156
- self._platform = None
157
- self._prefix_sets = None
158
- self._reboot_reason = None
159
- self._region = None
160
- self._region_override = None
161
- self._role = None
162
- self._routing_policies = None
163
- self._segments = None
164
- self._serial_number = None
165
- self._site = None
166
- self._snmp = None
167
- self._software_version = None
168
- self._static_routes_enabled = None
169
- self._status = None
170
- self._traffic_policy = None
171
- self._uptime = None
172
- self._vrrp_enabled = None
173
- self.discriminator = None
174
- if bgp is not None:
175
- self.bgp = bgp
176
- if bgp_enabled is not None:
177
- self.bgp_enabled = bgp_enabled
178
- if circuits is not None:
179
- self.circuits = circuits
180
- if config_updated_at is not None:
181
- self.config_updated_at = config_updated_at
182
- if created_at is not None:
183
- self.created_at = created_at
184
- if dhcp_server_enabled is not None:
185
- self.dhcp_server_enabled = dhcp_server_enabled
186
- if dns is not None:
187
- self.dns = dns
188
- if gdi is not None:
189
- self.gdi = gdi
190
- if hostname is not None:
191
- self.hostname = hostname
192
- if id is not None:
193
- self.id = id
194
- if interfaces is not None:
195
- self.interfaces = interfaces
196
- if internal_state is not None:
197
- self.internal_state = internal_state
198
- if ipfix_enabled is not None:
199
- self.ipfix_enabled = ipfix_enabled
200
- if ipfix_exporters is not None:
201
- self.ipfix_exporters = ipfix_exporters
202
- if ipsec_tunnels is not None:
203
- self.ipsec_tunnels = ipsec_tunnels
204
- if last_booted_at is not None:
205
- self.last_booted_at = last_booted_at
206
- if lldp_enabled is not None:
207
- self.lldp_enabled = lldp_enabled
208
- if local_route_tag is not None:
209
- self.local_route_tag = local_route_tag
210
- if local_web_server_password is not None:
211
- self.local_web_server_password = local_web_server_password
212
- if location is not None:
213
- self.location = location
214
- if maintenance_mode is not None:
215
- self.maintenance_mode = maintenance_mode
216
- if nat_policy is not None:
217
- self.nat_policy = nat_policy
218
- if notes is not None:
219
- self.notes = notes
220
- if oper_staled is not None:
221
- self.oper_staled = oper_staled
222
- if oper_staled_at is not None:
223
- self.oper_staled_at = oper_staled_at
224
- if oper_updated_at is not None:
225
- self.oper_updated_at = oper_updated_at
226
- if ospfv2_enabled is not None:
227
- self.ospfv2_enabled = ospfv2_enabled
228
- if ospfv3_enabled is not None:
229
- self.ospfv3_enabled = ospfv3_enabled
230
- if platform is not None:
231
- self.platform = platform
232
- if prefix_sets is not None:
233
- self.prefix_sets = prefix_sets
234
- if reboot_reason is not None:
235
- self.reboot_reason = reboot_reason
236
- if region is not None:
237
- self.region = region
238
- if region_override is not None:
239
- self.region_override = region_override
240
- if role is not None:
241
- self.role = role
242
- if routing_policies is not None:
243
- self.routing_policies = routing_policies
244
- if segments is not None:
245
- self.segments = segments
246
- if serial_number is not None:
247
- self.serial_number = serial_number
248
- if site is not None:
249
- self.site = site
250
- if snmp is not None:
251
- self.snmp = snmp
252
- if software_version is not None:
253
- self.software_version = software_version
254
- if static_routes_enabled is not None:
255
- self.static_routes_enabled = static_routes_enabled
256
- if status is not None:
257
- self.status = status
258
- if traffic_policy is not None:
259
- self.traffic_policy = traffic_policy
260
- if uptime is not None:
261
- self.uptime = uptime
262
- if vrrp_enabled is not None:
263
- self.vrrp_enabled = vrrp_enabled
264
-
265
- @property
266
- def bgp(self):
267
- """Gets the bgp of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
268
-
269
-
270
- :return: The bgp of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
271
- :rtype: object
272
- """
273
- return self._bgp
274
-
275
- @bgp.setter
276
- def bgp(self, bgp):
277
- """Sets the bgp of this InlineResponse20097PolicyBranchesExcludedDevices.
278
-
279
-
280
- :param bgp: The bgp of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
281
- :type: object
282
- """
283
-
284
- self._bgp = bgp
285
-
286
- @property
287
- def bgp_enabled(self):
288
- """Gets the bgp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
289
-
290
-
291
- :return: The bgp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
292
- :rtype: str
293
- """
294
- return self._bgp_enabled
295
-
296
- @bgp_enabled.setter
297
- def bgp_enabled(self, bgp_enabled):
298
- """Sets the bgp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices.
299
-
300
-
301
- :param bgp_enabled: The bgp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
302
- :type: str
303
- """
304
-
305
- self._bgp_enabled = bgp_enabled
306
-
307
- @property
308
- def circuits(self):
309
- """Gets the circuits of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
310
-
311
-
312
- :return: The circuits of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
313
- :rtype: list[object]
314
- """
315
- return self._circuits
316
-
317
- @circuits.setter
318
- def circuits(self, circuits):
319
- """Sets the circuits of this InlineResponse20097PolicyBranchesExcludedDevices.
320
-
321
-
322
- :param circuits: The circuits of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
323
- :type: list[object]
324
- """
325
-
326
- self._circuits = circuits
327
-
328
- @property
329
- def config_updated_at(self):
330
- """Gets the config_updated_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
331
-
332
-
333
- :return: The config_updated_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
334
- :rtype: object
335
- """
336
- return self._config_updated_at
337
-
338
- @config_updated_at.setter
339
- def config_updated_at(self, config_updated_at):
340
- """Sets the config_updated_at of this InlineResponse20097PolicyBranchesExcludedDevices.
341
-
342
-
343
- :param config_updated_at: The config_updated_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
344
- :type: object
345
- """
346
-
347
- self._config_updated_at = config_updated_at
348
-
349
- @property
350
- def created_at(self):
351
- """Gets the created_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
352
-
353
-
354
- :return: The created_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
355
- :rtype: object
356
- """
357
- return self._created_at
358
-
359
- @created_at.setter
360
- def created_at(self, created_at):
361
- """Sets the created_at of this InlineResponse20097PolicyBranchesExcludedDevices.
362
-
363
-
364
- :param created_at: The created_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
365
- :type: object
366
- """
367
-
368
- self._created_at = created_at
369
-
370
- @property
371
- def dhcp_server_enabled(self):
372
- """Gets the dhcp_server_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
373
-
374
-
375
- :return: The dhcp_server_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
376
- :rtype: str
377
- """
378
- return self._dhcp_server_enabled
379
-
380
- @dhcp_server_enabled.setter
381
- def dhcp_server_enabled(self, dhcp_server_enabled):
382
- """Sets the dhcp_server_enabled of this InlineResponse20097PolicyBranchesExcludedDevices.
383
-
384
-
385
- :param dhcp_server_enabled: The dhcp_server_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
386
- :type: str
387
- """
388
-
389
- self._dhcp_server_enabled = dhcp_server_enabled
390
-
391
- @property
392
- def dns(self):
393
- """Gets the dns of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
394
-
395
-
396
- :return: The dns of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
397
- :rtype: object
398
- """
399
- return self._dns
400
-
401
- @dns.setter
402
- def dns(self, dns):
403
- """Sets the dns of this InlineResponse20097PolicyBranchesExcludedDevices.
404
-
405
-
406
- :param dns: The dns of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
407
- :type: object
408
- """
409
-
410
- self._dns = dns
411
-
412
- @property
413
- def gdi(self):
414
- """Gets the gdi of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
415
-
416
-
417
- :return: The gdi of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
418
- :rtype: str
419
- """
420
- return self._gdi
421
-
422
- @gdi.setter
423
- def gdi(self, gdi):
424
- """Sets the gdi of this InlineResponse20097PolicyBranchesExcludedDevices.
425
-
426
-
427
- :param gdi: The gdi of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
428
- :type: str
429
- """
430
-
431
- self._gdi = gdi
432
-
433
- @property
434
- def hostname(self):
435
- """Gets the hostname of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
436
-
437
-
438
- :return: The hostname of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
439
- :rtype: str
440
- """
441
- return self._hostname
442
-
443
- @hostname.setter
444
- def hostname(self, hostname):
445
- """Sets the hostname of this InlineResponse20097PolicyBranchesExcludedDevices.
446
-
447
-
448
- :param hostname: The hostname of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
449
- :type: str
450
- """
451
-
452
- self._hostname = hostname
453
-
454
- @property
455
- def id(self):
456
- """Gets the id of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
457
-
458
-
459
- :return: The id of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
460
- :rtype: str
461
- """
462
- return self._id
463
-
464
- @id.setter
465
- def id(self, id):
466
- """Sets the id of this InlineResponse20097PolicyBranchesExcludedDevices.
467
-
468
-
469
- :param id: The id of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
470
- :type: str
471
- """
472
-
473
- self._id = id
474
-
475
- @property
476
- def interfaces(self):
477
- """Gets the interfaces of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
478
-
479
-
480
- :return: The interfaces of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
481
- :rtype: list[object]
482
- """
483
- return self._interfaces
484
-
485
- @interfaces.setter
486
- def interfaces(self, interfaces):
487
- """Sets the interfaces of this InlineResponse20097PolicyBranchesExcludedDevices.
488
-
489
-
490
- :param interfaces: The interfaces of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
491
- :type: list[object]
492
- """
493
-
494
- self._interfaces = interfaces
495
-
496
- @property
497
- def internal_state(self):
498
- """Gets the internal_state of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
499
-
500
-
501
- :return: The internal_state of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
502
- :rtype: str
503
- """
504
- return self._internal_state
505
-
506
- @internal_state.setter
507
- def internal_state(self, internal_state):
508
- """Sets the internal_state of this InlineResponse20097PolicyBranchesExcludedDevices.
509
-
510
-
511
- :param internal_state: The internal_state of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
512
- :type: str
513
- """
514
-
515
- self._internal_state = internal_state
516
-
517
- @property
518
- def ipfix_enabled(self):
519
- """Gets the ipfix_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
520
-
521
-
522
- :return: The ipfix_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
523
- :rtype: str
524
- """
525
- return self._ipfix_enabled
526
-
527
- @ipfix_enabled.setter
528
- def ipfix_enabled(self, ipfix_enabled):
529
- """Sets the ipfix_enabled of this InlineResponse20097PolicyBranchesExcludedDevices.
530
-
531
-
532
- :param ipfix_enabled: The ipfix_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
533
- :type: str
534
- """
535
-
536
- self._ipfix_enabled = ipfix_enabled
537
-
538
- @property
539
- def ipfix_exporters(self):
540
- """Gets the ipfix_exporters of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
541
-
542
-
543
- :return: The ipfix_exporters of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
544
- :rtype: list[object]
545
- """
546
- return self._ipfix_exporters
547
-
548
- @ipfix_exporters.setter
549
- def ipfix_exporters(self, ipfix_exporters):
550
- """Sets the ipfix_exporters of this InlineResponse20097PolicyBranchesExcludedDevices.
551
-
552
-
553
- :param ipfix_exporters: The ipfix_exporters of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
554
- :type: list[object]
555
- """
556
-
557
- self._ipfix_exporters = ipfix_exporters
558
-
559
- @property
560
- def ipsec_tunnels(self):
561
- """Gets the ipsec_tunnels of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
562
-
563
-
564
- :return: The ipsec_tunnels of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
565
- :rtype: list[object]
566
- """
567
- return self._ipsec_tunnels
568
-
569
- @ipsec_tunnels.setter
570
- def ipsec_tunnels(self, ipsec_tunnels):
571
- """Sets the ipsec_tunnels of this InlineResponse20097PolicyBranchesExcludedDevices.
572
-
573
-
574
- :param ipsec_tunnels: The ipsec_tunnels of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
575
- :type: list[object]
576
- """
577
-
578
- self._ipsec_tunnels = ipsec_tunnels
579
-
580
- @property
581
- def last_booted_at(self):
582
- """Gets the last_booted_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
583
-
584
-
585
- :return: The last_booted_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
586
- :rtype: object
587
- """
588
- return self._last_booted_at
589
-
590
- @last_booted_at.setter
591
- def last_booted_at(self, last_booted_at):
592
- """Sets the last_booted_at of this InlineResponse20097PolicyBranchesExcludedDevices.
593
-
594
-
595
- :param last_booted_at: The last_booted_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
596
- :type: object
597
- """
598
-
599
- self._last_booted_at = last_booted_at
600
-
601
- @property
602
- def lldp_enabled(self):
603
- """Gets the lldp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
604
-
605
-
606
- :return: The lldp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
607
- :rtype: str
608
- """
609
- return self._lldp_enabled
610
-
611
- @lldp_enabled.setter
612
- def lldp_enabled(self, lldp_enabled):
613
- """Sets the lldp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices.
614
-
615
-
616
- :param lldp_enabled: The lldp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
617
- :type: str
618
- """
619
-
620
- self._lldp_enabled = lldp_enabled
621
-
622
- @property
623
- def local_route_tag(self):
624
- """Gets the local_route_tag of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
625
-
626
-
627
- :return: The local_route_tag of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
628
- :rtype: object
629
- """
630
- return self._local_route_tag
631
-
632
- @local_route_tag.setter
633
- def local_route_tag(self, local_route_tag):
634
- """Sets the local_route_tag of this InlineResponse20097PolicyBranchesExcludedDevices.
635
-
636
-
637
- :param local_route_tag: The local_route_tag of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
638
- :type: object
639
- """
640
-
641
- self._local_route_tag = local_route_tag
642
-
643
- @property
644
- def local_web_server_password(self):
645
- """Gets the local_web_server_password of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
646
-
647
-
648
- :return: The local_web_server_password of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
649
- :rtype: str
650
- """
651
- return self._local_web_server_password
652
-
653
- @local_web_server_password.setter
654
- def local_web_server_password(self, local_web_server_password):
655
- """Sets the local_web_server_password of this InlineResponse20097PolicyBranchesExcludedDevices.
656
-
657
-
658
- :param local_web_server_password: The local_web_server_password of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
659
- :type: str
660
- """
661
-
662
- self._local_web_server_password = local_web_server_password
663
-
664
- @property
665
- def location(self):
666
- """Gets the location of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
667
-
668
-
669
- :return: The location of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
670
- :rtype: object
671
- """
672
- return self._location
673
-
674
- @location.setter
675
- def location(self, location):
676
- """Sets the location of this InlineResponse20097PolicyBranchesExcludedDevices.
677
-
678
-
679
- :param location: The location of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
680
- :type: object
681
- """
682
-
683
- self._location = location
684
-
685
- @property
686
- def maintenance_mode(self):
687
- """Gets the maintenance_mode of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
688
-
689
-
690
- :return: The maintenance_mode of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
691
- :rtype: str
692
- """
693
- return self._maintenance_mode
694
-
695
- @maintenance_mode.setter
696
- def maintenance_mode(self, maintenance_mode):
697
- """Sets the maintenance_mode of this InlineResponse20097PolicyBranchesExcludedDevices.
698
-
699
-
700
- :param maintenance_mode: The maintenance_mode of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
701
- :type: str
702
- """
703
-
704
- self._maintenance_mode = maintenance_mode
705
-
706
- @property
707
- def nat_policy(self):
708
- """Gets the nat_policy of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
709
-
710
-
711
- :return: The nat_policy of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
712
- :rtype: object
713
- """
714
- return self._nat_policy
715
-
716
- @nat_policy.setter
717
- def nat_policy(self, nat_policy):
718
- """Sets the nat_policy of this InlineResponse20097PolicyBranchesExcludedDevices.
719
-
720
-
721
- :param nat_policy: The nat_policy of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
722
- :type: object
723
- """
724
-
725
- self._nat_policy = nat_policy
726
-
727
- @property
728
- def notes(self):
729
- """Gets the notes of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
730
-
731
-
732
- :return: The notes of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
733
- :rtype: str
734
- """
735
- return self._notes
736
-
737
- @notes.setter
738
- def notes(self, notes):
739
- """Sets the notes of this InlineResponse20097PolicyBranchesExcludedDevices.
740
-
741
-
742
- :param notes: The notes of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
743
- :type: str
744
- """
745
-
746
- self._notes = notes
747
-
748
- @property
749
- def oper_staled(self):
750
- """Gets the oper_staled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
751
-
752
-
753
- :return: The oper_staled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
754
- :rtype: str
755
- """
756
- return self._oper_staled
757
-
758
- @oper_staled.setter
759
- def oper_staled(self, oper_staled):
760
- """Sets the oper_staled of this InlineResponse20097PolicyBranchesExcludedDevices.
761
-
762
-
763
- :param oper_staled: The oper_staled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
764
- :type: str
765
- """
766
-
767
- self._oper_staled = oper_staled
768
-
769
- @property
770
- def oper_staled_at(self):
771
- """Gets the oper_staled_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
772
-
773
-
774
- :return: The oper_staled_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
775
- :rtype: object
776
- """
777
- return self._oper_staled_at
778
-
779
- @oper_staled_at.setter
780
- def oper_staled_at(self, oper_staled_at):
781
- """Sets the oper_staled_at of this InlineResponse20097PolicyBranchesExcludedDevices.
782
-
783
-
784
- :param oper_staled_at: The oper_staled_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
785
- :type: object
786
- """
787
-
788
- self._oper_staled_at = oper_staled_at
789
-
790
- @property
791
- def oper_updated_at(self):
792
- """Gets the oper_updated_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
793
-
794
-
795
- :return: The oper_updated_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
796
- :rtype: object
797
- """
798
- return self._oper_updated_at
799
-
800
- @oper_updated_at.setter
801
- def oper_updated_at(self, oper_updated_at):
802
- """Sets the oper_updated_at of this InlineResponse20097PolicyBranchesExcludedDevices.
803
-
804
-
805
- :param oper_updated_at: The oper_updated_at of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
806
- :type: object
807
- """
808
-
809
- self._oper_updated_at = oper_updated_at
810
-
811
- @property
812
- def ospfv2_enabled(self):
813
- """Gets the ospfv2_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
814
-
815
-
816
- :return: The ospfv2_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
817
- :rtype: str
818
- """
819
- return self._ospfv2_enabled
820
-
821
- @ospfv2_enabled.setter
822
- def ospfv2_enabled(self, ospfv2_enabled):
823
- """Sets the ospfv2_enabled of this InlineResponse20097PolicyBranchesExcludedDevices.
824
-
825
-
826
- :param ospfv2_enabled: The ospfv2_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
827
- :type: str
828
- """
829
-
830
- self._ospfv2_enabled = ospfv2_enabled
831
-
832
- @property
833
- def ospfv3_enabled(self):
834
- """Gets the ospfv3_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
835
-
836
-
837
- :return: The ospfv3_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
838
- :rtype: str
839
- """
840
- return self._ospfv3_enabled
841
-
842
- @ospfv3_enabled.setter
843
- def ospfv3_enabled(self, ospfv3_enabled):
844
- """Sets the ospfv3_enabled of this InlineResponse20097PolicyBranchesExcludedDevices.
845
-
846
-
847
- :param ospfv3_enabled: The ospfv3_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
848
- :type: str
849
- """
850
-
851
- self._ospfv3_enabled = ospfv3_enabled
852
-
853
- @property
854
- def platform(self):
855
- """Gets the platform of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
856
-
857
-
858
- :return: The platform of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
859
- :rtype: str
860
- """
861
- return self._platform
862
-
863
- @platform.setter
864
- def platform(self, platform):
865
- """Sets the platform of this InlineResponse20097PolicyBranchesExcludedDevices.
866
-
867
-
868
- :param platform: The platform of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
869
- :type: str
870
- """
871
-
872
- self._platform = platform
873
-
874
- @property
875
- def prefix_sets(self):
876
- """Gets the prefix_sets of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
877
-
878
-
879
- :return: The prefix_sets of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
880
- :rtype: list[object]
881
- """
882
- return self._prefix_sets
883
-
884
- @prefix_sets.setter
885
- def prefix_sets(self, prefix_sets):
886
- """Sets the prefix_sets of this InlineResponse20097PolicyBranchesExcludedDevices.
887
-
888
-
889
- :param prefix_sets: The prefix_sets of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
890
- :type: list[object]
891
- """
892
-
893
- self._prefix_sets = prefix_sets
894
-
895
- @property
896
- def reboot_reason(self):
897
- """Gets the reboot_reason of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
898
-
899
-
900
- :return: The reboot_reason of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
901
- :rtype: str
902
- """
903
- return self._reboot_reason
904
-
905
- @reboot_reason.setter
906
- def reboot_reason(self, reboot_reason):
907
- """Sets the reboot_reason of this InlineResponse20097PolicyBranchesExcludedDevices.
908
-
909
-
910
- :param reboot_reason: The reboot_reason of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
911
- :type: str
912
- """
913
-
914
- self._reboot_reason = reboot_reason
915
-
916
- @property
917
- def region(self):
918
- """Gets the region of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
919
-
920
-
921
- :return: The region of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
922
- :rtype: object
923
- """
924
- return self._region
925
-
926
- @region.setter
927
- def region(self, region):
928
- """Sets the region of this InlineResponse20097PolicyBranchesExcludedDevices.
929
-
930
-
931
- :param region: The region of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
932
- :type: object
933
- """
934
-
935
- self._region = region
936
-
937
- @property
938
- def region_override(self):
939
- """Gets the region_override of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
940
-
941
-
942
- :return: The region_override of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
943
- :rtype: object
944
- """
945
- return self._region_override
946
-
947
- @region_override.setter
948
- def region_override(self, region_override):
949
- """Sets the region_override of this InlineResponse20097PolicyBranchesExcludedDevices.
950
-
951
-
952
- :param region_override: The region_override of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
953
- :type: object
954
- """
955
-
956
- self._region_override = region_override
957
-
958
- @property
959
- def role(self):
960
- """Gets the role of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
961
-
962
-
963
- :return: The role of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
964
- :rtype: str
965
- """
966
- return self._role
967
-
968
- @role.setter
969
- def role(self, role):
970
- """Sets the role of this InlineResponse20097PolicyBranchesExcludedDevices.
971
-
972
-
973
- :param role: The role of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
974
- :type: str
975
- """
976
-
977
- self._role = role
978
-
979
- @property
980
- def routing_policies(self):
981
- """Gets the routing_policies of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
982
-
983
-
984
- :return: The routing_policies of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
985
- :rtype: list[object]
986
- """
987
- return self._routing_policies
988
-
989
- @routing_policies.setter
990
- def routing_policies(self, routing_policies):
991
- """Sets the routing_policies of this InlineResponse20097PolicyBranchesExcludedDevices.
992
-
993
-
994
- :param routing_policies: The routing_policies of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
995
- :type: list[object]
996
- """
997
-
998
- self._routing_policies = routing_policies
999
-
1000
- @property
1001
- def segments(self):
1002
- """Gets the segments of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1003
-
1004
-
1005
- :return: The segments of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1006
- :rtype: list[object]
1007
- """
1008
- return self._segments
1009
-
1010
- @segments.setter
1011
- def segments(self, segments):
1012
- """Sets the segments of this InlineResponse20097PolicyBranchesExcludedDevices.
1013
-
1014
-
1015
- :param segments: The segments of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1016
- :type: list[object]
1017
- """
1018
-
1019
- self._segments = segments
1020
-
1021
- @property
1022
- def serial_number(self):
1023
- """Gets the serial_number of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1024
-
1025
-
1026
- :return: The serial_number of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1027
- :rtype: str
1028
- """
1029
- return self._serial_number
1030
-
1031
- @serial_number.setter
1032
- def serial_number(self, serial_number):
1033
- """Sets the serial_number of this InlineResponse20097PolicyBranchesExcludedDevices.
1034
-
1035
-
1036
- :param serial_number: The serial_number of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1037
- :type: str
1038
- """
1039
-
1040
- self._serial_number = serial_number
1041
-
1042
- @property
1043
- def site(self):
1044
- """Gets the site of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1045
-
1046
-
1047
- :return: The site of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1048
- :rtype: object
1049
- """
1050
- return self._site
1051
-
1052
- @site.setter
1053
- def site(self, site):
1054
- """Sets the site of this InlineResponse20097PolicyBranchesExcludedDevices.
1055
-
1056
-
1057
- :param site: The site of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1058
- :type: object
1059
- """
1060
-
1061
- self._site = site
1062
-
1063
- @property
1064
- def snmp(self):
1065
- """Gets the snmp of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1066
-
1067
-
1068
- :return: The snmp of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1069
- :rtype: object
1070
- """
1071
- return self._snmp
1072
-
1073
- @snmp.setter
1074
- def snmp(self, snmp):
1075
- """Sets the snmp of this InlineResponse20097PolicyBranchesExcludedDevices.
1076
-
1077
-
1078
- :param snmp: The snmp of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1079
- :type: object
1080
- """
1081
-
1082
- self._snmp = snmp
1083
-
1084
- @property
1085
- def software_version(self):
1086
- """Gets the software_version of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1087
-
1088
-
1089
- :return: The software_version of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1090
- :rtype: str
1091
- """
1092
- return self._software_version
1093
-
1094
- @software_version.setter
1095
- def software_version(self, software_version):
1096
- """Sets the software_version of this InlineResponse20097PolicyBranchesExcludedDevices.
1097
-
1098
-
1099
- :param software_version: The software_version of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1100
- :type: str
1101
- """
1102
-
1103
- self._software_version = software_version
1104
-
1105
- @property
1106
- def static_routes_enabled(self):
1107
- """Gets the static_routes_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1108
-
1109
-
1110
- :return: The static_routes_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1111
- :rtype: str
1112
- """
1113
- return self._static_routes_enabled
1114
-
1115
- @static_routes_enabled.setter
1116
- def static_routes_enabled(self, static_routes_enabled):
1117
- """Sets the static_routes_enabled of this InlineResponse20097PolicyBranchesExcludedDevices.
1118
-
1119
-
1120
- :param static_routes_enabled: The static_routes_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1121
- :type: str
1122
- """
1123
-
1124
- self._static_routes_enabled = static_routes_enabled
1125
-
1126
- @property
1127
- def status(self):
1128
- """Gets the status of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1129
-
1130
-
1131
- :return: The status of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1132
- :rtype: str
1133
- """
1134
- return self._status
1135
-
1136
- @status.setter
1137
- def status(self, status):
1138
- """Sets the status of this InlineResponse20097PolicyBranchesExcludedDevices.
1139
-
1140
-
1141
- :param status: The status of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1142
- :type: str
1143
- """
1144
-
1145
- self._status = status
1146
-
1147
- @property
1148
- def traffic_policy(self):
1149
- """Gets the traffic_policy of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1150
-
1151
-
1152
- :return: The traffic_policy of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1153
- :rtype: object
1154
- """
1155
- return self._traffic_policy
1156
-
1157
- @traffic_policy.setter
1158
- def traffic_policy(self, traffic_policy):
1159
- """Sets the traffic_policy of this InlineResponse20097PolicyBranchesExcludedDevices.
1160
-
1161
-
1162
- :param traffic_policy: The traffic_policy of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1163
- :type: object
1164
- """
1165
-
1166
- self._traffic_policy = traffic_policy
1167
-
1168
- @property
1169
- def uptime(self):
1170
- """Gets the uptime of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1171
-
1172
-
1173
- :return: The uptime of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1174
- :rtype: object
1175
- """
1176
- return self._uptime
1177
-
1178
- @uptime.setter
1179
- def uptime(self, uptime):
1180
- """Sets the uptime of this InlineResponse20097PolicyBranchesExcludedDevices.
1181
-
1182
-
1183
- :param uptime: The uptime of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1184
- :type: object
1185
- """
1186
-
1187
- self._uptime = uptime
1188
-
1189
- @property
1190
- def vrrp_enabled(self):
1191
- """Gets the vrrp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1192
-
1193
-
1194
- :return: The vrrp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1195
- :rtype: str
1196
- """
1197
- return self._vrrp_enabled
1198
-
1199
- @vrrp_enabled.setter
1200
- def vrrp_enabled(self, vrrp_enabled):
1201
- """Sets the vrrp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices.
1202
-
1203
-
1204
- :param vrrp_enabled: The vrrp_enabled of this InlineResponse20097PolicyBranchesExcludedDevices. # noqa: E501
1205
- :type: str
1206
- """
1207
-
1208
- self._vrrp_enabled = vrrp_enabled
1209
-
1210
- def to_dict(self):
1211
- """Returns the model properties as a dict"""
1212
- result = {}
1213
-
1214
- for attr, _ in six.iteritems(self.swagger_types):
1215
- value = getattr(self, attr)
1216
- if isinstance(value, list):
1217
- result[attr] = list(map(
1218
- lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
1219
- value
1220
- ))
1221
- elif hasattr(value, "to_dict"):
1222
- result[attr] = value.to_dict()
1223
- elif isinstance(value, dict):
1224
- result[attr] = dict(map(
1225
- lambda item: (item[0], item[1].to_dict())
1226
- if hasattr(item[1], "to_dict") else item,
1227
- value.items()
1228
- ))
1229
- else:
1230
- result[attr] = value
1231
- if issubclass(InlineResponse20097PolicyBranchesExcludedDevices, dict):
1232
- for key, value in self.items():
1233
- result[key] = value
1234
-
1235
- return result
1236
-
1237
- def to_str(self):
1238
- """Returns the string representation of the model"""
1239
- return pprint.pformat(self.to_dict())
1240
-
1241
- def __repr__(self):
1242
- """For `print` and `pprint`"""
1243
- return self.to_str()
1244
-
1245
- def __eq__(self, other):
1246
- """Returns true if both objects are equal"""
1247
- if not isinstance(other, InlineResponse20097PolicyBranchesExcludedDevices):
1248
- return False
1249
-
1250
- return self.__dict__ == other.__dict__
1251
-
1252
- def __ne__(self, other):
1253
- """Returns true if both objects are not equal"""
1254
- return not self == other