huaweicloudsdkgeip 3.1.177__py3-none-any.whl

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