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
@@ -63,25 +63,25 @@ class ListGeipPoolsRequest:
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 code: 根据名称过滤
74
+ :param code:
75
75
  :type code: list[str]
76
- :param access_site: 根据接入点过滤
76
+ :param access_site:
77
77
  :type access_site: list[str]
78
- :param isp: 根据运营商线路过滤
78
+ :param isp:
79
79
  :type isp: list[str]
80
- :param ip_version: 根据IP版本过滤
80
+ :param ip_version:
81
81
  :type ip_version: list[str]
82
- :param status: 根据池子状态过滤
82
+ :param status:
83
83
  :type status: list[str]
84
- :param type: 根据池子里存的内容过滤。取值:GEIP-用于分配全域弹性公网IP单地址;GEIP_SEGMENT-用于分配全域弹性公网IP段
84
+ :param type:
85
85
  :type type: list[str]
86
86
  """
87
87
 
@@ -224,8 +224,6 @@ class ListGeipPoolsRequest:
224
224
  def fields(self):
225
225
  """Gets the fields of this ListGeipPoolsRequest.
226
226
 
227
- 只显示指定的字段
228
-
229
227
  :return: The fields of this ListGeipPoolsRequest.
230
228
  :rtype: list[str]
231
229
  """
@@ -235,8 +233,6 @@ class ListGeipPoolsRequest:
235
233
  def fields(self, fields):
236
234
  """Sets the fields of this ListGeipPoolsRequest.
237
235
 
238
- 只显示指定的字段
239
-
240
236
  :param fields: The fields of this ListGeipPoolsRequest.
241
237
  :type fields: list[str]
242
238
  """
@@ -290,8 +286,6 @@ class ListGeipPoolsRequest:
290
286
  def id(self):
291
287
  """Gets the id of this ListGeipPoolsRequest.
292
288
 
293
- 根据ID过滤
294
-
295
289
  :return: The id of this ListGeipPoolsRequest.
296
290
  :rtype: list[str]
297
291
  """
@@ -301,8 +295,6 @@ class ListGeipPoolsRequest:
301
295
  def id(self, id):
302
296
  """Sets the id of this ListGeipPoolsRequest.
303
297
 
304
- 根据ID过滤
305
-
306
298
  :param id: The id of this ListGeipPoolsRequest.
307
299
  :type id: list[str]
308
300
  """
@@ -312,8 +304,6 @@ class ListGeipPoolsRequest:
312
304
  def code(self):
313
305
  """Gets the code of this ListGeipPoolsRequest.
314
306
 
315
- 根据名称过滤
316
-
317
307
  :return: The code of this ListGeipPoolsRequest.
318
308
  :rtype: list[str]
319
309
  """
@@ -323,8 +313,6 @@ class ListGeipPoolsRequest:
323
313
  def code(self, code):
324
314
  """Sets the code of this ListGeipPoolsRequest.
325
315
 
326
- 根据名称过滤
327
-
328
316
  :param code: The code of this ListGeipPoolsRequest.
329
317
  :type code: list[str]
330
318
  """
@@ -334,8 +322,6 @@ class ListGeipPoolsRequest:
334
322
  def access_site(self):
335
323
  """Gets the access_site of this ListGeipPoolsRequest.
336
324
 
337
- 根据接入点过滤
338
-
339
325
  :return: The access_site of this ListGeipPoolsRequest.
340
326
  :rtype: list[str]
341
327
  """
@@ -345,8 +331,6 @@ class ListGeipPoolsRequest:
345
331
  def access_site(self, access_site):
346
332
  """Sets the access_site of this ListGeipPoolsRequest.
347
333
 
348
- 根据接入点过滤
349
-
350
334
  :param access_site: The access_site of this ListGeipPoolsRequest.
351
335
  :type access_site: list[str]
352
336
  """
@@ -356,8 +340,6 @@ class ListGeipPoolsRequest:
356
340
  def isp(self):
357
341
  """Gets the isp of this ListGeipPoolsRequest.
358
342
 
359
- 根据运营商线路过滤
360
-
361
343
  :return: The isp of this ListGeipPoolsRequest.
362
344
  :rtype: list[str]
363
345
  """
@@ -367,8 +349,6 @@ class ListGeipPoolsRequest:
367
349
  def isp(self, isp):
368
350
  """Sets the isp of this ListGeipPoolsRequest.
369
351
 
370
- 根据运营商线路过滤
371
-
372
352
  :param isp: The isp of this ListGeipPoolsRequest.
373
353
  :type isp: list[str]
374
354
  """
@@ -378,8 +358,6 @@ class ListGeipPoolsRequest:
378
358
  def ip_version(self):
379
359
  """Gets the ip_version of this ListGeipPoolsRequest.
380
360
 
381
- 根据IP版本过滤
382
-
383
361
  :return: The ip_version of this ListGeipPoolsRequest.
384
362
  :rtype: list[str]
385
363
  """
@@ -389,8 +367,6 @@ class ListGeipPoolsRequest:
389
367
  def ip_version(self, ip_version):
390
368
  """Sets the ip_version of this ListGeipPoolsRequest.
391
369
 
392
- 根据IP版本过滤
393
-
394
370
  :param ip_version: The ip_version of this ListGeipPoolsRequest.
395
371
  :type ip_version: list[str]
396
372
  """
@@ -400,8 +376,6 @@ class ListGeipPoolsRequest:
400
376
  def status(self):
401
377
  """Gets the status of this ListGeipPoolsRequest.
402
378
 
403
- 根据池子状态过滤
404
-
405
379
  :return: The status of this ListGeipPoolsRequest.
406
380
  :rtype: list[str]
407
381
  """
@@ -411,8 +385,6 @@ class ListGeipPoolsRequest:
411
385
  def status(self, status):
412
386
  """Sets the status of this ListGeipPoolsRequest.
413
387
 
414
- 根据池子状态过滤
415
-
416
388
  :param status: The status of this ListGeipPoolsRequest.
417
389
  :type status: list[str]
418
390
  """
@@ -422,8 +394,6 @@ class ListGeipPoolsRequest:
422
394
  def type(self):
423
395
  """Gets the type of this ListGeipPoolsRequest.
424
396
 
425
- 根据池子里存的内容过滤。取值:GEIP-用于分配全域弹性公网IP单地址;GEIP_SEGMENT-用于分配全域弹性公网IP段
426
-
427
397
  :return: The type of this ListGeipPoolsRequest.
428
398
  :rtype: list[str]
429
399
  """
@@ -433,8 +403,6 @@ class ListGeipPoolsRequest:
433
403
  def type(self, type):
434
404
  """Sets the type of this ListGeipPoolsRequest.
435
405
 
436
- 根据池子里存的内容过滤。取值:GEIP-用于分配全域弹性公网IP单地址;GEIP_SEGMENT-用于分配全域弹性公网IP段
437
-
438
406
  :param type: The type of this ListGeipPoolsRequest.
439
407
  :type type: list[str]
440
408
  """
@@ -47,9 +47,9 @@ class ListGeipResourceQuotasRequest:
47
47
  :type marker: str
48
48
  :param page_reverse: 翻页方向
49
49
  :type page_reverse: bool
50
- :param fields: 只显示指定的字段
50
+ :param fields:
51
51
  :type fields: list[str]
52
- :param type: 根据类型过滤
52
+ :param type:
53
53
  :type type: list[str]
54
54
  """
55
55
 
@@ -168,8 +168,6 @@ class ListGeipResourceQuotasRequest:
168
168
  def fields(self):
169
169
  """Gets the fields of this ListGeipResourceQuotasRequest.
170
170
 
171
- 只显示指定的字段
172
-
173
171
  :return: The fields of this ListGeipResourceQuotasRequest.
174
172
  :rtype: list[str]
175
173
  """
@@ -179,8 +177,6 @@ class ListGeipResourceQuotasRequest:
179
177
  def fields(self, fields):
180
178
  """Sets the fields of this ListGeipResourceQuotasRequest.
181
179
 
182
- 只显示指定的字段
183
-
184
180
  :param fields: The fields of this ListGeipResourceQuotasRequest.
185
181
  :type fields: list[str]
186
182
  """
@@ -190,8 +186,6 @@ class ListGeipResourceQuotasRequest:
190
186
  def type(self):
191
187
  """Gets the type of this ListGeipResourceQuotasRequest.
192
188
 
193
- 根据类型过滤
194
-
195
189
  :return: The type of this ListGeipResourceQuotasRequest.
196
190
  :rtype: list[str]
197
191
  """
@@ -201,8 +195,6 @@ class ListGeipResourceQuotasRequest:
201
195
  def type(self, type):
202
196
  """Sets the type of this ListGeipResourceQuotasRequest.
203
197
 
204
- 根据类型过滤
205
-
206
198
  :param type: The type of this ListGeipResourceQuotasRequest.
207
199
  :type type: list[str]
208
200
  """
@@ -33,9 +33,9 @@ class ListGlobalEipFilterTagsRequest:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param limit: 每页条数
36
+ :param limit:
37
37
  :type limit: list[int]
38
- :param offset: 分页起始点
38
+ :param offset:
39
39
  :type offset: list[int]
40
40
  :param body: Body of the ListGlobalEipFilterTagsRequest
41
41
  :type body: :class:`huaweicloudsdkgeip.v3.ListResourcesByTagsRequestBody`
@@ -59,8 +59,6 @@ class ListGlobalEipFilterTagsRequest:
59
59
  def limit(self):
60
60
  """Gets the limit of this ListGlobalEipFilterTagsRequest.
61
61
 
62
- 每页条数
63
-
64
62
  :return: The limit of this ListGlobalEipFilterTagsRequest.
65
63
  :rtype: list[int]
66
64
  """
@@ -70,8 +68,6 @@ class ListGlobalEipFilterTagsRequest:
70
68
  def limit(self, limit):
71
69
  """Sets the limit of this ListGlobalEipFilterTagsRequest.
72
70
 
73
- 每页条数
74
-
75
71
  :param limit: The limit of this ListGlobalEipFilterTagsRequest.
76
72
  :type limit: list[int]
77
73
  """
@@ -81,8 +77,6 @@ class ListGlobalEipFilterTagsRequest:
81
77
  def offset(self):
82
78
  """Gets the offset of this ListGlobalEipFilterTagsRequest.
83
79
 
84
- 分页起始点
85
-
86
80
  :return: The offset of this ListGlobalEipFilterTagsRequest.
87
81
  :rtype: list[int]
88
82
  """
@@ -92,8 +86,6 @@ class ListGlobalEipFilterTagsRequest:
92
86
  def offset(self, offset):
93
87
  """Sets the offset of this ListGlobalEipFilterTagsRequest.
94
88
 
95
- 分页起始点
96
-
97
89
  :param offset: The offset of this ListGlobalEipFilterTagsRequest.
98
90
  :type offset: list[int]
99
91
  """
@@ -69,21 +69,21 @@ class ListGlobalEipSegments:
69
69
 
70
70
  The model defined in huaweicloud sdk
71
71
 
72
- :param id: ID
72
+ :param id: 全域弹性公网IP段的ID
73
73
  :type id: str
74
- :param name: 资源名称
74
+ :param name: - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
75
75
  :type name: str
76
- :param description: 用户自定义的资源描述
76
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
77
77
  :type description: str
78
- :param domain_id: 租户ID
78
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
79
79
  :type domain_id: str
80
80
  :param access_site: 接入点信息
81
81
  :type access_site: str
82
82
  :param geip_pool_name: 全域弹性公网IP池子名称
83
83
  :type geip_pool_name: str
84
- :param isp: 线路
84
+ :param isp: 全域弹性公网IP所属线路
85
85
  :type isp: str
86
- :param ip_version: IPv4或IPv6
86
+ :param ip_version: - 功能说明:全域弹性公网IP段的版本 - 取值范围:4、6
87
87
  :type ip_version: int
88
88
  :param cidr: 全域公网IP段的cidr
89
89
  :type cidr: str
@@ -109,7 +109,7 @@ class ListGlobalEipSegments:
109
109
  :type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
110
110
  :param sys_tags: 系统标签
111
111
  :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
112
- :param enterprise_project_id: 资源的企业项目id
112
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
113
113
  :type enterprise_project_id: str
114
114
  """
115
115
 
@@ -185,7 +185,7 @@ class ListGlobalEipSegments:
185
185
  def id(self):
186
186
  """Gets the id of this ListGlobalEipSegments.
187
187
 
188
- ID
188
+ 全域弹性公网IP段的ID
189
189
 
190
190
  :return: The id of this ListGlobalEipSegments.
191
191
  :rtype: str
@@ -196,7 +196,7 @@ class ListGlobalEipSegments:
196
196
  def id(self, id):
197
197
  """Sets the id of this ListGlobalEipSegments.
198
198
 
199
- ID
199
+ 全域弹性公网IP段的ID
200
200
 
201
201
  :param id: The id of this ListGlobalEipSegments.
202
202
  :type id: str
@@ -207,7 +207,7 @@ class ListGlobalEipSegments:
207
207
  def name(self):
208
208
  """Gets the name of this ListGlobalEipSegments.
209
209
 
210
- 资源名称
210
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
211
211
 
212
212
  :return: The name of this ListGlobalEipSegments.
213
213
  :rtype: str
@@ -218,7 +218,7 @@ class ListGlobalEipSegments:
218
218
  def name(self, name):
219
219
  """Sets the name of this ListGlobalEipSegments.
220
220
 
221
- 资源名称
221
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
222
222
 
223
223
  :param name: The name of this ListGlobalEipSegments.
224
224
  :type name: str
@@ -229,7 +229,7 @@ class ListGlobalEipSegments:
229
229
  def description(self):
230
230
  """Gets the description of this ListGlobalEipSegments.
231
231
 
232
- 用户自定义的资源描述
232
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
233
233
 
234
234
  :return: The description of this ListGlobalEipSegments.
235
235
  :rtype: str
@@ -240,7 +240,7 @@ class ListGlobalEipSegments:
240
240
  def description(self, description):
241
241
  """Sets the description of this ListGlobalEipSegments.
242
242
 
243
- 用户自定义的资源描述
243
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
244
244
 
245
245
  :param description: The description of this ListGlobalEipSegments.
246
246
  :type description: str
@@ -251,7 +251,7 @@ class ListGlobalEipSegments:
251
251
  def domain_id(self):
252
252
  """Gets the domain_id of this ListGlobalEipSegments.
253
253
 
254
- 租户ID
254
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
255
255
 
256
256
  :return: The domain_id of this ListGlobalEipSegments.
257
257
  :rtype: str
@@ -262,7 +262,7 @@ class ListGlobalEipSegments:
262
262
  def domain_id(self, domain_id):
263
263
  """Sets the domain_id of this ListGlobalEipSegments.
264
264
 
265
- 租户ID
265
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
266
266
 
267
267
  :param domain_id: The domain_id of this ListGlobalEipSegments.
268
268
  :type domain_id: str
@@ -317,7 +317,7 @@ class ListGlobalEipSegments:
317
317
  def isp(self):
318
318
  """Gets the isp of this ListGlobalEipSegments.
319
319
 
320
- 线路
320
+ 全域弹性公网IP所属线路
321
321
 
322
322
  :return: The isp of this ListGlobalEipSegments.
323
323
  :rtype: str
@@ -328,7 +328,7 @@ class ListGlobalEipSegments:
328
328
  def isp(self, isp):
329
329
  """Sets the isp of this ListGlobalEipSegments.
330
330
 
331
- 线路
331
+ 全域弹性公网IP所属线路
332
332
 
333
333
  :param isp: The isp of this ListGlobalEipSegments.
334
334
  :type isp: str
@@ -339,7 +339,7 @@ class ListGlobalEipSegments:
339
339
  def ip_version(self):
340
340
  """Gets the ip_version of this ListGlobalEipSegments.
341
341
 
342
- IPv4或IPv6
342
+ - 功能说明:全域弹性公网IP段的版本 - 取值范围:4、6
343
343
 
344
344
  :return: The ip_version of this ListGlobalEipSegments.
345
345
  :rtype: int
@@ -350,7 +350,7 @@ class ListGlobalEipSegments:
350
350
  def ip_version(self, ip_version):
351
351
  """Sets the ip_version of this ListGlobalEipSegments.
352
352
 
353
- IPv4或IPv6
353
+ - 功能说明:全域弹性公网IP段的版本 - 取值范围:4、6
354
354
 
355
355
  :param ip_version: The ip_version of this ListGlobalEipSegments.
356
356
  :type ip_version: int
@@ -617,7 +617,7 @@ class ListGlobalEipSegments:
617
617
  def enterprise_project_id(self):
618
618
  """Gets the enterprise_project_id of this ListGlobalEipSegments.
619
619
 
620
- 资源的企业项目id
620
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
621
621
 
622
622
  :return: The enterprise_project_id of this ListGlobalEipSegments.
623
623
  :rtype: str
@@ -628,7 +628,7 @@ class ListGlobalEipSegments:
628
628
  def enterprise_project_id(self, enterprise_project_id):
629
629
  """Sets the enterprise_project_id of this ListGlobalEipSegments.
630
630
 
631
- 资源的企业项目id
631
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
632
632
 
633
633
  :param enterprise_project_id: The enterprise_project_id of this ListGlobalEipSegments.
634
634
  :type enterprise_project_id: str