volcengine-python-sdk 4.0.29__py2.py3-none-any.whl → 4.0.31__py2.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.

Potentially problematic release.


This version of volcengine-python-sdk might be problematic. Click here for more details.

Files changed (476) hide show
  1. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/METADATA +1 -1
  2. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/RECORD +476 -72
  3. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/top_level.txt +2 -0
  4. volcenginesdkacep/__init__.py +42 -0
  5. volcenginesdkacep/api/acep_api.py +1001 -128
  6. volcenginesdkacep/models/__init__.py +42 -0
  7. volcenginesdkacep/models/add_phone_template_request.py +256 -0
  8. volcenginesdkacep/models/add_phone_template_response.py +123 -0
  9. volcenginesdkacep/models/app_list_for_create_pod_one_step_input.py +149 -0
  10. volcenginesdkacep/models/create_pod_one_step_request.py +698 -0
  11. volcenginesdkacep/models/create_pod_one_step_response.py +175 -0
  12. volcenginesdkacep/models/create_pod_request.py +696 -0
  13. volcenginesdkacep/models/create_pod_response.py +149 -0
  14. volcenginesdkacep/models/get_phone_template_request.py +124 -0
  15. volcenginesdkacep/models/get_phone_template_response.py +149 -0
  16. volcenginesdkacep/models/job_for_reset_pod_output.py +305 -0
  17. volcenginesdkacep/models/list_phone_template_request.py +279 -0
  18. volcenginesdkacep/models/list_phone_template_response.py +149 -0
  19. volcenginesdkacep/models/overlay_persist_property_for_add_phone_template_input.py +175 -0
  20. volcenginesdkacep/models/overlay_persist_property_for_create_pod_input.py +175 -0
  21. volcenginesdkacep/models/overlay_persist_property_for_create_pod_one_step_input.py +175 -0
  22. volcenginesdkacep/models/overlay_persist_property_for_get_phone_template_output.py +175 -0
  23. volcenginesdkacep/models/overlay_persist_property_for_list_phone_template_output.py +175 -0
  24. volcenginesdkacep/models/overlay_property_for_add_phone_template_input.py +175 -0
  25. volcenginesdkacep/models/overlay_property_for_create_pod_input.py +175 -0
  26. volcenginesdkacep/models/overlay_property_for_create_pod_one_step_input.py +175 -0
  27. volcenginesdkacep/models/overlay_property_for_get_phone_template_output.py +175 -0
  28. volcenginesdkacep/models/overlay_property_for_list_phone_template_output.py +175 -0
  29. volcenginesdkacep/models/overlay_setting_for_add_phone_template_input.py +201 -0
  30. volcenginesdkacep/models/overlay_setting_for_create_pod_input.py +201 -0
  31. volcenginesdkacep/models/overlay_setting_for_create_pod_one_step_input.py +201 -0
  32. volcenginesdkacep/models/overlay_setting_for_get_phone_template_output.py +201 -0
  33. volcenginesdkacep/models/overlay_setting_for_list_phone_template_output.py +201 -0
  34. volcenginesdkacep/models/phone_template_for_get_phone_template_output.py +279 -0
  35. volcenginesdkacep/models/pod_persist_property_for_update_pod_property_input.py +175 -0
  36. volcenginesdkacep/models/pod_property_for_update_pod_property_input.py +175 -0
  37. volcenginesdkacep/models/pod_setting_for_update_pod_property_input.py +201 -0
  38. volcenginesdkacep/models/pod_spec_list_for_create_pod_input.py +617 -0
  39. volcenginesdkacep/models/remove_phone_template_request.py +123 -0
  40. volcenginesdkacep/models/remove_phone_template_response.py +123 -0
  41. volcenginesdkacep/models/reset_pod_request.py +280 -0
  42. volcenginesdkacep/models/reset_pod_response.py +175 -0
  43. volcenginesdkacep/models/row_for_list_phone_template_output.py +279 -0
  44. volcenginesdkacep/models/tag_for_get_phone_template_output.py +201 -0
  45. volcenginesdkacep/models/update_phone_template_request.py +176 -0
  46. volcenginesdkacep/models/update_phone_template_response.py +95 -0
  47. volcenginesdkacep/models/update_pod_property_request.py +280 -0
  48. volcenginesdkacep/models/update_pod_property_response.py +95 -0
  49. volcenginesdkarkruntime/resources/encryption.py +10 -2
  50. volcenginesdkarkruntime/resources/responses/responses.py +42 -24
  51. volcenginesdkarkruntime/types/__init__.py +2 -0
  52. volcenginesdkarkruntime/types/responses/audio_chunking_strategy.py +30 -0
  53. volcenginesdkarkruntime/types/responses/audio_chunking_strategy_param.py +28 -0
  54. volcenginesdkarkruntime/types/responses/image_process_grounding_options.py +23 -0
  55. volcenginesdkarkruntime/types/responses/image_process_grounding_options_param.py +23 -0
  56. volcenginesdkarkruntime/types/responses/image_process_point_options.py +23 -0
  57. volcenginesdkarkruntime/types/responses/image_process_point_options_param.py +23 -0
  58. volcenginesdkarkruntime/types/responses/image_process_rotate_options.py +23 -0
  59. volcenginesdkarkruntime/types/responses/image_process_rotate_options_param.py +23 -0
  60. volcenginesdkarkruntime/types/responses/image_process_tool.py +41 -0
  61. volcenginesdkarkruntime/types/responses/image_process_tool_param.py +40 -0
  62. volcenginesdkarkruntime/types/responses/image_process_zoom_options.py +23 -0
  63. volcenginesdkarkruntime/types/responses/image_process_zoom_options_param.py +23 -0
  64. volcenginesdkarkruntime/types/responses/item_function_image_process.py +37 -0
  65. volcenginesdkarkruntime/types/responses/knowledge_search_tool.py +46 -0
  66. volcenginesdkarkruntime/types/responses/knowledge_search_tool_param.py +44 -0
  67. volcenginesdkarkruntime/types/responses/mcp_tool.py +8 -4
  68. volcenginesdkarkruntime/types/responses/response.py +58 -92
  69. volcenginesdkarkruntime/types/responses/response_annotation_added_event.py +3 -22
  70. volcenginesdkarkruntime/types/responses/response_caching.py +6 -6
  71. volcenginesdkarkruntime/types/responses/response_caching_param.py +7 -4
  72. volcenginesdkarkruntime/types/responses/response_create_params.py +11 -3
  73. volcenginesdkarkruntime/types/responses/response_image_process_action.py +24 -0
  74. volcenginesdkarkruntime/types/responses/response_image_process_args.py +30 -0
  75. volcenginesdkarkruntime/types/responses/response_image_process_call_completed_event.py +35 -0
  76. volcenginesdkarkruntime/types/responses/response_image_process_call_in_progress_event.py +24 -0
  77. volcenginesdkarkruntime/types/responses/response_image_process_call_processing_event.py +30 -0
  78. volcenginesdkarkruntime/types/responses/response_image_process_error.py +20 -0
  79. volcenginesdkarkruntime/types/responses/response_image_process_grounding_args.py +24 -0
  80. volcenginesdkarkruntime/types/responses/response_image_process_point_args.py +24 -0
  81. volcenginesdkarkruntime/types/responses/response_image_process_rotate_args.py +22 -0
  82. volcenginesdkarkruntime/types/responses/response_image_process_zoom_args.py +24 -0
  83. volcenginesdkarkruntime/types/responses/response_input_audio.py +33 -0
  84. volcenginesdkarkruntime/types/responses/response_input_audio_param.py +32 -0
  85. volcenginesdkarkruntime/types/responses/response_input_content.py +13 -3
  86. volcenginesdkarkruntime/types/responses/response_input_file.py +32 -0
  87. volcenginesdkarkruntime/types/responses/response_input_file_param.py +30 -0
  88. volcenginesdkarkruntime/types/responses/response_input_message_content_list_param.py +11 -3
  89. volcenginesdkarkruntime/types/responses/response_input_video.py +33 -0
  90. volcenginesdkarkruntime/types/responses/response_input_video_param.py +6 -9
  91. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_completed_event.py +24 -0
  92. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_failed_event.py +24 -0
  93. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_in_progress_event.py +24 -0
  94. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_searching_event.py +24 -0
  95. volcenginesdkarkruntime/types/responses/response_knowledge_search_item.py +32 -0
  96. volcenginesdkarkruntime/types/responses/response_output_item.py +8 -4
  97. volcenginesdkarkruntime/types/responses/response_output_text.py +4 -33
  98. volcenginesdkarkruntime/types/responses/response_output_text_annotation.py +63 -0
  99. volcenginesdkarkruntime/types/responses/response_output_text_annotation_added_event.py +33 -0
  100. volcenginesdkarkruntime/types/responses/response_stream_event.py +89 -50
  101. volcenginesdkarkruntime/types/responses/response_tool_usage.py +14 -6
  102. volcenginesdkarkruntime/types/responses/responses_output_text_annotation_cover_image.py +25 -0
  103. volcenginesdkarkruntime/types/responses/tool.py +5 -2
  104. volcenginesdkarkruntime/types/responses/tool_choice_knowledge_search.py +22 -0
  105. volcenginesdkarkruntime/types/responses/tool_choice_knowledge_search_param.py +20 -0
  106. volcenginesdkarkruntime/types/responses/tool_choice_mcp.py +31 -0
  107. volcenginesdkarkruntime/types/responses/tool_choice_mcp_param.py +4 -4
  108. volcenginesdkarkruntime/types/responses/tool_choice_web_search.py +22 -0
  109. volcenginesdkarkruntime/types/responses/tool_choice_web_search_param.py +20 -0
  110. volcenginesdkarkruntime/types/responses/tool_param.py +11 -3
  111. volcenginesdkarkruntime/types/responses/user_location.py +30 -0
  112. volcenginesdkarkruntime/types/responses/user_location_param.py +31 -0
  113. volcenginesdkarkruntime/types/responses/web_search_tool.py +11 -22
  114. volcenginesdkarkruntime/types/responses/web_search_tool_param.py +8 -17
  115. volcenginesdkarkruntime/types/shared/__init__.py +3 -0
  116. volcenginesdkarkruntime/types/shared/reasoning.py +10 -0
  117. volcenginesdkarkruntime/types/shared_params/__init__.py +2 -0
  118. volcenginesdkarkruntime/types/shared_params/reasoning.py +12 -0
  119. volcenginesdkarkruntime/types/shared_params/reasoning_effort.py +8 -0
  120. volcenginesdkcbr/__init__.py +91 -0
  121. volcenginesdkcbr/api/__init__.py +6 -0
  122. volcenginesdkcbr/api/cbr_api.py +2362 -0
  123. volcenginesdkcbr/models/__init__.py +87 -0
  124. volcenginesdkcbr/models/backup_policy_for_describe_backup_policies_output.py +357 -0
  125. volcenginesdkcbr/models/create_backup_job_request.py +238 -0
  126. volcenginesdkcbr/models/create_backup_job_response.py +123 -0
  127. volcenginesdkcbr/models/create_backup_plan_request.py +176 -0
  128. volcenginesdkcbr/models/create_backup_plan_response.py +123 -0
  129. volcenginesdkcbr/models/create_backup_policy_request.py +293 -0
  130. volcenginesdkcbr/models/create_backup_policy_response.py +123 -0
  131. volcenginesdkcbr/models/create_backup_resource_request.py +211 -0
  132. volcenginesdkcbr/models/create_backup_resource_response.py +123 -0
  133. volcenginesdkcbr/models/create_restore_job_request.py +177 -0
  134. volcenginesdkcbr/models/create_restore_job_response.py +123 -0
  135. volcenginesdkcbr/models/create_vault_request.py +150 -0
  136. volcenginesdkcbr/models/create_vault_response.py +123 -0
  137. volcenginesdkcbr/models/delete_backup_plan_request.py +124 -0
  138. volcenginesdkcbr/models/delete_backup_plan_response.py +95 -0
  139. volcenginesdkcbr/models/delete_backup_policy_request.py +124 -0
  140. volcenginesdkcbr/models/delete_backup_policy_response.py +95 -0
  141. volcenginesdkcbr/models/delete_backup_resource_request.py +124 -0
  142. volcenginesdkcbr/models/delete_backup_resource_response.py +95 -0
  143. volcenginesdkcbr/models/delete_recovery_point_request.py +124 -0
  144. volcenginesdkcbr/models/delete_recovery_point_response.py +95 -0
  145. volcenginesdkcbr/models/delete_vault_request.py +124 -0
  146. volcenginesdkcbr/models/delete_vault_response.py +95 -0
  147. volcenginesdkcbr/models/describe_backup_plans_request.py +175 -0
  148. volcenginesdkcbr/models/describe_backup_plans_response.py +149 -0
  149. volcenginesdkcbr/models/describe_backup_policies_request.py +175 -0
  150. volcenginesdkcbr/models/describe_backup_policies_response.py +149 -0
  151. volcenginesdkcbr/models/describe_backup_resources_request.py +175 -0
  152. volcenginesdkcbr/models/describe_backup_resources_response.py +149 -0
  153. volcenginesdkcbr/models/describe_recovery_points_request.py +175 -0
  154. volcenginesdkcbr/models/describe_recovery_points_response.py +149 -0
  155. volcenginesdkcbr/models/describe_regions_request.py +95 -0
  156. volcenginesdkcbr/models/describe_regions_response.py +123 -0
  157. volcenginesdkcbr/models/describe_restore_jobs_request.py +175 -0
  158. volcenginesdkcbr/models/describe_restore_jobs_response.py +149 -0
  159. volcenginesdkcbr/models/describe_vaults_request.py +201 -0
  160. volcenginesdkcbr/models/describe_vaults_response.py +149 -0
  161. volcenginesdkcbr/models/disable_backup_policy_request.py +124 -0
  162. volcenginesdkcbr/models/disable_backup_policy_response.py +95 -0
  163. volcenginesdkcbr/models/enable_backup_policy_request.py +124 -0
  164. volcenginesdkcbr/models/enable_backup_policy_response.py +95 -0
  165. volcenginesdkcbr/models/filter_list_for_describe_backup_resources_input.py +149 -0
  166. volcenginesdkcbr/models/filters_for_describe_backup_plans_input.py +149 -0
  167. volcenginesdkcbr/models/filters_for_describe_backup_policies_input.py +175 -0
  168. volcenginesdkcbr/models/filters_for_describe_recovery_points_input.py +253 -0
  169. volcenginesdkcbr/models/filters_for_describe_restore_jobs_input.py +201 -0
  170. volcenginesdkcbr/models/filters_for_describe_vaults_input.py +149 -0
  171. volcenginesdkcbr/models/job_for_describe_restore_jobs_output.py +279 -0
  172. volcenginesdkcbr/models/meta_information_for_create_backup_plan_input.py +149 -0
  173. volcenginesdkcbr/models/meta_information_for_create_backup_resource_input.py +149 -0
  174. volcenginesdkcbr/models/meta_information_for_describe_backup_resources_output.py +149 -0
  175. volcenginesdkcbr/models/meta_information_for_update_backup_plan_input.py +149 -0
  176. volcenginesdkcbr/models/plan_for_describe_backup_plans_output.py +253 -0
  177. volcenginesdkcbr/models/plan_for_describe_backup_resources_output.py +149 -0
  178. volcenginesdkcbr/models/policy_for_describe_backup_plans_output.py +357 -0
  179. volcenginesdkcbr/models/recovery_point_for_describe_recovery_points_output.py +513 -0
  180. volcenginesdkcbr/models/region_for_describe_regions_output.py +149 -0
  181. volcenginesdkcbr/models/resource_for_describe_backup_resources_output.py +409 -0
  182. volcenginesdkcbr/models/resource_list_for_create_backup_plan_input.py +175 -0
  183. volcenginesdkcbr/models/resource_list_for_update_backup_plan_input.py +175 -0
  184. volcenginesdkcbr/models/tag_for_describe_vaults_output.py +149 -0
  185. volcenginesdkcbr/models/update_backup_plan_request.py +202 -0
  186. volcenginesdkcbr/models/update_backup_plan_response.py +95 -0
  187. volcenginesdkcbr/models/update_backup_policy_request.py +261 -0
  188. volcenginesdkcbr/models/update_backup_policy_response.py +95 -0
  189. volcenginesdkcbr/models/update_recovery_point_request.py +151 -0
  190. volcenginesdkcbr/models/update_recovery_point_response.py +95 -0
  191. volcenginesdkcbr/models/update_restore_job_request.py +151 -0
  192. volcenginesdkcbr/models/update_restore_job_response.py +95 -0
  193. volcenginesdkcbr/models/vault_list_for_describe_vaults_output.py +279 -0
  194. volcenginesdkcore/api_client.py +1 -1
  195. volcenginesdkcore/configuration.py +1 -1
  196. volcenginesdkcore/interceptor/interceptors/sign_request_interceptor.py +1 -0
  197. volcenginesdkcore/observability/debugger.py +4 -2
  198. volcenginesdkcore/retryer/retryer.py +4 -1
  199. volcenginesdkgraph/__init__.py +11 -0
  200. volcenginesdkgraph/api/graph_api.py +485 -0
  201. volcenginesdkgraph/models/__init__.py +11 -0
  202. volcenginesdkgraph/models/describe_vegraph_config_in_k8s_request.py +124 -0
  203. volcenginesdkgraph/models/describe_vegraph_config_in_k8s_response.py +201 -0
  204. volcenginesdkgraph/models/key_black_list_for_update_key_black_list_conf_input.py +175 -0
  205. volcenginesdkgraph/models/update_gremlin_keyword_black_list_conf_request.py +230 -0
  206. volcenginesdkgraph/models/update_gremlin_keyword_black_list_conf_response.py +95 -0
  207. volcenginesdkgraph/models/update_key_black_list_conf_request.py +230 -0
  208. volcenginesdkgraph/models/update_key_black_list_conf_response.py +95 -0
  209. volcenginesdkgraph/models/update_tablet_read_black_list_conf_request.py +230 -0
  210. volcenginesdkgraph/models/update_tablet_read_black_list_conf_response.py +95 -0
  211. volcenginesdkgraph/models/update_tablet_write_black_list_conf_request.py +230 -0
  212. volcenginesdkgraph/models/update_tablet_write_black_list_conf_response.py +95 -0
  213. volcenginesdkmilvus/__init__.py +112 -0
  214. volcenginesdkmilvus/api/__init__.py +6 -0
  215. volcenginesdkmilvus/api/milvus_api.py +2168 -0
  216. volcenginesdkmilvus/models/__init__.py +108 -0
  217. volcenginesdkmilvus/models/allow_group_list_for_describe_instance_detail_output.py +149 -0
  218. volcenginesdkmilvus/models/base_instance_for_describe_instance_detail_output.py +435 -0
  219. volcenginesdkmilvus/models/charge_config_for_create_instance_input.py +201 -0
  220. volcenginesdkmilvus/models/charge_config_for_create_instance_one_step_input.py +201 -0
  221. volcenginesdkmilvus/models/charge_config_for_describe_instance_detail_output.py +201 -0
  222. volcenginesdkmilvus/models/charge_config_for_describe_instances_output.py +201 -0
  223. volcenginesdkmilvus/models/charge_config_for_describe_price_input.py +201 -0
  224. volcenginesdkmilvus/models/component_spec_list_for_create_instance_input.py +253 -0
  225. volcenginesdkmilvus/models/component_spec_list_for_create_instance_one_step_input.py +253 -0
  226. volcenginesdkmilvus/models/component_spec_list_for_describe_price_input.py +227 -0
  227. volcenginesdkmilvus/models/component_spec_list_for_scale_instance_input.py +227 -0
  228. volcenginesdkmilvus/models/config_assign_list_for_modify_instance_config_input.py +149 -0
  229. volcenginesdkmilvus/models/configuration_for_describe_instance_config_output.py +331 -0
  230. volcenginesdkmilvus/models/create_instance_one_step_request.py +306 -0
  231. volcenginesdkmilvus/models/create_instance_one_step_response.py +227 -0
  232. volcenginesdkmilvus/models/create_instance_request.py +306 -0
  233. volcenginesdkmilvus/models/create_instance_response.py +227 -0
  234. volcenginesdkmilvus/models/describe_available_spec_request.py +95 -0
  235. volcenginesdkmilvus/models/describe_available_spec_response.py +201 -0
  236. volcenginesdkmilvus/models/describe_available_version_request.py +95 -0
  237. volcenginesdkmilvus/models/describe_available_version_response.py +123 -0
  238. volcenginesdkmilvus/models/describe_config_modules_request.py +124 -0
  239. volcenginesdkmilvus/models/describe_config_modules_response.py +123 -0
  240. volcenginesdkmilvus/models/describe_instance_config_request.py +124 -0
  241. volcenginesdkmilvus/models/describe_instance_config_response.py +123 -0
  242. volcenginesdkmilvus/models/describe_instance_detail_request.py +124 -0
  243. volcenginesdkmilvus/models/describe_instance_detail_response.py +409 -0
  244. volcenginesdkmilvus/models/describe_instances_request.py +253 -0
  245. volcenginesdkmilvus/models/describe_instances_response.py +227 -0
  246. volcenginesdkmilvus/models/describe_node_info_request.py +124 -0
  247. volcenginesdkmilvus/models/describe_node_info_response.py +123 -0
  248. volcenginesdkmilvus/models/describe_price_request.py +175 -0
  249. volcenginesdkmilvus/models/describe_price_response.py +227 -0
  250. volcenginesdkmilvus/models/describe_zones_request.py +95 -0
  251. volcenginesdkmilvus/models/describe_zones_response.py +123 -0
  252. volcenginesdkmilvus/models/endpoint_list_for_describe_instance_detail_output.py +305 -0
  253. volcenginesdkmilvus/models/instance_configuration_for_create_instance_input.py +227 -0
  254. volcenginesdkmilvus/models/instance_configuration_for_create_instance_one_step_input.py +227 -0
  255. volcenginesdkmilvus/models/instance_info_for_describe_instances_output.py +409 -0
  256. volcenginesdkmilvus/models/list_tags_for_resources_request.py +228 -0
  257. volcenginesdkmilvus/models/list_tags_for_resources_response.py +149 -0
  258. volcenginesdkmilvus/models/modify_delete_protect_request.py +151 -0
  259. volcenginesdkmilvus/models/modify_delete_protect_response.py +123 -0
  260. volcenginesdkmilvus/models/modify_instance_config_request.py +150 -0
  261. volcenginesdkmilvus/models/modify_instance_config_response.py +123 -0
  262. volcenginesdkmilvus/models/modify_instance_name_request.py +151 -0
  263. volcenginesdkmilvus/models/modify_instance_name_response.py +123 -0
  264. volcenginesdkmilvus/models/modify_post_paid_request.py +205 -0
  265. volcenginesdkmilvus/models/modify_post_paid_response.py +253 -0
  266. volcenginesdkmilvus/models/modify_pre_paid_request.py +205 -0
  267. volcenginesdkmilvus/models/modify_pre_paid_response.py +253 -0
  268. volcenginesdkmilvus/models/modify_resource_tags_request.py +176 -0
  269. volcenginesdkmilvus/models/modify_resource_tags_response.py +123 -0
  270. volcenginesdkmilvus/models/network_config_for_create_instance_input.py +175 -0
  271. volcenginesdkmilvus/models/network_config_for_create_instance_one_step_input.py +175 -0
  272. volcenginesdkmilvus/models/network_config_for_describe_instance_detail_output.py +175 -0
  273. volcenginesdkmilvus/models/network_config_for_describe_instances_output.py +175 -0
  274. volcenginesdkmilvus/models/node_cu_type_support_spec_list_for_describe_available_spec_output.py +175 -0
  275. volcenginesdkmilvus/models/node_info_list_for_describe_node_info_output.py +357 -0
  276. volcenginesdkmilvus/models/node_price_list_for_describe_price_output.py +305 -0
  277. volcenginesdkmilvus/models/node_support_spec_list_for_describe_available_spec_output.py +175 -0
  278. volcenginesdkmilvus/models/release_instance_request.py +124 -0
  279. volcenginesdkmilvus/models/release_instance_response.py +123 -0
  280. volcenginesdkmilvus/models/scale_instance_request.py +204 -0
  281. volcenginesdkmilvus/models/scale_instance_response.py +175 -0
  282. volcenginesdkmilvus/models/spec_config_for_describe_instance_detail_output.py +227 -0
  283. volcenginesdkmilvus/models/spec_list_for_describe_available_spec_output.py +253 -0
  284. volcenginesdkmilvus/models/subnet_info_for_create_instance_input.py +149 -0
  285. volcenginesdkmilvus/models/subnet_info_for_create_instance_one_step_input.py +149 -0
  286. volcenginesdkmilvus/models/subnet_info_for_describe_instance_detail_output.py +149 -0
  287. volcenginesdkmilvus/models/subnet_info_for_describe_instances_output.py +149 -0
  288. volcenginesdkmilvus/models/tag_filter_for_describe_instances_input.py +149 -0
  289. volcenginesdkmilvus/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
  290. volcenginesdkmilvus/models/tag_for_create_instance_input.py +149 -0
  291. volcenginesdkmilvus/models/tag_for_create_instance_one_step_input.py +149 -0
  292. volcenginesdkmilvus/models/tag_for_describe_instance_detail_output.py +149 -0
  293. volcenginesdkmilvus/models/tag_for_describe_instances_output.py +149 -0
  294. volcenginesdkmilvus/models/tag_for_modify_resource_tags_input.py +149 -0
  295. volcenginesdkmilvus/models/tag_for_tag_resources_input.py +149 -0
  296. volcenginesdkmilvus/models/tag_resource_for_list_tags_for_resources_output.py +201 -0
  297. volcenginesdkmilvus/models/tag_resources_request.py +175 -0
  298. volcenginesdkmilvus/models/tag_resources_response.py +123 -0
  299. volcenginesdkmilvus/models/untag_resources_request.py +175 -0
  300. volcenginesdkmilvus/models/untag_resources_response.py +123 -0
  301. volcenginesdkmilvus/models/version_for_describe_available_version_output.py +149 -0
  302. volcenginesdkmilvus/models/vpc_info_for_create_instance_input.py +149 -0
  303. volcenginesdkmilvus/models/vpc_info_for_create_instance_one_step_input.py +149 -0
  304. volcenginesdkmilvus/models/vpc_info_for_describe_instance_detail_output.py +149 -0
  305. volcenginesdkmilvus/models/vpc_info_for_describe_instances_output.py +149 -0
  306. volcenginesdkmilvus/models/zone_for_describe_zones_output.py +175 -0
  307. volcenginesdkmilvus/models/zone_support_spec_list_for_describe_available_spec_output.py +149 -0
  308. volcenginesdkorganization/__init__.py +6 -0
  309. volcenginesdkorganization/api/organization_api.py +194 -0
  310. volcenginesdkorganization/models/__init__.py +6 -0
  311. volcenginesdkorganization/models/filter_for_list_tags_keys_input.py +123 -0
  312. volcenginesdkorganization/models/filter_for_list_tags_values_input.py +123 -0
  313. volcenginesdkorganization/models/list_tags_keys_request.py +209 -0
  314. volcenginesdkorganization/models/list_tags_keys_response.py +175 -0
  315. volcenginesdkorganization/models/list_tags_values_request.py +236 -0
  316. volcenginesdkorganization/models/list_tags_values_response.py +175 -0
  317. volcenginesdkseccenter20240508/__init__.py +128 -0
  318. volcenginesdkseccenter20240508/api/seccenter20240508_api.py +7987 -3913
  319. volcenginesdkseccenter20240508/models/__init__.py +128 -0
  320. volcenginesdkseccenter20240508/models/add_baseline_check_config_request.py +383 -0
  321. volcenginesdkseccenter20240508/models/add_baseline_check_config_response.py +123 -0
  322. volcenginesdkseccenter20240508/models/add_login_config_request.py +27 -1
  323. volcenginesdkseccenter20240508/models/alarm_topic_config_for_get_tls_info_output.py +175 -0
  324. volcenginesdkseccenter20240508/models/alarm_topic_config_for_modify_tls_config_input.py +149 -0
  325. volcenginesdkseccenter20240508/models/ban_alarm_ip_request.py +175 -0
  326. volcenginesdkseccenter20240508/models/ban_alarm_ip_response.py +123 -0
  327. volcenginesdkseccenter20240508/models/baseline_list_for_add_baseline_check_config_input.py +149 -0
  328. volcenginesdkseccenter20240508/models/baseline_list_for_edit_baseline_check_config_input.py +149 -0
  329. volcenginesdkseccenter20240508/models/baseline_list_for_list_baseline_basic_info_output.py +201 -0
  330. volcenginesdkseccenter20240508/models/baseline_list_for_list_baseline_check_config_output.py +149 -0
  331. volcenginesdkseccenter20240508/models/bind_mlp_auth_request.py +123 -0
  332. volcenginesdkseccenter20240508/models/bind_mlp_auth_response.py +123 -0
  333. volcenginesdkseccenter20240508/models/check_alarm_support_ban_ip_request.py +175 -0
  334. volcenginesdkseccenter20240508/models/check_alarm_support_ban_ip_response.py +227 -0
  335. volcenginesdkseccenter20240508/models/check_install_agent_client_response.py +105 -1
  336. volcenginesdkseccenter20240508/models/conditions_for_list_ordered_hosts_basic_infos_input.py +435 -0
  337. volcenginesdkseccenter20240508/models/create_mlp_asset_sync_task_request.py +124 -0
  338. volcenginesdkseccenter20240508/models/create_mlp_asset_sync_task_response.py +123 -0
  339. volcenginesdkseccenter20240508/models/data_for_get_alarm_rule_list_output.py +331 -0
  340. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_env_output.py +409 -0
  341. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_process_output.py +27 -1
  342. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_service_output.py +53 -1
  343. volcenginesdkseccenter20240508/models/data_for_get_mlp_asset_sync_task_detail_output.py +305 -0
  344. volcenginesdkseccenter20240508/models/data_for_get_offline_notification_list_output.py +929 -0
  345. volcenginesdkseccenter20240508/models/data_for_list_ban_ip_list_output.py +487 -0
  346. volcenginesdkseccenter20240508/models/data_for_list_baseline_basic_info_output.py +201 -0
  347. volcenginesdkseccenter20240508/models/data_for_list_baseline_check_config_output.py +617 -0
  348. volcenginesdkseccenter20240508/models/data_for_list_baseline_for_group_policy_output.py +201 -0
  349. volcenginesdkseccenter20240508/models/data_for_list_check_config_related_baseline_output.py +201 -0
  350. volcenginesdkseccenter20240508/models/data_for_list_fingerprint_collect_config_output.py +331 -0
  351. volcenginesdkseccenter20240508/models/data_for_list_mlp_asset_tasks_output.py +305 -0
  352. volcenginesdkseccenter20240508/models/data_for_list_ordered_hosts_basic_infos_output.py +539 -0
  353. volcenginesdkseccenter20240508/models/delete_baseline_check_config_request.py +124 -0
  354. volcenginesdkseccenter20240508/models/delete_baseline_check_config_response.py +123 -0
  355. volcenginesdkseccenter20240508/models/detect_baseline_by_check_config_request.py +124 -0
  356. volcenginesdkseccenter20240508/models/detect_baseline_by_check_config_response.py +123 -0
  357. volcenginesdkseccenter20240508/models/ecs_instance_for_get_auto_isolate_agent_list_output.py +53 -1
  358. volcenginesdkseccenter20240508/models/ecs_instance_for_get_host_basic_info_output.py +53 -1
  359. volcenginesdkseccenter20240508/models/ecs_instance_for_get_offline_notification_list_output.py +669 -0
  360. volcenginesdkseccenter20240508/models/ecs_instance_for_list_asset_center_hosts_output.py +53 -1
  361. volcenginesdkseccenter20240508/models/ecs_instance_for_list_auto_defense_hosts_output.py +53 -1
  362. volcenginesdkseccenter20240508/models/ecs_instance_for_list_ban_ip_list_output.py +669 -0
  363. volcenginesdkseccenter20240508/models/ecs_instance_for_list_hosts_basic_infos_output.py +53 -1
  364. volcenginesdkseccenter20240508/models/ecs_instance_for_list_multi_level_asset_hosts_output.py +53 -1
  365. volcenginesdkseccenter20240508/models/ecs_instance_for_list_ordered_hosts_basic_infos_output.py +669 -0
  366. volcenginesdkseccenter20240508/models/ecs_instance_for_list_rasp_config_agent_infos_output.py +53 -1
  367. volcenginesdkseccenter20240508/models/edit_baseline_check_config_request.py +410 -0
  368. volcenginesdkseccenter20240508/models/edit_baseline_check_config_response.py +123 -0
  369. volcenginesdkseccenter20240508/models/edit_fingerprint_collect_config_request.py +254 -0
  370. volcenginesdkseccenter20240508/models/edit_fingerprint_collect_config_response.py +123 -0
  371. volcenginesdkseccenter20240508/models/export_dev_fingerprint_data_request.py +1 -1
  372. volcenginesdkseccenter20240508/models/file_for_handle_endpoint_alarms_input.py +149 -0
  373. volcenginesdkseccenter20240508/models/get_alarm_rule_list_request.py +333 -0
  374. volcenginesdkseccenter20240508/models/get_alarm_rule_list_response.py +201 -0
  375. volcenginesdkseccenter20240508/models/get_auto_protect_config_request.py +95 -0
  376. volcenginesdkseccenter20240508/models/get_auto_protect_config_response.py +149 -0
  377. volcenginesdkvod20250101/models/scenario_for_create_ai_termbase_input.py → volcenginesdkseccenter20240508/models/get_brute_force_ban_cap_params_request.py +6 -6
  378. volcenginesdkseccenter20240508/models/get_brute_force_ban_cap_params_response.py +123 -0
  379. volcenginesdkseccenter20240508/models/get_brute_force_ban_config_request.py +123 -0
  380. volcenginesdkseccenter20240508/models/get_brute_force_ban_config_response.py +383 -0
  381. volcenginesdkseccenter20240508/models/get_brute_force_ban_statistics_request.py +123 -0
  382. volcenginesdkseccenter20240508/models/get_brute_force_ban_statistics_response.py +149 -0
  383. volcenginesdkseccenter20240508/models/get_custom_weak_passwords_request.py +95 -0
  384. volcenginesdkseccenter20240508/models/get_custom_weak_passwords_response.py +201 -0
  385. volcenginesdkseccenter20240508/models/get_fingerprint_env_request.py +489 -0
  386. volcenginesdkseccenter20240508/models/get_fingerprint_env_response.py +201 -0
  387. volcenginesdkseccenter20240508/models/get_fingerprint_service_request.py +0 -7
  388. volcenginesdkseccenter20240508/models/get_fingerprint_statistics_response.py +27 -1
  389. volcenginesdkseccenter20240508/models/get_geo_location_request.py +123 -0
  390. volcenginesdkseccenter20240508/models/get_geo_location_response.py +123 -0
  391. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_detail_request.py +124 -0
  392. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_detail_response.py +123 -0
  393. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_status_request.py +124 -0
  394. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_status_response.py +201 -0
  395. volcenginesdkseccenter20240508/models/get_offline_notification_config_request.py +95 -0
  396. volcenginesdkseccenter20240508/models/get_offline_notification_config_response.py +149 -0
  397. volcenginesdkseccenter20240508/models/get_offline_notification_list_request.py +411 -0
  398. volcenginesdkseccenter20240508/models/get_offline_notification_list_response.py +201 -0
  399. volcenginesdkseccenter20240508/models/get_security_overview_score_stats_request.py +123 -0
  400. volcenginesdkseccenter20240508/models/get_security_overview_score_stats_response.py +149 -0
  401. volcenginesdkseccenter20240508/models/get_tls_info_response.py +122 -70
  402. volcenginesdkseccenter20240508/models/handle_endpoint_alarms_request.py +150 -0
  403. volcenginesdkseccenter20240508/models/handle_endpoint_alarms_response.py +95 -0
  404. volcenginesdkseccenter20240508/models/handle_list_for_handle_endpoint_alarms_input.py +201 -0
  405. volcenginesdkseccenter20240508/models/host_info_for_list_ban_ip_list_output.py +279 -0
  406. volcenginesdkseccenter20240508/models/list_alarm_tags_request.py +6 -6
  407. volcenginesdkseccenter20240508/models/list_ban_ip_list_request.py +567 -0
  408. volcenginesdkseccenter20240508/models/list_ban_ip_list_response.py +201 -0
  409. volcenginesdkseccenter20240508/models/list_baseline_basic_info_request.py +203 -0
  410. volcenginesdkseccenter20240508/models/list_baseline_basic_info_response.py +201 -0
  411. volcenginesdkseccenter20240508/models/list_baseline_check_config_request.py +203 -0
  412. volcenginesdkseccenter20240508/models/list_baseline_check_config_response.py +201 -0
  413. volcenginesdkseccenter20240508/models/list_baseline_for_group_policy_request.py +124 -0
  414. volcenginesdkseccenter20240508/models/list_baseline_for_group_policy_response.py +123 -0
  415. volcenginesdkseccenter20240508/models/list_batch_endpoint_handle_methods_request.py +150 -0
  416. volcenginesdkseccenter20240508/models/list_batch_endpoint_handle_methods_response.py +149 -0
  417. volcenginesdkseccenter20240508/models/list_check_config_related_baseline_request.py +256 -0
  418. volcenginesdkseccenter20240508/models/list_check_config_related_baseline_response.py +201 -0
  419. volcenginesdkseccenter20240508/models/list_fingerprint_collect_config_request.py +149 -0
  420. volcenginesdkseccenter20240508/models/list_fingerprint_collect_config_response.py +201 -0
  421. volcenginesdkseccenter20240508/models/list_mlp_alarm_tags_request.py +6 -6
  422. volcenginesdkseccenter20240508/models/list_mlp_asset_tasks_request.py +255 -0
  423. volcenginesdkseccenter20240508/models/list_mlp_asset_tasks_response.py +201 -0
  424. volcenginesdkseccenter20240508/models/list_ordered_hosts_basic_infos_request.py +256 -0
  425. volcenginesdkseccenter20240508/models/list_ordered_hosts_basic_infos_response.py +201 -0
  426. volcenginesdkseccenter20240508/models/location_for_get_geo_location_output.py +149 -0
  427. volcenginesdkseccenter20240508/models/login_location_for_add_login_config_input.py +175 -0
  428. volcenginesdkseccenter20240508/models/login_location_for_update_login_config_input.py +175 -0
  429. volcenginesdkseccenter20240508/models/login_topic_config_for_get_tls_info_output.py +175 -0
  430. volcenginesdkseccenter20240508/models/login_topic_config_for_modify_tls_config_input.py +149 -0
  431. volcenginesdkseccenter20240508/models/modify_tls_config_request.py +133 -3
  432. volcenginesdkseccenter20240508/models/operation_list_for_list_batch_endpoint_handle_methods_output.py +201 -0
  433. volcenginesdkseccenter20240508/models/port_change_topic_config_for_get_tls_info_output.py +175 -0
  434. volcenginesdkseccenter20240508/models/port_change_topic_config_for_modify_tls_config_input.py +149 -0
  435. volcenginesdkseccenter20240508/models/proc_list_for_list_batch_endpoint_handle_methods_output.py +175 -0
  436. volcenginesdkseccenter20240508/models/process_for_handle_endpoint_alarms_input.py +175 -0
  437. volcenginesdkseccenter20240508/models/process_start_topic_config_for_get_tls_info_output.py +175 -0
  438. volcenginesdkseccenter20240508/models/process_start_topic_config_for_modify_tls_config_input.py +149 -0
  439. volcenginesdkseccenter20240508/models/relate_alarm_info_for_list_ban_ip_list_output.py +149 -0
  440. volcenginesdkseccenter20240508/models/retry_ip_operation_request.py +150 -0
  441. volcenginesdkseccenter20240508/models/retry_ip_operation_response.py +123 -0
  442. volcenginesdkseccenter20240508/models/risk_for_get_offline_notification_list_output.py +201 -0
  443. volcenginesdkseccenter20240508/models/rule_list_for_get_brute_force_ban_config_output.py +227 -0
  444. volcenginesdkseccenter20240508/models/rule_list_for_set_brute_force_ban_config_input.py +227 -0
  445. volcenginesdkseccenter20240508/models/score_for_get_security_overview_score_stats_output.py +149 -0
  446. volcenginesdkseccenter20240508/models/set_brute_force_ban_config_request.py +461 -0
  447. volcenginesdkseccenter20240508/models/set_brute_force_ban_config_response.py +95 -0
  448. volcenginesdkseccenter20240508/models/set_custom_weak_passwords_request.py +123 -0
  449. volcenginesdkseccenter20240508/models/set_custom_weak_passwords_response.py +123 -0
  450. volcenginesdkseccenter20240508/models/stop_mlp_asset_sync_task_request.py +124 -0
  451. volcenginesdkseccenter20240508/models/stop_mlp_asset_sync_task_response.py +123 -0
  452. volcenginesdkseccenter20240508/models/un_ban_ip_item_request.py +123 -0
  453. volcenginesdkseccenter20240508/models/un_ban_ip_item_response.py +149 -0
  454. volcenginesdkseccenter20240508/models/unbind_mlp_auth_request.py +123 -0
  455. volcenginesdkseccenter20240508/models/unbind_mlp_auth_response.py +123 -0
  456. volcenginesdkseccenter20240508/models/update_auto_protect_config_request.py +124 -0
  457. volcenginesdkseccenter20240508/models/update_auto_protect_config_response.py +149 -0
  458. volcenginesdkseccenter20240508/models/update_baseline_check_config_switch_request.py +150 -0
  459. volcenginesdkseccenter20240508/models/update_baseline_check_config_switch_response.py +123 -0
  460. volcenginesdkseccenter20240508/models/update_cloud_provider_request.py +149 -0
  461. volcenginesdkseccenter20240508/models/update_cloud_provider_response.py +201 -0
  462. volcenginesdkseccenter20240508/models/update_login_config_request.py +27 -1
  463. volcenginesdkseccenter20240508/models/update_offline_notification_config_request.py +151 -0
  464. volcenginesdkseccenter20240508/models/update_offline_notification_config_response.py +123 -0
  465. volcenginesdkseccenter20240508/models/vuln_topic_config_for_get_tls_info_output.py +175 -0
  466. volcenginesdkseccenter20240508/models/vuln_topic_config_for_modify_tls_config_input.py +149 -0
  467. volcenginesdkvefaas/__init__.py +1 -0
  468. volcenginesdkvefaas/models/__init__.py +1 -0
  469. volcenginesdkvefaas/models/describe_sandbox_response.py +53 -1
  470. volcenginesdkvefaas/models/metadata_list_for_describe_sandbox_output.py +149 -0
  471. volcenginesdkvod20250101/__init__.py +0 -1
  472. volcenginesdkvod20250101/models/__init__.py +0 -1
  473. volcenginesdkvod20250101/models/create_ai_termbase_request.py +6 -5
  474. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/WHEEL +0 -0
  475. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/licenses/LICENSE.txt +0 -0
  476. {volcengine_python_sdk-4.0.29.dist-info → volcengine_python_sdk-4.0.31.dist-info}/licenses/NOTICE.md +0 -0
@@ -0,0 +1,929 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ seccenter20240508
5
+
6
+ No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
7
+
8
+ OpenAPI spec version: common-version
9
+
10
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
11
+ """
12
+
13
+
14
+ import pprint
15
+ import re # noqa: F401
16
+
17
+ import six
18
+
19
+ from volcenginesdkcore.configuration import Configuration
20
+
21
+
22
+ class DataForGetOfflineNotificationListOutput(object):
23
+ """NOTE: This class is auto generated by the swagger code generator program.
24
+
25
+ Do not edit the class manually.
26
+ """
27
+
28
+ """
29
+ Attributes:
30
+ swagger_types (dict): The key is attribute name
31
+ and the value is attribute type.
32
+ attribute_map (dict): The key is attribute name
33
+ and the value is json key in definition.
34
+ """
35
+ swagger_types = {
36
+ 'abnormal_plugins_list': 'str',
37
+ 'agent_id': 'str',
38
+ 'agent_offline_time': 'int',
39
+ 'agent_status': 'str',
40
+ 'client_public_ip': 'str',
41
+ 'cloud_provider': 'str',
42
+ 'cpu_usage': 'float',
43
+ 'dns': 'str',
44
+ 'ecs_instance': 'EcsInstanceForGetOfflineNotificationListOutput',
45
+ 'first_heartbeat_time': 'int',
46
+ 'gateway': 'str',
47
+ 'group': 'str',
48
+ 'group_path': 'str',
49
+ 'kernel_version': 'str',
50
+ 'last_heartbeat_time': 'int',
51
+ 'mem_usage': 'float',
52
+ 'notification_threshold': 'int',
53
+ 'notification_time': 'int',
54
+ 'old_valid_code': 'int',
55
+ 'online': 'bool',
56
+ 'platform': 'str',
57
+ 'plugins_brief_info': 'str',
58
+ 'plugins_status': 'str',
59
+ 'reason': 'str',
60
+ 'risk': 'RiskForGetOfflineNotificationListOutput',
61
+ 'security_enhancement': 'bool',
62
+ 'start_time': 'int',
63
+ 'status': 'str',
64
+ 'tags': 'list[str]',
65
+ 'total_mem': 'int',
66
+ 'user_status': 'str',
67
+ 'user_status_reason': 'str'
68
+ }
69
+
70
+ attribute_map = {
71
+ 'abnormal_plugins_list': 'AbnormalPluginsList',
72
+ 'agent_id': 'AgentID',
73
+ 'agent_offline_time': 'AgentOfflineTime',
74
+ 'agent_status': 'AgentStatus',
75
+ 'client_public_ip': 'ClientPublicIP',
76
+ 'cloud_provider': 'CloudProvider',
77
+ 'cpu_usage': 'CpuUsage',
78
+ 'dns': 'Dns',
79
+ 'ecs_instance': 'EcsInstance',
80
+ 'first_heartbeat_time': 'FirstHeartbeatTime',
81
+ 'gateway': 'Gateway',
82
+ 'group': 'Group',
83
+ 'group_path': 'GroupPath',
84
+ 'kernel_version': 'KernelVersion',
85
+ 'last_heartbeat_time': 'LastHeartbeatTime',
86
+ 'mem_usage': 'MemUsage',
87
+ 'notification_threshold': 'NotificationThreshold',
88
+ 'notification_time': 'NotificationTime',
89
+ 'old_valid_code': 'OldValidCode',
90
+ 'online': 'Online',
91
+ 'platform': 'Platform',
92
+ 'plugins_brief_info': 'PluginsBriefInfo',
93
+ 'plugins_status': 'PluginsStatus',
94
+ 'reason': 'Reason',
95
+ 'risk': 'Risk',
96
+ 'security_enhancement': 'SecurityEnhancement',
97
+ 'start_time': 'StartTime',
98
+ 'status': 'Status',
99
+ 'tags': 'Tags',
100
+ 'total_mem': 'TotalMem',
101
+ 'user_status': 'UserStatus',
102
+ 'user_status_reason': 'UserStatusReason'
103
+ }
104
+
105
+ def __init__(self, abnormal_plugins_list=None, agent_id=None, agent_offline_time=None, agent_status=None, client_public_ip=None, cloud_provider=None, cpu_usage=None, dns=None, ecs_instance=None, first_heartbeat_time=None, gateway=None, group=None, group_path=None, kernel_version=None, last_heartbeat_time=None, mem_usage=None, notification_threshold=None, notification_time=None, old_valid_code=None, online=None, platform=None, plugins_brief_info=None, plugins_status=None, reason=None, risk=None, security_enhancement=None, start_time=None, status=None, tags=None, total_mem=None, user_status=None, user_status_reason=None, _configuration=None): # noqa: E501
106
+ """DataForGetOfflineNotificationListOutput - a model defined in Swagger""" # noqa: E501
107
+ if _configuration is None:
108
+ _configuration = Configuration()
109
+ self._configuration = _configuration
110
+
111
+ self._abnormal_plugins_list = None
112
+ self._agent_id = None
113
+ self._agent_offline_time = None
114
+ self._agent_status = None
115
+ self._client_public_ip = None
116
+ self._cloud_provider = None
117
+ self._cpu_usage = None
118
+ self._dns = None
119
+ self._ecs_instance = None
120
+ self._first_heartbeat_time = None
121
+ self._gateway = None
122
+ self._group = None
123
+ self._group_path = None
124
+ self._kernel_version = None
125
+ self._last_heartbeat_time = None
126
+ self._mem_usage = None
127
+ self._notification_threshold = None
128
+ self._notification_time = None
129
+ self._old_valid_code = None
130
+ self._online = None
131
+ self._platform = None
132
+ self._plugins_brief_info = None
133
+ self._plugins_status = None
134
+ self._reason = None
135
+ self._risk = None
136
+ self._security_enhancement = None
137
+ self._start_time = None
138
+ self._status = None
139
+ self._tags = None
140
+ self._total_mem = None
141
+ self._user_status = None
142
+ self._user_status_reason = None
143
+ self.discriminator = None
144
+
145
+ if abnormal_plugins_list is not None:
146
+ self.abnormal_plugins_list = abnormal_plugins_list
147
+ if agent_id is not None:
148
+ self.agent_id = agent_id
149
+ if agent_offline_time is not None:
150
+ self.agent_offline_time = agent_offline_time
151
+ if agent_status is not None:
152
+ self.agent_status = agent_status
153
+ if client_public_ip is not None:
154
+ self.client_public_ip = client_public_ip
155
+ if cloud_provider is not None:
156
+ self.cloud_provider = cloud_provider
157
+ if cpu_usage is not None:
158
+ self.cpu_usage = cpu_usage
159
+ if dns is not None:
160
+ self.dns = dns
161
+ if ecs_instance is not None:
162
+ self.ecs_instance = ecs_instance
163
+ if first_heartbeat_time is not None:
164
+ self.first_heartbeat_time = first_heartbeat_time
165
+ if gateway is not None:
166
+ self.gateway = gateway
167
+ if group is not None:
168
+ self.group = group
169
+ if group_path is not None:
170
+ self.group_path = group_path
171
+ if kernel_version is not None:
172
+ self.kernel_version = kernel_version
173
+ if last_heartbeat_time is not None:
174
+ self.last_heartbeat_time = last_heartbeat_time
175
+ if mem_usage is not None:
176
+ self.mem_usage = mem_usage
177
+ if notification_threshold is not None:
178
+ self.notification_threshold = notification_threshold
179
+ if notification_time is not None:
180
+ self.notification_time = notification_time
181
+ if old_valid_code is not None:
182
+ self.old_valid_code = old_valid_code
183
+ if online is not None:
184
+ self.online = online
185
+ if platform is not None:
186
+ self.platform = platform
187
+ if plugins_brief_info is not None:
188
+ self.plugins_brief_info = plugins_brief_info
189
+ if plugins_status is not None:
190
+ self.plugins_status = plugins_status
191
+ if reason is not None:
192
+ self.reason = reason
193
+ if risk is not None:
194
+ self.risk = risk
195
+ if security_enhancement is not None:
196
+ self.security_enhancement = security_enhancement
197
+ if start_time is not None:
198
+ self.start_time = start_time
199
+ if status is not None:
200
+ self.status = status
201
+ if tags is not None:
202
+ self.tags = tags
203
+ if total_mem is not None:
204
+ self.total_mem = total_mem
205
+ if user_status is not None:
206
+ self.user_status = user_status
207
+ if user_status_reason is not None:
208
+ self.user_status_reason = user_status_reason
209
+
210
+ @property
211
+ def abnormal_plugins_list(self):
212
+ """Gets the abnormal_plugins_list of this DataForGetOfflineNotificationListOutput. # noqa: E501
213
+
214
+
215
+ :return: The abnormal_plugins_list of this DataForGetOfflineNotificationListOutput. # noqa: E501
216
+ :rtype: str
217
+ """
218
+ return self._abnormal_plugins_list
219
+
220
+ @abnormal_plugins_list.setter
221
+ def abnormal_plugins_list(self, abnormal_plugins_list):
222
+ """Sets the abnormal_plugins_list of this DataForGetOfflineNotificationListOutput.
223
+
224
+
225
+ :param abnormal_plugins_list: The abnormal_plugins_list of this DataForGetOfflineNotificationListOutput. # noqa: E501
226
+ :type: str
227
+ """
228
+
229
+ self._abnormal_plugins_list = abnormal_plugins_list
230
+
231
+ @property
232
+ def agent_id(self):
233
+ """Gets the agent_id of this DataForGetOfflineNotificationListOutput. # noqa: E501
234
+
235
+
236
+ :return: The agent_id of this DataForGetOfflineNotificationListOutput. # noqa: E501
237
+ :rtype: str
238
+ """
239
+ return self._agent_id
240
+
241
+ @agent_id.setter
242
+ def agent_id(self, agent_id):
243
+ """Sets the agent_id of this DataForGetOfflineNotificationListOutput.
244
+
245
+
246
+ :param agent_id: The agent_id of this DataForGetOfflineNotificationListOutput. # noqa: E501
247
+ :type: str
248
+ """
249
+
250
+ self._agent_id = agent_id
251
+
252
+ @property
253
+ def agent_offline_time(self):
254
+ """Gets the agent_offline_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
255
+
256
+
257
+ :return: The agent_offline_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
258
+ :rtype: int
259
+ """
260
+ return self._agent_offline_time
261
+
262
+ @agent_offline_time.setter
263
+ def agent_offline_time(self, agent_offline_time):
264
+ """Sets the agent_offline_time of this DataForGetOfflineNotificationListOutput.
265
+
266
+
267
+ :param agent_offline_time: The agent_offline_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
268
+ :type: int
269
+ """
270
+
271
+ self._agent_offline_time = agent_offline_time
272
+
273
+ @property
274
+ def agent_status(self):
275
+ """Gets the agent_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
276
+
277
+
278
+ :return: The agent_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
279
+ :rtype: str
280
+ """
281
+ return self._agent_status
282
+
283
+ @agent_status.setter
284
+ def agent_status(self, agent_status):
285
+ """Sets the agent_status of this DataForGetOfflineNotificationListOutput.
286
+
287
+
288
+ :param agent_status: The agent_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
289
+ :type: str
290
+ """
291
+
292
+ self._agent_status = agent_status
293
+
294
+ @property
295
+ def client_public_ip(self):
296
+ """Gets the client_public_ip of this DataForGetOfflineNotificationListOutput. # noqa: E501
297
+
298
+
299
+ :return: The client_public_ip of this DataForGetOfflineNotificationListOutput. # noqa: E501
300
+ :rtype: str
301
+ """
302
+ return self._client_public_ip
303
+
304
+ @client_public_ip.setter
305
+ def client_public_ip(self, client_public_ip):
306
+ """Sets the client_public_ip of this DataForGetOfflineNotificationListOutput.
307
+
308
+
309
+ :param client_public_ip: The client_public_ip of this DataForGetOfflineNotificationListOutput. # noqa: E501
310
+ :type: str
311
+ """
312
+
313
+ self._client_public_ip = client_public_ip
314
+
315
+ @property
316
+ def cloud_provider(self):
317
+ """Gets the cloud_provider of this DataForGetOfflineNotificationListOutput. # noqa: E501
318
+
319
+
320
+ :return: The cloud_provider of this DataForGetOfflineNotificationListOutput. # noqa: E501
321
+ :rtype: str
322
+ """
323
+ return self._cloud_provider
324
+
325
+ @cloud_provider.setter
326
+ def cloud_provider(self, cloud_provider):
327
+ """Sets the cloud_provider of this DataForGetOfflineNotificationListOutput.
328
+
329
+
330
+ :param cloud_provider: The cloud_provider of this DataForGetOfflineNotificationListOutput. # noqa: E501
331
+ :type: str
332
+ """
333
+
334
+ self._cloud_provider = cloud_provider
335
+
336
+ @property
337
+ def cpu_usage(self):
338
+ """Gets the cpu_usage of this DataForGetOfflineNotificationListOutput. # noqa: E501
339
+
340
+
341
+ :return: The cpu_usage of this DataForGetOfflineNotificationListOutput. # noqa: E501
342
+ :rtype: float
343
+ """
344
+ return self._cpu_usage
345
+
346
+ @cpu_usage.setter
347
+ def cpu_usage(self, cpu_usage):
348
+ """Sets the cpu_usage of this DataForGetOfflineNotificationListOutput.
349
+
350
+
351
+ :param cpu_usage: The cpu_usage of this DataForGetOfflineNotificationListOutput. # noqa: E501
352
+ :type: float
353
+ """
354
+
355
+ self._cpu_usage = cpu_usage
356
+
357
+ @property
358
+ def dns(self):
359
+ """Gets the dns of this DataForGetOfflineNotificationListOutput. # noqa: E501
360
+
361
+
362
+ :return: The dns of this DataForGetOfflineNotificationListOutput. # noqa: E501
363
+ :rtype: str
364
+ """
365
+ return self._dns
366
+
367
+ @dns.setter
368
+ def dns(self, dns):
369
+ """Sets the dns of this DataForGetOfflineNotificationListOutput.
370
+
371
+
372
+ :param dns: The dns of this DataForGetOfflineNotificationListOutput. # noqa: E501
373
+ :type: str
374
+ """
375
+
376
+ self._dns = dns
377
+
378
+ @property
379
+ def ecs_instance(self):
380
+ """Gets the ecs_instance of this DataForGetOfflineNotificationListOutput. # noqa: E501
381
+
382
+
383
+ :return: The ecs_instance of this DataForGetOfflineNotificationListOutput. # noqa: E501
384
+ :rtype: EcsInstanceForGetOfflineNotificationListOutput
385
+ """
386
+ return self._ecs_instance
387
+
388
+ @ecs_instance.setter
389
+ def ecs_instance(self, ecs_instance):
390
+ """Sets the ecs_instance of this DataForGetOfflineNotificationListOutput.
391
+
392
+
393
+ :param ecs_instance: The ecs_instance of this DataForGetOfflineNotificationListOutput. # noqa: E501
394
+ :type: EcsInstanceForGetOfflineNotificationListOutput
395
+ """
396
+
397
+ self._ecs_instance = ecs_instance
398
+
399
+ @property
400
+ def first_heartbeat_time(self):
401
+ """Gets the first_heartbeat_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
402
+
403
+
404
+ :return: The first_heartbeat_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
405
+ :rtype: int
406
+ """
407
+ return self._first_heartbeat_time
408
+
409
+ @first_heartbeat_time.setter
410
+ def first_heartbeat_time(self, first_heartbeat_time):
411
+ """Sets the first_heartbeat_time of this DataForGetOfflineNotificationListOutput.
412
+
413
+
414
+ :param first_heartbeat_time: The first_heartbeat_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
415
+ :type: int
416
+ """
417
+
418
+ self._first_heartbeat_time = first_heartbeat_time
419
+
420
+ @property
421
+ def gateway(self):
422
+ """Gets the gateway of this DataForGetOfflineNotificationListOutput. # noqa: E501
423
+
424
+
425
+ :return: The gateway of this DataForGetOfflineNotificationListOutput. # noqa: E501
426
+ :rtype: str
427
+ """
428
+ return self._gateway
429
+
430
+ @gateway.setter
431
+ def gateway(self, gateway):
432
+ """Sets the gateway of this DataForGetOfflineNotificationListOutput.
433
+
434
+
435
+ :param gateway: The gateway of this DataForGetOfflineNotificationListOutput. # noqa: E501
436
+ :type: str
437
+ """
438
+
439
+ self._gateway = gateway
440
+
441
+ @property
442
+ def group(self):
443
+ """Gets the group of this DataForGetOfflineNotificationListOutput. # noqa: E501
444
+
445
+
446
+ :return: The group of this DataForGetOfflineNotificationListOutput. # noqa: E501
447
+ :rtype: str
448
+ """
449
+ return self._group
450
+
451
+ @group.setter
452
+ def group(self, group):
453
+ """Sets the group of this DataForGetOfflineNotificationListOutput.
454
+
455
+
456
+ :param group: The group of this DataForGetOfflineNotificationListOutput. # noqa: E501
457
+ :type: str
458
+ """
459
+
460
+ self._group = group
461
+
462
+ @property
463
+ def group_path(self):
464
+ """Gets the group_path of this DataForGetOfflineNotificationListOutput. # noqa: E501
465
+
466
+
467
+ :return: The group_path of this DataForGetOfflineNotificationListOutput. # noqa: E501
468
+ :rtype: str
469
+ """
470
+ return self._group_path
471
+
472
+ @group_path.setter
473
+ def group_path(self, group_path):
474
+ """Sets the group_path of this DataForGetOfflineNotificationListOutput.
475
+
476
+
477
+ :param group_path: The group_path of this DataForGetOfflineNotificationListOutput. # noqa: E501
478
+ :type: str
479
+ """
480
+
481
+ self._group_path = group_path
482
+
483
+ @property
484
+ def kernel_version(self):
485
+ """Gets the kernel_version of this DataForGetOfflineNotificationListOutput. # noqa: E501
486
+
487
+
488
+ :return: The kernel_version of this DataForGetOfflineNotificationListOutput. # noqa: E501
489
+ :rtype: str
490
+ """
491
+ return self._kernel_version
492
+
493
+ @kernel_version.setter
494
+ def kernel_version(self, kernel_version):
495
+ """Sets the kernel_version of this DataForGetOfflineNotificationListOutput.
496
+
497
+
498
+ :param kernel_version: The kernel_version of this DataForGetOfflineNotificationListOutput. # noqa: E501
499
+ :type: str
500
+ """
501
+
502
+ self._kernel_version = kernel_version
503
+
504
+ @property
505
+ def last_heartbeat_time(self):
506
+ """Gets the last_heartbeat_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
507
+
508
+
509
+ :return: The last_heartbeat_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
510
+ :rtype: int
511
+ """
512
+ return self._last_heartbeat_time
513
+
514
+ @last_heartbeat_time.setter
515
+ def last_heartbeat_time(self, last_heartbeat_time):
516
+ """Sets the last_heartbeat_time of this DataForGetOfflineNotificationListOutput.
517
+
518
+
519
+ :param last_heartbeat_time: The last_heartbeat_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
520
+ :type: int
521
+ """
522
+
523
+ self._last_heartbeat_time = last_heartbeat_time
524
+
525
+ @property
526
+ def mem_usage(self):
527
+ """Gets the mem_usage of this DataForGetOfflineNotificationListOutput. # noqa: E501
528
+
529
+
530
+ :return: The mem_usage of this DataForGetOfflineNotificationListOutput. # noqa: E501
531
+ :rtype: float
532
+ """
533
+ return self._mem_usage
534
+
535
+ @mem_usage.setter
536
+ def mem_usage(self, mem_usage):
537
+ """Sets the mem_usage of this DataForGetOfflineNotificationListOutput.
538
+
539
+
540
+ :param mem_usage: The mem_usage of this DataForGetOfflineNotificationListOutput. # noqa: E501
541
+ :type: float
542
+ """
543
+
544
+ self._mem_usage = mem_usage
545
+
546
+ @property
547
+ def notification_threshold(self):
548
+ """Gets the notification_threshold of this DataForGetOfflineNotificationListOutput. # noqa: E501
549
+
550
+
551
+ :return: The notification_threshold of this DataForGetOfflineNotificationListOutput. # noqa: E501
552
+ :rtype: int
553
+ """
554
+ return self._notification_threshold
555
+
556
+ @notification_threshold.setter
557
+ def notification_threshold(self, notification_threshold):
558
+ """Sets the notification_threshold of this DataForGetOfflineNotificationListOutput.
559
+
560
+
561
+ :param notification_threshold: The notification_threshold of this DataForGetOfflineNotificationListOutput. # noqa: E501
562
+ :type: int
563
+ """
564
+
565
+ self._notification_threshold = notification_threshold
566
+
567
+ @property
568
+ def notification_time(self):
569
+ """Gets the notification_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
570
+
571
+
572
+ :return: The notification_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
573
+ :rtype: int
574
+ """
575
+ return self._notification_time
576
+
577
+ @notification_time.setter
578
+ def notification_time(self, notification_time):
579
+ """Sets the notification_time of this DataForGetOfflineNotificationListOutput.
580
+
581
+
582
+ :param notification_time: The notification_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
583
+ :type: int
584
+ """
585
+
586
+ self._notification_time = notification_time
587
+
588
+ @property
589
+ def old_valid_code(self):
590
+ """Gets the old_valid_code of this DataForGetOfflineNotificationListOutput. # noqa: E501
591
+
592
+
593
+ :return: The old_valid_code of this DataForGetOfflineNotificationListOutput. # noqa: E501
594
+ :rtype: int
595
+ """
596
+ return self._old_valid_code
597
+
598
+ @old_valid_code.setter
599
+ def old_valid_code(self, old_valid_code):
600
+ """Sets the old_valid_code of this DataForGetOfflineNotificationListOutput.
601
+
602
+
603
+ :param old_valid_code: The old_valid_code of this DataForGetOfflineNotificationListOutput. # noqa: E501
604
+ :type: int
605
+ """
606
+
607
+ self._old_valid_code = old_valid_code
608
+
609
+ @property
610
+ def online(self):
611
+ """Gets the online of this DataForGetOfflineNotificationListOutput. # noqa: E501
612
+
613
+
614
+ :return: The online of this DataForGetOfflineNotificationListOutput. # noqa: E501
615
+ :rtype: bool
616
+ """
617
+ return self._online
618
+
619
+ @online.setter
620
+ def online(self, online):
621
+ """Sets the online of this DataForGetOfflineNotificationListOutput.
622
+
623
+
624
+ :param online: The online of this DataForGetOfflineNotificationListOutput. # noqa: E501
625
+ :type: bool
626
+ """
627
+
628
+ self._online = online
629
+
630
+ @property
631
+ def platform(self):
632
+ """Gets the platform of this DataForGetOfflineNotificationListOutput. # noqa: E501
633
+
634
+
635
+ :return: The platform of this DataForGetOfflineNotificationListOutput. # noqa: E501
636
+ :rtype: str
637
+ """
638
+ return self._platform
639
+
640
+ @platform.setter
641
+ def platform(self, platform):
642
+ """Sets the platform of this DataForGetOfflineNotificationListOutput.
643
+
644
+
645
+ :param platform: The platform of this DataForGetOfflineNotificationListOutput. # noqa: E501
646
+ :type: str
647
+ """
648
+
649
+ self._platform = platform
650
+
651
+ @property
652
+ def plugins_brief_info(self):
653
+ """Gets the plugins_brief_info of this DataForGetOfflineNotificationListOutput. # noqa: E501
654
+
655
+
656
+ :return: The plugins_brief_info of this DataForGetOfflineNotificationListOutput. # noqa: E501
657
+ :rtype: str
658
+ """
659
+ return self._plugins_brief_info
660
+
661
+ @plugins_brief_info.setter
662
+ def plugins_brief_info(self, plugins_brief_info):
663
+ """Sets the plugins_brief_info of this DataForGetOfflineNotificationListOutput.
664
+
665
+
666
+ :param plugins_brief_info: The plugins_brief_info of this DataForGetOfflineNotificationListOutput. # noqa: E501
667
+ :type: str
668
+ """
669
+
670
+ self._plugins_brief_info = plugins_brief_info
671
+
672
+ @property
673
+ def plugins_status(self):
674
+ """Gets the plugins_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
675
+
676
+
677
+ :return: The plugins_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
678
+ :rtype: str
679
+ """
680
+ return self._plugins_status
681
+
682
+ @plugins_status.setter
683
+ def plugins_status(self, plugins_status):
684
+ """Sets the plugins_status of this DataForGetOfflineNotificationListOutput.
685
+
686
+
687
+ :param plugins_status: The plugins_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
688
+ :type: str
689
+ """
690
+
691
+ self._plugins_status = plugins_status
692
+
693
+ @property
694
+ def reason(self):
695
+ """Gets the reason of this DataForGetOfflineNotificationListOutput. # noqa: E501
696
+
697
+
698
+ :return: The reason of this DataForGetOfflineNotificationListOutput. # noqa: E501
699
+ :rtype: str
700
+ """
701
+ return self._reason
702
+
703
+ @reason.setter
704
+ def reason(self, reason):
705
+ """Sets the reason of this DataForGetOfflineNotificationListOutput.
706
+
707
+
708
+ :param reason: The reason of this DataForGetOfflineNotificationListOutput. # noqa: E501
709
+ :type: str
710
+ """
711
+
712
+ self._reason = reason
713
+
714
+ @property
715
+ def risk(self):
716
+ """Gets the risk of this DataForGetOfflineNotificationListOutput. # noqa: E501
717
+
718
+
719
+ :return: The risk of this DataForGetOfflineNotificationListOutput. # noqa: E501
720
+ :rtype: RiskForGetOfflineNotificationListOutput
721
+ """
722
+ return self._risk
723
+
724
+ @risk.setter
725
+ def risk(self, risk):
726
+ """Sets the risk of this DataForGetOfflineNotificationListOutput.
727
+
728
+
729
+ :param risk: The risk of this DataForGetOfflineNotificationListOutput. # noqa: E501
730
+ :type: RiskForGetOfflineNotificationListOutput
731
+ """
732
+
733
+ self._risk = risk
734
+
735
+ @property
736
+ def security_enhancement(self):
737
+ """Gets the security_enhancement of this DataForGetOfflineNotificationListOutput. # noqa: E501
738
+
739
+
740
+ :return: The security_enhancement of this DataForGetOfflineNotificationListOutput. # noqa: E501
741
+ :rtype: bool
742
+ """
743
+ return self._security_enhancement
744
+
745
+ @security_enhancement.setter
746
+ def security_enhancement(self, security_enhancement):
747
+ """Sets the security_enhancement of this DataForGetOfflineNotificationListOutput.
748
+
749
+
750
+ :param security_enhancement: The security_enhancement of this DataForGetOfflineNotificationListOutput. # noqa: E501
751
+ :type: bool
752
+ """
753
+
754
+ self._security_enhancement = security_enhancement
755
+
756
+ @property
757
+ def start_time(self):
758
+ """Gets the start_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
759
+
760
+
761
+ :return: The start_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
762
+ :rtype: int
763
+ """
764
+ return self._start_time
765
+
766
+ @start_time.setter
767
+ def start_time(self, start_time):
768
+ """Sets the start_time of this DataForGetOfflineNotificationListOutput.
769
+
770
+
771
+ :param start_time: The start_time of this DataForGetOfflineNotificationListOutput. # noqa: E501
772
+ :type: int
773
+ """
774
+
775
+ self._start_time = start_time
776
+
777
+ @property
778
+ def status(self):
779
+ """Gets the status of this DataForGetOfflineNotificationListOutput. # noqa: E501
780
+
781
+
782
+ :return: The status of this DataForGetOfflineNotificationListOutput. # noqa: E501
783
+ :rtype: str
784
+ """
785
+ return self._status
786
+
787
+ @status.setter
788
+ def status(self, status):
789
+ """Sets the status of this DataForGetOfflineNotificationListOutput.
790
+
791
+
792
+ :param status: The status of this DataForGetOfflineNotificationListOutput. # noqa: E501
793
+ :type: str
794
+ """
795
+
796
+ self._status = status
797
+
798
+ @property
799
+ def tags(self):
800
+ """Gets the tags of this DataForGetOfflineNotificationListOutput. # noqa: E501
801
+
802
+
803
+ :return: The tags of this DataForGetOfflineNotificationListOutput. # noqa: E501
804
+ :rtype: list[str]
805
+ """
806
+ return self._tags
807
+
808
+ @tags.setter
809
+ def tags(self, tags):
810
+ """Sets the tags of this DataForGetOfflineNotificationListOutput.
811
+
812
+
813
+ :param tags: The tags of this DataForGetOfflineNotificationListOutput. # noqa: E501
814
+ :type: list[str]
815
+ """
816
+
817
+ self._tags = tags
818
+
819
+ @property
820
+ def total_mem(self):
821
+ """Gets the total_mem of this DataForGetOfflineNotificationListOutput. # noqa: E501
822
+
823
+
824
+ :return: The total_mem of this DataForGetOfflineNotificationListOutput. # noqa: E501
825
+ :rtype: int
826
+ """
827
+ return self._total_mem
828
+
829
+ @total_mem.setter
830
+ def total_mem(self, total_mem):
831
+ """Sets the total_mem of this DataForGetOfflineNotificationListOutput.
832
+
833
+
834
+ :param total_mem: The total_mem of this DataForGetOfflineNotificationListOutput. # noqa: E501
835
+ :type: int
836
+ """
837
+
838
+ self._total_mem = total_mem
839
+
840
+ @property
841
+ def user_status(self):
842
+ """Gets the user_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
843
+
844
+
845
+ :return: The user_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
846
+ :rtype: str
847
+ """
848
+ return self._user_status
849
+
850
+ @user_status.setter
851
+ def user_status(self, user_status):
852
+ """Sets the user_status of this DataForGetOfflineNotificationListOutput.
853
+
854
+
855
+ :param user_status: The user_status of this DataForGetOfflineNotificationListOutput. # noqa: E501
856
+ :type: str
857
+ """
858
+
859
+ self._user_status = user_status
860
+
861
+ @property
862
+ def user_status_reason(self):
863
+ """Gets the user_status_reason of this DataForGetOfflineNotificationListOutput. # noqa: E501
864
+
865
+
866
+ :return: The user_status_reason of this DataForGetOfflineNotificationListOutput. # noqa: E501
867
+ :rtype: str
868
+ """
869
+ return self._user_status_reason
870
+
871
+ @user_status_reason.setter
872
+ def user_status_reason(self, user_status_reason):
873
+ """Sets the user_status_reason of this DataForGetOfflineNotificationListOutput.
874
+
875
+
876
+ :param user_status_reason: The user_status_reason of this DataForGetOfflineNotificationListOutput. # noqa: E501
877
+ :type: str
878
+ """
879
+
880
+ self._user_status_reason = user_status_reason
881
+
882
+ def to_dict(self):
883
+ """Returns the model properties as a dict"""
884
+ result = {}
885
+
886
+ for attr, _ in six.iteritems(self.swagger_types):
887
+ value = getattr(self, attr)
888
+ if isinstance(value, list):
889
+ result[attr] = list(map(
890
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
891
+ value
892
+ ))
893
+ elif hasattr(value, "to_dict"):
894
+ result[attr] = value.to_dict()
895
+ elif isinstance(value, dict):
896
+ result[attr] = dict(map(
897
+ lambda item: (item[0], item[1].to_dict())
898
+ if hasattr(item[1], "to_dict") else item,
899
+ value.items()
900
+ ))
901
+ else:
902
+ result[attr] = value
903
+ if issubclass(DataForGetOfflineNotificationListOutput, dict):
904
+ for key, value in self.items():
905
+ result[key] = value
906
+
907
+ return result
908
+
909
+ def to_str(self):
910
+ """Returns the string representation of the model"""
911
+ return pprint.pformat(self.to_dict())
912
+
913
+ def __repr__(self):
914
+ """For `print` and `pprint`"""
915
+ return self.to_str()
916
+
917
+ def __eq__(self, other):
918
+ """Returns true if both objects are equal"""
919
+ if not isinstance(other, DataForGetOfflineNotificationListOutput):
920
+ return False
921
+
922
+ return self.to_dict() == other.to_dict()
923
+
924
+ def __ne__(self, other):
925
+ """Returns true if both objects are not equal"""
926
+ if not isinstance(other, DataForGetOfflineNotificationListOutput):
927
+ return True
928
+
929
+ return self.to_dict() != other.to_dict()