volcengine-python-sdk 4.0.28__py2.py3-none-any.whl → 4.0.30__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 (486) hide show
  1. {volcengine_python_sdk-4.0.28.dist-info → volcengine_python_sdk-4.0.30.dist-info}/METADATA +1 -1
  2. {volcengine_python_sdk-4.0.28.dist-info → volcengine_python_sdk-4.0.30.dist-info}/RECORD +486 -80
  3. {volcengine_python_sdk-4.0.28.dist-info → volcengine_python_sdk-4.0.30.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/_client.py +7 -6
  50. volcenginesdkarkruntime/_utils/_key_agreement.py +18 -14
  51. volcenginesdkarkruntime/resources/batch_chat/completions.py +10 -141
  52. volcenginesdkarkruntime/resources/beta/chat/completions.py +10 -0
  53. volcenginesdkarkruntime/resources/chat/completions.py +9 -206
  54. volcenginesdkarkruntime/resources/encryption.py +217 -0
  55. volcenginesdkarkruntime/resources/images/images.py +72 -55
  56. volcenginesdkarkruntime/resources/responses/responses.py +42 -24
  57. volcenginesdkarkruntime/types/__init__.py +2 -0
  58. volcenginesdkarkruntime/types/content_generation/content_generation_task.py +15 -0
  59. volcenginesdkarkruntime/types/images/__init__.py +2 -2
  60. volcenginesdkarkruntime/types/images/images.py +7 -1
  61. volcenginesdkarkruntime/types/responses/audio_chunking_strategy.py +30 -0
  62. volcenginesdkarkruntime/types/responses/audio_chunking_strategy_param.py +28 -0
  63. volcenginesdkarkruntime/types/responses/image_process_grounding_options.py +23 -0
  64. volcenginesdkarkruntime/types/responses/image_process_grounding_options_param.py +23 -0
  65. volcenginesdkarkruntime/types/responses/image_process_point_options.py +23 -0
  66. volcenginesdkarkruntime/types/responses/image_process_point_options_param.py +23 -0
  67. volcenginesdkarkruntime/types/responses/image_process_rotate_options.py +23 -0
  68. volcenginesdkarkruntime/types/responses/image_process_rotate_options_param.py +23 -0
  69. volcenginesdkarkruntime/types/responses/image_process_tool.py +41 -0
  70. volcenginesdkarkruntime/types/responses/image_process_tool_param.py +40 -0
  71. volcenginesdkarkruntime/types/responses/image_process_zoom_options.py +23 -0
  72. volcenginesdkarkruntime/types/responses/image_process_zoom_options_param.py +23 -0
  73. volcenginesdkarkruntime/types/responses/item_function_image_process.py +37 -0
  74. volcenginesdkarkruntime/types/responses/knowledge_search_tool.py +46 -0
  75. volcenginesdkarkruntime/types/responses/knowledge_search_tool_param.py +44 -0
  76. volcenginesdkarkruntime/types/responses/mcp_tool.py +8 -4
  77. volcenginesdkarkruntime/types/responses/response.py +58 -92
  78. volcenginesdkarkruntime/types/responses/response_annotation_added_event.py +3 -22
  79. volcenginesdkarkruntime/types/responses/response_caching.py +6 -6
  80. volcenginesdkarkruntime/types/responses/response_caching_param.py +7 -4
  81. volcenginesdkarkruntime/types/responses/response_create_params.py +11 -3
  82. volcenginesdkarkruntime/types/responses/response_image_process_action.py +24 -0
  83. volcenginesdkarkruntime/types/responses/response_image_process_args.py +30 -0
  84. volcenginesdkarkruntime/types/responses/response_image_process_call_completed_event.py +35 -0
  85. volcenginesdkarkruntime/types/responses/response_image_process_call_in_progress_event.py +24 -0
  86. volcenginesdkarkruntime/types/responses/response_image_process_call_processing_event.py +30 -0
  87. volcenginesdkarkruntime/types/responses/response_image_process_error.py +20 -0
  88. volcenginesdkarkruntime/types/responses/response_image_process_grounding_args.py +24 -0
  89. volcenginesdkarkruntime/types/responses/response_image_process_point_args.py +24 -0
  90. volcenginesdkarkruntime/types/responses/response_image_process_rotate_args.py +22 -0
  91. volcenginesdkarkruntime/types/responses/response_image_process_zoom_args.py +24 -0
  92. volcenginesdkarkruntime/types/responses/response_input_audio.py +33 -0
  93. volcenginesdkarkruntime/types/responses/response_input_audio_param.py +32 -0
  94. volcenginesdkarkruntime/types/responses/response_input_content.py +13 -3
  95. volcenginesdkarkruntime/types/responses/response_input_file.py +32 -0
  96. volcenginesdkarkruntime/types/responses/response_input_file_param.py +30 -0
  97. volcenginesdkarkruntime/types/responses/response_input_message_content_list_param.py +11 -3
  98. volcenginesdkarkruntime/types/responses/response_input_video.py +33 -0
  99. volcenginesdkarkruntime/types/responses/response_input_video_param.py +6 -9
  100. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_completed_event.py +24 -0
  101. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_failed_event.py +24 -0
  102. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_in_progress_event.py +24 -0
  103. volcenginesdkarkruntime/types/responses/response_knowledge_search_call_searching_event.py +24 -0
  104. volcenginesdkarkruntime/types/responses/response_knowledge_search_item.py +32 -0
  105. volcenginesdkarkruntime/types/responses/response_output_item.py +8 -4
  106. volcenginesdkarkruntime/types/responses/response_output_text.py +4 -33
  107. volcenginesdkarkruntime/types/responses/response_output_text_annotation.py +63 -0
  108. volcenginesdkarkruntime/types/responses/response_output_text_annotation_added_event.py +33 -0
  109. volcenginesdkarkruntime/types/responses/response_stream_event.py +89 -50
  110. volcenginesdkarkruntime/types/responses/response_tool_usage.py +14 -6
  111. volcenginesdkarkruntime/types/responses/responses_output_text_annotation_cover_image.py +25 -0
  112. volcenginesdkarkruntime/types/responses/tool.py +5 -2
  113. volcenginesdkarkruntime/types/responses/tool_choice_knowledge_search.py +22 -0
  114. volcenginesdkarkruntime/types/responses/tool_choice_knowledge_search_param.py +20 -0
  115. volcenginesdkarkruntime/types/responses/tool_choice_mcp.py +31 -0
  116. volcenginesdkarkruntime/types/responses/tool_choice_mcp_param.py +4 -4
  117. volcenginesdkarkruntime/types/responses/tool_choice_web_search.py +22 -0
  118. volcenginesdkarkruntime/types/responses/tool_choice_web_search_param.py +20 -0
  119. volcenginesdkarkruntime/types/responses/tool_param.py +11 -3
  120. volcenginesdkarkruntime/types/responses/user_location.py +29 -0
  121. volcenginesdkarkruntime/types/responses/user_location_param.py +31 -0
  122. volcenginesdkarkruntime/types/responses/web_search_tool.py +11 -22
  123. volcenginesdkarkruntime/types/responses/web_search_tool_param.py +8 -17
  124. volcenginesdkarkruntime/types/shared/__init__.py +3 -0
  125. volcenginesdkarkruntime/types/shared/reasoning.py +10 -0
  126. volcenginesdkarkruntime/types/shared/reasoning_effort.py +17 -0
  127. volcenginesdkarkruntime/types/shared_params/__init__.py +2 -0
  128. volcenginesdkarkruntime/types/shared_params/reasoning.py +12 -0
  129. volcenginesdkarkruntime/types/shared_params/reasoning_effort.py +8 -0
  130. volcenginesdkcbr/__init__.py +91 -0
  131. volcenginesdkcbr/api/__init__.py +6 -0
  132. volcenginesdkcbr/api/cbr_api.py +2362 -0
  133. volcenginesdkcbr/models/__init__.py +87 -0
  134. volcenginesdkcbr/models/backup_policy_for_describe_backup_policies_output.py +357 -0
  135. volcenginesdkcbr/models/create_backup_job_request.py +238 -0
  136. volcenginesdkcbr/models/create_backup_job_response.py +123 -0
  137. volcenginesdkcbr/models/create_backup_plan_request.py +176 -0
  138. volcenginesdkcbr/models/create_backup_plan_response.py +123 -0
  139. volcenginesdkcbr/models/create_backup_policy_request.py +293 -0
  140. volcenginesdkcbr/models/create_backup_policy_response.py +123 -0
  141. volcenginesdkcbr/models/create_backup_resource_request.py +211 -0
  142. volcenginesdkcbr/models/create_backup_resource_response.py +123 -0
  143. volcenginesdkcbr/models/create_restore_job_request.py +177 -0
  144. volcenginesdkcbr/models/create_restore_job_response.py +123 -0
  145. volcenginesdkcbr/models/create_vault_request.py +150 -0
  146. volcenginesdkcbr/models/create_vault_response.py +123 -0
  147. volcenginesdkcbr/models/delete_backup_plan_request.py +124 -0
  148. volcenginesdkcbr/models/delete_backup_plan_response.py +95 -0
  149. volcenginesdkcbr/models/delete_backup_policy_request.py +124 -0
  150. volcenginesdkcbr/models/delete_backup_policy_response.py +95 -0
  151. volcenginesdkcbr/models/delete_backup_resource_request.py +124 -0
  152. volcenginesdkcbr/models/delete_backup_resource_response.py +95 -0
  153. volcenginesdkcbr/models/delete_recovery_point_request.py +124 -0
  154. volcenginesdkcbr/models/delete_recovery_point_response.py +95 -0
  155. volcenginesdkcbr/models/delete_vault_request.py +124 -0
  156. volcenginesdkcbr/models/delete_vault_response.py +95 -0
  157. volcenginesdkcbr/models/describe_backup_plans_request.py +175 -0
  158. volcenginesdkcbr/models/describe_backup_plans_response.py +149 -0
  159. volcenginesdkcbr/models/describe_backup_policies_request.py +175 -0
  160. volcenginesdkcbr/models/describe_backup_policies_response.py +149 -0
  161. volcenginesdkcbr/models/describe_backup_resources_request.py +175 -0
  162. volcenginesdkcbr/models/describe_backup_resources_response.py +149 -0
  163. volcenginesdkcbr/models/describe_recovery_points_request.py +175 -0
  164. volcenginesdkcbr/models/describe_recovery_points_response.py +149 -0
  165. volcenginesdkcbr/models/describe_regions_request.py +95 -0
  166. volcenginesdkcbr/models/describe_regions_response.py +123 -0
  167. volcenginesdkcbr/models/describe_restore_jobs_request.py +175 -0
  168. volcenginesdkcbr/models/describe_restore_jobs_response.py +149 -0
  169. volcenginesdkcbr/models/describe_vaults_request.py +201 -0
  170. volcenginesdkcbr/models/describe_vaults_response.py +149 -0
  171. volcenginesdkcbr/models/disable_backup_policy_request.py +124 -0
  172. volcenginesdkcbr/models/disable_backup_policy_response.py +95 -0
  173. volcenginesdkcbr/models/enable_backup_policy_request.py +124 -0
  174. volcenginesdkcbr/models/enable_backup_policy_response.py +95 -0
  175. volcenginesdkcbr/models/filter_list_for_describe_backup_resources_input.py +149 -0
  176. volcenginesdkcbr/models/filters_for_describe_backup_plans_input.py +149 -0
  177. volcenginesdkcbr/models/filters_for_describe_backup_policies_input.py +175 -0
  178. volcenginesdkcbr/models/filters_for_describe_recovery_points_input.py +253 -0
  179. volcenginesdkcbr/models/filters_for_describe_restore_jobs_input.py +201 -0
  180. volcenginesdkcbr/models/filters_for_describe_vaults_input.py +149 -0
  181. volcenginesdkcbr/models/job_for_describe_restore_jobs_output.py +279 -0
  182. volcenginesdkcbr/models/meta_information_for_create_backup_plan_input.py +149 -0
  183. volcenginesdkcbr/models/meta_information_for_create_backup_resource_input.py +149 -0
  184. volcenginesdkcbr/models/meta_information_for_describe_backup_resources_output.py +149 -0
  185. volcenginesdkcbr/models/meta_information_for_update_backup_plan_input.py +149 -0
  186. volcenginesdkcbr/models/plan_for_describe_backup_plans_output.py +253 -0
  187. volcenginesdkcbr/models/plan_for_describe_backup_resources_output.py +149 -0
  188. volcenginesdkcbr/models/policy_for_describe_backup_plans_output.py +357 -0
  189. volcenginesdkcbr/models/recovery_point_for_describe_recovery_points_output.py +513 -0
  190. volcenginesdkcbr/models/region_for_describe_regions_output.py +149 -0
  191. volcenginesdkcbr/models/resource_for_describe_backup_resources_output.py +409 -0
  192. volcenginesdkcbr/models/resource_list_for_create_backup_plan_input.py +175 -0
  193. volcenginesdkcbr/models/resource_list_for_update_backup_plan_input.py +175 -0
  194. volcenginesdkcbr/models/tag_for_describe_vaults_output.py +149 -0
  195. volcenginesdkcbr/models/update_backup_plan_request.py +202 -0
  196. volcenginesdkcbr/models/update_backup_plan_response.py +95 -0
  197. volcenginesdkcbr/models/update_backup_policy_request.py +261 -0
  198. volcenginesdkcbr/models/update_backup_policy_response.py +95 -0
  199. volcenginesdkcbr/models/update_recovery_point_request.py +151 -0
  200. volcenginesdkcbr/models/update_recovery_point_response.py +95 -0
  201. volcenginesdkcbr/models/update_restore_job_request.py +151 -0
  202. volcenginesdkcbr/models/update_restore_job_response.py +95 -0
  203. volcenginesdkcbr/models/vault_list_for_describe_vaults_output.py +279 -0
  204. volcenginesdkcore/api_client.py +1 -1
  205. volcenginesdkcore/configuration.py +1 -1
  206. volcenginesdkcore/interceptor/interceptors/sign_request_interceptor.py +1 -0
  207. volcenginesdkcore/observability/debugger.py +4 -2
  208. volcenginesdkcore/retryer/retryer.py +4 -1
  209. volcenginesdkgraph/__init__.py +11 -0
  210. volcenginesdkgraph/api/graph_api.py +485 -0
  211. volcenginesdkgraph/models/__init__.py +11 -0
  212. volcenginesdkgraph/models/describe_vegraph_config_in_k8s_request.py +124 -0
  213. volcenginesdkgraph/models/describe_vegraph_config_in_k8s_response.py +201 -0
  214. volcenginesdkgraph/models/key_black_list_for_update_key_black_list_conf_input.py +175 -0
  215. volcenginesdkgraph/models/update_gremlin_keyword_black_list_conf_request.py +230 -0
  216. volcenginesdkgraph/models/update_gremlin_keyword_black_list_conf_response.py +95 -0
  217. volcenginesdkgraph/models/update_key_black_list_conf_request.py +230 -0
  218. volcenginesdkgraph/models/update_key_black_list_conf_response.py +95 -0
  219. volcenginesdkgraph/models/update_tablet_read_black_list_conf_request.py +230 -0
  220. volcenginesdkgraph/models/update_tablet_read_black_list_conf_response.py +95 -0
  221. volcenginesdkgraph/models/update_tablet_write_black_list_conf_request.py +230 -0
  222. volcenginesdkgraph/models/update_tablet_write_black_list_conf_response.py +95 -0
  223. volcenginesdkmilvus/__init__.py +112 -0
  224. volcenginesdkmilvus/api/__init__.py +6 -0
  225. volcenginesdkmilvus/api/milvus_api.py +2168 -0
  226. volcenginesdkmilvus/models/__init__.py +108 -0
  227. volcenginesdkmilvus/models/allow_group_list_for_describe_instance_detail_output.py +149 -0
  228. volcenginesdkmilvus/models/base_instance_for_describe_instance_detail_output.py +435 -0
  229. volcenginesdkmilvus/models/charge_config_for_create_instance_input.py +201 -0
  230. volcenginesdkmilvus/models/charge_config_for_create_instance_one_step_input.py +201 -0
  231. volcenginesdkmilvus/models/charge_config_for_describe_instance_detail_output.py +201 -0
  232. volcenginesdkmilvus/models/charge_config_for_describe_instances_output.py +201 -0
  233. volcenginesdkmilvus/models/charge_config_for_describe_price_input.py +201 -0
  234. volcenginesdkmilvus/models/component_spec_list_for_create_instance_input.py +253 -0
  235. volcenginesdkmilvus/models/component_spec_list_for_create_instance_one_step_input.py +253 -0
  236. volcenginesdkmilvus/models/component_spec_list_for_describe_price_input.py +227 -0
  237. volcenginesdkmilvus/models/component_spec_list_for_scale_instance_input.py +227 -0
  238. volcenginesdkmilvus/models/config_assign_list_for_modify_instance_config_input.py +149 -0
  239. volcenginesdkmilvus/models/configuration_for_describe_instance_config_output.py +331 -0
  240. volcenginesdkmilvus/models/create_instance_one_step_request.py +306 -0
  241. volcenginesdkmilvus/models/create_instance_one_step_response.py +227 -0
  242. volcenginesdkmilvus/models/create_instance_request.py +306 -0
  243. volcenginesdkmilvus/models/create_instance_response.py +227 -0
  244. volcenginesdkmilvus/models/describe_available_spec_request.py +95 -0
  245. volcenginesdkmilvus/models/describe_available_spec_response.py +201 -0
  246. volcenginesdkmilvus/models/describe_available_version_request.py +95 -0
  247. volcenginesdkmilvus/models/describe_available_version_response.py +123 -0
  248. volcenginesdkmilvus/models/describe_config_modules_request.py +124 -0
  249. volcenginesdkmilvus/models/describe_config_modules_response.py +123 -0
  250. volcenginesdkmilvus/models/describe_instance_config_request.py +124 -0
  251. volcenginesdkmilvus/models/describe_instance_config_response.py +123 -0
  252. volcenginesdkmilvus/models/describe_instance_detail_request.py +124 -0
  253. volcenginesdkmilvus/models/describe_instance_detail_response.py +409 -0
  254. volcenginesdkmilvus/models/describe_instances_request.py +253 -0
  255. volcenginesdkmilvus/models/describe_instances_response.py +227 -0
  256. volcenginesdkmilvus/models/describe_node_info_request.py +124 -0
  257. volcenginesdkmilvus/models/describe_node_info_response.py +123 -0
  258. volcenginesdkmilvus/models/describe_price_request.py +175 -0
  259. volcenginesdkmilvus/models/describe_price_response.py +227 -0
  260. volcenginesdkmilvus/models/describe_zones_request.py +95 -0
  261. volcenginesdkmilvus/models/describe_zones_response.py +123 -0
  262. volcenginesdkmilvus/models/endpoint_list_for_describe_instance_detail_output.py +305 -0
  263. volcenginesdkmilvus/models/instance_configuration_for_create_instance_input.py +227 -0
  264. volcenginesdkmilvus/models/instance_configuration_for_create_instance_one_step_input.py +227 -0
  265. volcenginesdkmilvus/models/instance_info_for_describe_instances_output.py +409 -0
  266. volcenginesdkmilvus/models/list_tags_for_resources_request.py +228 -0
  267. volcenginesdkmilvus/models/list_tags_for_resources_response.py +149 -0
  268. volcenginesdkmilvus/models/modify_delete_protect_request.py +151 -0
  269. volcenginesdkmilvus/models/modify_delete_protect_response.py +123 -0
  270. volcenginesdkmilvus/models/modify_instance_config_request.py +150 -0
  271. volcenginesdkmilvus/models/modify_instance_config_response.py +123 -0
  272. volcenginesdkmilvus/models/modify_instance_name_request.py +151 -0
  273. volcenginesdkmilvus/models/modify_instance_name_response.py +123 -0
  274. volcenginesdkmilvus/models/modify_post_paid_request.py +205 -0
  275. volcenginesdkmilvus/models/modify_post_paid_response.py +253 -0
  276. volcenginesdkmilvus/models/modify_pre_paid_request.py +205 -0
  277. volcenginesdkmilvus/models/modify_pre_paid_response.py +253 -0
  278. volcenginesdkmilvus/models/modify_resource_tags_request.py +176 -0
  279. volcenginesdkmilvus/models/modify_resource_tags_response.py +123 -0
  280. volcenginesdkmilvus/models/network_config_for_create_instance_input.py +175 -0
  281. volcenginesdkmilvus/models/network_config_for_create_instance_one_step_input.py +175 -0
  282. volcenginesdkmilvus/models/network_config_for_describe_instance_detail_output.py +175 -0
  283. volcenginesdkmilvus/models/network_config_for_describe_instances_output.py +175 -0
  284. volcenginesdkmilvus/models/node_cu_type_support_spec_list_for_describe_available_spec_output.py +175 -0
  285. volcenginesdkmilvus/models/node_info_list_for_describe_node_info_output.py +357 -0
  286. volcenginesdkmilvus/models/node_price_list_for_describe_price_output.py +305 -0
  287. volcenginesdkmilvus/models/node_support_spec_list_for_describe_available_spec_output.py +175 -0
  288. volcenginesdkmilvus/models/release_instance_request.py +124 -0
  289. volcenginesdkmilvus/models/release_instance_response.py +123 -0
  290. volcenginesdkmilvus/models/scale_instance_request.py +204 -0
  291. volcenginesdkmilvus/models/scale_instance_response.py +175 -0
  292. volcenginesdkmilvus/models/spec_config_for_describe_instance_detail_output.py +227 -0
  293. volcenginesdkmilvus/models/spec_list_for_describe_available_spec_output.py +253 -0
  294. volcenginesdkmilvus/models/subnet_info_for_create_instance_input.py +149 -0
  295. volcenginesdkmilvus/models/subnet_info_for_create_instance_one_step_input.py +149 -0
  296. volcenginesdkmilvus/models/subnet_info_for_describe_instance_detail_output.py +149 -0
  297. volcenginesdkmilvus/models/subnet_info_for_describe_instances_output.py +149 -0
  298. volcenginesdkmilvus/models/tag_filter_for_describe_instances_input.py +149 -0
  299. volcenginesdkmilvus/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
  300. volcenginesdkmilvus/models/tag_for_create_instance_input.py +149 -0
  301. volcenginesdkmilvus/models/tag_for_create_instance_one_step_input.py +149 -0
  302. volcenginesdkmilvus/models/tag_for_describe_instance_detail_output.py +149 -0
  303. volcenginesdkmilvus/models/tag_for_describe_instances_output.py +149 -0
  304. volcenginesdkmilvus/models/tag_for_modify_resource_tags_input.py +149 -0
  305. volcenginesdkmilvus/models/tag_for_tag_resources_input.py +149 -0
  306. volcenginesdkmilvus/models/tag_resource_for_list_tags_for_resources_output.py +201 -0
  307. volcenginesdkmilvus/models/tag_resources_request.py +175 -0
  308. volcenginesdkmilvus/models/tag_resources_response.py +123 -0
  309. volcenginesdkmilvus/models/untag_resources_request.py +175 -0
  310. volcenginesdkmilvus/models/untag_resources_response.py +123 -0
  311. volcenginesdkmilvus/models/version_for_describe_available_version_output.py +149 -0
  312. volcenginesdkmilvus/models/vpc_info_for_create_instance_input.py +149 -0
  313. volcenginesdkmilvus/models/vpc_info_for_create_instance_one_step_input.py +149 -0
  314. volcenginesdkmilvus/models/vpc_info_for_describe_instance_detail_output.py +149 -0
  315. volcenginesdkmilvus/models/vpc_info_for_describe_instances_output.py +149 -0
  316. volcenginesdkmilvus/models/zone_for_describe_zones_output.py +175 -0
  317. volcenginesdkmilvus/models/zone_support_spec_list_for_describe_available_spec_output.py +149 -0
  318. volcenginesdkorganization/__init__.py +6 -0
  319. volcenginesdkorganization/api/organization_api.py +194 -0
  320. volcenginesdkorganization/models/__init__.py +6 -0
  321. volcenginesdkorganization/models/filter_for_list_tags_keys_input.py +123 -0
  322. volcenginesdkorganization/models/filter_for_list_tags_values_input.py +123 -0
  323. volcenginesdkorganization/models/list_tags_keys_request.py +209 -0
  324. volcenginesdkorganization/models/list_tags_keys_response.py +175 -0
  325. volcenginesdkorganization/models/list_tags_values_request.py +236 -0
  326. volcenginesdkorganization/models/list_tags_values_response.py +175 -0
  327. volcenginesdkseccenter20240508/__init__.py +128 -0
  328. volcenginesdkseccenter20240508/api/seccenter20240508_api.py +7987 -3913
  329. volcenginesdkseccenter20240508/models/__init__.py +128 -0
  330. volcenginesdkseccenter20240508/models/add_baseline_check_config_request.py +383 -0
  331. volcenginesdkseccenter20240508/models/add_baseline_check_config_response.py +123 -0
  332. volcenginesdkseccenter20240508/models/add_login_config_request.py +27 -1
  333. volcenginesdkseccenter20240508/models/alarm_topic_config_for_get_tls_info_output.py +175 -0
  334. volcenginesdkseccenter20240508/models/alarm_topic_config_for_modify_tls_config_input.py +149 -0
  335. volcenginesdkseccenter20240508/models/ban_alarm_ip_request.py +175 -0
  336. volcenginesdkseccenter20240508/models/ban_alarm_ip_response.py +123 -0
  337. volcenginesdkseccenter20240508/models/baseline_list_for_add_baseline_check_config_input.py +149 -0
  338. volcenginesdkseccenter20240508/models/baseline_list_for_edit_baseline_check_config_input.py +149 -0
  339. volcenginesdkseccenter20240508/models/baseline_list_for_list_baseline_basic_info_output.py +201 -0
  340. volcenginesdkseccenter20240508/models/baseline_list_for_list_baseline_check_config_output.py +149 -0
  341. volcenginesdkseccenter20240508/models/bind_mlp_auth_request.py +123 -0
  342. volcenginesdkseccenter20240508/models/bind_mlp_auth_response.py +123 -0
  343. volcenginesdkseccenter20240508/models/check_alarm_support_ban_ip_request.py +175 -0
  344. volcenginesdkseccenter20240508/models/check_alarm_support_ban_ip_response.py +227 -0
  345. volcenginesdkseccenter20240508/models/check_install_agent_client_response.py +105 -1
  346. volcenginesdkseccenter20240508/models/conditions_for_list_ordered_hosts_basic_infos_input.py +435 -0
  347. volcenginesdkseccenter20240508/models/create_mlp_asset_sync_task_request.py +124 -0
  348. volcenginesdkseccenter20240508/models/create_mlp_asset_sync_task_response.py +123 -0
  349. volcenginesdkseccenter20240508/models/data_for_get_alarm_rule_list_output.py +331 -0
  350. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_env_output.py +409 -0
  351. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_process_output.py +27 -1
  352. volcenginesdkseccenter20240508/models/data_for_get_fingerprint_service_output.py +53 -1
  353. volcenginesdkseccenter20240508/models/data_for_get_mlp_asset_sync_task_detail_output.py +305 -0
  354. volcenginesdkseccenter20240508/models/data_for_get_offline_notification_list_output.py +929 -0
  355. volcenginesdkseccenter20240508/models/data_for_list_ban_ip_list_output.py +487 -0
  356. volcenginesdkseccenter20240508/models/data_for_list_baseline_basic_info_output.py +201 -0
  357. volcenginesdkseccenter20240508/models/data_for_list_baseline_check_config_output.py +617 -0
  358. volcenginesdkseccenter20240508/models/data_for_list_baseline_for_group_policy_output.py +201 -0
  359. volcenginesdkseccenter20240508/models/data_for_list_check_config_related_baseline_output.py +201 -0
  360. volcenginesdkseccenter20240508/models/data_for_list_fingerprint_collect_config_output.py +331 -0
  361. volcenginesdkseccenter20240508/models/data_for_list_mlp_asset_tasks_output.py +305 -0
  362. volcenginesdkseccenter20240508/models/data_for_list_ordered_hosts_basic_infos_output.py +539 -0
  363. volcenginesdkseccenter20240508/models/delete_baseline_check_config_request.py +124 -0
  364. volcenginesdkseccenter20240508/models/delete_baseline_check_config_response.py +123 -0
  365. volcenginesdkseccenter20240508/models/detect_baseline_by_check_config_request.py +124 -0
  366. volcenginesdkseccenter20240508/models/detect_baseline_by_check_config_response.py +123 -0
  367. volcenginesdkseccenter20240508/models/ecs_instance_for_get_auto_isolate_agent_list_output.py +53 -1
  368. volcenginesdkseccenter20240508/models/ecs_instance_for_get_host_basic_info_output.py +53 -1
  369. volcenginesdkseccenter20240508/models/ecs_instance_for_get_offline_notification_list_output.py +669 -0
  370. volcenginesdkseccenter20240508/models/ecs_instance_for_list_asset_center_hosts_output.py +53 -1
  371. volcenginesdkseccenter20240508/models/ecs_instance_for_list_auto_defense_hosts_output.py +53 -1
  372. volcenginesdkseccenter20240508/models/ecs_instance_for_list_ban_ip_list_output.py +669 -0
  373. volcenginesdkseccenter20240508/models/ecs_instance_for_list_hosts_basic_infos_output.py +53 -1
  374. volcenginesdkseccenter20240508/models/ecs_instance_for_list_multi_level_asset_hosts_output.py +53 -1
  375. volcenginesdkseccenter20240508/models/ecs_instance_for_list_ordered_hosts_basic_infos_output.py +669 -0
  376. volcenginesdkseccenter20240508/models/ecs_instance_for_list_rasp_config_agent_infos_output.py +53 -1
  377. volcenginesdkseccenter20240508/models/edit_baseline_check_config_request.py +410 -0
  378. volcenginesdkseccenter20240508/models/edit_baseline_check_config_response.py +123 -0
  379. volcenginesdkseccenter20240508/models/edit_fingerprint_collect_config_request.py +254 -0
  380. volcenginesdkseccenter20240508/models/edit_fingerprint_collect_config_response.py +123 -0
  381. volcenginesdkseccenter20240508/models/export_dev_fingerprint_data_request.py +1 -1
  382. volcenginesdkseccenter20240508/models/file_for_handle_endpoint_alarms_input.py +149 -0
  383. volcenginesdkseccenter20240508/models/get_alarm_rule_list_request.py +333 -0
  384. volcenginesdkseccenter20240508/models/get_alarm_rule_list_response.py +201 -0
  385. volcenginesdkseccenter20240508/models/get_auto_protect_config_request.py +95 -0
  386. volcenginesdkseccenter20240508/models/get_auto_protect_config_response.py +149 -0
  387. volcenginesdkvod20250101/models/scenario_for_create_ai_termbase_input.py → volcenginesdkseccenter20240508/models/get_brute_force_ban_cap_params_request.py +6 -6
  388. volcenginesdkseccenter20240508/models/get_brute_force_ban_cap_params_response.py +123 -0
  389. volcenginesdkseccenter20240508/models/get_brute_force_ban_config_request.py +123 -0
  390. volcenginesdkseccenter20240508/models/get_brute_force_ban_config_response.py +383 -0
  391. volcenginesdkseccenter20240508/models/get_brute_force_ban_statistics_request.py +123 -0
  392. volcenginesdkseccenter20240508/models/get_brute_force_ban_statistics_response.py +149 -0
  393. volcenginesdkseccenter20240508/models/get_custom_weak_passwords_request.py +95 -0
  394. volcenginesdkseccenter20240508/models/get_custom_weak_passwords_response.py +201 -0
  395. volcenginesdkseccenter20240508/models/get_fingerprint_env_request.py +489 -0
  396. volcenginesdkseccenter20240508/models/get_fingerprint_env_response.py +201 -0
  397. volcenginesdkseccenter20240508/models/get_fingerprint_service_request.py +0 -7
  398. volcenginesdkseccenter20240508/models/get_fingerprint_statistics_response.py +27 -1
  399. volcenginesdkseccenter20240508/models/get_geo_location_request.py +123 -0
  400. volcenginesdkseccenter20240508/models/get_geo_location_response.py +123 -0
  401. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_detail_request.py +124 -0
  402. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_detail_response.py +123 -0
  403. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_status_request.py +124 -0
  404. volcenginesdkseccenter20240508/models/get_mlp_asset_sync_task_status_response.py +201 -0
  405. volcenginesdkseccenter20240508/models/get_offline_notification_config_request.py +95 -0
  406. volcenginesdkseccenter20240508/models/get_offline_notification_config_response.py +149 -0
  407. volcenginesdkseccenter20240508/models/get_offline_notification_list_request.py +411 -0
  408. volcenginesdkseccenter20240508/models/get_offline_notification_list_response.py +201 -0
  409. volcenginesdkseccenter20240508/models/get_security_overview_score_stats_request.py +123 -0
  410. volcenginesdkseccenter20240508/models/get_security_overview_score_stats_response.py +149 -0
  411. volcenginesdkseccenter20240508/models/get_tls_info_response.py +122 -70
  412. volcenginesdkseccenter20240508/models/handle_endpoint_alarms_request.py +150 -0
  413. volcenginesdkseccenter20240508/models/handle_endpoint_alarms_response.py +95 -0
  414. volcenginesdkseccenter20240508/models/handle_list_for_handle_endpoint_alarms_input.py +201 -0
  415. volcenginesdkseccenter20240508/models/host_info_for_list_ban_ip_list_output.py +279 -0
  416. volcenginesdkseccenter20240508/models/list_alarm_tags_request.py +6 -6
  417. volcenginesdkseccenter20240508/models/list_ban_ip_list_request.py +567 -0
  418. volcenginesdkseccenter20240508/models/list_ban_ip_list_response.py +201 -0
  419. volcenginesdkseccenter20240508/models/list_baseline_basic_info_request.py +203 -0
  420. volcenginesdkseccenter20240508/models/list_baseline_basic_info_response.py +201 -0
  421. volcenginesdkseccenter20240508/models/list_baseline_check_config_request.py +203 -0
  422. volcenginesdkseccenter20240508/models/list_baseline_check_config_response.py +201 -0
  423. volcenginesdkseccenter20240508/models/list_baseline_for_group_policy_request.py +124 -0
  424. volcenginesdkseccenter20240508/models/list_baseline_for_group_policy_response.py +123 -0
  425. volcenginesdkseccenter20240508/models/list_batch_endpoint_handle_methods_request.py +150 -0
  426. volcenginesdkseccenter20240508/models/list_batch_endpoint_handle_methods_response.py +149 -0
  427. volcenginesdkseccenter20240508/models/list_check_config_related_baseline_request.py +256 -0
  428. volcenginesdkseccenter20240508/models/list_check_config_related_baseline_response.py +201 -0
  429. volcenginesdkseccenter20240508/models/list_fingerprint_collect_config_request.py +149 -0
  430. volcenginesdkseccenter20240508/models/list_fingerprint_collect_config_response.py +201 -0
  431. volcenginesdkseccenter20240508/models/list_mlp_alarm_tags_request.py +6 -6
  432. volcenginesdkseccenter20240508/models/list_mlp_asset_tasks_request.py +255 -0
  433. volcenginesdkseccenter20240508/models/list_mlp_asset_tasks_response.py +201 -0
  434. volcenginesdkseccenter20240508/models/list_ordered_hosts_basic_infos_request.py +256 -0
  435. volcenginesdkseccenter20240508/models/list_ordered_hosts_basic_infos_response.py +201 -0
  436. volcenginesdkseccenter20240508/models/location_for_get_geo_location_output.py +149 -0
  437. volcenginesdkseccenter20240508/models/login_location_for_add_login_config_input.py +175 -0
  438. volcenginesdkseccenter20240508/models/login_location_for_update_login_config_input.py +175 -0
  439. volcenginesdkseccenter20240508/models/login_topic_config_for_get_tls_info_output.py +175 -0
  440. volcenginesdkseccenter20240508/models/login_topic_config_for_modify_tls_config_input.py +149 -0
  441. volcenginesdkseccenter20240508/models/modify_tls_config_request.py +133 -3
  442. volcenginesdkseccenter20240508/models/operation_list_for_list_batch_endpoint_handle_methods_output.py +201 -0
  443. volcenginesdkseccenter20240508/models/port_change_topic_config_for_get_tls_info_output.py +175 -0
  444. volcenginesdkseccenter20240508/models/port_change_topic_config_for_modify_tls_config_input.py +149 -0
  445. volcenginesdkseccenter20240508/models/proc_list_for_list_batch_endpoint_handle_methods_output.py +175 -0
  446. volcenginesdkseccenter20240508/models/process_for_handle_endpoint_alarms_input.py +175 -0
  447. volcenginesdkseccenter20240508/models/process_start_topic_config_for_get_tls_info_output.py +175 -0
  448. volcenginesdkseccenter20240508/models/process_start_topic_config_for_modify_tls_config_input.py +149 -0
  449. volcenginesdkseccenter20240508/models/relate_alarm_info_for_list_ban_ip_list_output.py +149 -0
  450. volcenginesdkseccenter20240508/models/retry_ip_operation_request.py +150 -0
  451. volcenginesdkseccenter20240508/models/retry_ip_operation_response.py +123 -0
  452. volcenginesdkseccenter20240508/models/risk_for_get_offline_notification_list_output.py +201 -0
  453. volcenginesdkseccenter20240508/models/rule_list_for_get_brute_force_ban_config_output.py +227 -0
  454. volcenginesdkseccenter20240508/models/rule_list_for_set_brute_force_ban_config_input.py +227 -0
  455. volcenginesdkseccenter20240508/models/score_for_get_security_overview_score_stats_output.py +149 -0
  456. volcenginesdkseccenter20240508/models/set_brute_force_ban_config_request.py +461 -0
  457. volcenginesdkseccenter20240508/models/set_brute_force_ban_config_response.py +95 -0
  458. volcenginesdkseccenter20240508/models/set_custom_weak_passwords_request.py +123 -0
  459. volcenginesdkseccenter20240508/models/set_custom_weak_passwords_response.py +123 -0
  460. volcenginesdkseccenter20240508/models/stop_mlp_asset_sync_task_request.py +124 -0
  461. volcenginesdkseccenter20240508/models/stop_mlp_asset_sync_task_response.py +123 -0
  462. volcenginesdkseccenter20240508/models/un_ban_ip_item_request.py +123 -0
  463. volcenginesdkseccenter20240508/models/un_ban_ip_item_response.py +149 -0
  464. volcenginesdkseccenter20240508/models/unbind_mlp_auth_request.py +123 -0
  465. volcenginesdkseccenter20240508/models/unbind_mlp_auth_response.py +123 -0
  466. volcenginesdkseccenter20240508/models/update_auto_protect_config_request.py +124 -0
  467. volcenginesdkseccenter20240508/models/update_auto_protect_config_response.py +149 -0
  468. volcenginesdkseccenter20240508/models/update_baseline_check_config_switch_request.py +150 -0
  469. volcenginesdkseccenter20240508/models/update_baseline_check_config_switch_response.py +123 -0
  470. volcenginesdkseccenter20240508/models/update_cloud_provider_request.py +149 -0
  471. volcenginesdkseccenter20240508/models/update_cloud_provider_response.py +201 -0
  472. volcenginesdkseccenter20240508/models/update_login_config_request.py +27 -1
  473. volcenginesdkseccenter20240508/models/update_offline_notification_config_request.py +151 -0
  474. volcenginesdkseccenter20240508/models/update_offline_notification_config_response.py +123 -0
  475. volcenginesdkseccenter20240508/models/vuln_topic_config_for_get_tls_info_output.py +175 -0
  476. volcenginesdkseccenter20240508/models/vuln_topic_config_for_modify_tls_config_input.py +149 -0
  477. volcenginesdkvefaas/__init__.py +1 -0
  478. volcenginesdkvefaas/models/__init__.py +1 -0
  479. volcenginesdkvefaas/models/describe_sandbox_response.py +53 -1
  480. volcenginesdkvefaas/models/metadata_list_for_describe_sandbox_output.py +149 -0
  481. volcenginesdkvod20250101/__init__.py +0 -1
  482. volcenginesdkvod20250101/models/__init__.py +0 -1
  483. volcenginesdkvod20250101/models/create_ai_termbase_request.py +6 -5
  484. {volcengine_python_sdk-4.0.28.dist-info → volcengine_python_sdk-4.0.30.dist-info}/WHEEL +0 -0
  485. {volcengine_python_sdk-4.0.28.dist-info → volcengine_python_sdk-4.0.30.dist-info}/licenses/LICENSE.txt +0 -0
  486. {volcengine_python_sdk-4.0.28.dist-info → volcengine_python_sdk-4.0.30.dist-info}/licenses/NOTICE.md +0 -0
@@ -0,0 +1,149 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ milvus
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 VpcInfoForDescribeInstancesOutput(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
+ 'vpc_id': 'str',
37
+ 'vpc_name': 'str'
38
+ }
39
+
40
+ attribute_map = {
41
+ 'vpc_id': 'VpcId',
42
+ 'vpc_name': 'VpcName'
43
+ }
44
+
45
+ def __init__(self, vpc_id=None, vpc_name=None, _configuration=None): # noqa: E501
46
+ """VpcInfoForDescribeInstancesOutput - a model defined in Swagger""" # noqa: E501
47
+ if _configuration is None:
48
+ _configuration = Configuration()
49
+ self._configuration = _configuration
50
+
51
+ self._vpc_id = None
52
+ self._vpc_name = None
53
+ self.discriminator = None
54
+
55
+ if vpc_id is not None:
56
+ self.vpc_id = vpc_id
57
+ if vpc_name is not None:
58
+ self.vpc_name = vpc_name
59
+
60
+ @property
61
+ def vpc_id(self):
62
+ """Gets the vpc_id of this VpcInfoForDescribeInstancesOutput. # noqa: E501
63
+
64
+
65
+ :return: The vpc_id of this VpcInfoForDescribeInstancesOutput. # noqa: E501
66
+ :rtype: str
67
+ """
68
+ return self._vpc_id
69
+
70
+ @vpc_id.setter
71
+ def vpc_id(self, vpc_id):
72
+ """Sets the vpc_id of this VpcInfoForDescribeInstancesOutput.
73
+
74
+
75
+ :param vpc_id: The vpc_id of this VpcInfoForDescribeInstancesOutput. # noqa: E501
76
+ :type: str
77
+ """
78
+
79
+ self._vpc_id = vpc_id
80
+
81
+ @property
82
+ def vpc_name(self):
83
+ """Gets the vpc_name of this VpcInfoForDescribeInstancesOutput. # noqa: E501
84
+
85
+
86
+ :return: The vpc_name of this VpcInfoForDescribeInstancesOutput. # noqa: E501
87
+ :rtype: str
88
+ """
89
+ return self._vpc_name
90
+
91
+ @vpc_name.setter
92
+ def vpc_name(self, vpc_name):
93
+ """Sets the vpc_name of this VpcInfoForDescribeInstancesOutput.
94
+
95
+
96
+ :param vpc_name: The vpc_name of this VpcInfoForDescribeInstancesOutput. # noqa: E501
97
+ :type: str
98
+ """
99
+
100
+ self._vpc_name = vpc_name
101
+
102
+ def to_dict(self):
103
+ """Returns the model properties as a dict"""
104
+ result = {}
105
+
106
+ for attr, _ in six.iteritems(self.swagger_types):
107
+ value = getattr(self, attr)
108
+ if isinstance(value, list):
109
+ result[attr] = list(map(
110
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
111
+ value
112
+ ))
113
+ elif hasattr(value, "to_dict"):
114
+ result[attr] = value.to_dict()
115
+ elif isinstance(value, dict):
116
+ result[attr] = dict(map(
117
+ lambda item: (item[0], item[1].to_dict())
118
+ if hasattr(item[1], "to_dict") else item,
119
+ value.items()
120
+ ))
121
+ else:
122
+ result[attr] = value
123
+ if issubclass(VpcInfoForDescribeInstancesOutput, dict):
124
+ for key, value in self.items():
125
+ result[key] = value
126
+
127
+ return result
128
+
129
+ def to_str(self):
130
+ """Returns the string representation of the model"""
131
+ return pprint.pformat(self.to_dict())
132
+
133
+ def __repr__(self):
134
+ """For `print` and `pprint`"""
135
+ return self.to_str()
136
+
137
+ def __eq__(self, other):
138
+ """Returns true if both objects are equal"""
139
+ if not isinstance(other, VpcInfoForDescribeInstancesOutput):
140
+ return False
141
+
142
+ return self.to_dict() == other.to_dict()
143
+
144
+ def __ne__(self, other):
145
+ """Returns true if both objects are not equal"""
146
+ if not isinstance(other, VpcInfoForDescribeInstancesOutput):
147
+ return True
148
+
149
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,175 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ milvus
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 ZoneForDescribeZonesOutput(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
+ 'zone_id': 'str',
37
+ 'zone_name': 'str',
38
+ 'zone_status': 'str'
39
+ }
40
+
41
+ attribute_map = {
42
+ 'zone_id': 'ZoneId',
43
+ 'zone_name': 'ZoneName',
44
+ 'zone_status': 'ZoneStatus'
45
+ }
46
+
47
+ def __init__(self, zone_id=None, zone_name=None, zone_status=None, _configuration=None): # noqa: E501
48
+ """ZoneForDescribeZonesOutput - a model defined in Swagger""" # noqa: E501
49
+ if _configuration is None:
50
+ _configuration = Configuration()
51
+ self._configuration = _configuration
52
+
53
+ self._zone_id = None
54
+ self._zone_name = None
55
+ self._zone_status = None
56
+ self.discriminator = None
57
+
58
+ if zone_id is not None:
59
+ self.zone_id = zone_id
60
+ if zone_name is not None:
61
+ self.zone_name = zone_name
62
+ if zone_status is not None:
63
+ self.zone_status = zone_status
64
+
65
+ @property
66
+ def zone_id(self):
67
+ """Gets the zone_id of this ZoneForDescribeZonesOutput. # noqa: E501
68
+
69
+
70
+ :return: The zone_id of this ZoneForDescribeZonesOutput. # noqa: E501
71
+ :rtype: str
72
+ """
73
+ return self._zone_id
74
+
75
+ @zone_id.setter
76
+ def zone_id(self, zone_id):
77
+ """Sets the zone_id of this ZoneForDescribeZonesOutput.
78
+
79
+
80
+ :param zone_id: The zone_id of this ZoneForDescribeZonesOutput. # noqa: E501
81
+ :type: str
82
+ """
83
+
84
+ self._zone_id = zone_id
85
+
86
+ @property
87
+ def zone_name(self):
88
+ """Gets the zone_name of this ZoneForDescribeZonesOutput. # noqa: E501
89
+
90
+
91
+ :return: The zone_name of this ZoneForDescribeZonesOutput. # noqa: E501
92
+ :rtype: str
93
+ """
94
+ return self._zone_name
95
+
96
+ @zone_name.setter
97
+ def zone_name(self, zone_name):
98
+ """Sets the zone_name of this ZoneForDescribeZonesOutput.
99
+
100
+
101
+ :param zone_name: The zone_name of this ZoneForDescribeZonesOutput. # noqa: E501
102
+ :type: str
103
+ """
104
+
105
+ self._zone_name = zone_name
106
+
107
+ @property
108
+ def zone_status(self):
109
+ """Gets the zone_status of this ZoneForDescribeZonesOutput. # noqa: E501
110
+
111
+
112
+ :return: The zone_status of this ZoneForDescribeZonesOutput. # noqa: E501
113
+ :rtype: str
114
+ """
115
+ return self._zone_status
116
+
117
+ @zone_status.setter
118
+ def zone_status(self, zone_status):
119
+ """Sets the zone_status of this ZoneForDescribeZonesOutput.
120
+
121
+
122
+ :param zone_status: The zone_status of this ZoneForDescribeZonesOutput. # noqa: E501
123
+ :type: str
124
+ """
125
+
126
+ self._zone_status = zone_status
127
+
128
+ def to_dict(self):
129
+ """Returns the model properties as a dict"""
130
+ result = {}
131
+
132
+ for attr, _ in six.iteritems(self.swagger_types):
133
+ value = getattr(self, attr)
134
+ if isinstance(value, list):
135
+ result[attr] = list(map(
136
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
137
+ value
138
+ ))
139
+ elif hasattr(value, "to_dict"):
140
+ result[attr] = value.to_dict()
141
+ elif isinstance(value, dict):
142
+ result[attr] = dict(map(
143
+ lambda item: (item[0], item[1].to_dict())
144
+ if hasattr(item[1], "to_dict") else item,
145
+ value.items()
146
+ ))
147
+ else:
148
+ result[attr] = value
149
+ if issubclass(ZoneForDescribeZonesOutput, dict):
150
+ for key, value in self.items():
151
+ result[key] = value
152
+
153
+ return result
154
+
155
+ def to_str(self):
156
+ """Returns the string representation of the model"""
157
+ return pprint.pformat(self.to_dict())
158
+
159
+ def __repr__(self):
160
+ """For `print` and `pprint`"""
161
+ return self.to_str()
162
+
163
+ def __eq__(self, other):
164
+ """Returns true if both objects are equal"""
165
+ if not isinstance(other, ZoneForDescribeZonesOutput):
166
+ return False
167
+
168
+ return self.to_dict() == other.to_dict()
169
+
170
+ def __ne__(self, other):
171
+ """Returns true if both objects are not equal"""
172
+ if not isinstance(other, ZoneForDescribeZonesOutput):
173
+ return True
174
+
175
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,149 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ milvus
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 ZoneSupportSpecListForDescribeAvailableSpecOutput(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
+ 'spec_name': 'list[str]',
37
+ 'zone_id': 'str'
38
+ }
39
+
40
+ attribute_map = {
41
+ 'spec_name': 'SpecName',
42
+ 'zone_id': 'ZoneId'
43
+ }
44
+
45
+ def __init__(self, spec_name=None, zone_id=None, _configuration=None): # noqa: E501
46
+ """ZoneSupportSpecListForDescribeAvailableSpecOutput - a model defined in Swagger""" # noqa: E501
47
+ if _configuration is None:
48
+ _configuration = Configuration()
49
+ self._configuration = _configuration
50
+
51
+ self._spec_name = None
52
+ self._zone_id = None
53
+ self.discriminator = None
54
+
55
+ if spec_name is not None:
56
+ self.spec_name = spec_name
57
+ if zone_id is not None:
58
+ self.zone_id = zone_id
59
+
60
+ @property
61
+ def spec_name(self):
62
+ """Gets the spec_name of this ZoneSupportSpecListForDescribeAvailableSpecOutput. # noqa: E501
63
+
64
+
65
+ :return: The spec_name of this ZoneSupportSpecListForDescribeAvailableSpecOutput. # noqa: E501
66
+ :rtype: list[str]
67
+ """
68
+ return self._spec_name
69
+
70
+ @spec_name.setter
71
+ def spec_name(self, spec_name):
72
+ """Sets the spec_name of this ZoneSupportSpecListForDescribeAvailableSpecOutput.
73
+
74
+
75
+ :param spec_name: The spec_name of this ZoneSupportSpecListForDescribeAvailableSpecOutput. # noqa: E501
76
+ :type: list[str]
77
+ """
78
+
79
+ self._spec_name = spec_name
80
+
81
+ @property
82
+ def zone_id(self):
83
+ """Gets the zone_id of this ZoneSupportSpecListForDescribeAvailableSpecOutput. # noqa: E501
84
+
85
+
86
+ :return: The zone_id of this ZoneSupportSpecListForDescribeAvailableSpecOutput. # noqa: E501
87
+ :rtype: str
88
+ """
89
+ return self._zone_id
90
+
91
+ @zone_id.setter
92
+ def zone_id(self, zone_id):
93
+ """Sets the zone_id of this ZoneSupportSpecListForDescribeAvailableSpecOutput.
94
+
95
+
96
+ :param zone_id: The zone_id of this ZoneSupportSpecListForDescribeAvailableSpecOutput. # noqa: E501
97
+ :type: str
98
+ """
99
+
100
+ self._zone_id = zone_id
101
+
102
+ def to_dict(self):
103
+ """Returns the model properties as a dict"""
104
+ result = {}
105
+
106
+ for attr, _ in six.iteritems(self.swagger_types):
107
+ value = getattr(self, attr)
108
+ if isinstance(value, list):
109
+ result[attr] = list(map(
110
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
111
+ value
112
+ ))
113
+ elif hasattr(value, "to_dict"):
114
+ result[attr] = value.to_dict()
115
+ elif isinstance(value, dict):
116
+ result[attr] = dict(map(
117
+ lambda item: (item[0], item[1].to_dict())
118
+ if hasattr(item[1], "to_dict") else item,
119
+ value.items()
120
+ ))
121
+ else:
122
+ result[attr] = value
123
+ if issubclass(ZoneSupportSpecListForDescribeAvailableSpecOutput, dict):
124
+ for key, value in self.items():
125
+ result[key] = value
126
+
127
+ return result
128
+
129
+ def to_str(self):
130
+ """Returns the string representation of the model"""
131
+ return pprint.pformat(self.to_dict())
132
+
133
+ def __repr__(self):
134
+ """For `print` and `pprint`"""
135
+ return self.to_str()
136
+
137
+ def __eq__(self, other):
138
+ """Returns true if both objects are equal"""
139
+ if not isinstance(other, ZoneSupportSpecListForDescribeAvailableSpecOutput):
140
+ return False
141
+
142
+ return self.to_dict() == other.to_dict()
143
+
144
+ def __ne__(self, other):
145
+ """Returns true if both objects are not equal"""
146
+ if not isinstance(other, ZoneSupportSpecListForDescribeAvailableSpecOutput):
147
+ return True
148
+
149
+ return self.to_dict() != other.to_dict()
@@ -67,6 +67,8 @@ from volcenginesdkorganization.models.enable_console_login_request import Enable
67
67
  from volcenginesdkorganization.models.enable_console_login_response import EnableConsoleLoginResponse
68
68
  from volcenginesdkorganization.models.enable_service_control_policy_request import EnableServiceControlPolicyRequest
69
69
  from volcenginesdkorganization.models.enable_service_control_policy_response import EnableServiceControlPolicyResponse
70
+ from volcenginesdkorganization.models.filter_for_list_tags_keys_input import FilterForListTagsKeysInput
71
+ from volcenginesdkorganization.models.filter_for_list_tags_values_input import FilterForListTagsValuesInput
70
72
  from volcenginesdkorganization.models.get_account_secure_contact_info_request import GetAccountSecureContactInfoRequest
71
73
  from volcenginesdkorganization.models.get_account_secure_contact_info_response import GetAccountSecureContactInfoResponse
72
74
  from volcenginesdkorganization.models.get_service_control_policy_enablement_request import GetServiceControlPolicyEnablementRequest
@@ -91,6 +93,10 @@ from volcenginesdkorganization.models.list_service_control_policies_request impo
91
93
  from volcenginesdkorganization.models.list_service_control_policies_response import ListServiceControlPoliciesResponse
92
94
  from volcenginesdkorganization.models.list_tag_resources_request import ListTagResourcesRequest
93
95
  from volcenginesdkorganization.models.list_tag_resources_response import ListTagResourcesResponse
96
+ from volcenginesdkorganization.models.list_tags_keys_request import ListTagsKeysRequest
97
+ from volcenginesdkorganization.models.list_tags_keys_response import ListTagsKeysResponse
98
+ from volcenginesdkorganization.models.list_tags_values_request import ListTagsValuesRequest
99
+ from volcenginesdkorganization.models.list_tags_values_response import ListTagsValuesResponse
94
100
  from volcenginesdkorganization.models.list_targets_for_policy_request import ListTargetsForPolicyRequest
95
101
  from volcenginesdkorganization.models.list_targets_for_policy_response import ListTargetsForPolicyResponse
96
102
  from volcenginesdkorganization.models.move_account_request import MoveAccountRequest
@@ -3331,6 +3331,200 @@ class ORGANIZATIONApi(object):
3331
3331
  _request_timeout=params.get('_request_timeout'),
3332
3332
  collection_formats=collection_formats)
3333
3333
 
3334
+ def list_tags_keys(self, body, **kwargs): # noqa: E501
3335
+ """list_tags_keys # noqa: E501
3336
+
3337
+ This method makes a synchronous HTTP request by default. To make an
3338
+ asynchronous HTTP request, please pass async_req=True
3339
+ >>> thread = api.list_tags_keys(body, async_req=True)
3340
+ >>> result = thread.get()
3341
+
3342
+ :param async_req bool
3343
+ :param ListTagsKeysRequest body: (required)
3344
+ :return: ListTagsKeysResponse
3345
+ If the method is called asynchronously,
3346
+ returns the request thread.
3347
+ """
3348
+ kwargs['_return_http_data_only'] = True
3349
+ if kwargs.get('async_req'):
3350
+ return self.list_tags_keys_with_http_info(body, **kwargs) # noqa: E501
3351
+ else:
3352
+ (data) = self.list_tags_keys_with_http_info(body, **kwargs) # noqa: E501
3353
+ return data
3354
+
3355
+ def list_tags_keys_with_http_info(self, body, **kwargs): # noqa: E501
3356
+ """list_tags_keys # noqa: E501
3357
+
3358
+ This method makes a synchronous HTTP request by default. To make an
3359
+ asynchronous HTTP request, please pass async_req=True
3360
+ >>> thread = api.list_tags_keys_with_http_info(body, async_req=True)
3361
+ >>> result = thread.get()
3362
+
3363
+ :param async_req bool
3364
+ :param ListTagsKeysRequest body: (required)
3365
+ :return: ListTagsKeysResponse
3366
+ If the method is called asynchronously,
3367
+ returns the request thread.
3368
+ """
3369
+
3370
+ all_params = ['body'] # noqa: E501
3371
+ all_params.append('async_req')
3372
+ all_params.append('_return_http_data_only')
3373
+ all_params.append('_preload_content')
3374
+ all_params.append('_request_timeout')
3375
+
3376
+ params = locals()
3377
+ for key, val in six.iteritems(params['kwargs']):
3378
+ if key not in all_params:
3379
+ raise TypeError(
3380
+ "Got an unexpected keyword argument '%s'"
3381
+ " to method list_tags_keys" % key
3382
+ )
3383
+ params[key] = val
3384
+ del params['kwargs']
3385
+ # verify the required parameter 'body' is set
3386
+ if self.api_client.client_side_validation and ('body' not in params or
3387
+ params['body'] is None): # noqa: E501
3388
+ raise ValueError("Missing the required parameter `body` when calling `list_tags_keys`") # noqa: E501
3389
+
3390
+ collection_formats = {}
3391
+
3392
+ path_params = {}
3393
+
3394
+ query_params = []
3395
+
3396
+ header_params = {}
3397
+
3398
+ form_params = []
3399
+ local_var_files = {}
3400
+
3401
+ body_params = None
3402
+ if 'body' in params:
3403
+ body_params = params['body']
3404
+ # HTTP header `Accept`
3405
+ header_params['Accept'] = self.api_client.select_header_accept(
3406
+ ['application/json']) # noqa: E501
3407
+
3408
+ # HTTP header `Content-Type`
3409
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
3410
+ ['application/json']) # noqa: E501
3411
+
3412
+ # Authentication setting
3413
+ auth_settings = ['volcengineSign'] # noqa: E501
3414
+
3415
+ return self.api_client.call_api(
3416
+ '/ListTagsKeys/2022-01-01/organization/post/application_json/', 'POST',
3417
+ path_params,
3418
+ query_params,
3419
+ header_params,
3420
+ body=body_params,
3421
+ post_params=form_params,
3422
+ files=local_var_files,
3423
+ response_type='ListTagsKeysResponse', # noqa: E501
3424
+ auth_settings=auth_settings,
3425
+ async_req=params.get('async_req'),
3426
+ _return_http_data_only=params.get('_return_http_data_only'),
3427
+ _preload_content=params.get('_preload_content', True),
3428
+ _request_timeout=params.get('_request_timeout'),
3429
+ collection_formats=collection_formats)
3430
+
3431
+ def list_tags_values(self, body, **kwargs): # noqa: E501
3432
+ """list_tags_values # noqa: E501
3433
+
3434
+ This method makes a synchronous HTTP request by default. To make an
3435
+ asynchronous HTTP request, please pass async_req=True
3436
+ >>> thread = api.list_tags_values(body, async_req=True)
3437
+ >>> result = thread.get()
3438
+
3439
+ :param async_req bool
3440
+ :param ListTagsValuesRequest body: (required)
3441
+ :return: ListTagsValuesResponse
3442
+ If the method is called asynchronously,
3443
+ returns the request thread.
3444
+ """
3445
+ kwargs['_return_http_data_only'] = True
3446
+ if kwargs.get('async_req'):
3447
+ return self.list_tags_values_with_http_info(body, **kwargs) # noqa: E501
3448
+ else:
3449
+ (data) = self.list_tags_values_with_http_info(body, **kwargs) # noqa: E501
3450
+ return data
3451
+
3452
+ def list_tags_values_with_http_info(self, body, **kwargs): # noqa: E501
3453
+ """list_tags_values # noqa: E501
3454
+
3455
+ This method makes a synchronous HTTP request by default. To make an
3456
+ asynchronous HTTP request, please pass async_req=True
3457
+ >>> thread = api.list_tags_values_with_http_info(body, async_req=True)
3458
+ >>> result = thread.get()
3459
+
3460
+ :param async_req bool
3461
+ :param ListTagsValuesRequest body: (required)
3462
+ :return: ListTagsValuesResponse
3463
+ If the method is called asynchronously,
3464
+ returns the request thread.
3465
+ """
3466
+
3467
+ all_params = ['body'] # noqa: E501
3468
+ all_params.append('async_req')
3469
+ all_params.append('_return_http_data_only')
3470
+ all_params.append('_preload_content')
3471
+ all_params.append('_request_timeout')
3472
+
3473
+ params = locals()
3474
+ for key, val in six.iteritems(params['kwargs']):
3475
+ if key not in all_params:
3476
+ raise TypeError(
3477
+ "Got an unexpected keyword argument '%s'"
3478
+ " to method list_tags_values" % key
3479
+ )
3480
+ params[key] = val
3481
+ del params['kwargs']
3482
+ # verify the required parameter 'body' is set
3483
+ if self.api_client.client_side_validation and ('body' not in params or
3484
+ params['body'] is None): # noqa: E501
3485
+ raise ValueError("Missing the required parameter `body` when calling `list_tags_values`") # noqa: E501
3486
+
3487
+ collection_formats = {}
3488
+
3489
+ path_params = {}
3490
+
3491
+ query_params = []
3492
+
3493
+ header_params = {}
3494
+
3495
+ form_params = []
3496
+ local_var_files = {}
3497
+
3498
+ body_params = None
3499
+ if 'body' in params:
3500
+ body_params = params['body']
3501
+ # HTTP header `Accept`
3502
+ header_params['Accept'] = self.api_client.select_header_accept(
3503
+ ['application/json']) # noqa: E501
3504
+
3505
+ # HTTP header `Content-Type`
3506
+ header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501
3507
+ ['application/json']) # noqa: E501
3508
+
3509
+ # Authentication setting
3510
+ auth_settings = ['volcengineSign'] # noqa: E501
3511
+
3512
+ return self.api_client.call_api(
3513
+ '/ListTagsValues/2022-01-01/organization/post/application_json/', 'POST',
3514
+ path_params,
3515
+ query_params,
3516
+ header_params,
3517
+ body=body_params,
3518
+ post_params=form_params,
3519
+ files=local_var_files,
3520
+ response_type='ListTagsValuesResponse', # noqa: E501
3521
+ auth_settings=auth_settings,
3522
+ async_req=params.get('async_req'),
3523
+ _return_http_data_only=params.get('_return_http_data_only'),
3524
+ _preload_content=params.get('_preload_content', True),
3525
+ _request_timeout=params.get('_request_timeout'),
3526
+ collection_formats=collection_formats)
3527
+
3334
3528
  def list_targets_for_policy(self, body, **kwargs): # noqa: E501
3335
3529
  """list_targets_for_policy # noqa: E501
3336
3530