huaweicloudsdkgeip 3.1.85__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.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/METADATA +2 -2
  113. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/RECORD +116 -120
  114. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/WHEEL +1 -1
  115. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  116. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  117. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  118. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  119. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/LICENSE +0 -0
  120. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/top_level.txt +0 -0
@@ -45,7 +45,7 @@ class ListSupportRegions:
45
45
 
46
46
  The model defined in huaweicloud sdk
47
47
 
48
- :param id: ID
48
+ :param id: 域弹性公网IP支持绑定的Region限制的ID
49
49
  :type id: str
50
50
  :param instance_type: 支持绑定的实例类型
51
51
  :type instance_type: str
@@ -53,7 +53,7 @@ class ListSupportRegions:
53
53
  :type access_site: str
54
54
  :param region_id: region_id
55
55
  :type region_id: str
56
- :param public_border_group: 中心站点or边缘站点
56
+ :param public_border_group: - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
57
57
  :type public_border_group: str
58
58
  :param remote_endpoint: remote_endpoint
59
59
  :type remote_endpoint: str
@@ -101,7 +101,7 @@ class ListSupportRegions:
101
101
  def id(self):
102
102
  """Gets the id of this ListSupportRegions.
103
103
 
104
- ID
104
+ 域弹性公网IP支持绑定的Region限制的ID
105
105
 
106
106
  :return: The id of this ListSupportRegions.
107
107
  :rtype: str
@@ -112,7 +112,7 @@ class ListSupportRegions:
112
112
  def id(self, id):
113
113
  """Sets the id of this ListSupportRegions.
114
114
 
115
- ID
115
+ 域弹性公网IP支持绑定的Region限制的ID
116
116
 
117
117
  :param id: The id of this ListSupportRegions.
118
118
  :type id: str
@@ -189,7 +189,7 @@ class ListSupportRegions:
189
189
  def public_border_group(self):
190
190
  """Gets the public_border_group of this ListSupportRegions.
191
191
 
192
- 中心站点or边缘站点
192
+ - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
193
193
 
194
194
  :return: The public_border_group of this ListSupportRegions.
195
195
  :rtype: str
@@ -200,7 +200,7 @@ class ListSupportRegions:
200
200
  def public_border_group(self, public_border_group):
201
201
  """Sets the public_border_group of this ListSupportRegions.
202
202
 
203
- 中心站点or边缘站点
203
+ - 功能说明:表示中心站点资源或者边缘站点资源 - 取值范围:center、边缘站点名称
204
204
 
205
205
  :param public_border_group: The public_border_group of this ListSupportRegions.
206
206
  :type public_border_group: str
@@ -63,25 +63,25 @@ class ListSupportRegionsRequest:
63
63
  :type marker: str
64
64
  :param page_reverse: 翻页方向
65
65
  :type page_reverse: bool
66
- :param fields: 只显示指定的字段
66
+ :param fields:
67
67
  :type fields: list[str]
68
68
  :param sort_key: 按照sort_key指定的字段排序
69
69
  :type sort_key: list[str]
70
70
  :param sort_dir: 排序的方向,倒序或者正序
71
71
  :type sort_dir: list[str]
72
- :param id: 根据ID过滤
72
+ :param id:
73
73
  :type id: list[str]
74
- :param instance_type: 根据实例类型过滤
74
+ :param instance_type:
75
75
  :type instance_type: list[str]
76
- :param public_border_group: 根据边缘信息过滤,中心站点or边缘站点
76
+ :param public_border_group:
77
77
  :type public_border_group: list[str]
78
- :param access_site: 根据接入点过滤
78
+ :param access_site:
79
79
  :type access_site: list[str]
80
- :param region_id: 根据region_id过滤
80
+ :param region_id:
81
81
  :type region_id: list[str]
82
- :param remote_endpoint: query by remote_endpoint
82
+ :param remote_endpoint:
83
83
  :type remote_endpoint: list[str]
84
- :param status: 根据资源状态过滤
84
+ :param status:
85
85
  :type status: list[str]
86
86
  """
87
87
 
@@ -224,8 +224,6 @@ class ListSupportRegionsRequest:
224
224
  def fields(self):
225
225
  """Gets the fields of this ListSupportRegionsRequest.
226
226
 
227
- 只显示指定的字段
228
-
229
227
  :return: The fields of this ListSupportRegionsRequest.
230
228
  :rtype: list[str]
231
229
  """
@@ -235,8 +233,6 @@ class ListSupportRegionsRequest:
235
233
  def fields(self, fields):
236
234
  """Sets the fields of this ListSupportRegionsRequest.
237
235
 
238
- 只显示指定的字段
239
-
240
236
  :param fields: The fields of this ListSupportRegionsRequest.
241
237
  :type fields: list[str]
242
238
  """
@@ -290,8 +286,6 @@ class ListSupportRegionsRequest:
290
286
  def id(self):
291
287
  """Gets the id of this ListSupportRegionsRequest.
292
288
 
293
- 根据ID过滤
294
-
295
289
  :return: The id of this ListSupportRegionsRequest.
296
290
  :rtype: list[str]
297
291
  """
@@ -301,8 +295,6 @@ class ListSupportRegionsRequest:
301
295
  def id(self, id):
302
296
  """Sets the id of this ListSupportRegionsRequest.
303
297
 
304
- 根据ID过滤
305
-
306
298
  :param id: The id of this ListSupportRegionsRequest.
307
299
  :type id: list[str]
308
300
  """
@@ -312,8 +304,6 @@ class ListSupportRegionsRequest:
312
304
  def instance_type(self):
313
305
  """Gets the instance_type of this ListSupportRegionsRequest.
314
306
 
315
- 根据实例类型过滤
316
-
317
307
  :return: The instance_type of this ListSupportRegionsRequest.
318
308
  :rtype: list[str]
319
309
  """
@@ -323,8 +313,6 @@ class ListSupportRegionsRequest:
323
313
  def instance_type(self, instance_type):
324
314
  """Sets the instance_type of this ListSupportRegionsRequest.
325
315
 
326
- 根据实例类型过滤
327
-
328
316
  :param instance_type: The instance_type of this ListSupportRegionsRequest.
329
317
  :type instance_type: list[str]
330
318
  """
@@ -334,8 +322,6 @@ class ListSupportRegionsRequest:
334
322
  def public_border_group(self):
335
323
  """Gets the public_border_group of this ListSupportRegionsRequest.
336
324
 
337
- 根据边缘信息过滤,中心站点or边缘站点
338
-
339
325
  :return: The public_border_group of this ListSupportRegionsRequest.
340
326
  :rtype: list[str]
341
327
  """
@@ -345,8 +331,6 @@ class ListSupportRegionsRequest:
345
331
  def public_border_group(self, public_border_group):
346
332
  """Sets the public_border_group of this ListSupportRegionsRequest.
347
333
 
348
- 根据边缘信息过滤,中心站点or边缘站点
349
-
350
334
  :param public_border_group: The public_border_group of this ListSupportRegionsRequest.
351
335
  :type public_border_group: list[str]
352
336
  """
@@ -356,8 +340,6 @@ class ListSupportRegionsRequest:
356
340
  def access_site(self):
357
341
  """Gets the access_site of this ListSupportRegionsRequest.
358
342
 
359
- 根据接入点过滤
360
-
361
343
  :return: The access_site of this ListSupportRegionsRequest.
362
344
  :rtype: list[str]
363
345
  """
@@ -367,8 +349,6 @@ class ListSupportRegionsRequest:
367
349
  def access_site(self, access_site):
368
350
  """Sets the access_site of this ListSupportRegionsRequest.
369
351
 
370
- 根据接入点过滤
371
-
372
352
  :param access_site: The access_site of this ListSupportRegionsRequest.
373
353
  :type access_site: list[str]
374
354
  """
@@ -378,8 +358,6 @@ class ListSupportRegionsRequest:
378
358
  def region_id(self):
379
359
  """Gets the region_id of this ListSupportRegionsRequest.
380
360
 
381
- 根据region_id过滤
382
-
383
361
  :return: The region_id of this ListSupportRegionsRequest.
384
362
  :rtype: list[str]
385
363
  """
@@ -389,8 +367,6 @@ class ListSupportRegionsRequest:
389
367
  def region_id(self, region_id):
390
368
  """Sets the region_id of this ListSupportRegionsRequest.
391
369
 
392
- 根据region_id过滤
393
-
394
370
  :param region_id: The region_id of this ListSupportRegionsRequest.
395
371
  :type region_id: list[str]
396
372
  """
@@ -400,8 +376,6 @@ class ListSupportRegionsRequest:
400
376
  def remote_endpoint(self):
401
377
  """Gets the remote_endpoint of this ListSupportRegionsRequest.
402
378
 
403
- query by remote_endpoint
404
-
405
379
  :return: The remote_endpoint of this ListSupportRegionsRequest.
406
380
  :rtype: list[str]
407
381
  """
@@ -411,8 +385,6 @@ class ListSupportRegionsRequest:
411
385
  def remote_endpoint(self, remote_endpoint):
412
386
  """Sets the remote_endpoint of this ListSupportRegionsRequest.
413
387
 
414
- query by remote_endpoint
415
-
416
388
  :param remote_endpoint: The remote_endpoint of this ListSupportRegionsRequest.
417
389
  :type remote_endpoint: list[str]
418
390
  """
@@ -422,8 +394,6 @@ class ListSupportRegionsRequest:
422
394
  def status(self):
423
395
  """Gets the status of this ListSupportRegionsRequest.
424
396
 
425
- 根据资源状态过滤
426
-
427
397
  :return: The status of this ListSupportRegionsRequest.
428
398
  :rtype: list[str]
429
399
  """
@@ -433,8 +403,6 @@ class ListSupportRegionsRequest:
433
403
  def status(self, status):
434
404
  """Sets the status of this ListSupportRegionsRequest.
435
405
 
436
- 根据资源状态过滤
437
-
438
406
  :param status: The status of this ListSupportRegionsRequest.
439
407
  :type status: list[str]
440
408
  """
@@ -31,9 +31,9 @@ class ListTenantGeipSupportInstancesRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param access_site: 接入点信息
34
+ :param access_site:
35
35
  :type access_site: str
36
- :param fields: 只显示指定的字段
36
+ :param fields:
37
37
  :type fields: list[str]
38
38
  """
39
39
 
@@ -51,8 +51,6 @@ class ListTenantGeipSupportInstancesRequest:
51
51
  def access_site(self):
52
52
  """Gets the access_site of this ListTenantGeipSupportInstancesRequest.
53
53
 
54
- 接入点信息
55
-
56
54
  :return: The access_site of this ListTenantGeipSupportInstancesRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class ListTenantGeipSupportInstancesRequest:
62
60
  def access_site(self, access_site):
63
61
  """Sets the access_site of this ListTenantGeipSupportInstancesRequest.
64
62
 
65
- 接入点信息
66
-
67
63
  :param access_site: The access_site of this ListTenantGeipSupportInstancesRequest.
68
64
  :type access_site: str
69
65
  """
@@ -73,8 +69,6 @@ class ListTenantGeipSupportInstancesRequest:
73
69
  def fields(self):
74
70
  """Gets the fields of this ListTenantGeipSupportInstancesRequest.
75
71
 
76
- 只显示指定的字段
77
-
78
72
  :return: The fields of this ListTenantGeipSupportInstancesRequest.
79
73
  :rtype: list[str]
80
74
  """
@@ -84,8 +78,6 @@ class ListTenantGeipSupportInstancesRequest:
84
78
  def fields(self, fields):
85
79
  """Sets the fields of this ListTenantGeipSupportInstancesRequest.
86
80
 
87
- 只显示指定的字段
88
-
89
81
  :param fields: The fields of this ListTenantGeipSupportInstancesRequest.
90
82
  :type fields: list[str]
91
83
  """
@@ -31,9 +31,9 @@ class ShortGlobalEipSegment:
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
 
@@ -52,7 +52,7 @@ class ShortGlobalEipSegment:
52
52
  def id(self):
53
53
  """Gets the id of this ShortGlobalEipSegment.
54
54
 
55
- ID
55
+ 全域弹性公网IP段的ID
56
56
 
57
57
  :return: The id of this ShortGlobalEipSegment.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class ShortGlobalEipSegment:
63
63
  def id(self, id):
64
64
  """Sets the id of this ShortGlobalEipSegment.
65
65
 
66
- ID
66
+ 全域弹性公网IP段的ID
67
67
 
68
68
  :param id: The id of this ShortGlobalEipSegment.
69
69
  :type id: str
@@ -74,7 +74,7 @@ class ShortGlobalEipSegment:
74
74
  def name(self):
75
75
  """Gets the name of this ShortGlobalEipSegment.
76
76
 
77
- 资源名称
77
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
78
78
 
79
79
  :return: The name of this ShortGlobalEipSegment.
80
80
  :rtype: str
@@ -85,7 +85,7 @@ class ShortGlobalEipSegment:
85
85
  def name(self, name):
86
86
  """Sets the name of this ShortGlobalEipSegment.
87
87
 
88
- 资源名称
88
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
89
89
 
90
90
  :param name: The name of this ShortGlobalEipSegment.
91
91
  :type name: str
@@ -29,7 +29,7 @@ class ShowGeipSegmentTagsRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param resource_id: 全域弹性公网IP的id
32
+ :param resource_id:
33
33
  :type resource_id: str
34
34
  """
35
35
 
@@ -44,8 +44,6 @@ class ShowGeipSegmentTagsRequest:
44
44
  def resource_id(self):
45
45
  """Gets the resource_id of this ShowGeipSegmentTagsRequest.
46
46
 
47
- 全域弹性公网IP的id
48
-
49
47
  :return: The resource_id of this ShowGeipSegmentTagsRequest.
50
48
  :rtype: str
51
49
  """
@@ -55,8 +53,6 @@ class ShowGeipSegmentTagsRequest:
55
53
  def resource_id(self, resource_id):
56
54
  """Sets the resource_id of this ShowGeipSegmentTagsRequest.
57
55
 
58
- 全域弹性公网IP的id
59
-
60
56
  :param resource_id: The resource_id of this ShowGeipSegmentTagsRequest.
61
57
  :type resource_id: str
62
58
  """
@@ -73,21 +73,21 @@ class ShowGlobalEip:
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 ShowGlobalEip:
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 ShowGlobalEip:
199
199
  def id(self):
200
200
  """Gets the id of this ShowGlobalEip.
201
201
 
202
- ID
202
+ 全域弹性公网IP的ID
203
203
 
204
204
  :return: The id of this ShowGlobalEip.
205
205
  :rtype: str
@@ -210,7 +210,7 @@ class ShowGlobalEip:
210
210
  def id(self, id):
211
211
  """Sets the id of this ShowGlobalEip.
212
212
 
213
- ID
213
+ 全域弹性公网IP的ID
214
214
 
215
215
  :param id: The id of this ShowGlobalEip.
216
216
  :type id: str
@@ -221,7 +221,7 @@ class ShowGlobalEip:
221
221
  def name(self):
222
222
  """Gets the name of this ShowGlobalEip.
223
223
 
224
- 资源名称
224
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
225
225
 
226
226
  :return: The name of this ShowGlobalEip.
227
227
  :rtype: str
@@ -232,7 +232,7 @@ class ShowGlobalEip:
232
232
  def name(self, name):
233
233
  """Sets the name of this ShowGlobalEip.
234
234
 
235
- 资源名称
235
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
236
236
 
237
237
  :param name: The name of this ShowGlobalEip.
238
238
  :type name: str
@@ -243,7 +243,7 @@ class ShowGlobalEip:
243
243
  def description(self):
244
244
  """Gets the description of this ShowGlobalEip.
245
245
 
246
- 用户自定义的资源描述
246
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
247
247
 
248
248
  :return: The description of this ShowGlobalEip.
249
249
  :rtype: str
@@ -254,7 +254,7 @@ class ShowGlobalEip:
254
254
  def description(self, description):
255
255
  """Sets the description of this ShowGlobalEip.
256
256
 
257
- 用户自定义的资源描述
257
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
258
258
 
259
259
  :param description: The description of this ShowGlobalEip.
260
260
  :type description: str
@@ -265,7 +265,7 @@ class ShowGlobalEip:
265
265
  def domain_id(self):
266
266
  """Gets the domain_id of this ShowGlobalEip.
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 ShowGlobalEip.
271
271
  :rtype: str
@@ -276,7 +276,7 @@ class ShowGlobalEip:
276
276
  def domain_id(self, domain_id):
277
277
  """Sets the domain_id of this ShowGlobalEip.
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 ShowGlobalEip.
282
282
  :type domain_id: str
@@ -331,7 +331,7 @@ class ShowGlobalEip:
331
331
  def isp(self):
332
332
  """Gets the isp of this ShowGlobalEip.
333
333
 
334
- 线路
334
+ 全域弹性公网IP所属线路
335
335
 
336
336
  :return: The isp of this ShowGlobalEip.
337
337
  :rtype: str
@@ -342,7 +342,7 @@ class ShowGlobalEip:
342
342
  def isp(self, isp):
343
343
  """Sets the isp of this ShowGlobalEip.
344
344
 
345
- 线路
345
+ 全域弹性公网IP所属线路
346
346
 
347
347
  :param isp: The isp of this ShowGlobalEip.
348
348
  :type isp: str
@@ -353,7 +353,7 @@ class ShowGlobalEip:
353
353
  def ip_version(self):
354
354
  """Gets the ip_version of this ShowGlobalEip.
355
355
 
356
- IPv4或IPv6
356
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
357
357
 
358
358
  :return: The ip_version of this ShowGlobalEip.
359
359
  :rtype: int
@@ -364,7 +364,7 @@ class ShowGlobalEip:
364
364
  def ip_version(self, ip_version):
365
365
  """Sets the ip_version of this ShowGlobalEip.
366
366
 
367
- IPv4或IPv6
367
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
368
368
 
369
369
  :param ip_version: The ip_version of this ShowGlobalEip.
370
370
  :type ip_version: int
@@ -671,7 +671,7 @@ class ShowGlobalEip:
671
671
  def enterprise_project_id(self):
672
672
  """Gets the enterprise_project_id of this ShowGlobalEip.
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 ShowGlobalEip.
677
677
  :rtype: str
@@ -682,7 +682,7 @@ class ShowGlobalEip:
682
682
  def enterprise_project_id(self, enterprise_project_id):
683
683
  """Sets the enterprise_project_id of this ShowGlobalEip.
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 ShowGlobalEip.
688
688
  :type enterprise_project_id: str
@@ -31,9 +31,9 @@ class ShowGlobalEipRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param global_eip_id: global_eip_id
34
+ :param global_eip_id:
35
35
  :type global_eip_id: str
36
- :param fields: 只显示指定的字段
36
+ :param fields:
37
37
  :type fields: list[str]
38
38
  """
39
39
 
@@ -51,8 +51,6 @@ class ShowGlobalEipRequest:
51
51
  def global_eip_id(self):
52
52
  """Gets the global_eip_id of this ShowGlobalEipRequest.
53
53
 
54
- global_eip_id
55
-
56
54
  :return: The global_eip_id of this ShowGlobalEipRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class ShowGlobalEipRequest:
62
60
  def global_eip_id(self, global_eip_id):
63
61
  """Sets the global_eip_id of this ShowGlobalEipRequest.
64
62
 
65
- global_eip_id
66
-
67
63
  :param global_eip_id: The global_eip_id of this ShowGlobalEipRequest.
68
64
  :type global_eip_id: str
69
65
  """
@@ -73,8 +69,6 @@ class ShowGlobalEipRequest:
73
69
  def fields(self):
74
70
  """Gets the fields of this ShowGlobalEipRequest.
75
71
 
76
- 只显示指定的字段
77
-
78
72
  :return: The fields of this ShowGlobalEipRequest.
79
73
  :rtype: list[str]
80
74
  """
@@ -84,8 +78,6 @@ class ShowGlobalEipRequest:
84
78
  def fields(self, fields):
85
79
  """Sets the fields of this ShowGlobalEipRequest.
86
80
 
87
- 只显示指定的字段
88
-
89
81
  :param fields: The fields of this ShowGlobalEipRequest.
90
82
  :type fields: list[str]
91
83
  """