huaweicloudsdkgeip 3.1.160__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 huaweicloudsdkgeip might be problematic. Click here for more details.

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