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,903 @@
1
+ # coding: utf-8
2
+
3
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
4
+
5
+
6
+ class ListGlobalEipsRequest:
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
+ 'limit': 'int',
19
+ 'offset': 'int',
20
+ 'marker': 'str',
21
+ 'page_reverse': 'bool',
22
+ 'fields': 'list[str]',
23
+ 'sort_key': 'list[str]',
24
+ 'sort_dir': 'list[str]',
25
+ 'id': 'list[str]',
26
+ 'internet_bandwidth_id': 'list[str]',
27
+ 'name': 'list[str]',
28
+ 'name_like': 'str',
29
+ 'access_site': 'list[str]',
30
+ 'geip_pool_name': 'list[str]',
31
+ 'isp': 'list[str]',
32
+ 'ip_version': 'list[int]',
33
+ 'ip_address': 'list[str]',
34
+ 'ipv6_address': 'list[str]',
35
+ 'freezen': 'list[bool]',
36
+ 'polluted': 'list[bool]',
37
+ 'internet_bandwidth_is_null': 'list[bool]',
38
+ 'gcb_bandwidth_is_null': 'list[bool]',
39
+ 'status': 'list[str]',
40
+ 'associate_instance_info_region': 'list[str]',
41
+ 'associate_instance_info_instance_type': 'list[str]',
42
+ 'associate_instance_info_public_border_group': 'list[str]',
43
+ 'associate_instance_info_instance_site': 'list[str]',
44
+ 'associate_instance_info_instance_id': 'list[str]',
45
+ 'associate_instance_info_project_id': 'list[str]',
46
+ 'associate_instance_info_service_id': 'list[str]',
47
+ 'associate_instance_info_service_type': 'list[str]',
48
+ 'enterprise_project_id': 'list[str]',
49
+ 'tags': 'list[str]'
50
+ }
51
+
52
+ attribute_map = {
53
+ 'limit': 'limit',
54
+ 'offset': 'offset',
55
+ 'marker': 'marker',
56
+ 'page_reverse': 'page_reverse',
57
+ 'fields': 'fields',
58
+ 'sort_key': 'sort_key',
59
+ 'sort_dir': 'sort_dir',
60
+ 'id': 'id',
61
+ 'internet_bandwidth_id': 'internet_bandwidth_id',
62
+ 'name': 'name',
63
+ 'name_like': 'name_like',
64
+ 'access_site': 'access_site',
65
+ 'geip_pool_name': 'geip_pool_name',
66
+ 'isp': 'isp',
67
+ 'ip_version': 'ip_version',
68
+ 'ip_address': 'ip_address',
69
+ 'ipv6_address': 'ipv6_address',
70
+ 'freezen': 'freezen',
71
+ 'polluted': 'polluted',
72
+ 'internet_bandwidth_is_null': 'internet_bandwidth_is_null',
73
+ 'gcb_bandwidth_is_null': 'gcb_bandwidth_is_null',
74
+ 'status': 'status',
75
+ 'associate_instance_info_region': 'associate_instance_info.region',
76
+ 'associate_instance_info_instance_type': 'associate_instance_info.instance_type',
77
+ 'associate_instance_info_public_border_group': 'associate_instance_info.public_border_group',
78
+ 'associate_instance_info_instance_site': 'associate_instance_info.instance_site',
79
+ 'associate_instance_info_instance_id': 'associate_instance_info.instance_id',
80
+ 'associate_instance_info_project_id': 'associate_instance_info.project_id',
81
+ 'associate_instance_info_service_id': 'associate_instance_info.service_id',
82
+ 'associate_instance_info_service_type': 'associate_instance_info.service_type',
83
+ 'enterprise_project_id': 'enterprise_project_id',
84
+ 'tags': 'tags'
85
+ }
86
+
87
+ def __init__(self, limit=None, offset=None, marker=None, page_reverse=None, fields=None, sort_key=None, sort_dir=None, id=None, internet_bandwidth_id=None, name=None, name_like=None, access_site=None, geip_pool_name=None, isp=None, ip_version=None, ip_address=None, ipv6_address=None, freezen=None, polluted=None, internet_bandwidth_is_null=None, gcb_bandwidth_is_null=None, status=None, associate_instance_info_region=None, associate_instance_info_instance_type=None, associate_instance_info_public_border_group=None, associate_instance_info_instance_site=None, associate_instance_info_instance_id=None, associate_instance_info_project_id=None, associate_instance_info_service_id=None, associate_instance_info_service_type=None, enterprise_project_id=None, tags=None):
88
+ r"""ListGlobalEipsRequest
89
+
90
+ The model defined in huaweicloud sdk
91
+
92
+ :param limit: 每页条数
93
+ :type limit: int
94
+ :param offset: 分页起始点
95
+ :type offset: int
96
+ :param marker: 分页起始点
97
+ :type marker: str
98
+ :param page_reverse: 翻页方向
99
+ :type page_reverse: bool
100
+ :param fields:
101
+ :type fields: list[str]
102
+ :param sort_key: 按照sort_key指定的字段排序
103
+ :type sort_key: list[str]
104
+ :param sort_dir: 排序的方向,倒序或者正序
105
+ :type sort_dir: list[str]
106
+ :param id:
107
+ :type id: list[str]
108
+ :param internet_bandwidth_id:
109
+ :type internet_bandwidth_id: list[str]
110
+ :param name:
111
+ :type name: list[str]
112
+ :param name_like:
113
+ :type name_like: str
114
+ :param access_site:
115
+ :type access_site: list[str]
116
+ :param geip_pool_name:
117
+ :type geip_pool_name: list[str]
118
+ :param isp:
119
+ :type isp: list[str]
120
+ :param ip_version:
121
+ :type ip_version: list[int]
122
+ :param ip_address:
123
+ :type ip_address: list[str]
124
+ :param ipv6_address:
125
+ :type ipv6_address: list[str]
126
+ :param freezen:
127
+ :type freezen: list[bool]
128
+ :param polluted:
129
+ :type polluted: list[bool]
130
+ :param internet_bandwidth_is_null:
131
+ :type internet_bandwidth_is_null: list[bool]
132
+ :param gcb_bandwidth_is_null:
133
+ :type gcb_bandwidth_is_null: list[bool]
134
+ :param status:
135
+ :type status: list[str]
136
+ :param associate_instance_info_region:
137
+ :type associate_instance_info_region: list[str]
138
+ :param associate_instance_info_instance_type:
139
+ :type associate_instance_info_instance_type: list[str]
140
+ :param associate_instance_info_public_border_group:
141
+ :type associate_instance_info_public_border_group: list[str]
142
+ :param associate_instance_info_instance_site:
143
+ :type associate_instance_info_instance_site: list[str]
144
+ :param associate_instance_info_instance_id:
145
+ :type associate_instance_info_instance_id: list[str]
146
+ :param associate_instance_info_project_id:
147
+ :type associate_instance_info_project_id: list[str]
148
+ :param associate_instance_info_service_id:
149
+ :type associate_instance_info_service_id: list[str]
150
+ :param associate_instance_info_service_type:
151
+ :type associate_instance_info_service_type: list[str]
152
+ :param enterprise_project_id:
153
+ :type enterprise_project_id: list[str]
154
+ :param tags:
155
+ :type tags: list[str]
156
+ """
157
+
158
+
159
+
160
+ self._limit = None
161
+ self._offset = None
162
+ self._marker = None
163
+ self._page_reverse = None
164
+ self._fields = None
165
+ self._sort_key = None
166
+ self._sort_dir = None
167
+ self._id = None
168
+ self._internet_bandwidth_id = None
169
+ self._name = None
170
+ self._name_like = None
171
+ self._access_site = None
172
+ self._geip_pool_name = None
173
+ self._isp = None
174
+ self._ip_version = None
175
+ self._ip_address = None
176
+ self._ipv6_address = None
177
+ self._freezen = None
178
+ self._polluted = None
179
+ self._internet_bandwidth_is_null = None
180
+ self._gcb_bandwidth_is_null = None
181
+ self._status = None
182
+ self._associate_instance_info_region = None
183
+ self._associate_instance_info_instance_type = None
184
+ self._associate_instance_info_public_border_group = None
185
+ self._associate_instance_info_instance_site = None
186
+ self._associate_instance_info_instance_id = None
187
+ self._associate_instance_info_project_id = None
188
+ self._associate_instance_info_service_id = None
189
+ self._associate_instance_info_service_type = None
190
+ self._enterprise_project_id = None
191
+ self._tags = None
192
+ self.discriminator = None
193
+
194
+ if limit is not None:
195
+ self.limit = limit
196
+ if offset is not None:
197
+ self.offset = offset
198
+ if marker is not None:
199
+ self.marker = marker
200
+ if page_reverse is not None:
201
+ self.page_reverse = page_reverse
202
+ if fields is not None:
203
+ self.fields = fields
204
+ if sort_key is not None:
205
+ self.sort_key = sort_key
206
+ if sort_dir is not None:
207
+ self.sort_dir = sort_dir
208
+ if id is not None:
209
+ self.id = id
210
+ if internet_bandwidth_id is not None:
211
+ self.internet_bandwidth_id = internet_bandwidth_id
212
+ if name is not None:
213
+ self.name = name
214
+ if name_like is not None:
215
+ self.name_like = name_like
216
+ if access_site is not None:
217
+ self.access_site = access_site
218
+ if geip_pool_name is not None:
219
+ self.geip_pool_name = geip_pool_name
220
+ if isp is not None:
221
+ self.isp = isp
222
+ if ip_version is not None:
223
+ self.ip_version = ip_version
224
+ if ip_address is not None:
225
+ self.ip_address = ip_address
226
+ if ipv6_address is not None:
227
+ self.ipv6_address = ipv6_address
228
+ if freezen is not None:
229
+ self.freezen = freezen
230
+ if polluted is not None:
231
+ self.polluted = polluted
232
+ if internet_bandwidth_is_null is not None:
233
+ self.internet_bandwidth_is_null = internet_bandwidth_is_null
234
+ if gcb_bandwidth_is_null is not None:
235
+ self.gcb_bandwidth_is_null = gcb_bandwidth_is_null
236
+ if status is not None:
237
+ self.status = status
238
+ if associate_instance_info_region is not None:
239
+ self.associate_instance_info_region = associate_instance_info_region
240
+ if associate_instance_info_instance_type is not None:
241
+ self.associate_instance_info_instance_type = associate_instance_info_instance_type
242
+ if associate_instance_info_public_border_group is not None:
243
+ self.associate_instance_info_public_border_group = associate_instance_info_public_border_group
244
+ if associate_instance_info_instance_site is not None:
245
+ self.associate_instance_info_instance_site = associate_instance_info_instance_site
246
+ if associate_instance_info_instance_id is not None:
247
+ self.associate_instance_info_instance_id = associate_instance_info_instance_id
248
+ if associate_instance_info_project_id is not None:
249
+ self.associate_instance_info_project_id = associate_instance_info_project_id
250
+ if associate_instance_info_service_id is not None:
251
+ self.associate_instance_info_service_id = associate_instance_info_service_id
252
+ if associate_instance_info_service_type is not None:
253
+ self.associate_instance_info_service_type = associate_instance_info_service_type
254
+ if enterprise_project_id is not None:
255
+ self.enterprise_project_id = enterprise_project_id
256
+ if tags is not None:
257
+ self.tags = tags
258
+
259
+ @property
260
+ def limit(self):
261
+ r"""Gets the limit of this ListGlobalEipsRequest.
262
+
263
+ 每页条数
264
+
265
+ :return: The limit of this ListGlobalEipsRequest.
266
+ :rtype: int
267
+ """
268
+ return self._limit
269
+
270
+ @limit.setter
271
+ def limit(self, limit):
272
+ r"""Sets the limit of this ListGlobalEipsRequest.
273
+
274
+ 每页条数
275
+
276
+ :param limit: The limit of this ListGlobalEipsRequest.
277
+ :type limit: int
278
+ """
279
+ self._limit = limit
280
+
281
+ @property
282
+ def offset(self):
283
+ r"""Gets the offset of this ListGlobalEipsRequest.
284
+
285
+ 分页起始点
286
+
287
+ :return: The offset of this ListGlobalEipsRequest.
288
+ :rtype: int
289
+ """
290
+ return self._offset
291
+
292
+ @offset.setter
293
+ def offset(self, offset):
294
+ r"""Sets the offset of this ListGlobalEipsRequest.
295
+
296
+ 分页起始点
297
+
298
+ :param offset: The offset of this ListGlobalEipsRequest.
299
+ :type offset: int
300
+ """
301
+ self._offset = offset
302
+
303
+ @property
304
+ def marker(self):
305
+ r"""Gets the marker of this ListGlobalEipsRequest.
306
+
307
+ 分页起始点
308
+
309
+ :return: The marker of this ListGlobalEipsRequest.
310
+ :rtype: str
311
+ """
312
+ return self._marker
313
+
314
+ @marker.setter
315
+ def marker(self, marker):
316
+ r"""Sets the marker of this ListGlobalEipsRequest.
317
+
318
+ 分页起始点
319
+
320
+ :param marker: The marker of this ListGlobalEipsRequest.
321
+ :type marker: str
322
+ """
323
+ self._marker = marker
324
+
325
+ @property
326
+ def page_reverse(self):
327
+ r"""Gets the page_reverse of this ListGlobalEipsRequest.
328
+
329
+ 翻页方向
330
+
331
+ :return: The page_reverse of this ListGlobalEipsRequest.
332
+ :rtype: bool
333
+ """
334
+ return self._page_reverse
335
+
336
+ @page_reverse.setter
337
+ def page_reverse(self, page_reverse):
338
+ r"""Sets the page_reverse of this ListGlobalEipsRequest.
339
+
340
+ 翻页方向
341
+
342
+ :param page_reverse: The page_reverse of this ListGlobalEipsRequest.
343
+ :type page_reverse: bool
344
+ """
345
+ self._page_reverse = page_reverse
346
+
347
+ @property
348
+ def fields(self):
349
+ r"""Gets the fields of this ListGlobalEipsRequest.
350
+
351
+ :return: The fields of this ListGlobalEipsRequest.
352
+ :rtype: list[str]
353
+ """
354
+ return self._fields
355
+
356
+ @fields.setter
357
+ def fields(self, fields):
358
+ r"""Sets the fields of this ListGlobalEipsRequest.
359
+
360
+ :param fields: The fields of this ListGlobalEipsRequest.
361
+ :type fields: list[str]
362
+ """
363
+ self._fields = fields
364
+
365
+ @property
366
+ def sort_key(self):
367
+ r"""Gets the sort_key of this ListGlobalEipsRequest.
368
+
369
+ 按照sort_key指定的字段排序
370
+
371
+ :return: The sort_key of this ListGlobalEipsRequest.
372
+ :rtype: list[str]
373
+ """
374
+ return self._sort_key
375
+
376
+ @sort_key.setter
377
+ def sort_key(self, sort_key):
378
+ r"""Sets the sort_key of this ListGlobalEipsRequest.
379
+
380
+ 按照sort_key指定的字段排序
381
+
382
+ :param sort_key: The sort_key of this ListGlobalEipsRequest.
383
+ :type sort_key: list[str]
384
+ """
385
+ self._sort_key = sort_key
386
+
387
+ @property
388
+ def sort_dir(self):
389
+ r"""Gets the sort_dir of this ListGlobalEipsRequest.
390
+
391
+ 排序的方向,倒序或者正序
392
+
393
+ :return: The sort_dir of this ListGlobalEipsRequest.
394
+ :rtype: list[str]
395
+ """
396
+ return self._sort_dir
397
+
398
+ @sort_dir.setter
399
+ def sort_dir(self, sort_dir):
400
+ r"""Sets the sort_dir of this ListGlobalEipsRequest.
401
+
402
+ 排序的方向,倒序或者正序
403
+
404
+ :param sort_dir: The sort_dir of this ListGlobalEipsRequest.
405
+ :type sort_dir: list[str]
406
+ """
407
+ self._sort_dir = sort_dir
408
+
409
+ @property
410
+ def id(self):
411
+ r"""Gets the id of this ListGlobalEipsRequest.
412
+
413
+ :return: The id of this ListGlobalEipsRequest.
414
+ :rtype: list[str]
415
+ """
416
+ return self._id
417
+
418
+ @id.setter
419
+ def id(self, id):
420
+ r"""Sets the id of this ListGlobalEipsRequest.
421
+
422
+ :param id: The id of this ListGlobalEipsRequest.
423
+ :type id: list[str]
424
+ """
425
+ self._id = id
426
+
427
+ @property
428
+ def internet_bandwidth_id(self):
429
+ r"""Gets the internet_bandwidth_id of this ListGlobalEipsRequest.
430
+
431
+ :return: The internet_bandwidth_id of this ListGlobalEipsRequest.
432
+ :rtype: list[str]
433
+ """
434
+ return self._internet_bandwidth_id
435
+
436
+ @internet_bandwidth_id.setter
437
+ def internet_bandwidth_id(self, internet_bandwidth_id):
438
+ r"""Sets the internet_bandwidth_id of this ListGlobalEipsRequest.
439
+
440
+ :param internet_bandwidth_id: The internet_bandwidth_id of this ListGlobalEipsRequest.
441
+ :type internet_bandwidth_id: list[str]
442
+ """
443
+ self._internet_bandwidth_id = internet_bandwidth_id
444
+
445
+ @property
446
+ def name(self):
447
+ r"""Gets the name of this ListGlobalEipsRequest.
448
+
449
+ :return: The name of this ListGlobalEipsRequest.
450
+ :rtype: list[str]
451
+ """
452
+ return self._name
453
+
454
+ @name.setter
455
+ def name(self, name):
456
+ r"""Sets the name of this ListGlobalEipsRequest.
457
+
458
+ :param name: The name of this ListGlobalEipsRequest.
459
+ :type name: list[str]
460
+ """
461
+ self._name = name
462
+
463
+ @property
464
+ def name_like(self):
465
+ r"""Gets the name_like of this ListGlobalEipsRequest.
466
+
467
+ :return: The name_like of this ListGlobalEipsRequest.
468
+ :rtype: str
469
+ """
470
+ return self._name_like
471
+
472
+ @name_like.setter
473
+ def name_like(self, name_like):
474
+ r"""Sets the name_like of this ListGlobalEipsRequest.
475
+
476
+ :param name_like: The name_like of this ListGlobalEipsRequest.
477
+ :type name_like: str
478
+ """
479
+ self._name_like = name_like
480
+
481
+ @property
482
+ def access_site(self):
483
+ r"""Gets the access_site of this ListGlobalEipsRequest.
484
+
485
+ :return: The access_site of this ListGlobalEipsRequest.
486
+ :rtype: list[str]
487
+ """
488
+ return self._access_site
489
+
490
+ @access_site.setter
491
+ def access_site(self, access_site):
492
+ r"""Sets the access_site of this ListGlobalEipsRequest.
493
+
494
+ :param access_site: The access_site of this ListGlobalEipsRequest.
495
+ :type access_site: list[str]
496
+ """
497
+ self._access_site = access_site
498
+
499
+ @property
500
+ def geip_pool_name(self):
501
+ r"""Gets the geip_pool_name of this ListGlobalEipsRequest.
502
+
503
+ :return: The geip_pool_name of this ListGlobalEipsRequest.
504
+ :rtype: list[str]
505
+ """
506
+ return self._geip_pool_name
507
+
508
+ @geip_pool_name.setter
509
+ def geip_pool_name(self, geip_pool_name):
510
+ r"""Sets the geip_pool_name of this ListGlobalEipsRequest.
511
+
512
+ :param geip_pool_name: The geip_pool_name of this ListGlobalEipsRequest.
513
+ :type geip_pool_name: list[str]
514
+ """
515
+ self._geip_pool_name = geip_pool_name
516
+
517
+ @property
518
+ def isp(self):
519
+ r"""Gets the isp of this ListGlobalEipsRequest.
520
+
521
+ :return: The isp of this ListGlobalEipsRequest.
522
+ :rtype: list[str]
523
+ """
524
+ return self._isp
525
+
526
+ @isp.setter
527
+ def isp(self, isp):
528
+ r"""Sets the isp of this ListGlobalEipsRequest.
529
+
530
+ :param isp: The isp of this ListGlobalEipsRequest.
531
+ :type isp: list[str]
532
+ """
533
+ self._isp = isp
534
+
535
+ @property
536
+ def ip_version(self):
537
+ r"""Gets the ip_version of this ListGlobalEipsRequest.
538
+
539
+ :return: The ip_version of this ListGlobalEipsRequest.
540
+ :rtype: list[int]
541
+ """
542
+ return self._ip_version
543
+
544
+ @ip_version.setter
545
+ def ip_version(self, ip_version):
546
+ r"""Sets the ip_version of this ListGlobalEipsRequest.
547
+
548
+ :param ip_version: The ip_version of this ListGlobalEipsRequest.
549
+ :type ip_version: list[int]
550
+ """
551
+ self._ip_version = ip_version
552
+
553
+ @property
554
+ def ip_address(self):
555
+ r"""Gets the ip_address of this ListGlobalEipsRequest.
556
+
557
+ :return: The ip_address of this ListGlobalEipsRequest.
558
+ :rtype: list[str]
559
+ """
560
+ return self._ip_address
561
+
562
+ @ip_address.setter
563
+ def ip_address(self, ip_address):
564
+ r"""Sets the ip_address of this ListGlobalEipsRequest.
565
+
566
+ :param ip_address: The ip_address of this ListGlobalEipsRequest.
567
+ :type ip_address: list[str]
568
+ """
569
+ self._ip_address = ip_address
570
+
571
+ @property
572
+ def ipv6_address(self):
573
+ r"""Gets the ipv6_address of this ListGlobalEipsRequest.
574
+
575
+ :return: The ipv6_address of this ListGlobalEipsRequest.
576
+ :rtype: list[str]
577
+ """
578
+ return self._ipv6_address
579
+
580
+ @ipv6_address.setter
581
+ def ipv6_address(self, ipv6_address):
582
+ r"""Sets the ipv6_address of this ListGlobalEipsRequest.
583
+
584
+ :param ipv6_address: The ipv6_address of this ListGlobalEipsRequest.
585
+ :type ipv6_address: list[str]
586
+ """
587
+ self._ipv6_address = ipv6_address
588
+
589
+ @property
590
+ def freezen(self):
591
+ r"""Gets the freezen of this ListGlobalEipsRequest.
592
+
593
+ :return: The freezen of this ListGlobalEipsRequest.
594
+ :rtype: list[bool]
595
+ """
596
+ return self._freezen
597
+
598
+ @freezen.setter
599
+ def freezen(self, freezen):
600
+ r"""Sets the freezen of this ListGlobalEipsRequest.
601
+
602
+ :param freezen: The freezen of this ListGlobalEipsRequest.
603
+ :type freezen: list[bool]
604
+ """
605
+ self._freezen = freezen
606
+
607
+ @property
608
+ def polluted(self):
609
+ r"""Gets the polluted of this ListGlobalEipsRequest.
610
+
611
+ :return: The polluted of this ListGlobalEipsRequest.
612
+ :rtype: list[bool]
613
+ """
614
+ return self._polluted
615
+
616
+ @polluted.setter
617
+ def polluted(self, polluted):
618
+ r"""Sets the polluted of this ListGlobalEipsRequest.
619
+
620
+ :param polluted: The polluted of this ListGlobalEipsRequest.
621
+ :type polluted: list[bool]
622
+ """
623
+ self._polluted = polluted
624
+
625
+ @property
626
+ def internet_bandwidth_is_null(self):
627
+ r"""Gets the internet_bandwidth_is_null of this ListGlobalEipsRequest.
628
+
629
+ :return: The internet_bandwidth_is_null of this ListGlobalEipsRequest.
630
+ :rtype: list[bool]
631
+ """
632
+ return self._internet_bandwidth_is_null
633
+
634
+ @internet_bandwidth_is_null.setter
635
+ def internet_bandwidth_is_null(self, internet_bandwidth_is_null):
636
+ r"""Sets the internet_bandwidth_is_null of this ListGlobalEipsRequest.
637
+
638
+ :param internet_bandwidth_is_null: The internet_bandwidth_is_null of this ListGlobalEipsRequest.
639
+ :type internet_bandwidth_is_null: list[bool]
640
+ """
641
+ self._internet_bandwidth_is_null = internet_bandwidth_is_null
642
+
643
+ @property
644
+ def gcb_bandwidth_is_null(self):
645
+ r"""Gets the gcb_bandwidth_is_null of this ListGlobalEipsRequest.
646
+
647
+ :return: The gcb_bandwidth_is_null of this ListGlobalEipsRequest.
648
+ :rtype: list[bool]
649
+ """
650
+ return self._gcb_bandwidth_is_null
651
+
652
+ @gcb_bandwidth_is_null.setter
653
+ def gcb_bandwidth_is_null(self, gcb_bandwidth_is_null):
654
+ r"""Sets the gcb_bandwidth_is_null of this ListGlobalEipsRequest.
655
+
656
+ :param gcb_bandwidth_is_null: The gcb_bandwidth_is_null of this ListGlobalEipsRequest.
657
+ :type gcb_bandwidth_is_null: list[bool]
658
+ """
659
+ self._gcb_bandwidth_is_null = gcb_bandwidth_is_null
660
+
661
+ @property
662
+ def status(self):
663
+ r"""Gets the status of this ListGlobalEipsRequest.
664
+
665
+ :return: The status of this ListGlobalEipsRequest.
666
+ :rtype: list[str]
667
+ """
668
+ return self._status
669
+
670
+ @status.setter
671
+ def status(self, status):
672
+ r"""Sets the status of this ListGlobalEipsRequest.
673
+
674
+ :param status: The status of this ListGlobalEipsRequest.
675
+ :type status: list[str]
676
+ """
677
+ self._status = status
678
+
679
+ @property
680
+ def associate_instance_info_region(self):
681
+ r"""Gets the associate_instance_info_region of this ListGlobalEipsRequest.
682
+
683
+ :return: The associate_instance_info_region of this ListGlobalEipsRequest.
684
+ :rtype: list[str]
685
+ """
686
+ return self._associate_instance_info_region
687
+
688
+ @associate_instance_info_region.setter
689
+ def associate_instance_info_region(self, associate_instance_info_region):
690
+ r"""Sets the associate_instance_info_region of this ListGlobalEipsRequest.
691
+
692
+ :param associate_instance_info_region: The associate_instance_info_region of this ListGlobalEipsRequest.
693
+ :type associate_instance_info_region: list[str]
694
+ """
695
+ self._associate_instance_info_region = associate_instance_info_region
696
+
697
+ @property
698
+ def associate_instance_info_instance_type(self):
699
+ r"""Gets the associate_instance_info_instance_type of this ListGlobalEipsRequest.
700
+
701
+ :return: The associate_instance_info_instance_type of this ListGlobalEipsRequest.
702
+ :rtype: list[str]
703
+ """
704
+ return self._associate_instance_info_instance_type
705
+
706
+ @associate_instance_info_instance_type.setter
707
+ def associate_instance_info_instance_type(self, associate_instance_info_instance_type):
708
+ r"""Sets the associate_instance_info_instance_type of this ListGlobalEipsRequest.
709
+
710
+ :param associate_instance_info_instance_type: The associate_instance_info_instance_type of this ListGlobalEipsRequest.
711
+ :type associate_instance_info_instance_type: list[str]
712
+ """
713
+ self._associate_instance_info_instance_type = associate_instance_info_instance_type
714
+
715
+ @property
716
+ def associate_instance_info_public_border_group(self):
717
+ r"""Gets the associate_instance_info_public_border_group of this ListGlobalEipsRequest.
718
+
719
+ :return: The associate_instance_info_public_border_group of this ListGlobalEipsRequest.
720
+ :rtype: list[str]
721
+ """
722
+ return self._associate_instance_info_public_border_group
723
+
724
+ @associate_instance_info_public_border_group.setter
725
+ def associate_instance_info_public_border_group(self, associate_instance_info_public_border_group):
726
+ r"""Sets the associate_instance_info_public_border_group of this ListGlobalEipsRequest.
727
+
728
+ :param associate_instance_info_public_border_group: The associate_instance_info_public_border_group of this ListGlobalEipsRequest.
729
+ :type associate_instance_info_public_border_group: list[str]
730
+ """
731
+ self._associate_instance_info_public_border_group = associate_instance_info_public_border_group
732
+
733
+ @property
734
+ def associate_instance_info_instance_site(self):
735
+ r"""Gets the associate_instance_info_instance_site of this ListGlobalEipsRequest.
736
+
737
+ :return: The associate_instance_info_instance_site of this ListGlobalEipsRequest.
738
+ :rtype: list[str]
739
+ """
740
+ return self._associate_instance_info_instance_site
741
+
742
+ @associate_instance_info_instance_site.setter
743
+ def associate_instance_info_instance_site(self, associate_instance_info_instance_site):
744
+ r"""Sets the associate_instance_info_instance_site of this ListGlobalEipsRequest.
745
+
746
+ :param associate_instance_info_instance_site: The associate_instance_info_instance_site of this ListGlobalEipsRequest.
747
+ :type associate_instance_info_instance_site: list[str]
748
+ """
749
+ self._associate_instance_info_instance_site = associate_instance_info_instance_site
750
+
751
+ @property
752
+ def associate_instance_info_instance_id(self):
753
+ r"""Gets the associate_instance_info_instance_id of this ListGlobalEipsRequest.
754
+
755
+ :return: The associate_instance_info_instance_id of this ListGlobalEipsRequest.
756
+ :rtype: list[str]
757
+ """
758
+ return self._associate_instance_info_instance_id
759
+
760
+ @associate_instance_info_instance_id.setter
761
+ def associate_instance_info_instance_id(self, associate_instance_info_instance_id):
762
+ r"""Sets the associate_instance_info_instance_id of this ListGlobalEipsRequest.
763
+
764
+ :param associate_instance_info_instance_id: The associate_instance_info_instance_id of this ListGlobalEipsRequest.
765
+ :type associate_instance_info_instance_id: list[str]
766
+ """
767
+ self._associate_instance_info_instance_id = associate_instance_info_instance_id
768
+
769
+ @property
770
+ def associate_instance_info_project_id(self):
771
+ r"""Gets the associate_instance_info_project_id of this ListGlobalEipsRequest.
772
+
773
+ :return: The associate_instance_info_project_id of this ListGlobalEipsRequest.
774
+ :rtype: list[str]
775
+ """
776
+ return self._associate_instance_info_project_id
777
+
778
+ @associate_instance_info_project_id.setter
779
+ def associate_instance_info_project_id(self, associate_instance_info_project_id):
780
+ r"""Sets the associate_instance_info_project_id of this ListGlobalEipsRequest.
781
+
782
+ :param associate_instance_info_project_id: The associate_instance_info_project_id of this ListGlobalEipsRequest.
783
+ :type associate_instance_info_project_id: list[str]
784
+ """
785
+ self._associate_instance_info_project_id = associate_instance_info_project_id
786
+
787
+ @property
788
+ def associate_instance_info_service_id(self):
789
+ r"""Gets the associate_instance_info_service_id of this ListGlobalEipsRequest.
790
+
791
+ :return: The associate_instance_info_service_id of this ListGlobalEipsRequest.
792
+ :rtype: list[str]
793
+ """
794
+ return self._associate_instance_info_service_id
795
+
796
+ @associate_instance_info_service_id.setter
797
+ def associate_instance_info_service_id(self, associate_instance_info_service_id):
798
+ r"""Sets the associate_instance_info_service_id of this ListGlobalEipsRequest.
799
+
800
+ :param associate_instance_info_service_id: The associate_instance_info_service_id of this ListGlobalEipsRequest.
801
+ :type associate_instance_info_service_id: list[str]
802
+ """
803
+ self._associate_instance_info_service_id = associate_instance_info_service_id
804
+
805
+ @property
806
+ def associate_instance_info_service_type(self):
807
+ r"""Gets the associate_instance_info_service_type of this ListGlobalEipsRequest.
808
+
809
+ :return: The associate_instance_info_service_type of this ListGlobalEipsRequest.
810
+ :rtype: list[str]
811
+ """
812
+ return self._associate_instance_info_service_type
813
+
814
+ @associate_instance_info_service_type.setter
815
+ def associate_instance_info_service_type(self, associate_instance_info_service_type):
816
+ r"""Sets the associate_instance_info_service_type of this ListGlobalEipsRequest.
817
+
818
+ :param associate_instance_info_service_type: The associate_instance_info_service_type of this ListGlobalEipsRequest.
819
+ :type associate_instance_info_service_type: list[str]
820
+ """
821
+ self._associate_instance_info_service_type = associate_instance_info_service_type
822
+
823
+ @property
824
+ def enterprise_project_id(self):
825
+ r"""Gets the enterprise_project_id of this ListGlobalEipsRequest.
826
+
827
+ :return: The enterprise_project_id of this ListGlobalEipsRequest.
828
+ :rtype: list[str]
829
+ """
830
+ return self._enterprise_project_id
831
+
832
+ @enterprise_project_id.setter
833
+ def enterprise_project_id(self, enterprise_project_id):
834
+ r"""Sets the enterprise_project_id of this ListGlobalEipsRequest.
835
+
836
+ :param enterprise_project_id: The enterprise_project_id of this ListGlobalEipsRequest.
837
+ :type enterprise_project_id: list[str]
838
+ """
839
+ self._enterprise_project_id = enterprise_project_id
840
+
841
+ @property
842
+ def tags(self):
843
+ r"""Gets the tags of this ListGlobalEipsRequest.
844
+
845
+ :return: The tags of this ListGlobalEipsRequest.
846
+ :rtype: list[str]
847
+ """
848
+ return self._tags
849
+
850
+ @tags.setter
851
+ def tags(self, tags):
852
+ r"""Sets the tags of this ListGlobalEipsRequest.
853
+
854
+ :param tags: The tags of this ListGlobalEipsRequest.
855
+ :type tags: list[str]
856
+ """
857
+ self._tags = tags
858
+
859
+ def to_dict(self):
860
+ result = {}
861
+
862
+ for attr, _ in self.openapi_types.items():
863
+ value = getattr(self, attr)
864
+ if isinstance(value, list):
865
+ result[attr] = list(map(
866
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
867
+ value
868
+ ))
869
+ elif hasattr(value, "to_dict"):
870
+ result[attr] = value.to_dict()
871
+ elif isinstance(value, dict):
872
+ result[attr] = dict(map(
873
+ lambda item: (item[0], item[1].to_dict())
874
+ if hasattr(item[1], "to_dict") else item,
875
+ value.items()
876
+ ))
877
+ else:
878
+ if attr in self.sensitive_list:
879
+ result[attr] = "****"
880
+ else:
881
+ result[attr] = value
882
+
883
+ return result
884
+
885
+ def to_str(self):
886
+ """Returns the string representation of the model"""
887
+ import simplejson as json
888
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
889
+
890
+ def __repr__(self):
891
+ """For `print`"""
892
+ return self.to_str()
893
+
894
+ def __eq__(self, other):
895
+ """Returns true if both objects are equal"""
896
+ if not isinstance(other, ListGlobalEipsRequest):
897
+ return False
898
+
899
+ return self.__dict__ == other.__dict__
900
+
901
+ def __ne__(self, other):
902
+ """Returns true if both objects are not equal"""
903
+ return not self == other