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
@@ -87,49 +87,49 @@ class CountGlobalEipSegmentRequest:
87
87
  :type marker: str
88
88
  :param page_reverse: 翻页方向
89
89
  :type page_reverse: bool
90
- :param fields: 只显示指定的字段
90
+ :param fields:
91
91
  :type fields: list[str]
92
- :param id: 根据资源ID过滤
92
+ :param id:
93
93
  :type id: list[str]
94
- :param internet_bandwidth_id: 根据全域公网带宽的ID过滤
94
+ :param internet_bandwidth_id:
95
95
  :type internet_bandwidth_id: list[str]
96
- :param name: 根据名称过滤
96
+ :param name:
97
97
  :type name: list[str]
98
- :param name_like: 根据名称模糊匹配
98
+ :param name_like:
99
99
  :type name_like: str
100
- :param access_site: 根据接入点过滤
100
+ :param access_site:
101
101
  :type access_site: list[str]
102
- :param geip_pool_name: 根据全域弹性公网IP池名称过滤
102
+ :param geip_pool_name:
103
103
  :type geip_pool_name: list[str]
104
- :param isp: 根据运营商线路过滤
104
+ :param isp:
105
105
  :type isp: list[str]
106
- :param ip_version: 根据IP版本过滤
106
+ :param ip_version:
107
107
  :type ip_version: list[int]
108
- :param cidr: 根据分配的CIDR过滤
108
+ :param cidr:
109
109
  :type cidr: list[str]
110
- :param cidr_v6: 根据分配的IPv6 CIDR过滤
110
+ :param cidr_v6:
111
111
  :type cidr_v6: list[str]
112
- :param freezen: 根据是否冻结过滤
112
+ :param freezen:
113
113
  :type freezen: list[bool]
114
- :param internet_bandwidth_is_null: 根据是否绑定全域公网带宽过滤
114
+ :param internet_bandwidth_is_null:
115
115
  :type internet_bandwidth_is_null: list[bool]
116
- :param status: 根据资源状态过滤
116
+ :param status:
117
117
  :type status: list[str]
118
- :param associate_instance_region: 根据绑定实例所属的局点过滤
118
+ :param associate_instance_region:
119
119
  :type associate_instance_region: list[str]
120
- :param associate_instance_public_border_group: 根据绑定实例所属的边缘信息过滤
120
+ :param associate_instance_public_border_group:
121
121
  :type associate_instance_public_border_group: list[str]
122
- :param associate_instance_instance_site: 根据绑定实例所在的站点过滤
122
+ :param associate_instance_instance_site:
123
123
  :type associate_instance_instance_site: list[str]
124
- :param associate_instance_instance_type: 根据绑定实例的类型过滤
124
+ :param associate_instance_instance_type:
125
125
  :type associate_instance_instance_type: list[str]
126
- :param associate_instance_instance_id: 根据绑定实例的ID过滤
126
+ :param associate_instance_instance_id:
127
127
  :type associate_instance_instance_id: list[str]
128
- :param associate_instance_project_id: 根据绑定实例所属的项目ID过滤
128
+ :param associate_instance_project_id:
129
129
  :type associate_instance_project_id: list[str]
130
- :param enterprise_project_id: 根据企业项目ID过滤
130
+ :param enterprise_project_id:
131
131
  :type enterprise_project_id: list[str]
132
- :param tags: 根据标签过滤
132
+ :param tags:
133
133
  :type tags: list[str]
134
134
  """
135
135
 
@@ -308,8 +308,6 @@ class CountGlobalEipSegmentRequest:
308
308
  def fields(self):
309
309
  """Gets the fields of this CountGlobalEipSegmentRequest.
310
310
 
311
- 只显示指定的字段
312
-
313
311
  :return: The fields of this CountGlobalEipSegmentRequest.
314
312
  :rtype: list[str]
315
313
  """
@@ -319,8 +317,6 @@ class CountGlobalEipSegmentRequest:
319
317
  def fields(self, fields):
320
318
  """Sets the fields of this CountGlobalEipSegmentRequest.
321
319
 
322
- 只显示指定的字段
323
-
324
320
  :param fields: The fields of this CountGlobalEipSegmentRequest.
325
321
  :type fields: list[str]
326
322
  """
@@ -330,8 +326,6 @@ class CountGlobalEipSegmentRequest:
330
326
  def id(self):
331
327
  """Gets the id of this CountGlobalEipSegmentRequest.
332
328
 
333
- 根据资源ID过滤
334
-
335
329
  :return: The id of this CountGlobalEipSegmentRequest.
336
330
  :rtype: list[str]
337
331
  """
@@ -341,8 +335,6 @@ class CountGlobalEipSegmentRequest:
341
335
  def id(self, id):
342
336
  """Sets the id of this CountGlobalEipSegmentRequest.
343
337
 
344
- 根据资源ID过滤
345
-
346
338
  :param id: The id of this CountGlobalEipSegmentRequest.
347
339
  :type id: list[str]
348
340
  """
@@ -352,8 +344,6 @@ class CountGlobalEipSegmentRequest:
352
344
  def internet_bandwidth_id(self):
353
345
  """Gets the internet_bandwidth_id of this CountGlobalEipSegmentRequest.
354
346
 
355
- 根据全域公网带宽的ID过滤
356
-
357
347
  :return: The internet_bandwidth_id of this CountGlobalEipSegmentRequest.
358
348
  :rtype: list[str]
359
349
  """
@@ -363,8 +353,6 @@ class CountGlobalEipSegmentRequest:
363
353
  def internet_bandwidth_id(self, internet_bandwidth_id):
364
354
  """Sets the internet_bandwidth_id of this CountGlobalEipSegmentRequest.
365
355
 
366
- 根据全域公网带宽的ID过滤
367
-
368
356
  :param internet_bandwidth_id: The internet_bandwidth_id of this CountGlobalEipSegmentRequest.
369
357
  :type internet_bandwidth_id: list[str]
370
358
  """
@@ -374,8 +362,6 @@ class CountGlobalEipSegmentRequest:
374
362
  def name(self):
375
363
  """Gets the name of this CountGlobalEipSegmentRequest.
376
364
 
377
- 根据名称过滤
378
-
379
365
  :return: The name of this CountGlobalEipSegmentRequest.
380
366
  :rtype: list[str]
381
367
  """
@@ -385,8 +371,6 @@ class CountGlobalEipSegmentRequest:
385
371
  def name(self, name):
386
372
  """Sets the name of this CountGlobalEipSegmentRequest.
387
373
 
388
- 根据名称过滤
389
-
390
374
  :param name: The name of this CountGlobalEipSegmentRequest.
391
375
  :type name: list[str]
392
376
  """
@@ -396,8 +380,6 @@ class CountGlobalEipSegmentRequest:
396
380
  def name_like(self):
397
381
  """Gets the name_like of this CountGlobalEipSegmentRequest.
398
382
 
399
- 根据名称模糊匹配
400
-
401
383
  :return: The name_like of this CountGlobalEipSegmentRequest.
402
384
  :rtype: str
403
385
  """
@@ -407,8 +389,6 @@ class CountGlobalEipSegmentRequest:
407
389
  def name_like(self, name_like):
408
390
  """Sets the name_like of this CountGlobalEipSegmentRequest.
409
391
 
410
- 根据名称模糊匹配
411
-
412
392
  :param name_like: The name_like of this CountGlobalEipSegmentRequest.
413
393
  :type name_like: str
414
394
  """
@@ -418,8 +398,6 @@ class CountGlobalEipSegmentRequest:
418
398
  def access_site(self):
419
399
  """Gets the access_site of this CountGlobalEipSegmentRequest.
420
400
 
421
- 根据接入点过滤
422
-
423
401
  :return: The access_site of this CountGlobalEipSegmentRequest.
424
402
  :rtype: list[str]
425
403
  """
@@ -429,8 +407,6 @@ class CountGlobalEipSegmentRequest:
429
407
  def access_site(self, access_site):
430
408
  """Sets the access_site of this CountGlobalEipSegmentRequest.
431
409
 
432
- 根据接入点过滤
433
-
434
410
  :param access_site: The access_site of this CountGlobalEipSegmentRequest.
435
411
  :type access_site: list[str]
436
412
  """
@@ -440,8 +416,6 @@ class CountGlobalEipSegmentRequest:
440
416
  def geip_pool_name(self):
441
417
  """Gets the geip_pool_name of this CountGlobalEipSegmentRequest.
442
418
 
443
- 根据全域弹性公网IP池名称过滤
444
-
445
419
  :return: The geip_pool_name of this CountGlobalEipSegmentRequest.
446
420
  :rtype: list[str]
447
421
  """
@@ -451,8 +425,6 @@ class CountGlobalEipSegmentRequest:
451
425
  def geip_pool_name(self, geip_pool_name):
452
426
  """Sets the geip_pool_name of this CountGlobalEipSegmentRequest.
453
427
 
454
- 根据全域弹性公网IP池名称过滤
455
-
456
428
  :param geip_pool_name: The geip_pool_name of this CountGlobalEipSegmentRequest.
457
429
  :type geip_pool_name: list[str]
458
430
  """
@@ -462,8 +434,6 @@ class CountGlobalEipSegmentRequest:
462
434
  def isp(self):
463
435
  """Gets the isp of this CountGlobalEipSegmentRequest.
464
436
 
465
- 根据运营商线路过滤
466
-
467
437
  :return: The isp of this CountGlobalEipSegmentRequest.
468
438
  :rtype: list[str]
469
439
  """
@@ -473,8 +443,6 @@ class CountGlobalEipSegmentRequest:
473
443
  def isp(self, isp):
474
444
  """Sets the isp of this CountGlobalEipSegmentRequest.
475
445
 
476
- 根据运营商线路过滤
477
-
478
446
  :param isp: The isp of this CountGlobalEipSegmentRequest.
479
447
  :type isp: list[str]
480
448
  """
@@ -484,8 +452,6 @@ class CountGlobalEipSegmentRequest:
484
452
  def ip_version(self):
485
453
  """Gets the ip_version of this CountGlobalEipSegmentRequest.
486
454
 
487
- 根据IP版本过滤
488
-
489
455
  :return: The ip_version of this CountGlobalEipSegmentRequest.
490
456
  :rtype: list[int]
491
457
  """
@@ -495,8 +461,6 @@ class CountGlobalEipSegmentRequest:
495
461
  def ip_version(self, ip_version):
496
462
  """Sets the ip_version of this CountGlobalEipSegmentRequest.
497
463
 
498
- 根据IP版本过滤
499
-
500
464
  :param ip_version: The ip_version of this CountGlobalEipSegmentRequest.
501
465
  :type ip_version: list[int]
502
466
  """
@@ -506,8 +470,6 @@ class CountGlobalEipSegmentRequest:
506
470
  def cidr(self):
507
471
  """Gets the cidr of this CountGlobalEipSegmentRequest.
508
472
 
509
- 根据分配的CIDR过滤
510
-
511
473
  :return: The cidr of this CountGlobalEipSegmentRequest.
512
474
  :rtype: list[str]
513
475
  """
@@ -517,8 +479,6 @@ class CountGlobalEipSegmentRequest:
517
479
  def cidr(self, cidr):
518
480
  """Sets the cidr of this CountGlobalEipSegmentRequest.
519
481
 
520
- 根据分配的CIDR过滤
521
-
522
482
  :param cidr: The cidr of this CountGlobalEipSegmentRequest.
523
483
  :type cidr: list[str]
524
484
  """
@@ -528,8 +488,6 @@ class CountGlobalEipSegmentRequest:
528
488
  def cidr_v6(self):
529
489
  """Gets the cidr_v6 of this CountGlobalEipSegmentRequest.
530
490
 
531
- 根据分配的IPv6 CIDR过滤
532
-
533
491
  :return: The cidr_v6 of this CountGlobalEipSegmentRequest.
534
492
  :rtype: list[str]
535
493
  """
@@ -539,8 +497,6 @@ class CountGlobalEipSegmentRequest:
539
497
  def cidr_v6(self, cidr_v6):
540
498
  """Sets the cidr_v6 of this CountGlobalEipSegmentRequest.
541
499
 
542
- 根据分配的IPv6 CIDR过滤
543
-
544
500
  :param cidr_v6: The cidr_v6 of this CountGlobalEipSegmentRequest.
545
501
  :type cidr_v6: list[str]
546
502
  """
@@ -550,8 +506,6 @@ class CountGlobalEipSegmentRequest:
550
506
  def freezen(self):
551
507
  """Gets the freezen of this CountGlobalEipSegmentRequest.
552
508
 
553
- 根据是否冻结过滤
554
-
555
509
  :return: The freezen of this CountGlobalEipSegmentRequest.
556
510
  :rtype: list[bool]
557
511
  """
@@ -561,8 +515,6 @@ class CountGlobalEipSegmentRequest:
561
515
  def freezen(self, freezen):
562
516
  """Sets the freezen of this CountGlobalEipSegmentRequest.
563
517
 
564
- 根据是否冻结过滤
565
-
566
518
  :param freezen: The freezen of this CountGlobalEipSegmentRequest.
567
519
  :type freezen: list[bool]
568
520
  """
@@ -572,8 +524,6 @@ class CountGlobalEipSegmentRequest:
572
524
  def internet_bandwidth_is_null(self):
573
525
  """Gets the internet_bandwidth_is_null of this CountGlobalEipSegmentRequest.
574
526
 
575
- 根据是否绑定全域公网带宽过滤
576
-
577
527
  :return: The internet_bandwidth_is_null of this CountGlobalEipSegmentRequest.
578
528
  :rtype: list[bool]
579
529
  """
@@ -583,8 +533,6 @@ class CountGlobalEipSegmentRequest:
583
533
  def internet_bandwidth_is_null(self, internet_bandwidth_is_null):
584
534
  """Sets the internet_bandwidth_is_null of this CountGlobalEipSegmentRequest.
585
535
 
586
- 根据是否绑定全域公网带宽过滤
587
-
588
536
  :param internet_bandwidth_is_null: The internet_bandwidth_is_null of this CountGlobalEipSegmentRequest.
589
537
  :type internet_bandwidth_is_null: list[bool]
590
538
  """
@@ -594,8 +542,6 @@ class CountGlobalEipSegmentRequest:
594
542
  def status(self):
595
543
  """Gets the status of this CountGlobalEipSegmentRequest.
596
544
 
597
- 根据资源状态过滤
598
-
599
545
  :return: The status of this CountGlobalEipSegmentRequest.
600
546
  :rtype: list[str]
601
547
  """
@@ -605,8 +551,6 @@ class CountGlobalEipSegmentRequest:
605
551
  def status(self, status):
606
552
  """Sets the status of this CountGlobalEipSegmentRequest.
607
553
 
608
- 根据资源状态过滤
609
-
610
554
  :param status: The status of this CountGlobalEipSegmentRequest.
611
555
  :type status: list[str]
612
556
  """
@@ -616,8 +560,6 @@ class CountGlobalEipSegmentRequest:
616
560
  def associate_instance_region(self):
617
561
  """Gets the associate_instance_region of this CountGlobalEipSegmentRequest.
618
562
 
619
- 根据绑定实例所属的局点过滤
620
-
621
563
  :return: The associate_instance_region of this CountGlobalEipSegmentRequest.
622
564
  :rtype: list[str]
623
565
  """
@@ -627,8 +569,6 @@ class CountGlobalEipSegmentRequest:
627
569
  def associate_instance_region(self, associate_instance_region):
628
570
  """Sets the associate_instance_region of this CountGlobalEipSegmentRequest.
629
571
 
630
- 根据绑定实例所属的局点过滤
631
-
632
572
  :param associate_instance_region: The associate_instance_region of this CountGlobalEipSegmentRequest.
633
573
  :type associate_instance_region: list[str]
634
574
  """
@@ -638,8 +578,6 @@ class CountGlobalEipSegmentRequest:
638
578
  def associate_instance_public_border_group(self):
639
579
  """Gets the associate_instance_public_border_group of this CountGlobalEipSegmentRequest.
640
580
 
641
- 根据绑定实例所属的边缘信息过滤
642
-
643
581
  :return: The associate_instance_public_border_group of this CountGlobalEipSegmentRequest.
644
582
  :rtype: list[str]
645
583
  """
@@ -649,8 +587,6 @@ class CountGlobalEipSegmentRequest:
649
587
  def associate_instance_public_border_group(self, associate_instance_public_border_group):
650
588
  """Sets the associate_instance_public_border_group of this CountGlobalEipSegmentRequest.
651
589
 
652
- 根据绑定实例所属的边缘信息过滤
653
-
654
590
  :param associate_instance_public_border_group: The associate_instance_public_border_group of this CountGlobalEipSegmentRequest.
655
591
  :type associate_instance_public_border_group: list[str]
656
592
  """
@@ -660,8 +596,6 @@ class CountGlobalEipSegmentRequest:
660
596
  def associate_instance_instance_site(self):
661
597
  """Gets the associate_instance_instance_site of this CountGlobalEipSegmentRequest.
662
598
 
663
- 根据绑定实例所在的站点过滤
664
-
665
599
  :return: The associate_instance_instance_site of this CountGlobalEipSegmentRequest.
666
600
  :rtype: list[str]
667
601
  """
@@ -671,8 +605,6 @@ class CountGlobalEipSegmentRequest:
671
605
  def associate_instance_instance_site(self, associate_instance_instance_site):
672
606
  """Sets the associate_instance_instance_site of this CountGlobalEipSegmentRequest.
673
607
 
674
- 根据绑定实例所在的站点过滤
675
-
676
608
  :param associate_instance_instance_site: The associate_instance_instance_site of this CountGlobalEipSegmentRequest.
677
609
  :type associate_instance_instance_site: list[str]
678
610
  """
@@ -682,8 +614,6 @@ class CountGlobalEipSegmentRequest:
682
614
  def associate_instance_instance_type(self):
683
615
  """Gets the associate_instance_instance_type of this CountGlobalEipSegmentRequest.
684
616
 
685
- 根据绑定实例的类型过滤
686
-
687
617
  :return: The associate_instance_instance_type of this CountGlobalEipSegmentRequest.
688
618
  :rtype: list[str]
689
619
  """
@@ -693,8 +623,6 @@ class CountGlobalEipSegmentRequest:
693
623
  def associate_instance_instance_type(self, associate_instance_instance_type):
694
624
  """Sets the associate_instance_instance_type of this CountGlobalEipSegmentRequest.
695
625
 
696
- 根据绑定实例的类型过滤
697
-
698
626
  :param associate_instance_instance_type: The associate_instance_instance_type of this CountGlobalEipSegmentRequest.
699
627
  :type associate_instance_instance_type: list[str]
700
628
  """
@@ -704,8 +632,6 @@ class CountGlobalEipSegmentRequest:
704
632
  def associate_instance_instance_id(self):
705
633
  """Gets the associate_instance_instance_id of this CountGlobalEipSegmentRequest.
706
634
 
707
- 根据绑定实例的ID过滤
708
-
709
635
  :return: The associate_instance_instance_id of this CountGlobalEipSegmentRequest.
710
636
  :rtype: list[str]
711
637
  """
@@ -715,8 +641,6 @@ class CountGlobalEipSegmentRequest:
715
641
  def associate_instance_instance_id(self, associate_instance_instance_id):
716
642
  """Sets the associate_instance_instance_id of this CountGlobalEipSegmentRequest.
717
643
 
718
- 根据绑定实例的ID过滤
719
-
720
644
  :param associate_instance_instance_id: The associate_instance_instance_id of this CountGlobalEipSegmentRequest.
721
645
  :type associate_instance_instance_id: list[str]
722
646
  """
@@ -726,8 +650,6 @@ class CountGlobalEipSegmentRequest:
726
650
  def associate_instance_project_id(self):
727
651
  """Gets the associate_instance_project_id of this CountGlobalEipSegmentRequest.
728
652
 
729
- 根据绑定实例所属的项目ID过滤
730
-
731
653
  :return: The associate_instance_project_id of this CountGlobalEipSegmentRequest.
732
654
  :rtype: list[str]
733
655
  """
@@ -737,8 +659,6 @@ class CountGlobalEipSegmentRequest:
737
659
  def associate_instance_project_id(self, associate_instance_project_id):
738
660
  """Sets the associate_instance_project_id of this CountGlobalEipSegmentRequest.
739
661
 
740
- 根据绑定实例所属的项目ID过滤
741
-
742
662
  :param associate_instance_project_id: The associate_instance_project_id of this CountGlobalEipSegmentRequest.
743
663
  :type associate_instance_project_id: list[str]
744
664
  """
@@ -748,8 +668,6 @@ class CountGlobalEipSegmentRequest:
748
668
  def enterprise_project_id(self):
749
669
  """Gets the enterprise_project_id of this CountGlobalEipSegmentRequest.
750
670
 
751
- 根据企业项目ID过滤
752
-
753
671
  :return: The enterprise_project_id of this CountGlobalEipSegmentRequest.
754
672
  :rtype: list[str]
755
673
  """
@@ -759,8 +677,6 @@ class CountGlobalEipSegmentRequest:
759
677
  def enterprise_project_id(self, enterprise_project_id):
760
678
  """Sets the enterprise_project_id of this CountGlobalEipSegmentRequest.
761
679
 
762
- 根据企业项目ID过滤
763
-
764
680
  :param enterprise_project_id: The enterprise_project_id of this CountGlobalEipSegmentRequest.
765
681
  :type enterprise_project_id: list[str]
766
682
  """
@@ -770,8 +686,6 @@ class CountGlobalEipSegmentRequest:
770
686
  def tags(self):
771
687
  """Gets the tags of this CountGlobalEipSegmentRequest.
772
688
 
773
- 根据标签过滤
774
-
775
689
  :return: The tags of this CountGlobalEipSegmentRequest.
776
690
  :rtype: list[str]
777
691
  """
@@ -781,8 +695,6 @@ class CountGlobalEipSegmentRequest:
781
695
  def tags(self, tags):
782
696
  """Sets the tags of this CountGlobalEipSegmentRequest.
783
697
 
784
- 根据标签过滤
785
-
786
698
  :param tags: The tags of this CountGlobalEipSegmentRequest.
787
699
  :type tags: list[str]
788
700
  """
@@ -19,25 +19,25 @@ class CountGlobalEipSegmentResponse(SdkResponse):
19
19
 
20
20
  openapi_types = {
21
21
  'request_id': 'str',
22
- 'global_eip_segments': 'CountGeipSegments',
22
+ 'global_eip_segment': 'CountGeipSegments',
23
23
  'x_request_id': 'str'
24
24
  }
25
25
 
26
26
  attribute_map = {
27
27
  'request_id': 'request_id',
28
- 'global_eip_segments': 'global_eip_segments',
28
+ 'global_eip_segment': 'global_eip_segment',
29
29
  'x_request_id': 'X-Request-Id'
30
30
  }
31
31
 
32
- def __init__(self, request_id=None, global_eip_segments=None, x_request_id=None):
32
+ def __init__(self, request_id=None, global_eip_segment=None, x_request_id=None):
33
33
  """CountGlobalEipSegmentResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
37
37
  :param request_id: 本次请求的编号
38
38
  :type request_id: str
39
- :param global_eip_segments:
40
- :type global_eip_segments: CountGeipSegments
39
+ :param global_eip_segment:
40
+ :type global_eip_segment: CountGeipSegments
41
41
  :param x_request_id:
42
42
  :type x_request_id: str
43
43
  """
@@ -45,14 +45,14 @@ class CountGlobalEipSegmentResponse(SdkResponse):
45
45
  super(CountGlobalEipSegmentResponse, self).__init__()
46
46
 
47
47
  self._request_id = None
48
- self._global_eip_segments = None
48
+ self._global_eip_segment = None
49
49
  self._x_request_id = None
50
50
  self.discriminator = None
51
51
 
52
52
  if request_id is not None:
53
53
  self.request_id = request_id
54
- if global_eip_segments is not None:
55
- self.global_eip_segments = global_eip_segments
54
+ if global_eip_segment is not None:
55
+ self.global_eip_segment = global_eip_segment
56
56
  if x_request_id is not None:
57
57
  self.x_request_id = x_request_id
58
58
 
@@ -79,22 +79,22 @@ class CountGlobalEipSegmentResponse(SdkResponse):
79
79
  self._request_id = request_id
80
80
 
81
81
  @property
82
- def global_eip_segments(self):
83
- """Gets the global_eip_segments of this CountGlobalEipSegmentResponse.
82
+ def global_eip_segment(self):
83
+ """Gets the global_eip_segment of this CountGlobalEipSegmentResponse.
84
84
 
85
- :return: The global_eip_segments of this CountGlobalEipSegmentResponse.
85
+ :return: The global_eip_segment of this CountGlobalEipSegmentResponse.
86
86
  :rtype: CountGeipSegments
87
87
  """
88
- return self._global_eip_segments
88
+ return self._global_eip_segment
89
89
 
90
- @global_eip_segments.setter
91
- def global_eip_segments(self, global_eip_segments):
92
- """Sets the global_eip_segments of this CountGlobalEipSegmentResponse.
90
+ @global_eip_segment.setter
91
+ def global_eip_segment(self, global_eip_segment):
92
+ """Sets the global_eip_segment of this CountGlobalEipSegmentResponse.
93
93
 
94
- :param global_eip_segments: The global_eip_segments of this CountGlobalEipSegmentResponse.
95
- :type global_eip_segments: CountGeipSegments
94
+ :param global_eip_segment: The global_eip_segment of this CountGlobalEipSegmentResponse.
95
+ :type global_eip_segment: CountGeipSegments
96
96
  """
97
- self._global_eip_segments = global_eip_segments
97
+ self._global_eip_segment = global_eip_segment
98
98
 
99
99
  @property
100
100
  def x_request_id(self):
@@ -29,7 +29,7 @@ class CountGlobalEips:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param count: Global Eip Count
32
+ :param count: 全域弹性公网IP个数
33
33
  :type count: int
34
34
  """
35
35
 
@@ -44,7 +44,7 @@ class CountGlobalEips:
44
44
  def count(self):
45
45
  """Gets the count of this CountGlobalEips.
46
46
 
47
- Global Eip Count
47
+ 全域弹性公网IP个数
48
48
 
49
49
  :return: The count of this CountGlobalEips.
50
50
  :rtype: int
@@ -55,7 +55,7 @@ class CountGlobalEips:
55
55
  def count(self, count):
56
56
  """Sets the count of this CountGlobalEips.
57
57
 
58
- Global Eip Count
58
+ 全域弹性公网IP个数
59
59
 
60
60
  :param count: The count of this CountGlobalEips.
61
61
  :type count: int