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
@@ -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):
@@ -63,11 +63,11 @@ class BatchCreateInternetBandwidth:
63
63
 
64
64
  The model defined in huaweicloud sdk
65
65
 
66
- :param id: ID
66
+ :param id: 全域公网带宽的ID
67
67
  :type id: str
68
- :param name: 资源名称
68
+ :param name: - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
69
69
  :type name: str
70
- :param isp: 线路
70
+ :param isp: 全域弹性公网IP所属线路
71
71
  :type isp: str
72
72
  :param ingress_size: 全域公网带宽大小(入云方向)
73
73
  :type ingress_size: int
@@ -75,11 +75,11 @@ class BatchCreateInternetBandwidth:
75
75
  :type access_site: str
76
76
  :param size: 全域公网带宽大小(出云方向)
77
77
  :type size: int
78
- :param description: 用户自定义的资源描述
78
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
79
79
  :type description: str
80
80
  :param charge_mode: 计费模式
81
81
  :type charge_mode: 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 status: 状态
85
85
  :type status: str
@@ -93,7 +93,7 @@ class BatchCreateInternetBandwidth:
93
93
  :type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
94
94
  :param sys_tags: 系统标签
95
95
  :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
96
- :param enterprise_project_id: 资源的企业项目id
96
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
97
97
  :type enterprise_project_id: str
98
98
  :param type: 全域公网带宽类型
99
99
  :type type: str
@@ -161,7 +161,7 @@ class BatchCreateInternetBandwidth:
161
161
  def id(self):
162
162
  """Gets the id of this BatchCreateInternetBandwidth.
163
163
 
164
- ID
164
+ 全域公网带宽的ID
165
165
 
166
166
  :return: The id of this BatchCreateInternetBandwidth.
167
167
  :rtype: str
@@ -172,7 +172,7 @@ class BatchCreateInternetBandwidth:
172
172
  def id(self, id):
173
173
  """Sets the id of this BatchCreateInternetBandwidth.
174
174
 
175
- ID
175
+ 全域公网带宽的ID
176
176
 
177
177
  :param id: The id of this BatchCreateInternetBandwidth.
178
178
  :type id: str
@@ -183,7 +183,7 @@ class BatchCreateInternetBandwidth:
183
183
  def name(self):
184
184
  """Gets the name of this BatchCreateInternetBandwidth.
185
185
 
186
- 资源名称
186
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
187
187
 
188
188
  :return: The name of this BatchCreateInternetBandwidth.
189
189
  :rtype: str
@@ -194,7 +194,7 @@ class BatchCreateInternetBandwidth:
194
194
  def name(self, name):
195
195
  """Sets the name of this BatchCreateInternetBandwidth.
196
196
 
197
- 资源名称
197
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
198
198
 
199
199
  :param name: The name of this BatchCreateInternetBandwidth.
200
200
  :type name: str
@@ -205,7 +205,7 @@ class BatchCreateInternetBandwidth:
205
205
  def isp(self):
206
206
  """Gets the isp of this BatchCreateInternetBandwidth.
207
207
 
208
- 线路
208
+ 全域弹性公网IP所属线路
209
209
 
210
210
  :return: The isp of this BatchCreateInternetBandwidth.
211
211
  :rtype: str
@@ -216,7 +216,7 @@ class BatchCreateInternetBandwidth:
216
216
  def isp(self, isp):
217
217
  """Sets the isp of this BatchCreateInternetBandwidth.
218
218
 
219
- 线路
219
+ 全域弹性公网IP所属线路
220
220
 
221
221
  :param isp: The isp of this BatchCreateInternetBandwidth.
222
222
  :type isp: str
@@ -293,7 +293,7 @@ class BatchCreateInternetBandwidth:
293
293
  def description(self):
294
294
  """Gets the description of this BatchCreateInternetBandwidth.
295
295
 
296
- 用户自定义的资源描述
296
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
297
297
 
298
298
  :return: The description of this BatchCreateInternetBandwidth.
299
299
  :rtype: str
@@ -304,7 +304,7 @@ class BatchCreateInternetBandwidth:
304
304
  def description(self, description):
305
305
  """Sets the description of this BatchCreateInternetBandwidth.
306
306
 
307
- 用户自定义的资源描述
307
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
308
308
 
309
309
  :param description: The description of this BatchCreateInternetBandwidth.
310
310
  :type description: str
@@ -337,7 +337,7 @@ class BatchCreateInternetBandwidth:
337
337
  def domain_id(self):
338
338
  """Gets the domain_id of this BatchCreateInternetBandwidth.
339
339
 
340
- 租户ID
340
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
341
341
 
342
342
  :return: The domain_id of this BatchCreateInternetBandwidth.
343
343
  :rtype: str
@@ -348,7 +348,7 @@ class BatchCreateInternetBandwidth:
348
348
  def domain_id(self, domain_id):
349
349
  """Sets the domain_id of this BatchCreateInternetBandwidth.
350
350
 
351
- 租户ID
351
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
352
352
 
353
353
  :param domain_id: The domain_id of this BatchCreateInternetBandwidth.
354
354
  :type domain_id: str
@@ -491,7 +491,7 @@ class BatchCreateInternetBandwidth:
491
491
  def enterprise_project_id(self):
492
492
  """Gets the enterprise_project_id of this BatchCreateInternetBandwidth.
493
493
 
494
- 资源的企业项目id
494
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
495
495
 
496
496
  :return: The enterprise_project_id of this BatchCreateInternetBandwidth.
497
497
  :rtype: str
@@ -502,7 +502,7 @@ class BatchCreateInternetBandwidth:
502
502
  def enterprise_project_id(self, enterprise_project_id):
503
503
  """Sets the enterprise_project_id of this BatchCreateInternetBandwidth.
504
504
 
505
- 资源的企业项目id
505
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
506
506
 
507
507
  :param enterprise_project_id: The enterprise_project_id of this BatchCreateInternetBandwidth.
508
508
  :type enterprise_project_id: str
@@ -53,21 +53,21 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
53
53
  :type ingress_size: int
54
54
  :param charge_mode: 计费模式
55
55
  :type charge_mode: str
56
- :param isp: 线路
56
+ :param isp: 全域弹性公网IP所属线路
57
57
  :type isp: str
58
58
  :param access_site: 接入点信息
59
59
  :type access_site: str
60
60
  :param size: 全域公网带宽大小(出云方向)
61
61
  :type size: int
62
- :param name: 资源名称
62
+ :param name: - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
63
63
  :type name: str
64
- :param description: 用户自定义的资源描述
64
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
65
65
  :type description: str
66
66
  :param count: 批创个数
67
67
  :type count: int
68
68
  :param tags: 全域公网带宽标签
69
69
  :type tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
70
- :param enterprise_project_id: 资源的企业项目id
70
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
71
71
  :type enterprise_project_id: str
72
72
  :param type: 全域公网带宽类型
73
73
  :type type: str
@@ -156,7 +156,7 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
156
156
  def isp(self):
157
157
  """Gets the isp of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
158
158
 
159
- 线路
159
+ 全域弹性公网IP所属线路
160
160
 
161
161
  :return: The isp of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
162
162
  :rtype: str
@@ -167,7 +167,7 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
167
167
  def isp(self, isp):
168
168
  """Sets the isp of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
169
169
 
170
- 线路
170
+ 全域弹性公网IP所属线路
171
171
 
172
172
  :param isp: The isp of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
173
173
  :type isp: str
@@ -222,7 +222,7 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
222
222
  def name(self):
223
223
  """Gets the name of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
224
224
 
225
- 资源名称
225
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
226
226
 
227
227
  :return: The name of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
228
228
  :rtype: str
@@ -233,7 +233,7 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
233
233
  def name(self, name):
234
234
  """Sets the name of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
235
235
 
236
- 资源名称
236
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
237
237
 
238
238
  :param name: The name of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
239
239
  :type name: str
@@ -244,7 +244,7 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
244
244
  def description(self):
245
245
  """Gets the description of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
246
246
 
247
- 用户自定义的资源描述
247
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
248
248
 
249
249
  :return: The description of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
250
250
  :rtype: str
@@ -255,7 +255,7 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
255
255
  def description(self, description):
256
256
  """Sets the description of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
257
257
 
258
- 用户自定义的资源描述
258
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
259
259
 
260
260
  :param description: The description of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
261
261
  :type description: str
@@ -310,7 +310,7 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
310
310
  def enterprise_project_id(self):
311
311
  """Gets the enterprise_project_id of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
312
312
 
313
- 资源的企业项目id
313
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
314
314
 
315
315
  :return: The enterprise_project_id of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
316
316
  :rtype: str
@@ -321,7 +321,7 @@ class BatchCreateInternetBandwidthRequestBodyInternetBandwidth:
321
321
  def enterprise_project_id(self, enterprise_project_id):
322
322
  """Sets the enterprise_project_id of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
323
323
 
324
- 资源的企业项目id
324
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
325
325
 
326
326
  :param enterprise_project_id: The enterprise_project_id of this BatchCreateInternetBandwidthRequestBodyInternetBandwidth.
327
327
  :type enterprise_project_id: str
@@ -31,7 +31,7 @@ class BatchCreateInternetBandwidthTagsRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param resource_id: 全域公网带宽的id
34
+ :param resource_id:
35
35
  :type resource_id: str
36
36
  :param body: Body of the BatchCreateInternetBandwidthTagsRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBody`
@@ -51,8 +51,6 @@ class BatchCreateInternetBandwidthTagsRequest:
51
51
  def resource_id(self):
52
52
  """Gets the resource_id of this BatchCreateInternetBandwidthTagsRequest.
53
53
 
54
- 全域公网带宽的id
55
-
56
54
  :return: The resource_id of this BatchCreateInternetBandwidthTagsRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class BatchCreateInternetBandwidthTagsRequest:
62
60
  def resource_id(self, resource_id):
63
61
  """Sets the resource_id of this BatchCreateInternetBandwidthTagsRequest.
64
62
 
65
- 全域公网带宽的id
66
-
67
63
  :param resource_id: The resource_id of this BatchCreateInternetBandwidthTagsRequest.
68
64
  :type resource_id: str
69
65
  """
@@ -22,7 +22,7 @@ class BatchCreateInternetBandwidthTagsResponse(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):
@@ -17,8 +17,8 @@ class BatchCreateV2RequestBody:
17
17
  sensitive_list = []
18
18
 
19
19
  openapi_types = {
20
- 'tags': 'list[BatchCreateV2RequestBodyTags]',
21
- 'sys_tags': 'list[BatchCreateV2RequestBodySysTags]'
20
+ 'tags': 'list[CreateGlobalEipRequestBodyGlobalEipTags]',
21
+ 'sys_tags': 'list[CreateGlobalEipRequestBodyGlobalEipTags]'
22
22
  }
23
23
 
24
24
  attribute_map = {
@@ -32,9 +32,9 @@ class BatchCreateV2RequestBody:
32
32
  The model defined in huaweicloud sdk
33
33
 
34
34
  :param tags: 全域弹性公网IP标签
35
- :type tags: list[:class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBodyTags`]
35
+ :type tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
36
36
  :param sys_tags: 系统标签
37
- :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBodySysTags`]
37
+ :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
38
38
  """
39
39
 
40
40
 
@@ -54,7 +54,7 @@ class BatchCreateV2RequestBody:
54
54
  全域弹性公网IP标签
55
55
 
56
56
  :return: The tags of this BatchCreateV2RequestBody.
57
- :rtype: list[:class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBodyTags`]
57
+ :rtype: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
58
58
  """
59
59
  return self._tags
60
60
 
@@ -65,7 +65,7 @@ class BatchCreateV2RequestBody:
65
65
  全域弹性公网IP标签
66
66
 
67
67
  :param tags: The tags of this BatchCreateV2RequestBody.
68
- :type tags: list[:class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBodyTags`]
68
+ :type tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
69
69
  """
70
70
  self._tags = tags
71
71
 
@@ -76,7 +76,7 @@ class BatchCreateV2RequestBody:
76
76
  系统标签
77
77
 
78
78
  :return: The sys_tags of this BatchCreateV2RequestBody.
79
- :rtype: list[:class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBodySysTags`]
79
+ :rtype: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
80
80
  """
81
81
  return self._sys_tags
82
82
 
@@ -87,7 +87,7 @@ class BatchCreateV2RequestBody:
87
87
  系统标签
88
88
 
89
89
  :param sys_tags: The sys_tags of this BatchCreateV2RequestBody.
90
- :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.BatchCreateV2RequestBodySysTags`]
90
+ :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
91
91
  """
92
92
  self._sys_tags = sys_tags
93
93
 
@@ -31,7 +31,7 @@ class BatchDeleteGeipSegmentTagsRequest:
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 BatchDeleteGeipSegmentTagsRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBody`
@@ -51,8 +51,6 @@ class BatchDeleteGeipSegmentTagsRequest:
51
51
  def resource_id(self):
52
52
  """Gets the resource_id of this BatchDeleteGeipSegmentTagsRequest.
53
53
 
54
- 全域弹性公网IP的id
55
-
56
54
  :return: The resource_id of this BatchDeleteGeipSegmentTagsRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class BatchDeleteGeipSegmentTagsRequest:
62
60
  def resource_id(self, resource_id):
63
61
  """Sets the resource_id of this BatchDeleteGeipSegmentTagsRequest.
64
62
 
65
- 全域弹性公网IP的id
66
-
67
63
  :param resource_id: The resource_id of this BatchDeleteGeipSegmentTagsRequest.
68
64
  :type resource_id: str
69
65
  """
@@ -22,7 +22,7 @@ class BatchDeleteGeipSegmentTagsResponse(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):
@@ -31,7 +31,7 @@ class BatchDeleteGlobalEipTagsRequest:
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 BatchDeleteGlobalEipTagsRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBody`
@@ -51,8 +51,6 @@ class BatchDeleteGlobalEipTagsRequest:
51
51
  def resource_id(self):
52
52
  """Gets the resource_id of this BatchDeleteGlobalEipTagsRequest.
53
53
 
54
- 全域弹性公网IP的id
55
-
56
54
  :return: The resource_id of this BatchDeleteGlobalEipTagsRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class BatchDeleteGlobalEipTagsRequest:
62
60
  def resource_id(self, resource_id):
63
61
  """Sets the resource_id of this BatchDeleteGlobalEipTagsRequest.
64
62
 
65
- 全域弹性公网IP的id
66
-
67
63
  :param resource_id: The resource_id of this BatchDeleteGlobalEipTagsRequest.
68
64
  :type resource_id: str
69
65
  """
@@ -22,7 +22,7 @@ class BatchDeleteGlobalEipTagsResponse(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):
@@ -31,7 +31,7 @@ class BatchDeleteInternetBandwidthTagsRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param resource_id: 全域公网带宽的id
34
+ :param resource_id:
35
35
  :type resource_id: str
36
36
  :param body: Body of the BatchDeleteInternetBandwidthTagsRequest
37
37
  :type body: :class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBody`
@@ -51,8 +51,6 @@ class BatchDeleteInternetBandwidthTagsRequest:
51
51
  def resource_id(self):
52
52
  """Gets the resource_id of this BatchDeleteInternetBandwidthTagsRequest.
53
53
 
54
- 全域公网带宽的id
55
-
56
54
  :return: The resource_id of this BatchDeleteInternetBandwidthTagsRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class BatchDeleteInternetBandwidthTagsRequest:
62
60
  def resource_id(self, resource_id):
63
61
  """Sets the resource_id of this BatchDeleteInternetBandwidthTagsRequest.
64
62
 
65
- 全域公网带宽的id
66
-
67
63
  :param resource_id: The resource_id of this BatchDeleteInternetBandwidthTagsRequest.
68
64
  :type resource_id: str
69
65
  """
@@ -22,7 +22,7 @@ class BatchDeleteInternetBandwidthTagsResponse(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):
@@ -18,7 +18,7 @@ class BatchDeleteV2RequestBody:
18
18
 
19
19
  openapi_types = {
20
20
  'tags': 'list[BatchDeleteV2RequestBodyTags]',
21
- 'sys_tags': 'list[BatchDeleteV2RequestBodySysTags]'
21
+ 'sys_tags': 'list[BatchDeleteV2RequestBodyTags]'
22
22
  }
23
23
 
24
24
  attribute_map = {
@@ -34,7 +34,7 @@ class BatchDeleteV2RequestBody:
34
34
  :param tags: 全域弹性公网IP标签
35
35
  :type tags: list[:class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBodyTags`]
36
36
  :param sys_tags: 系统标签
37
- :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBodySysTags`]
37
+ :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBodyTags`]
38
38
  """
39
39
 
40
40
 
@@ -76,7 +76,7 @@ class BatchDeleteV2RequestBody:
76
76
  系统标签
77
77
 
78
78
  :return: The sys_tags of this BatchDeleteV2RequestBody.
79
- :rtype: list[:class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBodySysTags`]
79
+ :rtype: list[:class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBodyTags`]
80
80
  """
81
81
  return self._sys_tags
82
82
 
@@ -87,7 +87,7 @@ class BatchDeleteV2RequestBody:
87
87
  系统标签
88
88
 
89
89
  :param sys_tags: The sys_tags of this BatchDeleteV2RequestBody.
90
- :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBodySysTags`]
90
+ :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.BatchDeleteV2RequestBodyTags`]
91
91
  """
92
92
  self._sys_tags = sys_tags
93
93
 
@@ -31,9 +31,9 @@ class BatchDeleteV2RequestBodyTags:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param key: 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
34
+ :param key: - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
35
35
  :type key: str
36
- :param value: 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
36
+ :param value: - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
37
37
  :type value: str
38
38
  """
39
39
 
@@ -51,7 +51,7 @@ class BatchDeleteV2RequestBodyTags:
51
51
  def key(self):
52
52
  """Gets the key of this BatchDeleteV2RequestBodyTags.
53
53
 
54
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
54
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
55
55
 
56
56
  :return: The key of this BatchDeleteV2RequestBodyTags.
57
57
  :rtype: str
@@ -62,7 +62,7 @@ class BatchDeleteV2RequestBodyTags:
62
62
  def key(self, key):
63
63
  """Sets the key of this BatchDeleteV2RequestBodyTags.
64
64
 
65
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
65
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
66
66
 
67
67
  :param key: The key of this BatchDeleteV2RequestBodyTags.
68
68
  :type key: str
@@ -73,7 +73,7 @@ class BatchDeleteV2RequestBodyTags:
73
73
  def value(self):
74
74
  """Gets the value of this BatchDeleteV2RequestBodyTags.
75
75
 
76
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
76
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
77
77
 
78
78
  :return: The value of this BatchDeleteV2RequestBodyTags.
79
79
  :rtype: str
@@ -84,7 +84,7 @@ class BatchDeleteV2RequestBodyTags:
84
84
  def value(self, value):
85
85
  """Sets the value of this BatchDeleteV2RequestBodyTags.
86
86
 
87
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
87
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
88
88
 
89
89
  :param value: The value of this BatchDeleteV2RequestBodyTags.
90
90
  :type value: str
@@ -29,7 +29,7 @@ class CountGeipSegments:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param count: Geip Segment Count
32
+ :param count: 全域弹性公网IP段个数
33
33
  :type count: int
34
34
  """
35
35
 
@@ -44,7 +44,7 @@ class CountGeipSegments:
44
44
  def count(self):
45
45
  """Gets the count of this CountGeipSegments.
46
46
 
47
- Geip Segment Count
47
+ 全域弹性公网IP段个数
48
48
 
49
49
  :return: The count of this CountGeipSegments.
50
50
  :rtype: int
@@ -55,7 +55,7 @@ class CountGeipSegments:
55
55
  def count(self, count):
56
56
  """Sets the count of this CountGeipSegments.
57
57
 
58
- Geip Segment Count
58
+ 全域弹性公网IP段个数
59
59
 
60
60
  :param count: The count of this CountGeipSegments.
61
61
  :type count: int