huaweicloudsdkgeip 3.1.86__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.86.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/METADATA +2 -2
  118. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/RECORD +121 -125
  119. {huaweicloudsdkgeip-3.1.86.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.86.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/LICENSE +0 -0
  126. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/top_level.txt +0 -0
@@ -95,57 +95,57 @@ class ListGlobalEipSegmentsRequest:
95
95
  :type marker: str
96
96
  :param page_reverse: 翻页方向
97
97
  :type page_reverse: bool
98
- :param fields: 只显示指定的字段
98
+ :param fields:
99
99
  :type fields: list[str]
100
100
  :param sort_key: 按照sort_key指定的字段排序
101
101
  :type sort_key: list[str]
102
102
  :param sort_dir: 排序的方向,倒序或者正序
103
103
  :type sort_dir: list[str]
104
- :param id: 根据资源ID过滤
104
+ :param id:
105
105
  :type id: list[str]
106
- :param internet_bandwidth_id: 根据全域公网带宽的ID过滤
106
+ :param internet_bandwidth_id:
107
107
  :type internet_bandwidth_id: list[str]
108
- :param name: 根据名称过滤
108
+ :param name:
109
109
  :type name: list[str]
110
- :param name_like: 根据名称模糊匹配
110
+ :param name_like:
111
111
  :type name_like: str
112
- :param access_site: 根据接入点过滤
112
+ :param access_site:
113
113
  :type access_site: list[str]
114
- :param geip_pool_name: 根据全域弹性公网IP池名称过滤
114
+ :param geip_pool_name:
115
115
  :type geip_pool_name: list[str]
116
- :param isp: 根据运营商线路过滤
116
+ :param isp:
117
117
  :type isp: list[str]
118
- :param ip_version: 根据可分配的IP版本过滤
118
+ :param ip_version:
119
119
  :type ip_version: list[int]
120
- :param cidr: 根据分配的CIDR过滤
120
+ :param cidr:
121
121
  :type cidr: list[str]
122
- :param cidr_v6: 根据分配的IPv6 CIDR过滤
122
+ :param cidr_v6:
123
123
  :type cidr_v6: list[str]
124
- :param freezen: 根据是否冻结过滤
124
+ :param freezen:
125
125
  :type freezen: list[bool]
126
- :param internet_bandwidth_is_null: 根据是否绑定全域公网带宽过滤
126
+ :param internet_bandwidth_is_null:
127
127
  :type internet_bandwidth_is_null: list[bool]
128
- :param status: 根据状态过滤
128
+ :param status:
129
129
  :type status: list[str]
130
- :param associate_instance_region: 根据绑定实例所属的局点过滤
130
+ :param associate_instance_region:
131
131
  :type associate_instance_region: list[str]
132
- :param associate_instance_instance_type: 根据绑定实例的类型过滤
132
+ :param associate_instance_instance_type:
133
133
  :type associate_instance_instance_type: list[str]
134
- :param associate_instance_public_border_group: 根据绑定实例所属的边缘信息过滤
134
+ :param associate_instance_public_border_group:
135
135
  :type associate_instance_public_border_group: list[str]
136
- :param associate_instance_instance_site: 根据绑定实例所在的站点过滤
136
+ :param associate_instance_instance_site:
137
137
  :type associate_instance_instance_site: list[str]
138
- :param associate_instance_instance_id: 根据绑定实例的ID过滤
138
+ :param associate_instance_instance_id:
139
139
  :type associate_instance_instance_id: list[str]
140
- :param associate_instance_project_id: 根据绑定实例所属的项目ID过滤
140
+ :param associate_instance_project_id:
141
141
  :type associate_instance_project_id: list[str]
142
- :param associate_instance_service_id: 根据绑定实例所属的服务ID过滤
142
+ :param associate_instance_service_id:
143
143
  :type associate_instance_service_id: list[str]
144
- :param associate_instance_service_type: 根据绑定实例的服务类型过滤
144
+ :param associate_instance_service_type:
145
145
  :type associate_instance_service_type: list[str]
146
- :param enterprise_project_id: 根据企业项目ID过滤
146
+ :param enterprise_project_id:
147
147
  :type enterprise_project_id: list[str]
148
- :param tags: 根据标签过滤
148
+ :param tags:
149
149
  :type tags: list[str]
150
150
  """
151
151
 
@@ -336,8 +336,6 @@ class ListGlobalEipSegmentsRequest:
336
336
  def fields(self):
337
337
  """Gets the fields of this ListGlobalEipSegmentsRequest.
338
338
 
339
- 只显示指定的字段
340
-
341
339
  :return: The fields of this ListGlobalEipSegmentsRequest.
342
340
  :rtype: list[str]
343
341
  """
@@ -347,8 +345,6 @@ class ListGlobalEipSegmentsRequest:
347
345
  def fields(self, fields):
348
346
  """Sets the fields of this ListGlobalEipSegmentsRequest.
349
347
 
350
- 只显示指定的字段
351
-
352
348
  :param fields: The fields of this ListGlobalEipSegmentsRequest.
353
349
  :type fields: list[str]
354
350
  """
@@ -402,8 +398,6 @@ class ListGlobalEipSegmentsRequest:
402
398
  def id(self):
403
399
  """Gets the id of this ListGlobalEipSegmentsRequest.
404
400
 
405
- 根据资源ID过滤
406
-
407
401
  :return: The id of this ListGlobalEipSegmentsRequest.
408
402
  :rtype: list[str]
409
403
  """
@@ -413,8 +407,6 @@ class ListGlobalEipSegmentsRequest:
413
407
  def id(self, id):
414
408
  """Sets the id of this ListGlobalEipSegmentsRequest.
415
409
 
416
- 根据资源ID过滤
417
-
418
410
  :param id: The id of this ListGlobalEipSegmentsRequest.
419
411
  :type id: list[str]
420
412
  """
@@ -424,8 +416,6 @@ class ListGlobalEipSegmentsRequest:
424
416
  def internet_bandwidth_id(self):
425
417
  """Gets the internet_bandwidth_id of this ListGlobalEipSegmentsRequest.
426
418
 
427
- 根据全域公网带宽的ID过滤
428
-
429
419
  :return: The internet_bandwidth_id of this ListGlobalEipSegmentsRequest.
430
420
  :rtype: list[str]
431
421
  """
@@ -435,8 +425,6 @@ class ListGlobalEipSegmentsRequest:
435
425
  def internet_bandwidth_id(self, internet_bandwidth_id):
436
426
  """Sets the internet_bandwidth_id of this ListGlobalEipSegmentsRequest.
437
427
 
438
- 根据全域公网带宽的ID过滤
439
-
440
428
  :param internet_bandwidth_id: The internet_bandwidth_id of this ListGlobalEipSegmentsRequest.
441
429
  :type internet_bandwidth_id: list[str]
442
430
  """
@@ -446,8 +434,6 @@ class ListGlobalEipSegmentsRequest:
446
434
  def name(self):
447
435
  """Gets the name of this ListGlobalEipSegmentsRequest.
448
436
 
449
- 根据名称过滤
450
-
451
437
  :return: The name of this ListGlobalEipSegmentsRequest.
452
438
  :rtype: list[str]
453
439
  """
@@ -457,8 +443,6 @@ class ListGlobalEipSegmentsRequest:
457
443
  def name(self, name):
458
444
  """Sets the name of this ListGlobalEipSegmentsRequest.
459
445
 
460
- 根据名称过滤
461
-
462
446
  :param name: The name of this ListGlobalEipSegmentsRequest.
463
447
  :type name: list[str]
464
448
  """
@@ -468,8 +452,6 @@ class ListGlobalEipSegmentsRequest:
468
452
  def name_like(self):
469
453
  """Gets the name_like of this ListGlobalEipSegmentsRequest.
470
454
 
471
- 根据名称模糊匹配
472
-
473
455
  :return: The name_like of this ListGlobalEipSegmentsRequest.
474
456
  :rtype: str
475
457
  """
@@ -479,8 +461,6 @@ class ListGlobalEipSegmentsRequest:
479
461
  def name_like(self, name_like):
480
462
  """Sets the name_like of this ListGlobalEipSegmentsRequest.
481
463
 
482
- 根据名称模糊匹配
483
-
484
464
  :param name_like: The name_like of this ListGlobalEipSegmentsRequest.
485
465
  :type name_like: str
486
466
  """
@@ -490,8 +470,6 @@ class ListGlobalEipSegmentsRequest:
490
470
  def access_site(self):
491
471
  """Gets the access_site of this ListGlobalEipSegmentsRequest.
492
472
 
493
- 根据接入点过滤
494
-
495
473
  :return: The access_site of this ListGlobalEipSegmentsRequest.
496
474
  :rtype: list[str]
497
475
  """
@@ -501,8 +479,6 @@ class ListGlobalEipSegmentsRequest:
501
479
  def access_site(self, access_site):
502
480
  """Sets the access_site of this ListGlobalEipSegmentsRequest.
503
481
 
504
- 根据接入点过滤
505
-
506
482
  :param access_site: The access_site of this ListGlobalEipSegmentsRequest.
507
483
  :type access_site: list[str]
508
484
  """
@@ -512,8 +488,6 @@ class ListGlobalEipSegmentsRequest:
512
488
  def geip_pool_name(self):
513
489
  """Gets the geip_pool_name of this ListGlobalEipSegmentsRequest.
514
490
 
515
- 根据全域弹性公网IP池名称过滤
516
-
517
491
  :return: The geip_pool_name of this ListGlobalEipSegmentsRequest.
518
492
  :rtype: list[str]
519
493
  """
@@ -523,8 +497,6 @@ class ListGlobalEipSegmentsRequest:
523
497
  def geip_pool_name(self, geip_pool_name):
524
498
  """Sets the geip_pool_name of this ListGlobalEipSegmentsRequest.
525
499
 
526
- 根据全域弹性公网IP池名称过滤
527
-
528
500
  :param geip_pool_name: The geip_pool_name of this ListGlobalEipSegmentsRequest.
529
501
  :type geip_pool_name: list[str]
530
502
  """
@@ -534,8 +506,6 @@ class ListGlobalEipSegmentsRequest:
534
506
  def isp(self):
535
507
  """Gets the isp of this ListGlobalEipSegmentsRequest.
536
508
 
537
- 根据运营商线路过滤
538
-
539
509
  :return: The isp of this ListGlobalEipSegmentsRequest.
540
510
  :rtype: list[str]
541
511
  """
@@ -545,8 +515,6 @@ class ListGlobalEipSegmentsRequest:
545
515
  def isp(self, isp):
546
516
  """Sets the isp of this ListGlobalEipSegmentsRequest.
547
517
 
548
- 根据运营商线路过滤
549
-
550
518
  :param isp: The isp of this ListGlobalEipSegmentsRequest.
551
519
  :type isp: list[str]
552
520
  """
@@ -556,8 +524,6 @@ class ListGlobalEipSegmentsRequest:
556
524
  def ip_version(self):
557
525
  """Gets the ip_version of this ListGlobalEipSegmentsRequest.
558
526
 
559
- 根据可分配的IP版本过滤
560
-
561
527
  :return: The ip_version of this ListGlobalEipSegmentsRequest.
562
528
  :rtype: list[int]
563
529
  """
@@ -567,8 +533,6 @@ class ListGlobalEipSegmentsRequest:
567
533
  def ip_version(self, ip_version):
568
534
  """Sets the ip_version of this ListGlobalEipSegmentsRequest.
569
535
 
570
- 根据可分配的IP版本过滤
571
-
572
536
  :param ip_version: The ip_version of this ListGlobalEipSegmentsRequest.
573
537
  :type ip_version: list[int]
574
538
  """
@@ -578,8 +542,6 @@ class ListGlobalEipSegmentsRequest:
578
542
  def cidr(self):
579
543
  """Gets the cidr of this ListGlobalEipSegmentsRequest.
580
544
 
581
- 根据分配的CIDR过滤
582
-
583
545
  :return: The cidr of this ListGlobalEipSegmentsRequest.
584
546
  :rtype: list[str]
585
547
  """
@@ -589,8 +551,6 @@ class ListGlobalEipSegmentsRequest:
589
551
  def cidr(self, cidr):
590
552
  """Sets the cidr of this ListGlobalEipSegmentsRequest.
591
553
 
592
- 根据分配的CIDR过滤
593
-
594
554
  :param cidr: The cidr of this ListGlobalEipSegmentsRequest.
595
555
  :type cidr: list[str]
596
556
  """
@@ -600,8 +560,6 @@ class ListGlobalEipSegmentsRequest:
600
560
  def cidr_v6(self):
601
561
  """Gets the cidr_v6 of this ListGlobalEipSegmentsRequest.
602
562
 
603
- 根据分配的IPv6 CIDR过滤
604
-
605
563
  :return: The cidr_v6 of this ListGlobalEipSegmentsRequest.
606
564
  :rtype: list[str]
607
565
  """
@@ -611,8 +569,6 @@ class ListGlobalEipSegmentsRequest:
611
569
  def cidr_v6(self, cidr_v6):
612
570
  """Sets the cidr_v6 of this ListGlobalEipSegmentsRequest.
613
571
 
614
- 根据分配的IPv6 CIDR过滤
615
-
616
572
  :param cidr_v6: The cidr_v6 of this ListGlobalEipSegmentsRequest.
617
573
  :type cidr_v6: list[str]
618
574
  """
@@ -622,8 +578,6 @@ class ListGlobalEipSegmentsRequest:
622
578
  def freezen(self):
623
579
  """Gets the freezen of this ListGlobalEipSegmentsRequest.
624
580
 
625
- 根据是否冻结过滤
626
-
627
581
  :return: The freezen of this ListGlobalEipSegmentsRequest.
628
582
  :rtype: list[bool]
629
583
  """
@@ -633,8 +587,6 @@ class ListGlobalEipSegmentsRequest:
633
587
  def freezen(self, freezen):
634
588
  """Sets the freezen of this ListGlobalEipSegmentsRequest.
635
589
 
636
- 根据是否冻结过滤
637
-
638
590
  :param freezen: The freezen of this ListGlobalEipSegmentsRequest.
639
591
  :type freezen: list[bool]
640
592
  """
@@ -644,8 +596,6 @@ class ListGlobalEipSegmentsRequest:
644
596
  def internet_bandwidth_is_null(self):
645
597
  """Gets the internet_bandwidth_is_null of this ListGlobalEipSegmentsRequest.
646
598
 
647
- 根据是否绑定全域公网带宽过滤
648
-
649
599
  :return: The internet_bandwidth_is_null of this ListGlobalEipSegmentsRequest.
650
600
  :rtype: list[bool]
651
601
  """
@@ -655,8 +605,6 @@ class ListGlobalEipSegmentsRequest:
655
605
  def internet_bandwidth_is_null(self, internet_bandwidth_is_null):
656
606
  """Sets the internet_bandwidth_is_null of this ListGlobalEipSegmentsRequest.
657
607
 
658
- 根据是否绑定全域公网带宽过滤
659
-
660
608
  :param internet_bandwidth_is_null: The internet_bandwidth_is_null of this ListGlobalEipSegmentsRequest.
661
609
  :type internet_bandwidth_is_null: list[bool]
662
610
  """
@@ -666,8 +614,6 @@ class ListGlobalEipSegmentsRequest:
666
614
  def status(self):
667
615
  """Gets the status of this ListGlobalEipSegmentsRequest.
668
616
 
669
- 根据状态过滤
670
-
671
617
  :return: The status of this ListGlobalEipSegmentsRequest.
672
618
  :rtype: list[str]
673
619
  """
@@ -677,8 +623,6 @@ class ListGlobalEipSegmentsRequest:
677
623
  def status(self, status):
678
624
  """Sets the status of this ListGlobalEipSegmentsRequest.
679
625
 
680
- 根据状态过滤
681
-
682
626
  :param status: The status of this ListGlobalEipSegmentsRequest.
683
627
  :type status: list[str]
684
628
  """
@@ -688,8 +632,6 @@ class ListGlobalEipSegmentsRequest:
688
632
  def associate_instance_region(self):
689
633
  """Gets the associate_instance_region of this ListGlobalEipSegmentsRequest.
690
634
 
691
- 根据绑定实例所属的局点过滤
692
-
693
635
  :return: The associate_instance_region of this ListGlobalEipSegmentsRequest.
694
636
  :rtype: list[str]
695
637
  """
@@ -699,8 +641,6 @@ class ListGlobalEipSegmentsRequest:
699
641
  def associate_instance_region(self, associate_instance_region):
700
642
  """Sets the associate_instance_region of this ListGlobalEipSegmentsRequest.
701
643
 
702
- 根据绑定实例所属的局点过滤
703
-
704
644
  :param associate_instance_region: The associate_instance_region of this ListGlobalEipSegmentsRequest.
705
645
  :type associate_instance_region: list[str]
706
646
  """
@@ -710,8 +650,6 @@ class ListGlobalEipSegmentsRequest:
710
650
  def associate_instance_instance_type(self):
711
651
  """Gets the associate_instance_instance_type of this ListGlobalEipSegmentsRequest.
712
652
 
713
- 根据绑定实例的类型过滤
714
-
715
653
  :return: The associate_instance_instance_type of this ListGlobalEipSegmentsRequest.
716
654
  :rtype: list[str]
717
655
  """
@@ -721,8 +659,6 @@ class ListGlobalEipSegmentsRequest:
721
659
  def associate_instance_instance_type(self, associate_instance_instance_type):
722
660
  """Sets the associate_instance_instance_type of this ListGlobalEipSegmentsRequest.
723
661
 
724
- 根据绑定实例的类型过滤
725
-
726
662
  :param associate_instance_instance_type: The associate_instance_instance_type of this ListGlobalEipSegmentsRequest.
727
663
  :type associate_instance_instance_type: list[str]
728
664
  """
@@ -732,8 +668,6 @@ class ListGlobalEipSegmentsRequest:
732
668
  def associate_instance_public_border_group(self):
733
669
  """Gets the associate_instance_public_border_group of this ListGlobalEipSegmentsRequest.
734
670
 
735
- 根据绑定实例所属的边缘信息过滤
736
-
737
671
  :return: The associate_instance_public_border_group of this ListGlobalEipSegmentsRequest.
738
672
  :rtype: list[str]
739
673
  """
@@ -743,8 +677,6 @@ class ListGlobalEipSegmentsRequest:
743
677
  def associate_instance_public_border_group(self, associate_instance_public_border_group):
744
678
  """Sets the associate_instance_public_border_group of this ListGlobalEipSegmentsRequest.
745
679
 
746
- 根据绑定实例所属的边缘信息过滤
747
-
748
680
  :param associate_instance_public_border_group: The associate_instance_public_border_group of this ListGlobalEipSegmentsRequest.
749
681
  :type associate_instance_public_border_group: list[str]
750
682
  """
@@ -754,8 +686,6 @@ class ListGlobalEipSegmentsRequest:
754
686
  def associate_instance_instance_site(self):
755
687
  """Gets the associate_instance_instance_site of this ListGlobalEipSegmentsRequest.
756
688
 
757
- 根据绑定实例所在的站点过滤
758
-
759
689
  :return: The associate_instance_instance_site of this ListGlobalEipSegmentsRequest.
760
690
  :rtype: list[str]
761
691
  """
@@ -765,8 +695,6 @@ class ListGlobalEipSegmentsRequest:
765
695
  def associate_instance_instance_site(self, associate_instance_instance_site):
766
696
  """Sets the associate_instance_instance_site of this ListGlobalEipSegmentsRequest.
767
697
 
768
- 根据绑定实例所在的站点过滤
769
-
770
698
  :param associate_instance_instance_site: The associate_instance_instance_site of this ListGlobalEipSegmentsRequest.
771
699
  :type associate_instance_instance_site: list[str]
772
700
  """
@@ -776,8 +704,6 @@ class ListGlobalEipSegmentsRequest:
776
704
  def associate_instance_instance_id(self):
777
705
  """Gets the associate_instance_instance_id of this ListGlobalEipSegmentsRequest.
778
706
 
779
- 根据绑定实例的ID过滤
780
-
781
707
  :return: The associate_instance_instance_id of this ListGlobalEipSegmentsRequest.
782
708
  :rtype: list[str]
783
709
  """
@@ -787,8 +713,6 @@ class ListGlobalEipSegmentsRequest:
787
713
  def associate_instance_instance_id(self, associate_instance_instance_id):
788
714
  """Sets the associate_instance_instance_id of this ListGlobalEipSegmentsRequest.
789
715
 
790
- 根据绑定实例的ID过滤
791
-
792
716
  :param associate_instance_instance_id: The associate_instance_instance_id of this ListGlobalEipSegmentsRequest.
793
717
  :type associate_instance_instance_id: list[str]
794
718
  """
@@ -798,8 +722,6 @@ class ListGlobalEipSegmentsRequest:
798
722
  def associate_instance_project_id(self):
799
723
  """Gets the associate_instance_project_id of this ListGlobalEipSegmentsRequest.
800
724
 
801
- 根据绑定实例所属的项目ID过滤
802
-
803
725
  :return: The associate_instance_project_id of this ListGlobalEipSegmentsRequest.
804
726
  :rtype: list[str]
805
727
  """
@@ -809,8 +731,6 @@ class ListGlobalEipSegmentsRequest:
809
731
  def associate_instance_project_id(self, associate_instance_project_id):
810
732
  """Sets the associate_instance_project_id of this ListGlobalEipSegmentsRequest.
811
733
 
812
- 根据绑定实例所属的项目ID过滤
813
-
814
734
  :param associate_instance_project_id: The associate_instance_project_id of this ListGlobalEipSegmentsRequest.
815
735
  :type associate_instance_project_id: list[str]
816
736
  """
@@ -820,8 +740,6 @@ class ListGlobalEipSegmentsRequest:
820
740
  def associate_instance_service_id(self):
821
741
  """Gets the associate_instance_service_id of this ListGlobalEipSegmentsRequest.
822
742
 
823
- 根据绑定实例所属的服务ID过滤
824
-
825
743
  :return: The associate_instance_service_id of this ListGlobalEipSegmentsRequest.
826
744
  :rtype: list[str]
827
745
  """
@@ -831,8 +749,6 @@ class ListGlobalEipSegmentsRequest:
831
749
  def associate_instance_service_id(self, associate_instance_service_id):
832
750
  """Sets the associate_instance_service_id of this ListGlobalEipSegmentsRequest.
833
751
 
834
- 根据绑定实例所属的服务ID过滤
835
-
836
752
  :param associate_instance_service_id: The associate_instance_service_id of this ListGlobalEipSegmentsRequest.
837
753
  :type associate_instance_service_id: list[str]
838
754
  """
@@ -842,8 +758,6 @@ class ListGlobalEipSegmentsRequest:
842
758
  def associate_instance_service_type(self):
843
759
  """Gets the associate_instance_service_type of this ListGlobalEipSegmentsRequest.
844
760
 
845
- 根据绑定实例的服务类型过滤
846
-
847
761
  :return: The associate_instance_service_type of this ListGlobalEipSegmentsRequest.
848
762
  :rtype: list[str]
849
763
  """
@@ -853,8 +767,6 @@ class ListGlobalEipSegmentsRequest:
853
767
  def associate_instance_service_type(self, associate_instance_service_type):
854
768
  """Sets the associate_instance_service_type of this ListGlobalEipSegmentsRequest.
855
769
 
856
- 根据绑定实例的服务类型过滤
857
-
858
770
  :param associate_instance_service_type: The associate_instance_service_type of this ListGlobalEipSegmentsRequest.
859
771
  :type associate_instance_service_type: list[str]
860
772
  """
@@ -864,8 +776,6 @@ class ListGlobalEipSegmentsRequest:
864
776
  def enterprise_project_id(self):
865
777
  """Gets the enterprise_project_id of this ListGlobalEipSegmentsRequest.
866
778
 
867
- 根据企业项目ID过滤
868
-
869
779
  :return: The enterprise_project_id of this ListGlobalEipSegmentsRequest.
870
780
  :rtype: list[str]
871
781
  """
@@ -875,8 +785,6 @@ class ListGlobalEipSegmentsRequest:
875
785
  def enterprise_project_id(self, enterprise_project_id):
876
786
  """Sets the enterprise_project_id of this ListGlobalEipSegmentsRequest.
877
787
 
878
- 根据企业项目ID过滤
879
-
880
788
  :param enterprise_project_id: The enterprise_project_id of this ListGlobalEipSegmentsRequest.
881
789
  :type enterprise_project_id: list[str]
882
790
  """
@@ -886,8 +794,6 @@ class ListGlobalEipSegmentsRequest:
886
794
  def tags(self):
887
795
  """Gets the tags of this ListGlobalEipSegmentsRequest.
888
796
 
889
- 根据标签过滤
890
-
891
797
  :return: The tags of this ListGlobalEipSegmentsRequest.
892
798
  :rtype: list[str]
893
799
  """
@@ -897,8 +803,6 @@ class ListGlobalEipSegmentsRequest:
897
803
  def tags(self, tags):
898
804
  """Sets the tags of this ListGlobalEipSegmentsRequest.
899
805
 
900
- 根据标签过滤
901
-
902
806
  :param tags: The tags of this ListGlobalEipSegmentsRequest.
903
807
  :type tags: list[str]
904
808
  """
@@ -73,21 +73,21 @@ class ListGlobalEips:
73
73
 
74
74
  The model defined in huaweicloud sdk
75
75
 
76
- :param id: ID
76
+ :param id: 全域弹性公网IP的ID
77
77
  :type id: str
78
- :param name: 资源名称
78
+ :param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
79
79
  :type name: str
80
- :param description: 用户自定义的资源描述
80
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
81
81
  :type description: str
82
- :param domain_id: 租户ID
82
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
83
83
  :type domain_id: str
84
84
  :param access_site: 接入点信息
85
85
  :type access_site: str
86
86
  :param geip_pool_name: 全域弹性公网IP池子名称
87
87
  :type geip_pool_name: str
88
- :param isp: 线路
88
+ :param isp: 全域弹性公网IP所属线路
89
89
  :type isp: str
90
- :param ip_version: IPv4或IPv6
90
+ :param ip_version: - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
91
91
  :type ip_version: int
92
92
  :param ip_address: IPv4地址
93
93
  :type ip_address: str
@@ -117,7 +117,7 @@ class ListGlobalEips:
117
117
  :type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
118
118
  :param sys_tags: 系统标签
119
119
  :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
120
- :param enterprise_project_id: 资源的企业项目id
120
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
121
121
  :type enterprise_project_id: str
122
122
  """
123
123
 
@@ -199,7 +199,7 @@ class ListGlobalEips:
199
199
  def id(self):
200
200
  """Gets the id of this ListGlobalEips.
201
201
 
202
- ID
202
+ 全域弹性公网IP的ID
203
203
 
204
204
  :return: The id of this ListGlobalEips.
205
205
  :rtype: str
@@ -210,7 +210,7 @@ class ListGlobalEips:
210
210
  def id(self, id):
211
211
  """Sets the id of this ListGlobalEips.
212
212
 
213
- ID
213
+ 全域弹性公网IP的ID
214
214
 
215
215
  :param id: The id of this ListGlobalEips.
216
216
  :type id: str
@@ -221,7 +221,7 @@ class ListGlobalEips:
221
221
  def name(self):
222
222
  """Gets the name of this ListGlobalEips.
223
223
 
224
- 资源名称
224
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
225
225
 
226
226
  :return: The name of this ListGlobalEips.
227
227
  :rtype: str
@@ -232,7 +232,7 @@ class ListGlobalEips:
232
232
  def name(self, name):
233
233
  """Sets the name of this ListGlobalEips.
234
234
 
235
- 资源名称
235
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
236
236
 
237
237
  :param name: The name of this ListGlobalEips.
238
238
  :type name: str
@@ -243,7 +243,7 @@ class ListGlobalEips:
243
243
  def description(self):
244
244
  """Gets the description of this ListGlobalEips.
245
245
 
246
- 用户自定义的资源描述
246
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
247
247
 
248
248
  :return: The description of this ListGlobalEips.
249
249
  :rtype: str
@@ -254,7 +254,7 @@ class ListGlobalEips:
254
254
  def description(self, description):
255
255
  """Sets the description of this ListGlobalEips.
256
256
 
257
- 用户自定义的资源描述
257
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
258
258
 
259
259
  :param description: The description of this ListGlobalEips.
260
260
  :type description: str
@@ -265,7 +265,7 @@ class ListGlobalEips:
265
265
  def domain_id(self):
266
266
  """Gets the domain_id of this ListGlobalEips.
267
267
 
268
- 租户ID
268
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
269
269
 
270
270
  :return: The domain_id of this ListGlobalEips.
271
271
  :rtype: str
@@ -276,7 +276,7 @@ class ListGlobalEips:
276
276
  def domain_id(self, domain_id):
277
277
  """Sets the domain_id of this ListGlobalEips.
278
278
 
279
- 租户ID
279
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
280
280
 
281
281
  :param domain_id: The domain_id of this ListGlobalEips.
282
282
  :type domain_id: str
@@ -331,7 +331,7 @@ class ListGlobalEips:
331
331
  def isp(self):
332
332
  """Gets the isp of this ListGlobalEips.
333
333
 
334
- 线路
334
+ 全域弹性公网IP所属线路
335
335
 
336
336
  :return: The isp of this ListGlobalEips.
337
337
  :rtype: str
@@ -342,7 +342,7 @@ class ListGlobalEips:
342
342
  def isp(self, isp):
343
343
  """Sets the isp of this ListGlobalEips.
344
344
 
345
- 线路
345
+ 全域弹性公网IP所属线路
346
346
 
347
347
  :param isp: The isp of this ListGlobalEips.
348
348
  :type isp: str
@@ -353,7 +353,7 @@ class ListGlobalEips:
353
353
  def ip_version(self):
354
354
  """Gets the ip_version of this ListGlobalEips.
355
355
 
356
- IPv4或IPv6
356
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
357
357
 
358
358
  :return: The ip_version of this ListGlobalEips.
359
359
  :rtype: int
@@ -364,7 +364,7 @@ class ListGlobalEips:
364
364
  def ip_version(self, ip_version):
365
365
  """Sets the ip_version of this ListGlobalEips.
366
366
 
367
- IPv4或IPv6
367
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
368
368
 
369
369
  :param ip_version: The ip_version of this ListGlobalEips.
370
370
  :type ip_version: int
@@ -671,7 +671,7 @@ class ListGlobalEips:
671
671
  def enterprise_project_id(self):
672
672
  """Gets the enterprise_project_id of this ListGlobalEips.
673
673
 
674
- 资源的企业项目id
674
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
675
675
 
676
676
  :return: The enterprise_project_id of this ListGlobalEips.
677
677
  :rtype: str
@@ -682,7 +682,7 @@ class ListGlobalEips:
682
682
  def enterprise_project_id(self, enterprise_project_id):
683
683
  """Sets the enterprise_project_id of this ListGlobalEips.
684
684
 
685
- 资源的企业项目id
685
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
686
686
 
687
687
  :param enterprise_project_id: The enterprise_project_id of this ListGlobalEips.
688
688
  :type enterprise_project_id: str