volcengine-python-sdk 4.0.18__py2.py3-none-any.whl → 4.0.20__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 (242) hide show
  1. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/METADATA +1 -1
  2. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/RECORD +242 -115
  3. volcenginesdkalb/__init__.py +41 -0
  4. volcenginesdkalb/models/__init__.py +41 -0
  5. volcenginesdkalb/models/clone_load_balancer_request.py +1 -1
  6. volcenginesdkalb/models/convert_forward_group_config_for_create_rules_input.py +149 -0
  7. volcenginesdkalb/models/convert_forward_group_config_for_describe_rules_output.py +149 -0
  8. volcenginesdkalb/models/convert_forward_group_config_for_modify_rules_input.py +149 -0
  9. volcenginesdkalb/models/convert_redirect_config_for_create_rules_input.py +227 -0
  10. volcenginesdkalb/models/convert_redirect_config_for_describe_rules_output.py +227 -0
  11. volcenginesdkalb/models/convert_redirect_config_for_modify_rules_input.py +227 -0
  12. volcenginesdkalb/models/convert_rewrite_config_for_create_rules_input.py +123 -0
  13. volcenginesdkalb/models/convert_rewrite_config_for_describe_rules_output.py +123 -0
  14. volcenginesdkalb/models/convert_rewrite_config_for_modify_rules_input.py +123 -0
  15. volcenginesdkalb/models/create_listener_request.py +105 -1
  16. volcenginesdkalb/models/create_load_balancer_request.py +27 -1
  17. volcenginesdkalb/models/create_server_group_request.py +27 -1
  18. volcenginesdkalb/models/describe_listener_attributes_response.py +105 -1
  19. volcenginesdkalb/models/describe_server_group_attributes_response.py +27 -1
  20. volcenginesdkalb/models/domain_extension_for_create_listener_input.py +29 -3
  21. volcenginesdkalb/models/domain_extension_for_describe_listener_attributes_output.py +27 -1
  22. volcenginesdkalb/models/domain_extension_for_describe_listeners_output.py +29 -3
  23. volcenginesdkalb/models/domain_extension_for_modify_listener_attributes_input.py +29 -3
  24. volcenginesdkalb/models/fixed_response_config_for_create_rules_input.py +175 -0
  25. volcenginesdkalb/models/fixed_response_config_for_describe_rules_output.py +175 -0
  26. volcenginesdkalb/models/fixed_response_config_for_modify_rules_input.py +175 -0
  27. volcenginesdkalb/models/header_config_for_create_rules_input.py +149 -0
  28. volcenginesdkalb/models/header_config_for_describe_rules_output.py +149 -0
  29. volcenginesdkalb/models/header_config_for_modify_rules_input.py +149 -0
  30. volcenginesdkalb/models/health_check_for_create_server_group_input.py +2 -3
  31. volcenginesdkalb/models/health_check_for_modify_server_group_attributes_input.py +2 -3
  32. volcenginesdkalb/models/health_check_templates_tag_for_create_health_check_templates_input.py +2 -3
  33. volcenginesdkalb/models/host_config_for_create_rules_input.py +123 -0
  34. volcenginesdkalb/models/host_config_for_describe_rules_output.py +123 -0
  35. volcenginesdkalb/models/host_config_for_modify_rules_input.py +123 -0
  36. volcenginesdkalb/models/listener_for_describe_listeners_output.py +105 -1
  37. volcenginesdkalb/models/method_config_for_create_rules_input.py +123 -0
  38. volcenginesdkalb/models/method_config_for_describe_rules_output.py +123 -0
  39. volcenginesdkalb/models/method_config_for_modify_rules_input.py +123 -0
  40. volcenginesdkalb/models/modify_listener_attributes_request.py +105 -1
  41. volcenginesdkalb/models/modify_server_group_attributes_request.py +27 -1
  42. volcenginesdkalb/models/path_config_for_create_rules_input.py +123 -0
  43. volcenginesdkalb/models/path_config_for_describe_rules_output.py +123 -0
  44. volcenginesdkalb/models/path_config_for_modify_rules_input.py +123 -0
  45. volcenginesdkalb/models/query_string_config_for_create_rules_input.py +123 -0
  46. volcenginesdkalb/models/query_string_config_for_describe_rules_output.py +123 -0
  47. volcenginesdkalb/models/query_string_config_for_modify_rules_input.py +123 -0
  48. volcenginesdkalb/models/query_string_config_value_for_create_rules_input.py +149 -0
  49. volcenginesdkalb/models/query_string_config_value_for_modify_rules_input.py +149 -0
  50. volcenginesdkalb/models/rule_action_for_describe_rules_output.py +253 -0
  51. volcenginesdkalb/models/rule_condition_for_describe_rules_output.py +253 -0
  52. volcenginesdkalb/models/rule_for_create_rules_input.py +85 -1
  53. volcenginesdkalb/models/rule_for_describe_rules_output.py +79 -1
  54. volcenginesdkalb/models/rule_for_modify_rules_input.py +85 -1
  55. volcenginesdkalb/models/rules_rule_action_for_create_rules_input.py +253 -0
  56. volcenginesdkalb/models/rules_rule_action_for_modify_rules_input.py +253 -0
  57. volcenginesdkalb/models/rules_rule_condition_for_create_rules_input.py +253 -0
  58. volcenginesdkalb/models/rules_rule_condition_for_modify_rules_input.py +253 -0
  59. volcenginesdkalb/models/server_group_for_describe_server_groups_output.py +27 -1
  60. volcenginesdklivesaas/models/update_activity_menu_api_request.py → volcenginesdkalb/models/server_group_sticky_session_for_create_rules_input.py +39 -40
  61. volcenginesdkalb/models/server_group_sticky_session_for_describe_rules_output.py +149 -0
  62. volcenginesdkalb/models/server_group_sticky_session_for_modify_rules_input.py +149 -0
  63. volcenginesdkalb/models/traffic_limit_config_for_create_rules_input.py +123 -0
  64. volcenginesdkalb/models/traffic_limit_config_for_describe_rules_output.py +123 -0
  65. volcenginesdkalb/models/traffic_limit_config_for_modify_rules_input.py +123 -0
  66. volcenginesdkcore/api_client.py +1 -1
  67. volcenginesdkcore/configuration.py +1 -1
  68. volcenginesdkdirectconnect/__init__.py +45 -6
  69. volcenginesdkdirectconnect/api/directconnect_api.py +2015 -366
  70. volcenginesdkdirectconnect/models/__init__.py +45 -4
  71. volcenginesdkdirectconnect/models/allocate_direct_connect_virtual_interface_request.py +560 -0
  72. volcenginesdkdirectconnect/models/allocate_direct_connect_virtual_interface_response.py +149 -0
  73. volcenginesdkdirectconnect/models/confirm_direct_connect_virtual_interface_request.py +151 -0
  74. volcenginesdkdirectconnect/models/confirm_direct_connect_virtual_interface_response.py +123 -0
  75. volcenginesdkdirectconnect/models/create_direct_connect_gateway_request.py +27 -1
  76. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_policy_request.py +175 -0
  77. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_policy_response.py +149 -0
  78. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_queue_request.py +255 -0
  79. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_queue_response.py +149 -0
  80. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_rule_request.py +496 -0
  81. volcenginesdkdirectconnect/models/create_direct_connect_traffic_qos_rule_response.py +149 -0
  82. volcenginesdkdirectconnect/models/create_direct_connect_virtual_interface_request.py +27 -1
  83. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_policy_request.py +124 -0
  84. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_policy_response.py +123 -0
  85. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_queue_request.py +124 -0
  86. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_queue_response.py +123 -0
  87. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_rule_request.py +124 -0
  88. volcenginesdkdirectconnect/models/delete_direct_connect_traffic_qos_rule_response.py +123 -0
  89. volcenginesdkdirectconnect/models/describe_direct_connect_gateways_request.py +27 -1
  90. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_policies_request.py +201 -0
  91. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_policies_response.py +227 -0
  92. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_queues_request.py +201 -0
  93. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_queues_response.py +227 -0
  94. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_rules_request.py +331 -0
  95. volcenginesdkdirectconnect/models/describe_direct_connect_traffic_qos_rules_response.py +227 -0
  96. volcenginesdkdirectconnect/models/describe_direct_connect_virtual_interface_attributes_response.py +27 -1
  97. volcenginesdkdirectconnect/models/direct_connect_traffic_qos_rule_for_describe_direct_connect_traffic_qos_rules_output.py +513 -0
  98. volcenginesdkdirectconnect/models/list_tags_for_resources_request.py +254 -0
  99. volcenginesdkdirectconnect/models/list_tags_for_resources_response.py +149 -0
  100. volcenginesdkdirectconnect/models/models.py +592 -0
  101. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_policy_attributes_request.py +202 -0
  102. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_policy_attributes_response.py +123 -0
  103. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_queue_attributes_request.py +202 -0
  104. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_queue_attributes_response.py +123 -0
  105. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_rule_attributes_request.py +151 -0
  106. volcenginesdkdirectconnect/models/modify_direct_connect_traffic_qos_rule_attributes_response.py +123 -0
  107. volcenginesdkdirectconnect/models/modify_direct_connect_virtual_interface_attributes_request.py +27 -1
  108. volcenginesdkdirectconnect/models/resource_tag_for_list_tags_for_resources_output.py +201 -0
  109. volcenginesdkdirectconnect/models/tag_filter_for_list_tags_for_resources_input.py +149 -0
  110. volcenginesdkdirectconnect/models/tag_for_allocate_direct_connect_virtual_interface_input.py +149 -0
  111. volcenginesdkdirectconnect/models/tag_for_tag_resources_input.py +150 -0
  112. volcenginesdkdirectconnect/models/tag_resources_request.py +176 -0
  113. volcenginesdkdirectconnect/models/tag_resources_response.py +95 -0
  114. volcenginesdkdirectconnect/models/untag_resources_request.py +176 -0
  115. volcenginesdkdirectconnect/models/untag_resources_response.py +95 -0
  116. volcenginesdkgraph20250815/models/get_table_response.py +29 -29
  117. volcenginesdklivesaas/__init__.py +0 -3
  118. volcenginesdklivesaas/api/livesaas_api.py +0 -97
  119. volcenginesdklivesaas/models/__init__.py +0 -3
  120. volcenginesdklivesaas/models/task_award_record_list_for_get_task_award_record_statistics_api_output.py +27 -1
  121. volcenginesdklivesaas20230801/models/award_record_for_list_award_record_statistics_output.py +27 -1
  122. volcenginesdklivesaas20230801/models/robot_comment_for_list_robot_comments_output.py +1 -1
  123. volcenginesdkmlplatform20240701/__init__.py +31 -0
  124. volcenginesdkmlplatform20240701/api/ml_platform20240701_api.py +194 -0
  125. volcenginesdkmlplatform20240701/models/__init__.py +31 -0
  126. volcenginesdkmlplatform20240701/models/allocated_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  127. volcenginesdkmlplatform20240701/models/available_resource_for_list_resource_reservation_plan_available_resources_output.py +149 -0
  128. volcenginesdkmlplatform20240701/models/compute_resource_for_create_resource_reservation_plan_input.py +27 -1
  129. volcenginesdkmlplatform20240701/models/compute_resource_for_list_resource_reservation_plan_available_resources_input.py +201 -0
  130. volcenginesdkmlplatform20240701/models/config_for_create_deployment_input.py +55 -3
  131. volcenginesdkmlplatform20240701/models/config_for_create_dev_instance_input.py +55 -3
  132. volcenginesdkmlplatform20240701/models/config_for_create_job_input.py +55 -3
  133. volcenginesdkmlplatform20240701/models/config_for_get_deployment_output.py +55 -3
  134. volcenginesdkmlplatform20240701/models/config_for_get_dev_instance_output.py +55 -3
  135. volcenginesdkmlplatform20240701/models/config_for_get_job_output.py +55 -3
  136. volcenginesdkmlplatform20240701/models/config_for_list_dev_instances_output.py +55 -3
  137. volcenginesdkmlplatform20240701/models/config_for_update_deployment_input.py +55 -3
  138. volcenginesdkmlplatform20240701/models/config_for_update_dev_instance_input.py +55 -3
  139. volcenginesdkmlplatform20240701/models/create_dev_instance_request.py +87 -4
  140. volcenginesdkmlplatform20240701/models/create_job_request.py +33 -1
  141. volcenginesdkmlplatform20240701/models/create_resource_group_request.py +59 -1
  142. volcenginesdkmlplatform20240701/models/create_resource_queue_request.py +33 -1
  143. volcenginesdkmlplatform20240701/models/create_resource_reservation_plan_request.py +87 -3
  144. volcenginesdkmlplatform20240701/models/create_service_request.py +33 -1
  145. volcenginesdkmlplatform20240701/models/delivered_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  146. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_get_resource_reservation_plan_output.py +27 -1
  147. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_list_resource_reservation_plans_output.py +27 -1
  148. volcenginesdkmlplatform20240701/models/desired_compute_resource_for_list_resource_reservation_records_output.py +27 -1
  149. volcenginesdkmlplatform20240701/models/get_deployment_response.py +27 -1
  150. volcenginesdkmlplatform20240701/models/get_dev_instance_response.py +79 -1
  151. volcenginesdkmlplatform20240701/models/get_job_response.py +27 -1
  152. volcenginesdkmlplatform20240701/models/get_resource_group_response.py +53 -1
  153. volcenginesdkmlplatform20240701/models/get_resource_queue_response.py +27 -1
  154. volcenginesdkmlplatform20240701/models/get_resource_reservation_plan_response.py +81 -3
  155. volcenginesdkmlplatform20240701/models/get_service_response.py +27 -1
  156. volcenginesdkmlplatform20240701/models/item_for_list_jobs_output.py +27 -1
  157. volcenginesdkmlplatform20240701/models/item_for_list_resource_groups_output.py +53 -1
  158. volcenginesdkmlplatform20240701/models/item_for_list_resource_queues_output.py +27 -1
  159. volcenginesdkmlplatform20240701/models/item_for_list_resource_reservation_plans_output.py +81 -3
  160. volcenginesdkmlplatform20240701/models/list_dev_instances_request.py +59 -1
  161. volcenginesdkmlplatform20240701/models/list_for_list_dev_instances_output.py +79 -1
  162. volcenginesdkmlplatform20240701/models/list_jobs_request.py +33 -1
  163. volcenginesdkmlplatform20240701/models/list_resource_claim_options_request.py +27 -1
  164. volcenginesdkmlplatform20240701/models/list_resource_groups_request.py +33 -1
  165. volcenginesdkmlplatform20240701/models/list_resource_queues_request.py +33 -1
  166. volcenginesdkmlplatform20240701/models/list_resource_reservation_plan_available_resources_request.py +243 -0
  167. volcenginesdkmlplatform20240701/models/list_resource_reservation_plan_available_resources_response.py +123 -0
  168. volcenginesdkmlplatform20240701/models/list_resource_reservation_plans_request.py +59 -1
  169. volcenginesdkmlplatform20240701/models/list_services_request.py +33 -1
  170. volcenginesdkmlplatform20240701/models/nas_ap_for_create_deployment_input.py +149 -0
  171. volcenginesdkmlplatform20240701/models/nas_ap_for_create_dev_instance_input.py +149 -0
  172. volcenginesdkmlplatform20240701/models/nas_ap_for_create_job_input.py +149 -0
  173. volcenginesdkmlplatform20240701/models/nas_ap_for_get_deployment_output.py +149 -0
  174. volcenginesdkmlplatform20240701/models/nas_ap_for_get_dev_instance_output.py +149 -0
  175. volcenginesdkmlplatform20240701/models/nas_ap_for_get_job_output.py +149 -0
  176. volcenginesdkmlplatform20240701/models/nas_ap_for_list_dev_instances_output.py +149 -0
  177. volcenginesdkmlplatform20240701/models/nas_ap_for_update_deployment_input.py +149 -0
  178. volcenginesdkmlplatform20240701/models/nas_ap_for_update_dev_instance_input.py +149 -0
  179. volcenginesdkmlplatform20240701/models/reservation_config_for_create_resource_reservation_plan_input.py +27 -1
  180. volcenginesdkmlplatform20240701/models/reservation_config_for_get_resource_reservation_plan_output.py +29 -3
  181. volcenginesdkmlplatform20240701/models/reservation_config_for_list_resource_reservation_plans_output.py +29 -3
  182. volcenginesdkmlplatform20240701/models/resource_segment_for_get_resource_reservation_plan_output.py +175 -0
  183. volcenginesdkmlplatform20240701/models/resource_segment_for_list_resource_reservation_plans_output.py +175 -0
  184. volcenginesdkmlplatform20240701/models/schedule_config_for_create_resource_reservation_plan_input.py +123 -0
  185. volcenginesdkmlplatform20240701/models/schedule_config_for_get_resource_reservation_plan_output.py +123 -0
  186. volcenginesdkmlplatform20240701/models/schedule_config_for_list_resource_reservation_plans_output.py +123 -0
  187. volcenginesdkmlplatform20240701/models/schedule_config_for_update_resource_reservation_plan_input.py +123 -0
  188. volcenginesdkmlplatform20240701/models/segment_for_list_resource_reservation_plan_available_resources_output.py +175 -0
  189. volcenginesdklivesaas/models/menu_for_update_activity_menu_api_input.py → volcenginesdkmlplatform20240701/models/sign_jwt_token_request.py +33 -57
  190. volcenginesdklivesaas/models/update_activity_menu_api_response.py → volcenginesdkmlplatform20240701/models/sign_jwt_token_response.py +23 -23
  191. volcenginesdkmlplatform20240701/models/update_dev_instance_request.py +53 -1
  192. volcenginesdkmlplatform20240701/models/update_resource_reservation_plan_request.py +55 -3
  193. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_deployment_input.py +149 -0
  194. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_dev_instance_input.py +149 -0
  195. volcenginesdkmlplatform20240701/models/vepfs_ap_for_create_job_input.py +149 -0
  196. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_deployment_output.py +149 -0
  197. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_dev_instance_output.py +149 -0
  198. volcenginesdkmlplatform20240701/models/vepfs_ap_for_get_job_output.py +149 -0
  199. volcenginesdkmlplatform20240701/models/vepfs_ap_for_list_dev_instances_output.py +149 -0
  200. volcenginesdkmlplatform20240701/models/vepfs_ap_for_update_deployment_input.py +149 -0
  201. volcenginesdkmlplatform20240701/models/vepfs_ap_for_update_dev_instance_input.py +149 -0
  202. volcenginesdkvod20250101/__init__.py +18 -0
  203. volcenginesdkvod20250101/api/vod20250101_api.py +485 -0
  204. volcenginesdkvod20250101/models/__init__.py +18 -0
  205. volcenginesdkvod20250101/models/background_audio_for_get_ai_translation_project_output.py +27 -1
  206. volcenginesdkvod20250101/models/clip_audio_for_generate_ai_translation_utterance_audio_output.py +27 -1
  207. volcenginesdkvod20250101/models/clip_video_for_generate_ai_translation_utterance_audio_output.py +27 -1
  208. volcenginesdkvod20250101/models/create_ai_translation_speaker_request.py +205 -0
  209. volcenginesdkvod20250101/models/create_ai_translation_speaker_response.py +149 -0
  210. volcenginesdkvod20250101/models/create_ai_translation_speech_request.py +232 -0
  211. volcenginesdkvod20250101/models/create_ai_translation_speech_response.py +123 -0
  212. volcenginesdkvod20250101/models/delete_ai_translation_speech_request.py +151 -0
  213. volcenginesdkvod20250101/models/delete_ai_translation_speech_response.py +95 -0
  214. volcenginesdkvod20250101/models/erased_subtitle_video_for_get_ai_translation_project_output.py +27 -1
  215. volcenginesdkvod20250101/models/facial_translation_video_for_get_ai_translation_project_output.py +27 -1
  216. volcenginesdkvod20250101/models/foreground_audio_for_get_ai_translation_project_output.py +27 -1
  217. volcenginesdkvod20250101/models/input_subtitle_for_get_ai_translation_project_output.py +253 -0
  218. volcenginesdkvod20250101/models/input_video_for_get_ai_translation_project_output.py +27 -1
  219. volcenginesdkvod20250101/models/input_video_for_list_ai_translation_project_output.py +27 -1
  220. volcenginesdkvod20250101/models/list_ai_translation_speech_request.py +178 -0
  221. volcenginesdkvod20250101/models/list_ai_translation_speech_response.py +149 -0
  222. volcenginesdkvod20250101/models/output_subtitle_for_get_ai_translation_project_output.py +253 -0
  223. volcenginesdkvod20250101/models/output_video_for_get_ai_translation_project_output.py +27 -1
  224. volcenginesdkvod20250101/models/output_video_for_list_ai_translation_project_output.py +27 -1
  225. volcenginesdkvod20250101/models/preset_speech_for_list_ai_translation_speech_output.py +253 -0
  226. volcenginesdkvod20250101/models/preview_video_for_get_ai_translation_project_output.py +27 -1
  227. volcenginesdkvod20250101/models/preview_video_muted_for_get_ai_translation_project_output.py +27 -1
  228. volcenginesdkvod20250101/models/project_base_info_for_create_ai_translation_speaker_output.py +149 -0
  229. volcenginesdkvod20250101/models/project_info_for_get_ai_translation_project_output.py +53 -1
  230. volcenginesdkvod20250101/models/speaker_for_create_ai_translation_speaker_output.py +227 -0
  231. volcenginesdkvod20250101/models/speaker_for_get_ai_translation_project_output.py +27 -1
  232. volcenginesdkvod20250101/models/speaker_for_update_ai_translation_speakers_input.py +29 -3
  233. volcenginesdkvod20250101/models/speech_for_create_ai_translation_speech_output.py +253 -0
  234. volcenginesdkvod20250101/models/speech_for_update_ai_translation_speeches_input.py +149 -0
  235. volcenginesdkvod20250101/models/update_ai_translation_speeches_request.py +150 -0
  236. volcenginesdkvod20250101/models/update_ai_translation_speeches_response.py +95 -0
  237. volcenginesdkvod20250101/models/user_speech_for_list_ai_translation_speech_output.py +253 -0
  238. volcenginesdkvod20250101/models/voice_translation_video_for_get_ai_translation_project_output.py +27 -1
  239. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/LICENSE.txt +0 -0
  240. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/NOTICE.md +0 -0
  241. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/WHEEL +0 -0
  242. {volcengine_python_sdk-4.0.18.dist-info → volcengine_python_sdk-4.0.20.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,149 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ directconnect
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 TagForAllocateDirectConnectVirtualInterfaceInput(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
+ 'key': 'str',
37
+ 'value': 'str'
38
+ }
39
+
40
+ attribute_map = {
41
+ 'key': 'Key',
42
+ 'value': 'Value'
43
+ }
44
+
45
+ def __init__(self, key=None, value=None, _configuration=None): # noqa: E501
46
+ """TagForAllocateDirectConnectVirtualInterfaceInput - a model defined in Swagger""" # noqa: E501
47
+ if _configuration is None:
48
+ _configuration = Configuration()
49
+ self._configuration = _configuration
50
+
51
+ self._key = None
52
+ self._value = None
53
+ self.discriminator = None
54
+
55
+ if key is not None:
56
+ self.key = key
57
+ if value is not None:
58
+ self.value = value
59
+
60
+ @property
61
+ def key(self):
62
+ """Gets the key of this TagForAllocateDirectConnectVirtualInterfaceInput. # noqa: E501
63
+
64
+
65
+ :return: The key of this TagForAllocateDirectConnectVirtualInterfaceInput. # noqa: E501
66
+ :rtype: str
67
+ """
68
+ return self._key
69
+
70
+ @key.setter
71
+ def key(self, key):
72
+ """Sets the key of this TagForAllocateDirectConnectVirtualInterfaceInput.
73
+
74
+
75
+ :param key: The key of this TagForAllocateDirectConnectVirtualInterfaceInput. # noqa: E501
76
+ :type: str
77
+ """
78
+
79
+ self._key = key
80
+
81
+ @property
82
+ def value(self):
83
+ """Gets the value of this TagForAllocateDirectConnectVirtualInterfaceInput. # noqa: E501
84
+
85
+
86
+ :return: The value of this TagForAllocateDirectConnectVirtualInterfaceInput. # noqa: E501
87
+ :rtype: str
88
+ """
89
+ return self._value
90
+
91
+ @value.setter
92
+ def value(self, value):
93
+ """Sets the value of this TagForAllocateDirectConnectVirtualInterfaceInput.
94
+
95
+
96
+ :param value: The value of this TagForAllocateDirectConnectVirtualInterfaceInput. # noqa: E501
97
+ :type: str
98
+ """
99
+
100
+ self._value = value
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(TagForAllocateDirectConnectVirtualInterfaceInput, 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, TagForAllocateDirectConnectVirtualInterfaceInput):
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, TagForAllocateDirectConnectVirtualInterfaceInput):
147
+ return True
148
+
149
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,150 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ directconnect
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 TagForTagResourcesInput(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
+ 'key': 'str',
37
+ 'value': 'str'
38
+ }
39
+
40
+ attribute_map = {
41
+ 'key': 'Key',
42
+ 'value': 'Value'
43
+ }
44
+
45
+ def __init__(self, key=None, value=None, _configuration=None): # noqa: E501
46
+ """TagForTagResourcesInput - a model defined in Swagger""" # noqa: E501
47
+ if _configuration is None:
48
+ _configuration = Configuration()
49
+ self._configuration = _configuration
50
+
51
+ self._key = None
52
+ self._value = None
53
+ self.discriminator = None
54
+
55
+ self.key = key
56
+ if value is not None:
57
+ self.value = value
58
+
59
+ @property
60
+ def key(self):
61
+ """Gets the key of this TagForTagResourcesInput. # noqa: E501
62
+
63
+
64
+ :return: The key of this TagForTagResourcesInput. # noqa: E501
65
+ :rtype: str
66
+ """
67
+ return self._key
68
+
69
+ @key.setter
70
+ def key(self, key):
71
+ """Sets the key of this TagForTagResourcesInput.
72
+
73
+
74
+ :param key: The key of this TagForTagResourcesInput. # noqa: E501
75
+ :type: str
76
+ """
77
+ if self._configuration.client_side_validation and key is None:
78
+ raise ValueError("Invalid value for `key`, must not be `None`") # noqa: E501
79
+
80
+ self._key = key
81
+
82
+ @property
83
+ def value(self):
84
+ """Gets the value of this TagForTagResourcesInput. # noqa: E501
85
+
86
+
87
+ :return: The value of this TagForTagResourcesInput. # noqa: E501
88
+ :rtype: str
89
+ """
90
+ return self._value
91
+
92
+ @value.setter
93
+ def value(self, value):
94
+ """Sets the value of this TagForTagResourcesInput.
95
+
96
+
97
+ :param value: The value of this TagForTagResourcesInput. # noqa: E501
98
+ :type: str
99
+ """
100
+
101
+ self._value = value
102
+
103
+ def to_dict(self):
104
+ """Returns the model properties as a dict"""
105
+ result = {}
106
+
107
+ for attr, _ in six.iteritems(self.swagger_types):
108
+ value = getattr(self, attr)
109
+ if isinstance(value, list):
110
+ result[attr] = list(map(
111
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
112
+ value
113
+ ))
114
+ elif hasattr(value, "to_dict"):
115
+ result[attr] = value.to_dict()
116
+ elif isinstance(value, dict):
117
+ result[attr] = dict(map(
118
+ lambda item: (item[0], item[1].to_dict())
119
+ if hasattr(item[1], "to_dict") else item,
120
+ value.items()
121
+ ))
122
+ else:
123
+ result[attr] = value
124
+ if issubclass(TagForTagResourcesInput, dict):
125
+ for key, value in self.items():
126
+ result[key] = value
127
+
128
+ return result
129
+
130
+ def to_str(self):
131
+ """Returns the string representation of the model"""
132
+ return pprint.pformat(self.to_dict())
133
+
134
+ def __repr__(self):
135
+ """For `print` and `pprint`"""
136
+ return self.to_str()
137
+
138
+ def __eq__(self, other):
139
+ """Returns true if both objects are equal"""
140
+ if not isinstance(other, TagForTagResourcesInput):
141
+ return False
142
+
143
+ return self.to_dict() == other.to_dict()
144
+
145
+ def __ne__(self, other):
146
+ """Returns true if both objects are not equal"""
147
+ if not isinstance(other, TagForTagResourcesInput):
148
+ return True
149
+
150
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,176 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ directconnect
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 TagResourcesRequest(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
+ 'resource_ids': 'list[str]',
37
+ 'resource_type': 'str',
38
+ 'tags': 'list[TagForTagResourcesInput]'
39
+ }
40
+
41
+ attribute_map = {
42
+ 'resource_ids': 'ResourceIds',
43
+ 'resource_type': 'ResourceType',
44
+ 'tags': 'Tags'
45
+ }
46
+
47
+ def __init__(self, resource_ids=None, resource_type=None, tags=None, _configuration=None): # noqa: E501
48
+ """TagResourcesRequest - a model defined in Swagger""" # noqa: E501
49
+ if _configuration is None:
50
+ _configuration = Configuration()
51
+ self._configuration = _configuration
52
+
53
+ self._resource_ids = None
54
+ self._resource_type = None
55
+ self._tags = None
56
+ self.discriminator = None
57
+
58
+ if resource_ids is not None:
59
+ self.resource_ids = resource_ids
60
+ self.resource_type = resource_type
61
+ if tags is not None:
62
+ self.tags = tags
63
+
64
+ @property
65
+ def resource_ids(self):
66
+ """Gets the resource_ids of this TagResourcesRequest. # noqa: E501
67
+
68
+
69
+ :return: The resource_ids of this TagResourcesRequest. # noqa: E501
70
+ :rtype: list[str]
71
+ """
72
+ return self._resource_ids
73
+
74
+ @resource_ids.setter
75
+ def resource_ids(self, resource_ids):
76
+ """Sets the resource_ids of this TagResourcesRequest.
77
+
78
+
79
+ :param resource_ids: The resource_ids of this TagResourcesRequest. # noqa: E501
80
+ :type: list[str]
81
+ """
82
+
83
+ self._resource_ids = resource_ids
84
+
85
+ @property
86
+ def resource_type(self):
87
+ """Gets the resource_type of this TagResourcesRequest. # noqa: E501
88
+
89
+
90
+ :return: The resource_type of this TagResourcesRequest. # noqa: E501
91
+ :rtype: str
92
+ """
93
+ return self._resource_type
94
+
95
+ @resource_type.setter
96
+ def resource_type(self, resource_type):
97
+ """Sets the resource_type of this TagResourcesRequest.
98
+
99
+
100
+ :param resource_type: The resource_type of this TagResourcesRequest. # noqa: E501
101
+ :type: str
102
+ """
103
+ if self._configuration.client_side_validation and resource_type is None:
104
+ raise ValueError("Invalid value for `resource_type`, must not be `None`") # noqa: E501
105
+
106
+ self._resource_type = resource_type
107
+
108
+ @property
109
+ def tags(self):
110
+ """Gets the tags of this TagResourcesRequest. # noqa: E501
111
+
112
+
113
+ :return: The tags of this TagResourcesRequest. # noqa: E501
114
+ :rtype: list[TagForTagResourcesInput]
115
+ """
116
+ return self._tags
117
+
118
+ @tags.setter
119
+ def tags(self, tags):
120
+ """Sets the tags of this TagResourcesRequest.
121
+
122
+
123
+ :param tags: The tags of this TagResourcesRequest. # noqa: E501
124
+ :type: list[TagForTagResourcesInput]
125
+ """
126
+
127
+ self._tags = tags
128
+
129
+ def to_dict(self):
130
+ """Returns the model properties as a dict"""
131
+ result = {}
132
+
133
+ for attr, _ in six.iteritems(self.swagger_types):
134
+ value = getattr(self, attr)
135
+ if isinstance(value, list):
136
+ result[attr] = list(map(
137
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
138
+ value
139
+ ))
140
+ elif hasattr(value, "to_dict"):
141
+ result[attr] = value.to_dict()
142
+ elif isinstance(value, dict):
143
+ result[attr] = dict(map(
144
+ lambda item: (item[0], item[1].to_dict())
145
+ if hasattr(item[1], "to_dict") else item,
146
+ value.items()
147
+ ))
148
+ else:
149
+ result[attr] = value
150
+ if issubclass(TagResourcesRequest, dict):
151
+ for key, value in self.items():
152
+ result[key] = value
153
+
154
+ return result
155
+
156
+ def to_str(self):
157
+ """Returns the string representation of the model"""
158
+ return pprint.pformat(self.to_dict())
159
+
160
+ def __repr__(self):
161
+ """For `print` and `pprint`"""
162
+ return self.to_str()
163
+
164
+ def __eq__(self, other):
165
+ """Returns true if both objects are equal"""
166
+ if not isinstance(other, TagResourcesRequest):
167
+ return False
168
+
169
+ return self.to_dict() == other.to_dict()
170
+
171
+ def __ne__(self, other):
172
+ """Returns true if both objects are not equal"""
173
+ if not isinstance(other, TagResourcesRequest):
174
+ return True
175
+
176
+ return self.to_dict() != other.to_dict()
@@ -0,0 +1,95 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ directconnect
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 TagResourcesResponse(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
+ }
37
+
38
+ attribute_map = {
39
+ }
40
+
41
+ def __init__(self, _configuration=None): # noqa: E501
42
+ """TagResourcesResponse - a model defined in Swagger""" # noqa: E501
43
+ if _configuration is None:
44
+ _configuration = Configuration()
45
+ self._configuration = _configuration
46
+ self.discriminator = None
47
+
48
+ def to_dict(self):
49
+ """Returns the model properties as a dict"""
50
+ result = {}
51
+
52
+ for attr, _ in six.iteritems(self.swagger_types):
53
+ value = getattr(self, attr)
54
+ if isinstance(value, list):
55
+ result[attr] = list(map(
56
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
57
+ value
58
+ ))
59
+ elif hasattr(value, "to_dict"):
60
+ result[attr] = value.to_dict()
61
+ elif isinstance(value, dict):
62
+ result[attr] = dict(map(
63
+ lambda item: (item[0], item[1].to_dict())
64
+ if hasattr(item[1], "to_dict") else item,
65
+ value.items()
66
+ ))
67
+ else:
68
+ result[attr] = value
69
+ if issubclass(TagResourcesResponse, dict):
70
+ for key, value in self.items():
71
+ result[key] = value
72
+
73
+ return result
74
+
75
+ def to_str(self):
76
+ """Returns the string representation of the model"""
77
+ return pprint.pformat(self.to_dict())
78
+
79
+ def __repr__(self):
80
+ """For `print` and `pprint`"""
81
+ return self.to_str()
82
+
83
+ def __eq__(self, other):
84
+ """Returns true if both objects are equal"""
85
+ if not isinstance(other, TagResourcesResponse):
86
+ return False
87
+
88
+ return self.to_dict() == other.to_dict()
89
+
90
+ def __ne__(self, other):
91
+ """Returns true if both objects are not equal"""
92
+ if not isinstance(other, TagResourcesResponse):
93
+ return True
94
+
95
+ return self.to_dict() != other.to_dict()