huaweicloudsdkgeip 3.1.85__py2.py3-none-any.whl → 3.1.132__py2.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 (126) hide show
  1. huaweicloudsdkgeip/v3/__init__.py +1 -5
  2. huaweicloudsdkgeip/v3/geip_async_client.py +6 -6
  3. huaweicloudsdkgeip/v3/geip_client.py +6 -6
  4. huaweicloudsdkgeip/v3/model/__init__.py +1 -5
  5. huaweicloudsdkgeip/v3/model/add_geip_segment_tags_request.py +1 -5
  6. huaweicloudsdkgeip/v3/model/add_global_eip_tags_request.py +1 -5
  7. huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_request.py +1 -5
  8. huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_request.py +1 -5
  9. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_associate_instance_info.py +5 -1
  10. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info.py +31 -19
  11. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body_global_eip_segment.py +3 -3
  12. huaweicloudsdkgeip/v3/model/associate_instance_request.py +1 -5
  13. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth.py +5 -1
  14. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip.py +21 -21
  15. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_request.py +1 -5
  16. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_request.py +1 -5
  17. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_response.py +1 -1
  18. huaweicloudsdkgeip/v3/model/batch_create_global_eip_job.py +173 -0
  19. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip.py +9 -9
  20. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip_internet_bandwidth_info.py +10 -10
  21. huaweicloudsdkgeip/v3/model/batch_create_global_eip_response.py +23 -19
  22. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_request.py +1 -5
  23. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +1 -1
  24. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +18 -18
  25. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  26. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +1 -5
  27. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +1 -1
  28. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +8 -8
  29. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +1 -5
  30. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +1 -1
  31. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +1 -5
  32. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +1 -1
  33. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +1 -5
  34. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +1 -1
  35. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +4 -4
  36. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +6 -6
  37. huaweicloudsdkgeip/v3/model/count_geip_segments.py +3 -3
  38. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +22 -110
  39. huaweicloudsdkgeip/v3/model/count_global_eip_segment_response.py +18 -18
  40. huaweicloudsdkgeip/v3/model/count_global_eips.py +3 -3
  41. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +23 -115
  42. huaweicloudsdkgeip/v3/model/count_global_eips_response.py +19 -48
  43. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +8 -40
  44. huaweicloudsdkgeip/v3/model/create_global_eip.py +6 -6
  45. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +9 -9
  46. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +6 -6
  47. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +9 -9
  48. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +7 -7
  49. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +18 -18
  50. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  51. huaweicloudsdkgeip/v3/model/create_tag.py +6 -6
  52. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +3 -3
  53. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +6 -6
  54. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +2 -10
  55. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +1 -5
  56. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +1 -5
  57. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +2 -10
  58. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +1 -5
  59. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +2 -10
  60. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth.py +3 -3
  61. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +25 -25
  62. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +2 -10
  63. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +1 -5
  64. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +1 -5
  65. huaweicloudsdkgeip/v3/model/geip_tags.py +6 -6
  66. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +6 -6
  67. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +12 -12
  68. huaweicloudsdkgeip/v3/model/instance_info.py +6 -6
  69. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +3 -3
  70. huaweicloudsdkgeip/v3/model/list_access_sites.py +6 -6
  71. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +5 -25
  72. huaweicloudsdkgeip/v3/model/list_geip_pools.py +17 -13
  73. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +8 -40
  74. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +2 -10
  75. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +2 -10
  76. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +21 -21
  77. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +24 -120
  78. huaweicloudsdkgeip/v3/model/list_global_eips.py +21 -21
  79. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +26 -130
  80. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +2 -10
  81. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +3 -3
  82. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +3 -15
  83. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +18 -18
  84. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +11 -55
  85. huaweicloudsdkgeip/v3/model/list_jobs.py +3 -3
  86. huaweicloudsdkgeip/v3/model/list_jobs_request.py +4 -20
  87. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +6 -6
  88. huaweicloudsdkgeip/v3/model/list_support_masks.py +6 -6
  89. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +4 -20
  90. huaweicloudsdkgeip/v3/model/list_support_regions.py +6 -6
  91. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +8 -40
  92. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +2 -10
  93. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +6 -6
  94. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +1 -5
  95. huaweicloudsdkgeip/v3/model/show_global_eip.py +21 -21
  96. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +2 -10
  97. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +21 -21
  98. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +2 -10
  99. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +1 -5
  100. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +18 -18
  101. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +2 -10
  102. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +1 -5
  103. huaweicloudsdkgeip/v3/model/show_job.py +3 -3
  104. huaweicloudsdkgeip/v3/model/show_jobs_request.py +1 -5
  105. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +3 -3
  106. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +1 -5
  107. huaweicloudsdkgeip/v3/model/sys_tag.py +6 -6
  108. huaweicloudsdkgeip/v3/model/tag.py +6 -6
  109. huaweicloudsdkgeip/v3/model/update_global_eip.py +6 -6
  110. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +1 -5
  111. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +6 -6
  112. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +1 -5
  113. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +6 -6
  114. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +18 -18
  115. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +1 -5
  116. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +6 -6
  117. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/METADATA +2 -2
  118. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/RECORD +121 -125
  119. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/WHEEL +1 -1
  120. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  121. huaweicloudsdkgeip/v3/model/batch_create_global_eip.py +0 -738
  122. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  123. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  124. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  125. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/LICENSE +0 -0
  126. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/top_level.txt +0 -0
@@ -73,51 +73,51 @@ class CountGlobalEipsRequest:
73
73
 
74
74
  The model defined in huaweicloud sdk
75
75
 
76
- :param id: 根据ID过滤
76
+ :param id:
77
77
  :type id: list[str]
78
- :param internet_bandwidth_id: 根据全域公网带宽的ID过滤
78
+ :param internet_bandwidth_id:
79
79
  :type internet_bandwidth_id: list[str]
80
- :param name: 根据名称过滤
80
+ :param name:
81
81
  :type name: list[str]
82
- :param name_like: 根据名称模糊匹配
82
+ :param name_like:
83
83
  :type name_like: str
84
- :param access_site: 根据接入点过滤
84
+ :param access_site:
85
85
  :type access_site: list[str]
86
- :param geip_pool_name: 根据全域弹性公网IP池名称过滤
86
+ :param geip_pool_name:
87
87
  :type geip_pool_name: list[str]
88
- :param isp: 根据运营商线路过滤
88
+ :param isp:
89
89
  :type isp: list[str]
90
- :param ip_version: 根据IP版本过滤
90
+ :param ip_version:
91
91
  :type ip_version: list[int]
92
- :param ip_address: 根据ip地址过滤
92
+ :param ip_address:
93
93
  :type ip_address: list[str]
94
- :param ipv6_address: 根据ipv6地址过滤
94
+ :param ipv6_address:
95
95
  :type ipv6_address: list[str]
96
- :param freezen: 根据是否冻结过滤
96
+ :param freezen:
97
97
  :type freezen: list[bool]
98
- :param polluted: 根据是否污染过滤
98
+ :param polluted:
99
99
  :type polluted: list[bool]
100
- :param internet_bandwidth_is_null: 根据是否绑定全域公网带宽过滤
100
+ :param internet_bandwidth_is_null:
101
101
  :type internet_bandwidth_is_null: list[bool]
102
- :param gcb_bandwidth_is_null: 根据是否绑定骨干带宽过滤
102
+ :param gcb_bandwidth_is_null:
103
103
  :type gcb_bandwidth_is_null: list[bool]
104
- :param status: 根据资源状态过滤
104
+ :param status:
105
105
  :type status: list[str]
106
- :param associate_instance_info_region: 根据绑定实例所属的局点过滤
106
+ :param associate_instance_info_region:
107
107
  :type associate_instance_info_region: list[str]
108
- :param associate_instance_info_public_border_group: 根据绑定实例所属的边缘信息过滤
108
+ :param associate_instance_info_public_border_group:
109
109
  :type associate_instance_info_public_border_group: list[str]
110
- :param associate_instance_info_instance_site: 根据绑定实例所在的站点过滤
110
+ :param associate_instance_info_instance_site:
111
111
  :type associate_instance_info_instance_site: list[str]
112
- :param associate_instance_info_instance_type: 根据绑定实例的类型过滤
112
+ :param associate_instance_info_instance_type:
113
113
  :type associate_instance_info_instance_type: list[str]
114
- :param associate_instance_info_instance_id: 根据绑定实例的ID过滤
114
+ :param associate_instance_info_instance_id:
115
115
  :type associate_instance_info_instance_id: list[str]
116
- :param associate_instance_info_project_id: query by associate_instance_info.project_id
116
+ :param associate_instance_info_project_id:
117
117
  :type associate_instance_info_project_id: list[str]
118
- :param enterprise_project_id: 根据企业项目ID过滤
118
+ :param enterprise_project_id:
119
119
  :type enterprise_project_id: list[str]
120
- :param tags: 根据标签过滤
120
+ :param tags:
121
121
  :type tags: list[str]
122
122
  """
123
123
 
@@ -199,8 +199,6 @@ class CountGlobalEipsRequest:
199
199
  def id(self):
200
200
  """Gets the id of this CountGlobalEipsRequest.
201
201
 
202
- 根据ID过滤
203
-
204
202
  :return: The id of this CountGlobalEipsRequest.
205
203
  :rtype: list[str]
206
204
  """
@@ -210,8 +208,6 @@ class CountGlobalEipsRequest:
210
208
  def id(self, id):
211
209
  """Sets the id of this CountGlobalEipsRequest.
212
210
 
213
- 根据ID过滤
214
-
215
211
  :param id: The id of this CountGlobalEipsRequest.
216
212
  :type id: list[str]
217
213
  """
@@ -221,8 +217,6 @@ class CountGlobalEipsRequest:
221
217
  def internet_bandwidth_id(self):
222
218
  """Gets the internet_bandwidth_id of this CountGlobalEipsRequest.
223
219
 
224
- 根据全域公网带宽的ID过滤
225
-
226
220
  :return: The internet_bandwidth_id of this CountGlobalEipsRequest.
227
221
  :rtype: list[str]
228
222
  """
@@ -232,8 +226,6 @@ class CountGlobalEipsRequest:
232
226
  def internet_bandwidth_id(self, internet_bandwidth_id):
233
227
  """Sets the internet_bandwidth_id of this CountGlobalEipsRequest.
234
228
 
235
- 根据全域公网带宽的ID过滤
236
-
237
229
  :param internet_bandwidth_id: The internet_bandwidth_id of this CountGlobalEipsRequest.
238
230
  :type internet_bandwidth_id: list[str]
239
231
  """
@@ -243,8 +235,6 @@ class CountGlobalEipsRequest:
243
235
  def name(self):
244
236
  """Gets the name of this CountGlobalEipsRequest.
245
237
 
246
- 根据名称过滤
247
-
248
238
  :return: The name of this CountGlobalEipsRequest.
249
239
  :rtype: list[str]
250
240
  """
@@ -254,8 +244,6 @@ class CountGlobalEipsRequest:
254
244
  def name(self, name):
255
245
  """Sets the name of this CountGlobalEipsRequest.
256
246
 
257
- 根据名称过滤
258
-
259
247
  :param name: The name of this CountGlobalEipsRequest.
260
248
  :type name: list[str]
261
249
  """
@@ -265,8 +253,6 @@ class CountGlobalEipsRequest:
265
253
  def name_like(self):
266
254
  """Gets the name_like of this CountGlobalEipsRequest.
267
255
 
268
- 根据名称模糊匹配
269
-
270
256
  :return: The name_like of this CountGlobalEipsRequest.
271
257
  :rtype: str
272
258
  """
@@ -276,8 +262,6 @@ class CountGlobalEipsRequest:
276
262
  def name_like(self, name_like):
277
263
  """Sets the name_like of this CountGlobalEipsRequest.
278
264
 
279
- 根据名称模糊匹配
280
-
281
265
  :param name_like: The name_like of this CountGlobalEipsRequest.
282
266
  :type name_like: str
283
267
  """
@@ -287,8 +271,6 @@ class CountGlobalEipsRequest:
287
271
  def access_site(self):
288
272
  """Gets the access_site of this CountGlobalEipsRequest.
289
273
 
290
- 根据接入点过滤
291
-
292
274
  :return: The access_site of this CountGlobalEipsRequest.
293
275
  :rtype: list[str]
294
276
  """
@@ -298,8 +280,6 @@ class CountGlobalEipsRequest:
298
280
  def access_site(self, access_site):
299
281
  """Sets the access_site of this CountGlobalEipsRequest.
300
282
 
301
- 根据接入点过滤
302
-
303
283
  :param access_site: The access_site of this CountGlobalEipsRequest.
304
284
  :type access_site: list[str]
305
285
  """
@@ -309,8 +289,6 @@ class CountGlobalEipsRequest:
309
289
  def geip_pool_name(self):
310
290
  """Gets the geip_pool_name of this CountGlobalEipsRequest.
311
291
 
312
- 根据全域弹性公网IP池名称过滤
313
-
314
292
  :return: The geip_pool_name of this CountGlobalEipsRequest.
315
293
  :rtype: list[str]
316
294
  """
@@ -320,8 +298,6 @@ class CountGlobalEipsRequest:
320
298
  def geip_pool_name(self, geip_pool_name):
321
299
  """Sets the geip_pool_name of this CountGlobalEipsRequest.
322
300
 
323
- 根据全域弹性公网IP池名称过滤
324
-
325
301
  :param geip_pool_name: The geip_pool_name of this CountGlobalEipsRequest.
326
302
  :type geip_pool_name: list[str]
327
303
  """
@@ -331,8 +307,6 @@ class CountGlobalEipsRequest:
331
307
  def isp(self):
332
308
  """Gets the isp of this CountGlobalEipsRequest.
333
309
 
334
- 根据运营商线路过滤
335
-
336
310
  :return: The isp of this CountGlobalEipsRequest.
337
311
  :rtype: list[str]
338
312
  """
@@ -342,8 +316,6 @@ class CountGlobalEipsRequest:
342
316
  def isp(self, isp):
343
317
  """Sets the isp of this CountGlobalEipsRequest.
344
318
 
345
- 根据运营商线路过滤
346
-
347
319
  :param isp: The isp of this CountGlobalEipsRequest.
348
320
  :type isp: list[str]
349
321
  """
@@ -353,8 +325,6 @@ class CountGlobalEipsRequest:
353
325
  def ip_version(self):
354
326
  """Gets the ip_version of this CountGlobalEipsRequest.
355
327
 
356
- 根据IP版本过滤
357
-
358
328
  :return: The ip_version of this CountGlobalEipsRequest.
359
329
  :rtype: list[int]
360
330
  """
@@ -364,8 +334,6 @@ class CountGlobalEipsRequest:
364
334
  def ip_version(self, ip_version):
365
335
  """Sets the ip_version of this CountGlobalEipsRequest.
366
336
 
367
- 根据IP版本过滤
368
-
369
337
  :param ip_version: The ip_version of this CountGlobalEipsRequest.
370
338
  :type ip_version: list[int]
371
339
  """
@@ -375,8 +343,6 @@ class CountGlobalEipsRequest:
375
343
  def ip_address(self):
376
344
  """Gets the ip_address of this CountGlobalEipsRequest.
377
345
 
378
- 根据ip地址过滤
379
-
380
346
  :return: The ip_address of this CountGlobalEipsRequest.
381
347
  :rtype: list[str]
382
348
  """
@@ -386,8 +352,6 @@ class CountGlobalEipsRequest:
386
352
  def ip_address(self, ip_address):
387
353
  """Sets the ip_address of this CountGlobalEipsRequest.
388
354
 
389
- 根据ip地址过滤
390
-
391
355
  :param ip_address: The ip_address of this CountGlobalEipsRequest.
392
356
  :type ip_address: list[str]
393
357
  """
@@ -397,8 +361,6 @@ class CountGlobalEipsRequest:
397
361
  def ipv6_address(self):
398
362
  """Gets the ipv6_address of this CountGlobalEipsRequest.
399
363
 
400
- 根据ipv6地址过滤
401
-
402
364
  :return: The ipv6_address of this CountGlobalEipsRequest.
403
365
  :rtype: list[str]
404
366
  """
@@ -408,8 +370,6 @@ class CountGlobalEipsRequest:
408
370
  def ipv6_address(self, ipv6_address):
409
371
  """Sets the ipv6_address of this CountGlobalEipsRequest.
410
372
 
411
- 根据ipv6地址过滤
412
-
413
373
  :param ipv6_address: The ipv6_address of this CountGlobalEipsRequest.
414
374
  :type ipv6_address: list[str]
415
375
  """
@@ -419,8 +379,6 @@ class CountGlobalEipsRequest:
419
379
  def freezen(self):
420
380
  """Gets the freezen of this CountGlobalEipsRequest.
421
381
 
422
- 根据是否冻结过滤
423
-
424
382
  :return: The freezen of this CountGlobalEipsRequest.
425
383
  :rtype: list[bool]
426
384
  """
@@ -430,8 +388,6 @@ class CountGlobalEipsRequest:
430
388
  def freezen(self, freezen):
431
389
  """Sets the freezen of this CountGlobalEipsRequest.
432
390
 
433
- 根据是否冻结过滤
434
-
435
391
  :param freezen: The freezen of this CountGlobalEipsRequest.
436
392
  :type freezen: list[bool]
437
393
  """
@@ -441,8 +397,6 @@ class CountGlobalEipsRequest:
441
397
  def polluted(self):
442
398
  """Gets the polluted of this CountGlobalEipsRequest.
443
399
 
444
- 根据是否污染过滤
445
-
446
400
  :return: The polluted of this CountGlobalEipsRequest.
447
401
  :rtype: list[bool]
448
402
  """
@@ -452,8 +406,6 @@ class CountGlobalEipsRequest:
452
406
  def polluted(self, polluted):
453
407
  """Sets the polluted of this CountGlobalEipsRequest.
454
408
 
455
- 根据是否污染过滤
456
-
457
409
  :param polluted: The polluted of this CountGlobalEipsRequest.
458
410
  :type polluted: list[bool]
459
411
  """
@@ -463,8 +415,6 @@ class CountGlobalEipsRequest:
463
415
  def internet_bandwidth_is_null(self):
464
416
  """Gets the internet_bandwidth_is_null of this CountGlobalEipsRequest.
465
417
 
466
- 根据是否绑定全域公网带宽过滤
467
-
468
418
  :return: The internet_bandwidth_is_null of this CountGlobalEipsRequest.
469
419
  :rtype: list[bool]
470
420
  """
@@ -474,8 +424,6 @@ class CountGlobalEipsRequest:
474
424
  def internet_bandwidth_is_null(self, internet_bandwidth_is_null):
475
425
  """Sets the internet_bandwidth_is_null of this CountGlobalEipsRequest.
476
426
 
477
- 根据是否绑定全域公网带宽过滤
478
-
479
427
  :param internet_bandwidth_is_null: The internet_bandwidth_is_null of this CountGlobalEipsRequest.
480
428
  :type internet_bandwidth_is_null: list[bool]
481
429
  """
@@ -485,8 +433,6 @@ class CountGlobalEipsRequest:
485
433
  def gcb_bandwidth_is_null(self):
486
434
  """Gets the gcb_bandwidth_is_null of this CountGlobalEipsRequest.
487
435
 
488
- 根据是否绑定骨干带宽过滤
489
-
490
436
  :return: The gcb_bandwidth_is_null of this CountGlobalEipsRequest.
491
437
  :rtype: list[bool]
492
438
  """
@@ -496,8 +442,6 @@ class CountGlobalEipsRequest:
496
442
  def gcb_bandwidth_is_null(self, gcb_bandwidth_is_null):
497
443
  """Sets the gcb_bandwidth_is_null of this CountGlobalEipsRequest.
498
444
 
499
- 根据是否绑定骨干带宽过滤
500
-
501
445
  :param gcb_bandwidth_is_null: The gcb_bandwidth_is_null of this CountGlobalEipsRequest.
502
446
  :type gcb_bandwidth_is_null: list[bool]
503
447
  """
@@ -507,8 +451,6 @@ class CountGlobalEipsRequest:
507
451
  def status(self):
508
452
  """Gets the status of this CountGlobalEipsRequest.
509
453
 
510
- 根据资源状态过滤
511
-
512
454
  :return: The status of this CountGlobalEipsRequest.
513
455
  :rtype: list[str]
514
456
  """
@@ -518,8 +460,6 @@ class CountGlobalEipsRequest:
518
460
  def status(self, status):
519
461
  """Sets the status of this CountGlobalEipsRequest.
520
462
 
521
- 根据资源状态过滤
522
-
523
463
  :param status: The status of this CountGlobalEipsRequest.
524
464
  :type status: list[str]
525
465
  """
@@ -529,8 +469,6 @@ class CountGlobalEipsRequest:
529
469
  def associate_instance_info_region(self):
530
470
  """Gets the associate_instance_info_region of this CountGlobalEipsRequest.
531
471
 
532
- 根据绑定实例所属的局点过滤
533
-
534
472
  :return: The associate_instance_info_region of this CountGlobalEipsRequest.
535
473
  :rtype: list[str]
536
474
  """
@@ -540,8 +478,6 @@ class CountGlobalEipsRequest:
540
478
  def associate_instance_info_region(self, associate_instance_info_region):
541
479
  """Sets the associate_instance_info_region of this CountGlobalEipsRequest.
542
480
 
543
- 根据绑定实例所属的局点过滤
544
-
545
481
  :param associate_instance_info_region: The associate_instance_info_region of this CountGlobalEipsRequest.
546
482
  :type associate_instance_info_region: list[str]
547
483
  """
@@ -551,8 +487,6 @@ class CountGlobalEipsRequest:
551
487
  def associate_instance_info_public_border_group(self):
552
488
  """Gets the associate_instance_info_public_border_group of this CountGlobalEipsRequest.
553
489
 
554
- 根据绑定实例所属的边缘信息过滤
555
-
556
490
  :return: The associate_instance_info_public_border_group of this CountGlobalEipsRequest.
557
491
  :rtype: list[str]
558
492
  """
@@ -562,8 +496,6 @@ class CountGlobalEipsRequest:
562
496
  def associate_instance_info_public_border_group(self, associate_instance_info_public_border_group):
563
497
  """Sets the associate_instance_info_public_border_group of this CountGlobalEipsRequest.
564
498
 
565
- 根据绑定实例所属的边缘信息过滤
566
-
567
499
  :param associate_instance_info_public_border_group: The associate_instance_info_public_border_group of this CountGlobalEipsRequest.
568
500
  :type associate_instance_info_public_border_group: list[str]
569
501
  """
@@ -573,8 +505,6 @@ class CountGlobalEipsRequest:
573
505
  def associate_instance_info_instance_site(self):
574
506
  """Gets the associate_instance_info_instance_site of this CountGlobalEipsRequest.
575
507
 
576
- 根据绑定实例所在的站点过滤
577
-
578
508
  :return: The associate_instance_info_instance_site of this CountGlobalEipsRequest.
579
509
  :rtype: list[str]
580
510
  """
@@ -584,8 +514,6 @@ class CountGlobalEipsRequest:
584
514
  def associate_instance_info_instance_site(self, associate_instance_info_instance_site):
585
515
  """Sets the associate_instance_info_instance_site of this CountGlobalEipsRequest.
586
516
 
587
- 根据绑定实例所在的站点过滤
588
-
589
517
  :param associate_instance_info_instance_site: The associate_instance_info_instance_site of this CountGlobalEipsRequest.
590
518
  :type associate_instance_info_instance_site: list[str]
591
519
  """
@@ -595,8 +523,6 @@ class CountGlobalEipsRequest:
595
523
  def associate_instance_info_instance_type(self):
596
524
  """Gets the associate_instance_info_instance_type of this CountGlobalEipsRequest.
597
525
 
598
- 根据绑定实例的类型过滤
599
-
600
526
  :return: The associate_instance_info_instance_type of this CountGlobalEipsRequest.
601
527
  :rtype: list[str]
602
528
  """
@@ -606,8 +532,6 @@ class CountGlobalEipsRequest:
606
532
  def associate_instance_info_instance_type(self, associate_instance_info_instance_type):
607
533
  """Sets the associate_instance_info_instance_type of this CountGlobalEipsRequest.
608
534
 
609
- 根据绑定实例的类型过滤
610
-
611
535
  :param associate_instance_info_instance_type: The associate_instance_info_instance_type of this CountGlobalEipsRequest.
612
536
  :type associate_instance_info_instance_type: list[str]
613
537
  """
@@ -617,8 +541,6 @@ class CountGlobalEipsRequest:
617
541
  def associate_instance_info_instance_id(self):
618
542
  """Gets the associate_instance_info_instance_id of this CountGlobalEipsRequest.
619
543
 
620
- 根据绑定实例的ID过滤
621
-
622
544
  :return: The associate_instance_info_instance_id of this CountGlobalEipsRequest.
623
545
  :rtype: list[str]
624
546
  """
@@ -628,8 +550,6 @@ class CountGlobalEipsRequest:
628
550
  def associate_instance_info_instance_id(self, associate_instance_info_instance_id):
629
551
  """Sets the associate_instance_info_instance_id of this CountGlobalEipsRequest.
630
552
 
631
- 根据绑定实例的ID过滤
632
-
633
553
  :param associate_instance_info_instance_id: The associate_instance_info_instance_id of this CountGlobalEipsRequest.
634
554
  :type associate_instance_info_instance_id: list[str]
635
555
  """
@@ -639,8 +559,6 @@ class CountGlobalEipsRequest:
639
559
  def associate_instance_info_project_id(self):
640
560
  """Gets the associate_instance_info_project_id of this CountGlobalEipsRequest.
641
561
 
642
- query by associate_instance_info.project_id
643
-
644
562
  :return: The associate_instance_info_project_id of this CountGlobalEipsRequest.
645
563
  :rtype: list[str]
646
564
  """
@@ -650,8 +568,6 @@ class CountGlobalEipsRequest:
650
568
  def associate_instance_info_project_id(self, associate_instance_info_project_id):
651
569
  """Sets the associate_instance_info_project_id of this CountGlobalEipsRequest.
652
570
 
653
- query by associate_instance_info.project_id
654
-
655
571
  :param associate_instance_info_project_id: The associate_instance_info_project_id of this CountGlobalEipsRequest.
656
572
  :type associate_instance_info_project_id: list[str]
657
573
  """
@@ -661,8 +577,6 @@ class CountGlobalEipsRequest:
661
577
  def enterprise_project_id(self):
662
578
  """Gets the enterprise_project_id of this CountGlobalEipsRequest.
663
579
 
664
- 根据企业项目ID过滤
665
-
666
580
  :return: The enterprise_project_id of this CountGlobalEipsRequest.
667
581
  :rtype: list[str]
668
582
  """
@@ -672,8 +586,6 @@ class CountGlobalEipsRequest:
672
586
  def enterprise_project_id(self, enterprise_project_id):
673
587
  """Sets the enterprise_project_id of this CountGlobalEipsRequest.
674
588
 
675
- 根据企业项目ID过滤
676
-
677
589
  :param enterprise_project_id: The enterprise_project_id of this CountGlobalEipsRequest.
678
590
  :type enterprise_project_id: list[str]
679
591
  """
@@ -683,8 +595,6 @@ class CountGlobalEipsRequest:
683
595
  def tags(self):
684
596
  """Gets the tags of this CountGlobalEipsRequest.
685
597
 
686
- 根据标签过滤
687
-
688
598
  :return: The tags of this CountGlobalEipsRequest.
689
599
  :rtype: list[str]
690
600
  """
@@ -694,8 +604,6 @@ class CountGlobalEipsRequest:
694
604
  def tags(self, tags):
695
605
  """Sets the tags of this CountGlobalEipsRequest.
696
606
 
697
- 根据标签过滤
698
-
699
607
  :param tags: The tags of this CountGlobalEipsRequest.
700
608
  :type tags: list[str]
701
609
  """
@@ -19,29 +19,25 @@ class CountGlobalEipsResponse(SdkResponse):
19
19
 
20
20
  openapi_types = {
21
21
  'request_id': 'str',
22
- 'global_eips': 'list[CountGlobalEips]',
23
- 'page_info': 'ListGlobalEipsResponseBodyPageInfo',
22
+ 'global_eip': 'CountGlobalEips',
24
23
  'x_request_id': 'str'
25
24
  }
26
25
 
27
26
  attribute_map = {
28
27
  'request_id': 'request_id',
29
- 'global_eips': 'global_eips',
30
- 'page_info': 'page_info',
28
+ 'global_eip': 'global_eip',
31
29
  'x_request_id': 'X-Request-Id'
32
30
  }
33
31
 
34
- def __init__(self, request_id=None, global_eips=None, page_info=None, x_request_id=None):
32
+ def __init__(self, request_id=None, global_eip=None, x_request_id=None):
35
33
  """CountGlobalEipsResponse
36
34
 
37
35
  The model defined in huaweicloud sdk
38
36
 
39
37
  :param request_id: 本次请求的编号
40
38
  :type request_id: str
41
- :param global_eips: 全域弹性公网IP列表
42
- :type global_eips: list[:class:`huaweicloudsdkgeip.v3.CountGlobalEips`]
43
- :param page_info:
44
- :type page_info: :class:`huaweicloudsdkgeip.v3.ListGlobalEipsResponseBodyPageInfo`
39
+ :param global_eip:
40
+ :type global_eip: :class:`huaweicloudsdkgeip.v3.CountGlobalEips`
45
41
  :param x_request_id:
46
42
  :type x_request_id: str
47
43
  """
@@ -49,17 +45,14 @@ class CountGlobalEipsResponse(SdkResponse):
49
45
  super(CountGlobalEipsResponse, self).__init__()
50
46
 
51
47
  self._request_id = None
52
- self._global_eips = None
53
- self._page_info = None
48
+ self._global_eip = None
54
49
  self._x_request_id = None
55
50
  self.discriminator = None
56
51
 
57
52
  if request_id is not None:
58
53
  self.request_id = request_id
59
- if global_eips is not None:
60
- self.global_eips = global_eips
61
- if page_info is not None:
62
- self.page_info = page_info
54
+ if global_eip is not None:
55
+ self.global_eip = global_eip
63
56
  if x_request_id is not None:
64
57
  self.x_request_id = x_request_id
65
58
 
@@ -86,44 +79,22 @@ class CountGlobalEipsResponse(SdkResponse):
86
79
  self._request_id = request_id
87
80
 
88
81
  @property
89
- def global_eips(self):
90
- """Gets the global_eips of this CountGlobalEipsResponse.
82
+ def global_eip(self):
83
+ """Gets the global_eip of this CountGlobalEipsResponse.
91
84
 
92
- 全域弹性公网IP列表
93
-
94
- :return: The global_eips of this CountGlobalEipsResponse.
95
- :rtype: list[:class:`huaweicloudsdkgeip.v3.CountGlobalEips`]
96
- """
97
- return self._global_eips
98
-
99
- @global_eips.setter
100
- def global_eips(self, global_eips):
101
- """Sets the global_eips of this CountGlobalEipsResponse.
102
-
103
- 全域弹性公网IP列表
104
-
105
- :param global_eips: The global_eips of this CountGlobalEipsResponse.
106
- :type global_eips: list[:class:`huaweicloudsdkgeip.v3.CountGlobalEips`]
107
- """
108
- self._global_eips = global_eips
109
-
110
- @property
111
- def page_info(self):
112
- """Gets the page_info of this CountGlobalEipsResponse.
113
-
114
- :return: The page_info of this CountGlobalEipsResponse.
115
- :rtype: :class:`huaweicloudsdkgeip.v3.ListGlobalEipsResponseBodyPageInfo`
85
+ :return: The global_eip of this CountGlobalEipsResponse.
86
+ :rtype: :class:`huaweicloudsdkgeip.v3.CountGlobalEips`
116
87
  """
117
- return self._page_info
88
+ return self._global_eip
118
89
 
119
- @page_info.setter
120
- def page_info(self, page_info):
121
- """Sets the page_info of this CountGlobalEipsResponse.
90
+ @global_eip.setter
91
+ def global_eip(self, global_eip):
92
+ """Sets the global_eip of this CountGlobalEipsResponse.
122
93
 
123
- :param page_info: The page_info of this CountGlobalEipsResponse.
124
- :type page_info: :class:`huaweicloudsdkgeip.v3.ListGlobalEipsResponseBodyPageInfo`
94
+ :param global_eip: The global_eip of this CountGlobalEipsResponse.
95
+ :type global_eip: :class:`huaweicloudsdkgeip.v3.CountGlobalEips`
125
96
  """
126
- self._page_info = page_info
97
+ self._global_eip = global_eip
127
98
 
128
99
  @property
129
100
  def x_request_id(self):