huaweicloudsdkgeip 3.1.86__py2.py3-none-any.whl → 3.1.87__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of huaweicloudsdkgeip might be problematic. Click here for more details.

Files changed (120) hide show
  1. huaweicloudsdkgeip/v3/__init__.py +0 -4
  2. huaweicloudsdkgeip/v3/geip_async_client.py +6 -6
  3. huaweicloudsdkgeip/v3/geip_client.py +6 -6
  4. huaweicloudsdkgeip/v3/model/__init__.py +0 -4
  5. huaweicloudsdkgeip/v3/model/add_geip_segment_tags_request.py +1 -5
  6. huaweicloudsdkgeip/v3/model/add_global_eip_tags_request.py +1 -5
  7. huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_request.py +1 -5
  8. huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_request.py +1 -5
  9. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_associate_instance_info.py +5 -1
  10. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info.py +31 -19
  11. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body_global_eip_segment.py +3 -3
  12. huaweicloudsdkgeip/v3/model/associate_instance_request.py +1 -5
  13. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth.py +5 -1
  14. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip.py +21 -21
  15. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_request.py +1 -5
  16. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_request.py +1 -5
  17. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_response.py +1 -1
  18. huaweicloudsdkgeip/v3/model/batch_create_global_eip.py +21 -21
  19. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip.py +9 -9
  20. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip_internet_bandwidth_info.py +10 -10
  21. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_request.py +1 -5
  22. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +1 -1
  23. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +18 -18
  24. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  25. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +1 -5
  26. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +1 -1
  27. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +8 -8
  28. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +1 -5
  29. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +1 -1
  30. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +1 -5
  31. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +1 -1
  32. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +1 -5
  33. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +1 -1
  34. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +4 -4
  35. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +6 -6
  36. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +22 -110
  37. huaweicloudsdkgeip/v3/model/count_global_eips.py +3 -3
  38. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +23 -115
  39. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +8 -40
  40. huaweicloudsdkgeip/v3/model/create_global_eip.py +6 -6
  41. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +9 -9
  42. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +6 -6
  43. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +9 -9
  44. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +7 -7
  45. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +18 -18
  46. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  47. huaweicloudsdkgeip/v3/model/create_tag.py +6 -6
  48. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +3 -3
  49. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +6 -6
  50. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +2 -10
  51. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +1 -5
  52. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +1 -5
  53. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +2 -10
  54. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +1 -5
  55. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +2 -10
  56. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +25 -25
  57. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +2 -10
  58. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +1 -5
  59. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +1 -5
  60. huaweicloudsdkgeip/v3/model/geip_tags.py +6 -6
  61. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +6 -6
  62. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +12 -12
  63. huaweicloudsdkgeip/v3/model/instance_info.py +6 -6
  64. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +3 -3
  65. huaweicloudsdkgeip/v3/model/list_access_sites.py +6 -6
  66. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +5 -25
  67. huaweicloudsdkgeip/v3/model/list_geip_pools.py +17 -13
  68. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +8 -40
  69. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +2 -10
  70. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +2 -10
  71. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +21 -21
  72. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +24 -120
  73. huaweicloudsdkgeip/v3/model/list_global_eips.py +21 -21
  74. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +26 -130
  75. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +2 -10
  76. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +3 -3
  77. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +3 -15
  78. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +18 -18
  79. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +11 -55
  80. huaweicloudsdkgeip/v3/model/list_jobs.py +3 -3
  81. huaweicloudsdkgeip/v3/model/list_jobs_request.py +4 -20
  82. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +6 -6
  83. huaweicloudsdkgeip/v3/model/list_support_masks.py +6 -6
  84. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +4 -20
  85. huaweicloudsdkgeip/v3/model/list_support_regions.py +6 -6
  86. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +8 -40
  87. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +2 -10
  88. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +6 -6
  89. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +1 -5
  90. huaweicloudsdkgeip/v3/model/show_global_eip.py +21 -21
  91. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +2 -10
  92. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +21 -21
  93. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +2 -10
  94. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +1 -5
  95. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +18 -18
  96. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +2 -10
  97. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +1 -5
  98. huaweicloudsdkgeip/v3/model/show_job.py +3 -3
  99. huaweicloudsdkgeip/v3/model/show_jobs_request.py +1 -5
  100. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +3 -3
  101. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +1 -5
  102. huaweicloudsdkgeip/v3/model/sys_tag.py +6 -6
  103. huaweicloudsdkgeip/v3/model/tag.py +6 -6
  104. huaweicloudsdkgeip/v3/model/update_global_eip.py +6 -6
  105. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +1 -5
  106. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +6 -6
  107. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +1 -5
  108. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +6 -6
  109. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +18 -18
  110. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +1 -5
  111. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +6 -6
  112. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/METADATA +2 -2
  113. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/RECORD +116 -120
  114. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  115. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  116. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  117. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  118. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/LICENSE +0 -0
  119. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/WHEEL +0 -0
  120. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/top_level.txt +0 -0
@@ -73,21 +73,21 @@ class AttachInternetBandwidthGlobalEip:
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 domain_id: 租户ID
80
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
81
81
  :type domain_id: str
82
- :param description: 用户自定义的资源描述
82
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
83
83
  :type description: 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 AttachInternetBandwidthGlobalEip:
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 AttachInternetBandwidthGlobalEip:
199
199
  def id(self):
200
200
  """Gets the id of this AttachInternetBandwidthGlobalEip.
201
201
 
202
- ID
202
+ 全域弹性公网IP的ID
203
203
 
204
204
  :return: The id of this AttachInternetBandwidthGlobalEip.
205
205
  :rtype: str
@@ -210,7 +210,7 @@ class AttachInternetBandwidthGlobalEip:
210
210
  def id(self, id):
211
211
  """Sets the id of this AttachInternetBandwidthGlobalEip.
212
212
 
213
- ID
213
+ 全域弹性公网IP的ID
214
214
 
215
215
  :param id: The id of this AttachInternetBandwidthGlobalEip.
216
216
  :type id: str
@@ -221,7 +221,7 @@ class AttachInternetBandwidthGlobalEip:
221
221
  def name(self):
222
222
  """Gets the name of this AttachInternetBandwidthGlobalEip.
223
223
 
224
- 资源名称
224
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
225
225
 
226
226
  :return: The name of this AttachInternetBandwidthGlobalEip.
227
227
  :rtype: str
@@ -232,7 +232,7 @@ class AttachInternetBandwidthGlobalEip:
232
232
  def name(self, name):
233
233
  """Sets the name of this AttachInternetBandwidthGlobalEip.
234
234
 
235
- 资源名称
235
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
236
236
 
237
237
  :param name: The name of this AttachInternetBandwidthGlobalEip.
238
238
  :type name: str
@@ -243,7 +243,7 @@ class AttachInternetBandwidthGlobalEip:
243
243
  def domain_id(self):
244
244
  """Gets the domain_id of this AttachInternetBandwidthGlobalEip.
245
245
 
246
- 租户ID
246
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
247
247
 
248
248
  :return: The domain_id of this AttachInternetBandwidthGlobalEip.
249
249
  :rtype: str
@@ -254,7 +254,7 @@ class AttachInternetBandwidthGlobalEip:
254
254
  def domain_id(self, domain_id):
255
255
  """Sets the domain_id of this AttachInternetBandwidthGlobalEip.
256
256
 
257
- 租户ID
257
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
258
258
 
259
259
  :param domain_id: The domain_id of this AttachInternetBandwidthGlobalEip.
260
260
  :type domain_id: str
@@ -265,7 +265,7 @@ class AttachInternetBandwidthGlobalEip:
265
265
  def description(self):
266
266
  """Gets the description of this AttachInternetBandwidthGlobalEip.
267
267
 
268
- 用户自定义的资源描述
268
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
269
269
 
270
270
  :return: The description of this AttachInternetBandwidthGlobalEip.
271
271
  :rtype: str
@@ -276,7 +276,7 @@ class AttachInternetBandwidthGlobalEip:
276
276
  def description(self, description):
277
277
  """Sets the description of this AttachInternetBandwidthGlobalEip.
278
278
 
279
- 用户自定义的资源描述
279
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
280
280
 
281
281
  :param description: The description of this AttachInternetBandwidthGlobalEip.
282
282
  :type description: str
@@ -331,7 +331,7 @@ class AttachInternetBandwidthGlobalEip:
331
331
  def isp(self):
332
332
  """Gets the isp of this AttachInternetBandwidthGlobalEip.
333
333
 
334
- 线路
334
+ 全域弹性公网IP所属线路
335
335
 
336
336
  :return: The isp of this AttachInternetBandwidthGlobalEip.
337
337
  :rtype: str
@@ -342,7 +342,7 @@ class AttachInternetBandwidthGlobalEip:
342
342
  def isp(self, isp):
343
343
  """Sets the isp of this AttachInternetBandwidthGlobalEip.
344
344
 
345
- 线路
345
+ 全域弹性公网IP所属线路
346
346
 
347
347
  :param isp: The isp of this AttachInternetBandwidthGlobalEip.
348
348
  :type isp: str
@@ -353,7 +353,7 @@ class AttachInternetBandwidthGlobalEip:
353
353
  def ip_version(self):
354
354
  """Gets the ip_version of this AttachInternetBandwidthGlobalEip.
355
355
 
356
- IPv4或IPv6
356
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
357
357
 
358
358
  :return: The ip_version of this AttachInternetBandwidthGlobalEip.
359
359
  :rtype: int
@@ -364,7 +364,7 @@ class AttachInternetBandwidthGlobalEip:
364
364
  def ip_version(self, ip_version):
365
365
  """Sets the ip_version of this AttachInternetBandwidthGlobalEip.
366
366
 
367
- IPv4或IPv6
367
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
368
368
 
369
369
  :param ip_version: The ip_version of this AttachInternetBandwidthGlobalEip.
370
370
  :type ip_version: int
@@ -671,7 +671,7 @@ class AttachInternetBandwidthGlobalEip:
671
671
  def enterprise_project_id(self):
672
672
  """Gets the enterprise_project_id of this AttachInternetBandwidthGlobalEip.
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 AttachInternetBandwidthGlobalEip.
677
677
  :rtype: str
@@ -682,7 +682,7 @@ class AttachInternetBandwidthGlobalEip:
682
682
  def enterprise_project_id(self, enterprise_project_id):
683
683
  """Sets the enterprise_project_id of this AttachInternetBandwidthGlobalEip.
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 AttachInternetBandwidthGlobalEip.
688
688
  :type enterprise_project_id: str
@@ -31,7 +31,7 @@ class AttachInternetBandwidthRequest:
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
36
  :param body: Body of the AttachInternetBandwidthRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.AttachInternetBandwidthGlobalEipRequestBody`
@@ -51,8 +51,6 @@ class AttachInternetBandwidthRequest:
51
51
  def global_eip_id(self):
52
52
  """Gets the global_eip_id of this AttachInternetBandwidthRequest.
53
53
 
54
- global_eip_id
55
-
56
54
  :return: The global_eip_id of this AttachInternetBandwidthRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class AttachInternetBandwidthRequest:
62
60
  def global_eip_id(self, global_eip_id):
63
61
  """Sets the global_eip_id of this AttachInternetBandwidthRequest.
64
62
 
65
- global_eip_id
66
-
67
63
  :param global_eip_id: The global_eip_id of this AttachInternetBandwidthRequest.
68
64
  :type global_eip_id: str
69
65
  """
@@ -31,7 +31,7 @@ class BatchCreateGeipSegmentTagsRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param resource_id: 全域弹性公网IP的id
34
+ :param resource_id:
35
35
  :type resource_id: str
36
36
  :param body: Body of the BatchCreateGeipSegmentTagsRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBody`
@@ -51,8 +51,6 @@ class BatchCreateGeipSegmentTagsRequest:
51
51
  def resource_id(self):
52
52
  """Gets the resource_id of this BatchCreateGeipSegmentTagsRequest.
53
53
 
54
- 全域弹性公网IP的id
55
-
56
54
  :return: The resource_id of this BatchCreateGeipSegmentTagsRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class BatchCreateGeipSegmentTagsRequest:
62
60
  def resource_id(self, resource_id):
63
61
  """Sets the resource_id of this BatchCreateGeipSegmentTagsRequest.
64
62
 
65
- 全域弹性公网IP的id
66
-
67
63
  :param resource_id: The resource_id of this BatchCreateGeipSegmentTagsRequest.
68
64
  :type resource_id: str
69
65
  """
@@ -22,7 +22,7 @@ class BatchCreateGeipSegmentTagsResponse(SdkResponse):
22
22
  }
23
23
 
24
24
  attribute_map = {
25
- 'x_request_id': 'x-request-id'
25
+ 'x_request_id': 'X-Request-Id'
26
26
  }
27
27
 
28
28
  def __init__(self, x_request_id=None):
@@ -73,21 +73,21 @@ class BatchCreateGlobalEip:
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 BatchCreateGlobalEip:
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
 
@@ -196,7 +196,7 @@ class BatchCreateGlobalEip:
196
196
  def id(self):
197
197
  """Gets the id of this BatchCreateGlobalEip.
198
198
 
199
- ID
199
+ 全域弹性公网IP的ID
200
200
 
201
201
  :return: The id of this BatchCreateGlobalEip.
202
202
  :rtype: str
@@ -207,7 +207,7 @@ class BatchCreateGlobalEip:
207
207
  def id(self, id):
208
208
  """Sets the id of this BatchCreateGlobalEip.
209
209
 
210
- ID
210
+ 全域弹性公网IP的ID
211
211
 
212
212
  :param id: The id of this BatchCreateGlobalEip.
213
213
  :type id: str
@@ -218,7 +218,7 @@ class BatchCreateGlobalEip:
218
218
  def name(self):
219
219
  """Gets the name of this BatchCreateGlobalEip.
220
220
 
221
- 资源名称
221
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
222
222
 
223
223
  :return: The name of this BatchCreateGlobalEip.
224
224
  :rtype: str
@@ -229,7 +229,7 @@ class BatchCreateGlobalEip:
229
229
  def name(self, name):
230
230
  """Sets the name of this BatchCreateGlobalEip.
231
231
 
232
- 资源名称
232
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
233
233
 
234
234
  :param name: The name of this BatchCreateGlobalEip.
235
235
  :type name: str
@@ -240,7 +240,7 @@ class BatchCreateGlobalEip:
240
240
  def description(self):
241
241
  """Gets the description of this BatchCreateGlobalEip.
242
242
 
243
- 用户自定义的资源描述
243
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
244
244
 
245
245
  :return: The description of this BatchCreateGlobalEip.
246
246
  :rtype: str
@@ -251,7 +251,7 @@ class BatchCreateGlobalEip:
251
251
  def description(self, description):
252
252
  """Sets the description of this BatchCreateGlobalEip.
253
253
 
254
- 用户自定义的资源描述
254
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
255
255
 
256
256
  :param description: The description of this BatchCreateGlobalEip.
257
257
  :type description: str
@@ -262,7 +262,7 @@ class BatchCreateGlobalEip:
262
262
  def domain_id(self):
263
263
  """Gets the domain_id of this BatchCreateGlobalEip.
264
264
 
265
- 租户ID
265
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
266
266
 
267
267
  :return: The domain_id of this BatchCreateGlobalEip.
268
268
  :rtype: str
@@ -273,7 +273,7 @@ class BatchCreateGlobalEip:
273
273
  def domain_id(self, domain_id):
274
274
  """Sets the domain_id of this BatchCreateGlobalEip.
275
275
 
276
- 租户ID
276
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
277
277
 
278
278
  :param domain_id: The domain_id of this BatchCreateGlobalEip.
279
279
  :type domain_id: str
@@ -328,7 +328,7 @@ class BatchCreateGlobalEip:
328
328
  def isp(self):
329
329
  """Gets the isp of this BatchCreateGlobalEip.
330
330
 
331
- 线路
331
+ 全域弹性公网IP所属线路
332
332
 
333
333
  :return: The isp of this BatchCreateGlobalEip.
334
334
  :rtype: str
@@ -339,7 +339,7 @@ class BatchCreateGlobalEip:
339
339
  def isp(self, isp):
340
340
  """Sets the isp of this BatchCreateGlobalEip.
341
341
 
342
- 线路
342
+ 全域弹性公网IP所属线路
343
343
 
344
344
  :param isp: The isp of this BatchCreateGlobalEip.
345
345
  :type isp: str
@@ -350,7 +350,7 @@ class BatchCreateGlobalEip:
350
350
  def ip_version(self):
351
351
  """Gets the ip_version of this BatchCreateGlobalEip.
352
352
 
353
- IPv4或IPv6
353
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
354
354
 
355
355
  :return: The ip_version of this BatchCreateGlobalEip.
356
356
  :rtype: int
@@ -361,7 +361,7 @@ class BatchCreateGlobalEip:
361
361
  def ip_version(self, ip_version):
362
362
  """Sets the ip_version of this BatchCreateGlobalEip.
363
363
 
364
- IPv4或IPv6
364
+ - 功能说明:全域弹性公网IP的版本 - 取值范围:4、6
365
365
 
366
366
  :param ip_version: The ip_version of this BatchCreateGlobalEip.
367
367
  :type ip_version: int
@@ -668,7 +668,7 @@ class BatchCreateGlobalEip:
668
668
  def enterprise_project_id(self):
669
669
  """Gets the enterprise_project_id of this BatchCreateGlobalEip.
670
670
 
671
- 资源的企业项目id
671
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
672
672
 
673
673
  :return: The enterprise_project_id of this BatchCreateGlobalEip.
674
674
  :rtype: str
@@ -679,7 +679,7 @@ class BatchCreateGlobalEip:
679
679
  def enterprise_project_id(self, enterprise_project_id):
680
680
  """Sets the enterprise_project_id of this BatchCreateGlobalEip.
681
681
 
682
- 资源的企业项目id
682
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
683
683
 
684
684
  :param enterprise_project_id: The enterprise_project_id of this BatchCreateGlobalEip.
685
685
  :type enterprise_project_id: str
@@ -43,9 +43,9 @@ class BatchCreateGlobalEipRequestBodyGlobalEip:
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
46
- :param name: 资源名称
46
+ :param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
47
47
  :type name: str
48
- :param description: 用户自定义的资源描述
48
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
49
49
  :type description: str
50
50
  :param geip_pool_name: 全域弹性公网IP池子名称
51
51
  :type geip_pool_name: str
@@ -57,7 +57,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEip:
57
57
  :type count: int
58
58
  :param tags: 全域弹性公网IP标签
59
59
  :type tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
60
- :param enterprise_project_id: 资源的企业项目id
60
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
61
61
  :type enterprise_project_id: str
62
62
  """
63
63
 
@@ -91,7 +91,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEip:
91
91
  def name(self):
92
92
  """Gets the name of this BatchCreateGlobalEipRequestBodyGlobalEip.
93
93
 
94
- 资源名称
94
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
95
95
 
96
96
  :return: The name of this BatchCreateGlobalEipRequestBodyGlobalEip.
97
97
  :rtype: str
@@ -102,7 +102,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEip:
102
102
  def name(self, name):
103
103
  """Sets the name of this BatchCreateGlobalEipRequestBodyGlobalEip.
104
104
 
105
- 资源名称
105
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
106
106
 
107
107
  :param name: The name of this BatchCreateGlobalEipRequestBodyGlobalEip.
108
108
  :type name: str
@@ -113,7 +113,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEip:
113
113
  def description(self):
114
114
  """Gets the description of this BatchCreateGlobalEipRequestBodyGlobalEip.
115
115
 
116
- 用户自定义的资源描述
116
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
117
117
 
118
118
  :return: The description of this BatchCreateGlobalEipRequestBodyGlobalEip.
119
119
  :rtype: str
@@ -124,7 +124,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEip:
124
124
  def description(self, description):
125
125
  """Sets the description of this BatchCreateGlobalEipRequestBodyGlobalEip.
126
126
 
127
- 用户自定义的资源描述
127
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
128
128
 
129
129
  :param description: The description of this BatchCreateGlobalEipRequestBodyGlobalEip.
130
130
  :type description: str
@@ -241,7 +241,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEip:
241
241
  def enterprise_project_id(self):
242
242
  """Gets the enterprise_project_id of this BatchCreateGlobalEipRequestBodyGlobalEip.
243
243
 
244
- 资源的企业项目id
244
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
245
245
 
246
246
  :return: The enterprise_project_id of this BatchCreateGlobalEipRequestBodyGlobalEip.
247
247
  :rtype: str
@@ -252,7 +252,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEip:
252
252
  def enterprise_project_id(self, enterprise_project_id):
253
253
  """Sets the enterprise_project_id of this BatchCreateGlobalEipRequestBodyGlobalEip.
254
254
 
255
- 资源的企业项目id
255
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
256
256
 
257
257
  :param enterprise_project_id: The enterprise_project_id of this BatchCreateGlobalEipRequestBodyGlobalEip.
258
258
  :type enterprise_project_id: str
@@ -22,7 +22,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
22
22
  'charge_mode': 'str',
23
23
  'size': 'int',
24
24
  'name': 'str',
25
- 'tags': 'list[AssociateInstanceGlobalEipRequestBodyGlobalEipGcBandwidthInfoTags]',
25
+ 'tags': 'list[CreateGlobalEipRequestBodyGlobalEipTags]',
26
26
  'type': 'str'
27
27
  }
28
28
 
@@ -41,7 +41,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
44
- :param id: ID
44
+ :param id: 全域公网带宽的ID
45
45
  :type id: str
46
46
  :param ingress_size: 全域公网带宽大小(入云方向)
47
47
  :type ingress_size: int
@@ -49,10 +49,10 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
49
49
  :type charge_mode: str
50
50
  :param size: 全域公网带宽大小(出云方向)
51
51
  :type size: int
52
- :param name: 资源名称
52
+ :param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
53
53
  :type name: str
54
54
  :param tags: 全域弹性公网IP标签
55
- :type tags: list[:class:`huaweicloudsdkgeip.v3.AssociateInstanceGlobalEipRequestBodyGlobalEipGcBandwidthInfoTags`]
55
+ :type tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
56
56
  :param type: 全域公网带宽类型
57
57
  :type type: str
58
58
  """
@@ -87,7 +87,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
87
87
  def id(self):
88
88
  """Gets the id of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
89
89
 
90
- ID
90
+ 全域公网带宽的ID
91
91
 
92
92
  :return: The id of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
93
93
  :rtype: str
@@ -98,7 +98,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
98
98
  def id(self, id):
99
99
  """Sets the id of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
100
100
 
101
- ID
101
+ 全域公网带宽的ID
102
102
 
103
103
  :param id: The id of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
104
104
  :type id: str
@@ -175,7 +175,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
175
175
  def name(self):
176
176
  """Gets the name of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
177
177
 
178
- 资源名称
178
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
179
179
 
180
180
  :return: The name of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
181
181
  :rtype: str
@@ -186,7 +186,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
186
186
  def name(self, name):
187
187
  """Sets the name of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
188
188
 
189
- 资源名称
189
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
190
190
 
191
191
  :param name: The name of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
192
192
  :type name: str
@@ -200,7 +200,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
200
200
  全域弹性公网IP标签
201
201
 
202
202
  :return: The tags of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
203
- :rtype: list[:class:`huaweicloudsdkgeip.v3.AssociateInstanceGlobalEipRequestBodyGlobalEipGcBandwidthInfoTags`]
203
+ :rtype: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
204
204
  """
205
205
  return self._tags
206
206
 
@@ -211,7 +211,7 @@ class BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo:
211
211
  全域弹性公网IP标签
212
212
 
213
213
  :param tags: The tags of this BatchCreateGlobalEipRequestBodyGlobalEipInternetBandwidthInfo.
214
- :type tags: list[:class:`huaweicloudsdkgeip.v3.AssociateInstanceGlobalEipRequestBodyGlobalEipGcBandwidthInfoTags`]
214
+ :type tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
215
215
  """
216
216
  self._tags = tags
217
217
 
@@ -31,7 +31,7 @@ class BatchCreateGlobalEipTagsRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param resource_id: 全域弹性公网IP的id
34
+ :param resource_id:
35
35
  :type resource_id: str
36
36
  :param body: Body of the BatchCreateGlobalEipTagsRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBody`
@@ -51,8 +51,6 @@ class BatchCreateGlobalEipTagsRequest:
51
51
  def resource_id(self):
52
52
  """Gets the resource_id of this BatchCreateGlobalEipTagsRequest.
53
53
 
54
- 全域弹性公网IP的id
55
-
56
54
  :return: The resource_id of this BatchCreateGlobalEipTagsRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class BatchCreateGlobalEipTagsRequest:
62
60
  def resource_id(self, resource_id):
63
61
  """Sets the resource_id of this BatchCreateGlobalEipTagsRequest.
64
62
 
65
- 全域弹性公网IP的id
66
-
67
63
  :param resource_id: The resource_id of this BatchCreateGlobalEipTagsRequest.
68
64
  :type resource_id: str
69
65
  """
@@ -22,7 +22,7 @@ class BatchCreateGlobalEipTagsResponse(SdkResponse):
22
22
  }
23
23
 
24
24
  attribute_map = {
25
- 'x_request_id': 'x-request-id'
25
+ 'x_request_id': 'X-Request-Id'
26
26
  }
27
27
 
28
28
  def __init__(self, x_request_id=None):