huaweicloudsdkgeip 3.1.177__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. huaweicloudsdkgeip/__init__.py +0 -0
  2. huaweicloudsdkgeip/v3/__init__.py +224 -0
  3. huaweicloudsdkgeip/v3/geip_async_client.py +4984 -0
  4. huaweicloudsdkgeip/v3/geip_client.py +4981 -0
  5. huaweicloudsdkgeip/v3/model/__init__.py +221 -0
  6. huaweicloudsdkgeip/v3/model/add_geip_segment_tags_request.py +128 -0
  7. huaweicloudsdkgeip/v3/model/add_geip_segment_tags_response.py +108 -0
  8. huaweicloudsdkgeip/v3/model/add_global_eip_tags_request.py +128 -0
  9. huaweicloudsdkgeip/v3/model/add_global_eip_tags_response.py +108 -0
  10. huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_request.py +128 -0
  11. huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_response.py +108 -0
  12. huaweicloudsdkgeip/v3/model/allowed_bandwidth_types.py +166 -0
  13. huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_request.py +128 -0
  14. huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_response.py +162 -0
  15. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body.py +128 -0
  16. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip.py +129 -0
  17. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_associate_instance_info.py +253 -0
  18. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info.py +398 -0
  19. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body.py +103 -0
  20. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body_global_eip_segment.py +249 -0
  21. huaweicloudsdkgeip/v3/model/associate_instance_request.py +157 -0
  22. huaweicloudsdkgeip/v3/model/associate_instance_response.py +162 -0
  23. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth.py +135 -0
  24. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip.py +734 -0
  25. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip_request_body.py +128 -0
  26. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip_request_body_global_eip.py +107 -0
  27. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_request.py +128 -0
  28. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_response.py +162 -0
  29. huaweicloudsdkgeip/v3/model/batch_attach_geip_segment_internet_bandwidth_request.py +104 -0
  30. huaweicloudsdkgeip/v3/model/batch_attach_geip_segment_internet_bandwidth_response.py +137 -0
  31. huaweicloudsdkgeip/v3/model/batch_attach_internet_bandwidth_request.py +104 -0
  32. huaweicloudsdkgeip/v3/model/batch_attach_internet_bandwidth_response.py +133 -0
  33. huaweicloudsdkgeip/v3/model/batch_attach_internet_bandwidths_global_eip_request_body.py +107 -0
  34. huaweicloudsdkgeip/v3/model/batch_attach_internet_bandwidths_global_eip_segment_request_body.py +107 -0
  35. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_request.py +128 -0
  36. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_response.py +108 -0
  37. huaweicloudsdkgeip/v3/model/batch_create_global_eip_job.py +166 -0
  38. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request.py +104 -0
  39. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body.py +128 -0
  40. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip.py +304 -0
  41. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip_internet_bandwidth_info.py +282 -0
  42. huaweicloudsdkgeip/v3/model/batch_create_global_eip_response.py +166 -0
  43. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_request.py +128 -0
  44. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +108 -0
  45. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +598 -0
  46. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request.py +104 -0
  47. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body.py +103 -0
  48. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +395 -0
  49. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_response.py +166 -0
  50. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +128 -0
  51. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +108 -0
  52. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +136 -0
  53. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +128 -0
  54. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +108 -0
  55. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +128 -0
  56. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +108 -0
  57. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +128 -0
  58. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +108 -0
  59. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +136 -0
  60. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +136 -0
  61. huaweicloudsdkgeip/v3/model/batch_detach_geip_segment_internet_bandwidth_request.py +104 -0
  62. huaweicloudsdkgeip/v3/model/batch_detach_geip_segment_internet_bandwidth_response.py +137 -0
  63. huaweicloudsdkgeip/v3/model/batch_detach_internet_bandwidth_request.py +104 -0
  64. huaweicloudsdkgeip/v3/model/batch_detach_internet_bandwidth_response.py +133 -0
  65. huaweicloudsdkgeip/v3/model/batch_detach_internet_bandwidths_global_eip_request_body.py +107 -0
  66. huaweicloudsdkgeip/v3/model/batch_detach_internet_bandwidths_global_eip_segment_request_body.py +107 -0
  67. huaweicloudsdkgeip/v3/model/batch_internet_bandwidths_global_eip_response_body.py +107 -0
  68. huaweicloudsdkgeip/v3/model/count_geip_segments.py +107 -0
  69. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +745 -0
  70. huaweicloudsdkgeip/v3/model/count_global_eip_segment_response.py +162 -0
  71. huaweicloudsdkgeip/v3/model/count_global_eips.py +107 -0
  72. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +654 -0
  73. huaweicloudsdkgeip/v3/model/count_global_eips_response.py +162 -0
  74. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +279 -0
  75. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_response.py +162 -0
  76. huaweicloudsdkgeip/v3/model/count_internet_bandwidths.py +107 -0
  77. huaweicloudsdkgeip/v3/model/create_global_eip.py +135 -0
  78. huaweicloudsdkgeip/v3/model/create_global_eip_request.py +104 -0
  79. huaweicloudsdkgeip/v3/model/create_global_eip_request_body.py +128 -0
  80. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +280 -0
  81. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +135 -0
  82. huaweicloudsdkgeip/v3/model/create_global_eip_response.py +162 -0
  83. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request.py +104 -0
  84. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body.py +103 -0
  85. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +304 -0
  86. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +282 -0
  87. huaweicloudsdkgeip/v3/model/create_global_eip_segment_response.py +162 -0
  88. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +684 -0
  89. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request.py +104 -0
  90. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body.py +103 -0
  91. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +365 -0
  92. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_response.py +162 -0
  93. huaweicloudsdkgeip/v3/model/create_tag.py +136 -0
  94. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +166 -0
  95. huaweicloudsdkgeip/v3/model/create_user_disclaimer_request.py +77 -0
  96. huaweicloudsdkgeip/v3/model/create_user_disclaimer_response.py +162 -0
  97. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body.py +103 -0
  98. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +135 -0
  99. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +127 -0
  100. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_response.py +108 -0
  101. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +103 -0
  102. huaweicloudsdkgeip/v3/model/delete_global_eip_response.py +108 -0
  103. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +103 -0
  104. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_response.py +108 -0
  105. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +127 -0
  106. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_response.py +108 -0
  107. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +103 -0
  108. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_response.py +108 -0
  109. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +127 -0
  110. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_response.py +108 -0
  111. huaweicloudsdkgeip/v3/model/delete_user_disclaimer_request.py +77 -0
  112. huaweicloudsdkgeip/v3/model/delete_user_disclaimer_response.py +108 -0
  113. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth.py +107 -0
  114. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +734 -0
  115. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +128 -0
  116. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_response.py +162 -0
  117. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +103 -0
  118. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_response.py +162 -0
  119. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +131 -0
  120. huaweicloudsdkgeip/v3/model/disassociate_instance_response.py +162 -0
  121. huaweicloudsdkgeip/v3/model/ext_limit_pojo.py +166 -0
  122. huaweicloudsdkgeip/v3/model/geip_resource.py +191 -0
  123. huaweicloudsdkgeip/v3/model/geip_tags.py +135 -0
  124. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +135 -0
  125. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +253 -0
  126. huaweicloudsdkgeip/v3/model/instance_info.py +340 -0
  127. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +137 -0
  128. huaweicloudsdkgeip/v3/model/list_access_sites.py +311 -0
  129. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +378 -0
  130. huaweicloudsdkgeip/v3/model/list_access_sites_response.py +191 -0
  131. huaweicloudsdkgeip/v3/model/list_geip_pools.py +427 -0
  132. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +453 -0
  133. huaweicloudsdkgeip/v3/model/list_geip_pools_response.py +191 -0
  134. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +245 -0
  135. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_response.py +162 -0
  136. huaweicloudsdkgeip/v3/model/list_geip_segment_count_filter_tags_request.py +104 -0
  137. huaweicloudsdkgeip/v3/model/list_geip_segment_count_filter_tags_response.py +166 -0
  138. huaweicloudsdkgeip/v3/model/list_geip_segment_domain_tags_request.py +77 -0
  139. huaweicloudsdkgeip/v3/model/list_geip_segment_domain_tags_response.py +195 -0
  140. huaweicloudsdkgeip/v3/model/list_geip_segment_filter_tags_request.py +162 -0
  141. huaweicloudsdkgeip/v3/model/list_geip_segment_filter_tags_response.py +195 -0
  142. huaweicloudsdkgeip/v3/model/list_global_eip_count_filter_tags_request.py +104 -0
  143. huaweicloudsdkgeip/v3/model/list_global_eip_count_filter_tags_response.py +166 -0
  144. huaweicloudsdkgeip/v3/model/list_global_eip_domain_tags_request.py +77 -0
  145. huaweicloudsdkgeip/v3/model/list_global_eip_domain_tags_response.py +195 -0
  146. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +154 -0
  147. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_response.py +195 -0
  148. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +680 -0
  149. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +853 -0
  150. huaweicloudsdkgeip/v3/model/list_global_eip_segments_response.py +191 -0
  151. huaweicloudsdkgeip/v3/model/list_global_eips.py +734 -0
  152. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +903 -0
  153. huaweicloudsdkgeip/v3/model/list_global_eips_response.py +191 -0
  154. huaweicloudsdkgeip/v3/model/list_global_eips_response_body_page_info.py +166 -0
  155. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_count_filter_tags_request.py +104 -0
  156. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_count_filter_tags_response.py +166 -0
  157. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_domain_tags_request.py +77 -0
  158. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_domain_tags_response.py +137 -0
  159. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +154 -0
  160. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_response.py +195 -0
  161. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +249 -0
  162. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +212 -0
  163. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_response.py +166 -0
  164. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +746 -0
  165. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +528 -0
  166. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_response.py +191 -0
  167. huaweicloudsdkgeip/v3/model/list_jobs.py +311 -0
  168. huaweicloudsdkgeip/v3/model/list_jobs_request.py +353 -0
  169. huaweicloudsdkgeip/v3/model/list_jobs_response.py +191 -0
  170. huaweicloudsdkgeip/v3/model/list_quotas.py +107 -0
  171. huaweicloudsdkgeip/v3/model/list_resources_by_tags_request_body.py +107 -0
  172. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +311 -0
  173. huaweicloudsdkgeip/v3/model/list_support_masks.py +224 -0
  174. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +353 -0
  175. huaweicloudsdkgeip/v3/model/list_support_masks_response.py +191 -0
  176. huaweicloudsdkgeip/v3/model/list_support_regions.py +340 -0
  177. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +453 -0
  178. huaweicloudsdkgeip/v3/model/list_support_regions_response.py +191 -0
  179. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +128 -0
  180. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_response.py +166 -0
  181. huaweicloudsdkgeip/v3/model/lock_info.py +369 -0
  182. huaweicloudsdkgeip/v3/model/native_uuid.py +77 -0
  183. huaweicloudsdkgeip/v3/model/resources_info.py +195 -0
  184. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +137 -0
  185. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +103 -0
  186. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_response.py +195 -0
  187. huaweicloudsdkgeip/v3/model/show_global_eip.py +734 -0
  188. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +128 -0
  189. huaweicloudsdkgeip/v3/model/show_global_eip_response.py +162 -0
  190. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +680 -0
  191. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +128 -0
  192. huaweicloudsdkgeip/v3/model/show_global_eip_segment_response.py +162 -0
  193. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +103 -0
  194. huaweicloudsdkgeip/v3/model/show_global_eip_tags_response.py +195 -0
  195. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +688 -0
  196. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +128 -0
  197. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_response.py +162 -0
  198. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +103 -0
  199. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_response.py +195 -0
  200. huaweicloudsdkgeip/v3/model/show_job.py +311 -0
  201. huaweicloudsdkgeip/v3/model/show_jobs_request.py +132 -0
  202. huaweicloudsdkgeip/v3/model/show_jobs_response.py +162 -0
  203. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +166 -0
  204. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +104 -0
  205. huaweicloudsdkgeip/v3/model/show_user_disclaimer_response.py +162 -0
  206. huaweicloudsdkgeip/v3/model/sys_tag.py +135 -0
  207. huaweicloudsdkgeip/v3/model/tag.py +137 -0
  208. huaweicloudsdkgeip/v3/model/update_global_eip.py +137 -0
  209. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +128 -0
  210. huaweicloudsdkgeip/v3/model/update_global_eip_request_body.py +128 -0
  211. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +137 -0
  212. huaweicloudsdkgeip/v3/model/update_global_eip_response.py +162 -0
  213. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +128 -0
  214. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body.py +103 -0
  215. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +137 -0
  216. huaweicloudsdkgeip/v3/model/update_global_eip_segment_response.py +162 -0
  217. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +630 -0
  218. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +128 -0
  219. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body.py +103 -0
  220. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +224 -0
  221. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_response.py +162 -0
  222. huaweicloudsdkgeip/v3/region/__init__.py +0 -0
  223. huaweicloudsdkgeip/v3/region/geip_region.py +31 -0
  224. huaweicloudsdkgeip-3.1.177.dist-info/METADATA +25 -0
  225. huaweicloudsdkgeip-3.1.177.dist-info/RECORD +227 -0
  226. huaweicloudsdkgeip-3.1.177.dist-info/WHEEL +4 -0
  227. huaweicloudsdkgeip-3.1.177.dist-info/licenses/LICENSE +13 -0
@@ -0,0 +1,128 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class BatchCreateGeipSegmentTagsRequest:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'resource_id': 'str',
19
+ 'body': 'BatchCreateV2RequestBody'
20
+ }
21
+
22
+ attribute_map = {
23
+ 'resource_id': 'resource_id',
24
+ 'body': 'body'
25
+ }
26
+
27
+ def __init__(self, resource_id=None, body=None):
28
+ r"""BatchCreateGeipSegmentTagsRequest
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param resource_id:
33
+ :type resource_id: str
34
+ :param body: Body of the BatchCreateGeipSegmentTagsRequest
35
+ :type body: :class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBody`
36
+ """
37
+
38
+
39
+
40
+ self._resource_id = None
41
+ self._body = None
42
+ self.discriminator = None
43
+
44
+ self.resource_id = resource_id
45
+ if body is not None:
46
+ self.body = body
47
+
48
+ @property
49
+ def resource_id(self):
50
+ r"""Gets the resource_id of this BatchCreateGeipSegmentTagsRequest.
51
+
52
+ :return: The resource_id of this BatchCreateGeipSegmentTagsRequest.
53
+ :rtype: str
54
+ """
55
+ return self._resource_id
56
+
57
+ @resource_id.setter
58
+ def resource_id(self, resource_id):
59
+ r"""Sets the resource_id of this BatchCreateGeipSegmentTagsRequest.
60
+
61
+ :param resource_id: The resource_id of this BatchCreateGeipSegmentTagsRequest.
62
+ :type resource_id: str
63
+ """
64
+ self._resource_id = resource_id
65
+
66
+ @property
67
+ def body(self):
68
+ r"""Gets the body of this BatchCreateGeipSegmentTagsRequest.
69
+
70
+ :return: The body of this BatchCreateGeipSegmentTagsRequest.
71
+ :rtype: :class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBody`
72
+ """
73
+ return self._body
74
+
75
+ @body.setter
76
+ def body(self, body):
77
+ r"""Sets the body of this BatchCreateGeipSegmentTagsRequest.
78
+
79
+ :param body: The body of this BatchCreateGeipSegmentTagsRequest.
80
+ :type body: :class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBody`
81
+ """
82
+ self._body = body
83
+
84
+ def to_dict(self):
85
+ result = {}
86
+
87
+ for attr, _ in self.openapi_types.items():
88
+ value = getattr(self, attr)
89
+ if isinstance(value, list):
90
+ result[attr] = list(map(
91
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
92
+ value
93
+ ))
94
+ elif hasattr(value, "to_dict"):
95
+ result[attr] = value.to_dict()
96
+ elif isinstance(value, dict):
97
+ result[attr] = dict(map(
98
+ lambda item: (item[0], item[1].to_dict())
99
+ if hasattr(item[1], "to_dict") else item,
100
+ value.items()
101
+ ))
102
+ else:
103
+ if attr in self.sensitive_list:
104
+ result[attr] = "****"
105
+ else:
106
+ result[attr] = value
107
+
108
+ return result
109
+
110
+ def to_str(self):
111
+ """Returns the string representation of the model"""
112
+ import simplejson as json
113
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
114
+
115
+ def __repr__(self):
116
+ """For `print`"""
117
+ return self.to_str()
118
+
119
+ def __eq__(self, other):
120
+ """Returns true if both objects are equal"""
121
+ if not isinstance(other, BatchCreateGeipSegmentTagsRequest):
122
+ return False
123
+
124
+ return self.__dict__ == other.__dict__
125
+
126
+ def __ne__(self, other):
127
+ """Returns true if both objects are not equal"""
128
+ return not self == other
@@ -0,0 +1,108 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.sdk_response import SdkResponse
4
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
5
+
6
+
7
+ class BatchCreateGeipSegmentTagsResponse(SdkResponse):
8
+
9
+ """
10
+ Attributes:
11
+ openapi_types (dict): The key is attribute name
12
+ and the value is attribute type.
13
+ attribute_map (dict): The key is attribute name
14
+ and the value is json key in definition.
15
+ """
16
+ sensitive_list = []
17
+
18
+ openapi_types = {
19
+ 'x_request_id': 'str'
20
+ }
21
+
22
+ attribute_map = {
23
+ 'x_request_id': 'X-Request-Id'
24
+ }
25
+
26
+ def __init__(self, x_request_id=None):
27
+ r"""BatchCreateGeipSegmentTagsResponse
28
+
29
+ The model defined in huaweicloud sdk
30
+
31
+ :param x_request_id:
32
+ :type x_request_id: str
33
+ """
34
+
35
+ super().__init__()
36
+
37
+ self._x_request_id = None
38
+ self.discriminator = None
39
+
40
+ if x_request_id is not None:
41
+ self.x_request_id = x_request_id
42
+
43
+ @property
44
+ def x_request_id(self):
45
+ r"""Gets the x_request_id of this BatchCreateGeipSegmentTagsResponse.
46
+
47
+ :return: The x_request_id of this BatchCreateGeipSegmentTagsResponse.
48
+ :rtype: str
49
+ """
50
+ return self._x_request_id
51
+
52
+ @x_request_id.setter
53
+ def x_request_id(self, x_request_id):
54
+ r"""Sets the x_request_id of this BatchCreateGeipSegmentTagsResponse.
55
+
56
+ :param x_request_id: The x_request_id of this BatchCreateGeipSegmentTagsResponse.
57
+ :type x_request_id: str
58
+ """
59
+ self._x_request_id = x_request_id
60
+
61
+ def to_dict(self):
62
+ import warnings
63
+ warnings.warn("BatchCreateGeipSegmentTagsResponse.to_dict() is deprecated and no longer maintained, "
64
+ "use to_json_object() to get the response content.", DeprecationWarning)
65
+ result = {}
66
+
67
+ for attr, _ in self.openapi_types.items():
68
+ value = getattr(self, attr)
69
+ if isinstance(value, list):
70
+ result[attr] = list(map(
71
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
72
+ value
73
+ ))
74
+ elif hasattr(value, "to_dict"):
75
+ result[attr] = value.to_dict()
76
+ elif isinstance(value, dict):
77
+ result[attr] = dict(map(
78
+ lambda item: (item[0], item[1].to_dict())
79
+ if hasattr(item[1], "to_dict") else item,
80
+ value.items()
81
+ ))
82
+ else:
83
+ if attr in self.sensitive_list:
84
+ result[attr] = "****"
85
+ else:
86
+ result[attr] = value
87
+
88
+ return result
89
+
90
+ def to_str(self):
91
+ """Returns the string representation of the model"""
92
+ import simplejson as json
93
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
94
+
95
+ def __repr__(self):
96
+ """For `print`"""
97
+ return self.to_str()
98
+
99
+ def __eq__(self, other):
100
+ """Returns true if both objects are equal"""
101
+ if not isinstance(other, BatchCreateGeipSegmentTagsResponse):
102
+ return False
103
+
104
+ return self.__dict__ == other.__dict__
105
+
106
+ def __ne__(self, other):
107
+ """Returns true if both objects are not equal"""
108
+ return not self == other
@@ -0,0 +1,166 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class BatchCreateGlobalEipJob:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'id': 'str',
19
+ 'name': 'str',
20
+ 'job_id': 'str'
21
+ }
22
+
23
+ attribute_map = {
24
+ 'id': 'id',
25
+ 'name': 'name',
26
+ 'job_id': 'job_id'
27
+ }
28
+
29
+ def __init__(self, id=None, name=None, job_id=None):
30
+ r"""BatchCreateGlobalEipJob
31
+
32
+ The model defined in huaweicloud sdk
33
+
34
+ :param id: 全域弹性公网IP的ID
35
+ :type id: str
36
+ :param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
37
+ :type name: str
38
+ :param job_id: 请求完成的job id
39
+ :type job_id: str
40
+ """
41
+
42
+
43
+
44
+ self._id = None
45
+ self._name = None
46
+ self._job_id = None
47
+ self.discriminator = None
48
+
49
+ if id is not None:
50
+ self.id = id
51
+ if name is not None:
52
+ self.name = name
53
+ if job_id is not None:
54
+ self.job_id = job_id
55
+
56
+ @property
57
+ def id(self):
58
+ r"""Gets the id of this BatchCreateGlobalEipJob.
59
+
60
+ 全域弹性公网IP的ID
61
+
62
+ :return: The id of this BatchCreateGlobalEipJob.
63
+ :rtype: str
64
+ """
65
+ return self._id
66
+
67
+ @id.setter
68
+ def id(self, id):
69
+ r"""Sets the id of this BatchCreateGlobalEipJob.
70
+
71
+ 全域弹性公网IP的ID
72
+
73
+ :param id: The id of this BatchCreateGlobalEipJob.
74
+ :type id: str
75
+ """
76
+ self._id = id
77
+
78
+ @property
79
+ def name(self):
80
+ r"""Gets the name of this BatchCreateGlobalEipJob.
81
+
82
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
83
+
84
+ :return: The name of this BatchCreateGlobalEipJob.
85
+ :rtype: str
86
+ """
87
+ return self._name
88
+
89
+ @name.setter
90
+ def name(self, name):
91
+ r"""Sets the name of this BatchCreateGlobalEipJob.
92
+
93
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
94
+
95
+ :param name: The name of this BatchCreateGlobalEipJob.
96
+ :type name: str
97
+ """
98
+ self._name = name
99
+
100
+ @property
101
+ def job_id(self):
102
+ r"""Gets the job_id of this BatchCreateGlobalEipJob.
103
+
104
+ 请求完成的job id
105
+
106
+ :return: The job_id of this BatchCreateGlobalEipJob.
107
+ :rtype: str
108
+ """
109
+ return self._job_id
110
+
111
+ @job_id.setter
112
+ def job_id(self, job_id):
113
+ r"""Sets the job_id of this BatchCreateGlobalEipJob.
114
+
115
+ 请求完成的job id
116
+
117
+ :param job_id: The job_id of this BatchCreateGlobalEipJob.
118
+ :type job_id: str
119
+ """
120
+ self._job_id = job_id
121
+
122
+ def to_dict(self):
123
+ result = {}
124
+
125
+ for attr, _ in self.openapi_types.items():
126
+ value = getattr(self, attr)
127
+ if isinstance(value, list):
128
+ result[attr] = list(map(
129
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
130
+ value
131
+ ))
132
+ elif hasattr(value, "to_dict"):
133
+ result[attr] = value.to_dict()
134
+ elif isinstance(value, dict):
135
+ result[attr] = dict(map(
136
+ lambda item: (item[0], item[1].to_dict())
137
+ if hasattr(item[1], "to_dict") else item,
138
+ value.items()
139
+ ))
140
+ else:
141
+ if attr in self.sensitive_list:
142
+ result[attr] = "****"
143
+ else:
144
+ result[attr] = value
145
+
146
+ return result
147
+
148
+ def to_str(self):
149
+ """Returns the string representation of the model"""
150
+ import simplejson as json
151
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
152
+
153
+ def __repr__(self):
154
+ """For `print`"""
155
+ return self.to_str()
156
+
157
+ def __eq__(self, other):
158
+ """Returns true if both objects are equal"""
159
+ if not isinstance(other, BatchCreateGlobalEipJob):
160
+ return False
161
+
162
+ return self.__dict__ == other.__dict__
163
+
164
+ def __ne__(self, other):
165
+ """Returns true if both objects are not equal"""
166
+ return not self == other
@@ -0,0 +1,104 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class BatchCreateGlobalEipRequest:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'body': 'BatchCreateGlobalEipRequestBody'
19
+ }
20
+
21
+ attribute_map = {
22
+ 'body': 'body'
23
+ }
24
+
25
+ def __init__(self, body=None):
26
+ r"""BatchCreateGlobalEipRequest
27
+
28
+ The model defined in huaweicloud sdk
29
+
30
+ :param body: Body of the BatchCreateGlobalEipRequest
31
+ :type body: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipRequestBody`
32
+ """
33
+
34
+
35
+
36
+ self._body = None
37
+ self.discriminator = None
38
+
39
+ if body is not None:
40
+ self.body = body
41
+
42
+ @property
43
+ def body(self):
44
+ r"""Gets the body of this BatchCreateGlobalEipRequest.
45
+
46
+ :return: The body of this BatchCreateGlobalEipRequest.
47
+ :rtype: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipRequestBody`
48
+ """
49
+ return self._body
50
+
51
+ @body.setter
52
+ def body(self, body):
53
+ r"""Sets the body of this BatchCreateGlobalEipRequest.
54
+
55
+ :param body: The body of this BatchCreateGlobalEipRequest.
56
+ :type body: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipRequestBody`
57
+ """
58
+ self._body = body
59
+
60
+ def to_dict(self):
61
+ result = {}
62
+
63
+ for attr, _ in self.openapi_types.items():
64
+ value = getattr(self, attr)
65
+ if isinstance(value, list):
66
+ result[attr] = list(map(
67
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
68
+ value
69
+ ))
70
+ elif hasattr(value, "to_dict"):
71
+ result[attr] = value.to_dict()
72
+ elif isinstance(value, dict):
73
+ result[attr] = dict(map(
74
+ lambda item: (item[0], item[1].to_dict())
75
+ if hasattr(item[1], "to_dict") else item,
76
+ value.items()
77
+ ))
78
+ else:
79
+ if attr in self.sensitive_list:
80
+ result[attr] = "****"
81
+ else:
82
+ result[attr] = value
83
+
84
+ return result
85
+
86
+ def to_str(self):
87
+ """Returns the string representation of the model"""
88
+ import simplejson as json
89
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
90
+
91
+ def __repr__(self):
92
+ """For `print`"""
93
+ return self.to_str()
94
+
95
+ def __eq__(self, other):
96
+ """Returns true if both objects are equal"""
97
+ if not isinstance(other, BatchCreateGlobalEipRequest):
98
+ return False
99
+
100
+ return self.__dict__ == other.__dict__
101
+
102
+ def __ne__(self, other):
103
+ """Returns true if both objects are not equal"""
104
+ return not self == other
@@ -0,0 +1,128 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class BatchCreateGlobalEipRequestBody:
7
+
8
+ """
9
+ Attributes:
10
+ openapi_types (dict): The key is attribute name
11
+ and the value is attribute type.
12
+ attribute_map (dict): The key is attribute name
13
+ and the value is json key in definition.
14
+ """
15
+ sensitive_list = []
16
+
17
+ openapi_types = {
18
+ 'dry_run': 'bool',
19
+ 'global_eip': 'BatchCreateGlobalEipRequestBodyGlobalEip'
20
+ }
21
+
22
+ attribute_map = {
23
+ 'dry_run': 'dry_run',
24
+ 'global_eip': 'global_eip'
25
+ }
26
+
27
+ def __init__(self, dry_run=None, global_eip=None):
28
+ r"""BatchCreateGlobalEipRequestBody
29
+
30
+ The model defined in huaweicloud sdk
31
+
32
+ :param dry_run:
33
+ :type dry_run: bool
34
+ :param global_eip:
35
+ :type global_eip: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipRequestBodyGlobalEip`
36
+ """
37
+
38
+
39
+
40
+ self._dry_run = None
41
+ self._global_eip = None
42
+ self.discriminator = None
43
+
44
+ if dry_run is not None:
45
+ self.dry_run = dry_run
46
+ self.global_eip = global_eip
47
+
48
+ @property
49
+ def dry_run(self):
50
+ r"""Gets the dry_run of this BatchCreateGlobalEipRequestBody.
51
+
52
+ :return: The dry_run of this BatchCreateGlobalEipRequestBody.
53
+ :rtype: bool
54
+ """
55
+ return self._dry_run
56
+
57
+ @dry_run.setter
58
+ def dry_run(self, dry_run):
59
+ r"""Sets the dry_run of this BatchCreateGlobalEipRequestBody.
60
+
61
+ :param dry_run: The dry_run of this BatchCreateGlobalEipRequestBody.
62
+ :type dry_run: bool
63
+ """
64
+ self._dry_run = dry_run
65
+
66
+ @property
67
+ def global_eip(self):
68
+ r"""Gets the global_eip of this BatchCreateGlobalEipRequestBody.
69
+
70
+ :return: The global_eip of this BatchCreateGlobalEipRequestBody.
71
+ :rtype: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipRequestBodyGlobalEip`
72
+ """
73
+ return self._global_eip
74
+
75
+ @global_eip.setter
76
+ def global_eip(self, global_eip):
77
+ r"""Sets the global_eip of this BatchCreateGlobalEipRequestBody.
78
+
79
+ :param global_eip: The global_eip of this BatchCreateGlobalEipRequestBody.
80
+ :type global_eip: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipRequestBodyGlobalEip`
81
+ """
82
+ self._global_eip = global_eip
83
+
84
+ def to_dict(self):
85
+ result = {}
86
+
87
+ for attr, _ in self.openapi_types.items():
88
+ value = getattr(self, attr)
89
+ if isinstance(value, list):
90
+ result[attr] = list(map(
91
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
92
+ value
93
+ ))
94
+ elif hasattr(value, "to_dict"):
95
+ result[attr] = value.to_dict()
96
+ elif isinstance(value, dict):
97
+ result[attr] = dict(map(
98
+ lambda item: (item[0], item[1].to_dict())
99
+ if hasattr(item[1], "to_dict") else item,
100
+ value.items()
101
+ ))
102
+ else:
103
+ if attr in self.sensitive_list:
104
+ result[attr] = "****"
105
+ else:
106
+ result[attr] = value
107
+
108
+ return result
109
+
110
+ def to_str(self):
111
+ """Returns the string representation of the model"""
112
+ import simplejson as json
113
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
114
+
115
+ def __repr__(self):
116
+ """For `print`"""
117
+ return self.to_str()
118
+
119
+ def __eq__(self, other):
120
+ """Returns true if both objects are equal"""
121
+ if not isinstance(other, BatchCreateGlobalEipRequestBody):
122
+ return False
123
+
124
+ return self.__dict__ == other.__dict__
125
+
126
+ def __ne__(self, other):
127
+ """Returns true if both objects are not equal"""
128
+ return not self == other