huaweicloudsdkgeip 3.1.86__py2.py3-none-any.whl → 3.1.87__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 (120) hide show
  1. huaweicloudsdkgeip/v3/__init__.py +0 -4
  2. huaweicloudsdkgeip/v3/geip_async_client.py +6 -6
  3. huaweicloudsdkgeip/v3/geip_client.py +6 -6
  4. huaweicloudsdkgeip/v3/model/__init__.py +0 -4
  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.py +21 -21
  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_tags_request.py +1 -5
  22. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +1 -1
  23. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +18 -18
  24. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  25. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +1 -5
  26. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +1 -1
  27. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +8 -8
  28. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +1 -5
  29. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +1 -1
  30. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +1 -5
  31. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +1 -1
  32. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +1 -5
  33. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +1 -1
  34. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +4 -4
  35. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +6 -6
  36. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +22 -110
  37. huaweicloudsdkgeip/v3/model/count_global_eips.py +3 -3
  38. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +23 -115
  39. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +8 -40
  40. huaweicloudsdkgeip/v3/model/create_global_eip.py +6 -6
  41. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +9 -9
  42. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +6 -6
  43. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +9 -9
  44. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +7 -7
  45. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +18 -18
  46. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  47. huaweicloudsdkgeip/v3/model/create_tag.py +6 -6
  48. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +3 -3
  49. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +6 -6
  50. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +2 -10
  51. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +1 -5
  52. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +1 -5
  53. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +2 -10
  54. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +1 -5
  55. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +2 -10
  56. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +25 -25
  57. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +2 -10
  58. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +1 -5
  59. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +1 -5
  60. huaweicloudsdkgeip/v3/model/geip_tags.py +6 -6
  61. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +6 -6
  62. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +12 -12
  63. huaweicloudsdkgeip/v3/model/instance_info.py +6 -6
  64. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +3 -3
  65. huaweicloudsdkgeip/v3/model/list_access_sites.py +6 -6
  66. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +5 -25
  67. huaweicloudsdkgeip/v3/model/list_geip_pools.py +17 -13
  68. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +8 -40
  69. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +2 -10
  70. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +2 -10
  71. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +21 -21
  72. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +24 -120
  73. huaweicloudsdkgeip/v3/model/list_global_eips.py +21 -21
  74. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +26 -130
  75. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +2 -10
  76. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +3 -3
  77. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +3 -15
  78. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +18 -18
  79. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +11 -55
  80. huaweicloudsdkgeip/v3/model/list_jobs.py +3 -3
  81. huaweicloudsdkgeip/v3/model/list_jobs_request.py +4 -20
  82. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +6 -6
  83. huaweicloudsdkgeip/v3/model/list_support_masks.py +6 -6
  84. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +4 -20
  85. huaweicloudsdkgeip/v3/model/list_support_regions.py +6 -6
  86. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +8 -40
  87. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +2 -10
  88. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +6 -6
  89. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +1 -5
  90. huaweicloudsdkgeip/v3/model/show_global_eip.py +21 -21
  91. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +2 -10
  92. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +21 -21
  93. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +2 -10
  94. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +1 -5
  95. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +18 -18
  96. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +2 -10
  97. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +1 -5
  98. huaweicloudsdkgeip/v3/model/show_job.py +3 -3
  99. huaweicloudsdkgeip/v3/model/show_jobs_request.py +1 -5
  100. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +3 -3
  101. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +1 -5
  102. huaweicloudsdkgeip/v3/model/sys_tag.py +6 -6
  103. huaweicloudsdkgeip/v3/model/tag.py +6 -6
  104. huaweicloudsdkgeip/v3/model/update_global_eip.py +6 -6
  105. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +1 -5
  106. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +6 -6
  107. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +1 -5
  108. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +6 -6
  109. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +18 -18
  110. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +1 -5
  111. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +6 -6
  112. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/METADATA +2 -2
  113. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/RECORD +116 -120
  114. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  115. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  116. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  117. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  118. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/LICENSE +0 -0
  119. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/WHEEL +0 -0
  120. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.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
  """
@@ -43,21 +43,21 @@ class CountInternetBandwidthRequest:
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
46
- :param id: 根据ID过滤
46
+ :param id:
47
47
  :type id: list[str]
48
- :param size: 根据全域公网带宽大小过滤
48
+ :param size:
49
49
  :type size: list[int]
50
- :param name: 根据名称过滤
50
+ :param name:
51
51
  :type name: list[str]
52
- :param name_like: 根据名称模糊匹配
52
+ :param name_like:
53
53
  :type name_like: str
54
- :param access_site: 根据接入点过滤
54
+ :param access_site:
55
55
  :type access_site: list[str]
56
- :param status: 根据资源状态过滤
56
+ :param status:
57
57
  :type status: list[str]
58
- :param enterprise_project_id: 根据企业项目ID过滤
58
+ :param enterprise_project_id:
59
59
  :type enterprise_project_id: list[str]
60
- :param tags: 根据标签过滤
60
+ :param tags:
61
61
  :type tags: list[str]
62
62
  """
63
63
 
@@ -94,8 +94,6 @@ class CountInternetBandwidthRequest:
94
94
  def id(self):
95
95
  """Gets the id of this CountInternetBandwidthRequest.
96
96
 
97
- 根据ID过滤
98
-
99
97
  :return: The id of this CountInternetBandwidthRequest.
100
98
  :rtype: list[str]
101
99
  """
@@ -105,8 +103,6 @@ class CountInternetBandwidthRequest:
105
103
  def id(self, id):
106
104
  """Sets the id of this CountInternetBandwidthRequest.
107
105
 
108
- 根据ID过滤
109
-
110
106
  :param id: The id of this CountInternetBandwidthRequest.
111
107
  :type id: list[str]
112
108
  """
@@ -116,8 +112,6 @@ class CountInternetBandwidthRequest:
116
112
  def size(self):
117
113
  """Gets the size of this CountInternetBandwidthRequest.
118
114
 
119
- 根据全域公网带宽大小过滤
120
-
121
115
  :return: The size of this CountInternetBandwidthRequest.
122
116
  :rtype: list[int]
123
117
  """
@@ -127,8 +121,6 @@ class CountInternetBandwidthRequest:
127
121
  def size(self, size):
128
122
  """Sets the size of this CountInternetBandwidthRequest.
129
123
 
130
- 根据全域公网带宽大小过滤
131
-
132
124
  :param size: The size of this CountInternetBandwidthRequest.
133
125
  :type size: list[int]
134
126
  """
@@ -138,8 +130,6 @@ class CountInternetBandwidthRequest:
138
130
  def name(self):
139
131
  """Gets the name of this CountInternetBandwidthRequest.
140
132
 
141
- 根据名称过滤
142
-
143
133
  :return: The name of this CountInternetBandwidthRequest.
144
134
  :rtype: list[str]
145
135
  """
@@ -149,8 +139,6 @@ class CountInternetBandwidthRequest:
149
139
  def name(self, name):
150
140
  """Sets the name of this CountInternetBandwidthRequest.
151
141
 
152
- 根据名称过滤
153
-
154
142
  :param name: The name of this CountInternetBandwidthRequest.
155
143
  :type name: list[str]
156
144
  """
@@ -160,8 +148,6 @@ class CountInternetBandwidthRequest:
160
148
  def name_like(self):
161
149
  """Gets the name_like of this CountInternetBandwidthRequest.
162
150
 
163
- 根据名称模糊匹配
164
-
165
151
  :return: The name_like of this CountInternetBandwidthRequest.
166
152
  :rtype: str
167
153
  """
@@ -171,8 +157,6 @@ class CountInternetBandwidthRequest:
171
157
  def name_like(self, name_like):
172
158
  """Sets the name_like of this CountInternetBandwidthRequest.
173
159
 
174
- 根据名称模糊匹配
175
-
176
160
  :param name_like: The name_like of this CountInternetBandwidthRequest.
177
161
  :type name_like: str
178
162
  """
@@ -182,8 +166,6 @@ class CountInternetBandwidthRequest:
182
166
  def access_site(self):
183
167
  """Gets the access_site of this CountInternetBandwidthRequest.
184
168
 
185
- 根据接入点过滤
186
-
187
169
  :return: The access_site of this CountInternetBandwidthRequest.
188
170
  :rtype: list[str]
189
171
  """
@@ -193,8 +175,6 @@ class CountInternetBandwidthRequest:
193
175
  def access_site(self, access_site):
194
176
  """Sets the access_site of this CountInternetBandwidthRequest.
195
177
 
196
- 根据接入点过滤
197
-
198
178
  :param access_site: The access_site of this CountInternetBandwidthRequest.
199
179
  :type access_site: list[str]
200
180
  """
@@ -204,8 +184,6 @@ class CountInternetBandwidthRequest:
204
184
  def status(self):
205
185
  """Gets the status of this CountInternetBandwidthRequest.
206
186
 
207
- 根据资源状态过滤
208
-
209
187
  :return: The status of this CountInternetBandwidthRequest.
210
188
  :rtype: list[str]
211
189
  """
@@ -215,8 +193,6 @@ class CountInternetBandwidthRequest:
215
193
  def status(self, status):
216
194
  """Sets the status of this CountInternetBandwidthRequest.
217
195
 
218
- 根据资源状态过滤
219
-
220
196
  :param status: The status of this CountInternetBandwidthRequest.
221
197
  :type status: list[str]
222
198
  """
@@ -226,8 +202,6 @@ class CountInternetBandwidthRequest:
226
202
  def enterprise_project_id(self):
227
203
  """Gets the enterprise_project_id of this CountInternetBandwidthRequest.
228
204
 
229
- 根据企业项目ID过滤
230
-
231
205
  :return: The enterprise_project_id of this CountInternetBandwidthRequest.
232
206
  :rtype: list[str]
233
207
  """
@@ -237,8 +211,6 @@ class CountInternetBandwidthRequest:
237
211
  def enterprise_project_id(self, enterprise_project_id):
238
212
  """Sets the enterprise_project_id of this CountInternetBandwidthRequest.
239
213
 
240
- 根据企业项目ID过滤
241
-
242
214
  :param enterprise_project_id: The enterprise_project_id of this CountInternetBandwidthRequest.
243
215
  :type enterprise_project_id: list[str]
244
216
  """
@@ -248,8 +220,6 @@ class CountInternetBandwidthRequest:
248
220
  def tags(self):
249
221
  """Gets the tags of this CountInternetBandwidthRequest.
250
222
 
251
- 根据标签过滤
252
-
253
223
  :return: The tags of this CountInternetBandwidthRequest.
254
224
  :rtype: list[str]
255
225
  """
@@ -259,8 +229,6 @@ class CountInternetBandwidthRequest:
259
229
  def tags(self, tags):
260
230
  """Sets the tags of this CountInternetBandwidthRequest.
261
231
 
262
- 根据标签过滤
263
-
264
232
  :param tags: The tags of this CountInternetBandwidthRequest.
265
233
  :type tags: list[str]
266
234
  """
@@ -31,9 +31,9 @@ class CreateGlobalEip:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param id: ID
34
+ :param id: 全域弹性公网IP的ID
35
35
  :type id: str
36
- :param name: 资源名称
36
+ :param name: - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
37
37
  :type name: str
38
38
  """
39
39
 
@@ -50,7 +50,7 @@ class CreateGlobalEip:
50
50
  def id(self):
51
51
  """Gets the id of this CreateGlobalEip.
52
52
 
53
- ID
53
+ 全域弹性公网IP的ID
54
54
 
55
55
  :return: The id of this CreateGlobalEip.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class CreateGlobalEip:
61
61
  def id(self, id):
62
62
  """Sets the id of this CreateGlobalEip.
63
63
 
64
- ID
64
+ 全域弹性公网IP的ID
65
65
 
66
66
  :param id: The id of this CreateGlobalEip.
67
67
  :type id: str
@@ -72,7 +72,7 @@ class CreateGlobalEip:
72
72
  def name(self):
73
73
  """Gets the name of this CreateGlobalEip.
74
74
 
75
- 资源名称
75
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
76
76
 
77
77
  :return: The name of this CreateGlobalEip.
78
78
  :rtype: str
@@ -83,7 +83,7 @@ class CreateGlobalEip:
83
83
  def name(self, name):
84
84
  """Sets the name of this CreateGlobalEip.
85
85
 
86
- 资源名称
86
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
87
87
 
88
88
  :param name: The name of this CreateGlobalEip.
89
89
  :type name: str