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