huaweicloudsdkgeip 3.1.85__py2.py3-none-any.whl → 3.1.132__py2.py3-none-any.whl

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

Potentially problematic release.


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

Files changed (126) hide show
  1. huaweicloudsdkgeip/v3/__init__.py +1 -5
  2. huaweicloudsdkgeip/v3/geip_async_client.py +6 -6
  3. huaweicloudsdkgeip/v3/geip_client.py +6 -6
  4. huaweicloudsdkgeip/v3/model/__init__.py +1 -5
  5. huaweicloudsdkgeip/v3/model/add_geip_segment_tags_request.py +1 -5
  6. huaweicloudsdkgeip/v3/model/add_global_eip_tags_request.py +1 -5
  7. huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_request.py +1 -5
  8. huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_request.py +1 -5
  9. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_associate_instance_info.py +5 -1
  10. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info.py +31 -19
  11. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body_global_eip_segment.py +3 -3
  12. huaweicloudsdkgeip/v3/model/associate_instance_request.py +1 -5
  13. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth.py +5 -1
  14. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip.py +21 -21
  15. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_request.py +1 -5
  16. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_request.py +1 -5
  17. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_response.py +1 -1
  18. huaweicloudsdkgeip/v3/model/batch_create_global_eip_job.py +173 -0
  19. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip.py +9 -9
  20. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip_internet_bandwidth_info.py +10 -10
  21. huaweicloudsdkgeip/v3/model/batch_create_global_eip_response.py +23 -19
  22. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_request.py +1 -5
  23. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +1 -1
  24. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +18 -18
  25. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  26. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +1 -5
  27. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +1 -1
  28. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +8 -8
  29. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +1 -5
  30. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +1 -1
  31. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +1 -5
  32. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +1 -1
  33. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +1 -5
  34. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +1 -1
  35. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +4 -4
  36. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +6 -6
  37. huaweicloudsdkgeip/v3/model/count_geip_segments.py +3 -3
  38. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +22 -110
  39. huaweicloudsdkgeip/v3/model/count_global_eip_segment_response.py +18 -18
  40. huaweicloudsdkgeip/v3/model/count_global_eips.py +3 -3
  41. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +23 -115
  42. huaweicloudsdkgeip/v3/model/count_global_eips_response.py +19 -48
  43. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +8 -40
  44. huaweicloudsdkgeip/v3/model/create_global_eip.py +6 -6
  45. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +9 -9
  46. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +6 -6
  47. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +9 -9
  48. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +7 -7
  49. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +18 -18
  50. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  51. huaweicloudsdkgeip/v3/model/create_tag.py +6 -6
  52. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +3 -3
  53. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +6 -6
  54. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +2 -10
  55. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +1 -5
  56. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +1 -5
  57. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +2 -10
  58. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +1 -5
  59. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +2 -10
  60. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth.py +3 -3
  61. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +25 -25
  62. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +2 -10
  63. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +1 -5
  64. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +1 -5
  65. huaweicloudsdkgeip/v3/model/geip_tags.py +6 -6
  66. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +6 -6
  67. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +12 -12
  68. huaweicloudsdkgeip/v3/model/instance_info.py +6 -6
  69. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +3 -3
  70. huaweicloudsdkgeip/v3/model/list_access_sites.py +6 -6
  71. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +5 -25
  72. huaweicloudsdkgeip/v3/model/list_geip_pools.py +17 -13
  73. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +8 -40
  74. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +2 -10
  75. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +2 -10
  76. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +21 -21
  77. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +24 -120
  78. huaweicloudsdkgeip/v3/model/list_global_eips.py +21 -21
  79. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +26 -130
  80. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +2 -10
  81. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +3 -3
  82. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +3 -15
  83. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +18 -18
  84. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +11 -55
  85. huaweicloudsdkgeip/v3/model/list_jobs.py +3 -3
  86. huaweicloudsdkgeip/v3/model/list_jobs_request.py +4 -20
  87. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +6 -6
  88. huaweicloudsdkgeip/v3/model/list_support_masks.py +6 -6
  89. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +4 -20
  90. huaweicloudsdkgeip/v3/model/list_support_regions.py +6 -6
  91. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +8 -40
  92. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +2 -10
  93. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +6 -6
  94. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +1 -5
  95. huaweicloudsdkgeip/v3/model/show_global_eip.py +21 -21
  96. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +2 -10
  97. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +21 -21
  98. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +2 -10
  99. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +1 -5
  100. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +18 -18
  101. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +2 -10
  102. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +1 -5
  103. huaweicloudsdkgeip/v3/model/show_job.py +3 -3
  104. huaweicloudsdkgeip/v3/model/show_jobs_request.py +1 -5
  105. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +3 -3
  106. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +1 -5
  107. huaweicloudsdkgeip/v3/model/sys_tag.py +6 -6
  108. huaweicloudsdkgeip/v3/model/tag.py +6 -6
  109. huaweicloudsdkgeip/v3/model/update_global_eip.py +6 -6
  110. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +1 -5
  111. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +6 -6
  112. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +1 -5
  113. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +6 -6
  114. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +18 -18
  115. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +1 -5
  116. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +6 -6
  117. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/METADATA +2 -2
  118. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/RECORD +121 -125
  119. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/WHEEL +1 -1
  120. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  121. huaweicloudsdkgeip/v3/model/batch_create_global_eip.py +0 -738
  122. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  123. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  124. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  125. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/LICENSE +0 -0
  126. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/top_level.txt +0 -0
@@ -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):
@@ -0,0 +1,173 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class BatchCreateGlobalEipJob:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'id': 'str',
21
+ 'name': 'str',
22
+ 'job_id': 'str'
23
+ }
24
+
25
+ attribute_map = {
26
+ 'id': 'id',
27
+ 'name': 'name',
28
+ 'job_id': 'job_id'
29
+ }
30
+
31
+ def __init__(self, id=None, name=None, job_id=None):
32
+ """BatchCreateGlobalEipJob
33
+
34
+ The model defined in huaweicloud sdk
35
+
36
+ :param id: 全域弹性公网IP的ID
37
+ :type id: str
38
+ :param name: - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
39
+ :type name: str
40
+ :param job_id: 请求完成的job id
41
+ :type job_id: str
42
+ """
43
+
44
+
45
+
46
+ self._id = None
47
+ self._name = None
48
+ self._job_id = None
49
+ self.discriminator = None
50
+
51
+ if id is not None:
52
+ self.id = id
53
+ if name is not None:
54
+ self.name = name
55
+ if job_id is not None:
56
+ self.job_id = job_id
57
+
58
+ @property
59
+ def id(self):
60
+ """Gets the id of this BatchCreateGlobalEipJob.
61
+
62
+ 全域弹性公网IP的ID
63
+
64
+ :return: The id of this BatchCreateGlobalEipJob.
65
+ :rtype: str
66
+ """
67
+ return self._id
68
+
69
+ @id.setter
70
+ def id(self, id):
71
+ """Sets the id of this BatchCreateGlobalEipJob.
72
+
73
+ 全域弹性公网IP的ID
74
+
75
+ :param id: The id of this BatchCreateGlobalEipJob.
76
+ :type id: str
77
+ """
78
+ self._id = id
79
+
80
+ @property
81
+ def name(self):
82
+ """Gets the name of this BatchCreateGlobalEipJob.
83
+
84
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
85
+
86
+ :return: The name of this BatchCreateGlobalEipJob.
87
+ :rtype: str
88
+ """
89
+ return self._name
90
+
91
+ @name.setter
92
+ def name(self, name):
93
+ """Sets the name of this BatchCreateGlobalEipJob.
94
+
95
+ - 功能说明:全域弹性公网IP名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
96
+
97
+ :param name: The name of this BatchCreateGlobalEipJob.
98
+ :type name: str
99
+ """
100
+ self._name = name
101
+
102
+ @property
103
+ def job_id(self):
104
+ """Gets the job_id of this BatchCreateGlobalEipJob.
105
+
106
+ 请求完成的job id
107
+
108
+ :return: The job_id of this BatchCreateGlobalEipJob.
109
+ :rtype: str
110
+ """
111
+ return self._job_id
112
+
113
+ @job_id.setter
114
+ def job_id(self, job_id):
115
+ """Sets the job_id of this BatchCreateGlobalEipJob.
116
+
117
+ 请求完成的job id
118
+
119
+ :param job_id: The job_id of this BatchCreateGlobalEipJob.
120
+ :type job_id: str
121
+ """
122
+ self._job_id = job_id
123
+
124
+ def to_dict(self):
125
+ """Returns the model properties as a dict"""
126
+ result = {}
127
+
128
+ for attr, _ in six.iteritems(self.openapi_types):
129
+ value = getattr(self, attr)
130
+ if isinstance(value, list):
131
+ result[attr] = list(map(
132
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
133
+ value
134
+ ))
135
+ elif hasattr(value, "to_dict"):
136
+ result[attr] = value.to_dict()
137
+ elif isinstance(value, dict):
138
+ result[attr] = dict(map(
139
+ lambda item: (item[0], item[1].to_dict())
140
+ if hasattr(item[1], "to_dict") else item,
141
+ value.items()
142
+ ))
143
+ else:
144
+ if attr in self.sensitive_list:
145
+ result[attr] = "****"
146
+ else:
147
+ result[attr] = value
148
+
149
+ return result
150
+
151
+ def to_str(self):
152
+ """Returns the string representation of the model"""
153
+ import simplejson as json
154
+ if six.PY2:
155
+ import sys
156
+ reload(sys)
157
+ sys.setdefaultencoding("utf-8")
158
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
159
+
160
+ def __repr__(self):
161
+ """For `print`"""
162
+ return self.to_str()
163
+
164
+ def __eq__(self, other):
165
+ """Returns true if both objects are equal"""
166
+ if not isinstance(other, BatchCreateGlobalEipJob):
167
+ return False
168
+
169
+ return self.__dict__ == other.__dict__
170
+
171
+ def __ne__(self, other):
172
+ """Returns true if both objects are not equal"""
173
+ return not self == other
@@ -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
 
@@ -19,25 +19,25 @@ class BatchCreateGlobalEipResponse(SdkResponse):
19
19
 
20
20
  openapi_types = {
21
21
  'request_id': 'str',
22
- 'global_eip': 'BatchCreateGlobalEip',
22
+ 'global_eips': 'list[BatchCreateGlobalEipJob]',
23
23
  'x_request_id': 'str'
24
24
  }
25
25
 
26
26
  attribute_map = {
27
27
  'request_id': 'request_id',
28
- 'global_eip': 'global_eip',
28
+ 'global_eips': 'global_eips',
29
29
  'x_request_id': 'X-Request-Id'
30
30
  }
31
31
 
32
- def __init__(self, request_id=None, global_eip=None, x_request_id=None):
32
+ def __init__(self, request_id=None, global_eips=None, x_request_id=None):
33
33
  """BatchCreateGlobalEipResponse
34
34
 
35
35
  The model defined in huaweicloud sdk
36
36
 
37
37
  :param request_id: 本次请求的编号
38
38
  :type request_id: str
39
- :param global_eip:
40
- :type global_eip: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEip`
39
+ :param global_eips: 响应对象
40
+ :type global_eips: list[:class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipJob`]
41
41
  :param x_request_id:
42
42
  :type x_request_id: str
43
43
  """
@@ -45,14 +45,14 @@ class BatchCreateGlobalEipResponse(SdkResponse):
45
45
  super(BatchCreateGlobalEipResponse, self).__init__()
46
46
 
47
47
  self._request_id = None
48
- self._global_eip = None
48
+ self._global_eips = None
49
49
  self._x_request_id = None
50
50
  self.discriminator = None
51
51
 
52
52
  if request_id is not None:
53
53
  self.request_id = request_id
54
- if global_eip is not None:
55
- self.global_eip = global_eip
54
+ if global_eips is not None:
55
+ self.global_eips = global_eips
56
56
  if x_request_id is not None:
57
57
  self.x_request_id = x_request_id
58
58
 
@@ -79,22 +79,26 @@ class BatchCreateGlobalEipResponse(SdkResponse):
79
79
  self._request_id = request_id
80
80
 
81
81
  @property
82
- def global_eip(self):
83
- """Gets the global_eip of this BatchCreateGlobalEipResponse.
82
+ def global_eips(self):
83
+ """Gets the global_eips of this BatchCreateGlobalEipResponse.
84
84
 
85
- :return: The global_eip of this BatchCreateGlobalEipResponse.
86
- :rtype: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEip`
85
+ 响应对象
86
+
87
+ :return: The global_eips of this BatchCreateGlobalEipResponse.
88
+ :rtype: list[:class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipJob`]
87
89
  """
88
- return self._global_eip
90
+ return self._global_eips
91
+
92
+ @global_eips.setter
93
+ def global_eips(self, global_eips):
94
+ """Sets the global_eips of this BatchCreateGlobalEipResponse.
89
95
 
90
- @global_eip.setter
91
- def global_eip(self, global_eip):
92
- """Sets the global_eip of this BatchCreateGlobalEipResponse.
96
+ 响应对象
93
97
 
94
- :param global_eip: The global_eip of this BatchCreateGlobalEipResponse.
95
- :type global_eip: :class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEip`
98
+ :param global_eips: The global_eips of this BatchCreateGlobalEipResponse.
99
+ :type global_eips: list[:class:`huaweicloudsdkgeip.v3.BatchCreateGlobalEipJob`]
96
100
  """
97
- self._global_eip = global_eip
101
+ self._global_eips = global_eips
98
102
 
99
103
  @property
100
104
  def x_request_id(self):
@@ -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
  """