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

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

Potentially problematic release.


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

Files changed (120) hide show
  1. huaweicloudsdkgeip/v3/__init__.py +0 -4
  2. huaweicloudsdkgeip/v3/geip_async_client.py +6 -6
  3. huaweicloudsdkgeip/v3/geip_client.py +6 -6
  4. huaweicloudsdkgeip/v3/model/__init__.py +0 -4
  5. huaweicloudsdkgeip/v3/model/add_geip_segment_tags_request.py +1 -5
  6. huaweicloudsdkgeip/v3/model/add_global_eip_tags_request.py +1 -5
  7. huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_request.py +1 -5
  8. huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_request.py +1 -5
  9. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_associate_instance_info.py +5 -1
  10. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info.py +31 -19
  11. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body_global_eip_segment.py +3 -3
  12. huaweicloudsdkgeip/v3/model/associate_instance_request.py +1 -5
  13. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth.py +5 -1
  14. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip.py +21 -21
  15. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_request.py +1 -5
  16. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_request.py +1 -5
  17. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_response.py +1 -1
  18. huaweicloudsdkgeip/v3/model/batch_create_global_eip.py +21 -21
  19. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip.py +9 -9
  20. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip_internet_bandwidth_info.py +10 -10
  21. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_request.py +1 -5
  22. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +1 -1
  23. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +18 -18
  24. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  25. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +1 -5
  26. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +1 -1
  27. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +8 -8
  28. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +1 -5
  29. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +1 -1
  30. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +1 -5
  31. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +1 -1
  32. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +1 -5
  33. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +1 -1
  34. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +4 -4
  35. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +6 -6
  36. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +22 -110
  37. huaweicloudsdkgeip/v3/model/count_global_eips.py +3 -3
  38. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +23 -115
  39. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +8 -40
  40. huaweicloudsdkgeip/v3/model/create_global_eip.py +6 -6
  41. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +9 -9
  42. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +6 -6
  43. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +9 -9
  44. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +7 -7
  45. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +18 -18
  46. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  47. huaweicloudsdkgeip/v3/model/create_tag.py +6 -6
  48. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +3 -3
  49. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +6 -6
  50. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +2 -10
  51. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +1 -5
  52. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +1 -5
  53. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +2 -10
  54. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +1 -5
  55. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +2 -10
  56. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +25 -25
  57. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +2 -10
  58. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +1 -5
  59. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +1 -5
  60. huaweicloudsdkgeip/v3/model/geip_tags.py +6 -6
  61. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +6 -6
  62. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +12 -12
  63. huaweicloudsdkgeip/v3/model/instance_info.py +6 -6
  64. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +3 -3
  65. huaweicloudsdkgeip/v3/model/list_access_sites.py +6 -6
  66. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +5 -25
  67. huaweicloudsdkgeip/v3/model/list_geip_pools.py +17 -13
  68. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +8 -40
  69. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +2 -10
  70. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +2 -10
  71. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +21 -21
  72. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +24 -120
  73. huaweicloudsdkgeip/v3/model/list_global_eips.py +21 -21
  74. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +26 -130
  75. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +2 -10
  76. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +3 -3
  77. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +3 -15
  78. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +18 -18
  79. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +11 -55
  80. huaweicloudsdkgeip/v3/model/list_jobs.py +3 -3
  81. huaweicloudsdkgeip/v3/model/list_jobs_request.py +4 -20
  82. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +6 -6
  83. huaweicloudsdkgeip/v3/model/list_support_masks.py +6 -6
  84. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +4 -20
  85. huaweicloudsdkgeip/v3/model/list_support_regions.py +6 -6
  86. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +8 -40
  87. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +2 -10
  88. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +6 -6
  89. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +1 -5
  90. huaweicloudsdkgeip/v3/model/show_global_eip.py +21 -21
  91. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +2 -10
  92. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +21 -21
  93. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +2 -10
  94. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +1 -5
  95. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +18 -18
  96. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +2 -10
  97. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +1 -5
  98. huaweicloudsdkgeip/v3/model/show_job.py +3 -3
  99. huaweicloudsdkgeip/v3/model/show_jobs_request.py +1 -5
  100. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +3 -3
  101. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +1 -5
  102. huaweicloudsdkgeip/v3/model/sys_tag.py +6 -6
  103. huaweicloudsdkgeip/v3/model/tag.py +6 -6
  104. huaweicloudsdkgeip/v3/model/update_global_eip.py +6 -6
  105. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +1 -5
  106. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +6 -6
  107. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +1 -5
  108. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +6 -6
  109. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +18 -18
  110. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +1 -5
  111. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +6 -6
  112. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/METADATA +2 -2
  113. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/RECORD +116 -120
  114. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/WHEEL +1 -1
  115. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  116. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  117. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  118. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  119. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/LICENSE +0 -0
  120. {huaweicloudsdkgeip-3.1.85.dist-info → huaweicloudsdkgeip-3.1.87.dist-info}/top_level.txt +0 -0
@@ -69,21 +69,21 @@ class ShowGlobalEipSegment:
69
69
 
70
70
  The model defined in huaweicloud sdk
71
71
 
72
- :param id: ID
72
+ :param id: 全域弹性公网IP段的ID
73
73
  :type id: str
74
- :param name: 资源名称
74
+ :param name: - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
75
75
  :type name: str
76
- :param description: 用户自定义的资源描述
76
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
77
77
  :type description: str
78
- :param domain_id: 租户ID
78
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
79
79
  :type domain_id: str
80
80
  :param access_site: 接入点信息
81
81
  :type access_site: str
82
82
  :param geip_pool_name: 全域弹性公网IP池子名称
83
83
  :type geip_pool_name: str
84
- :param isp: 线路
84
+ :param isp: 全域弹性公网IP所属线路
85
85
  :type isp: str
86
- :param ip_version: IPv4或IPv6
86
+ :param ip_version: - 功能说明:全域弹性公网IP段的版本 - 取值范围:4、6
87
87
  :type ip_version: int
88
88
  :param cidr: 全域公网IP段的cidr
89
89
  :type cidr: str
@@ -109,7 +109,7 @@ class ShowGlobalEipSegment:
109
109
  :type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
110
110
  :param sys_tags: 系统标签
111
111
  :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
112
- :param enterprise_project_id: 资源的企业项目id
112
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
113
113
  :type enterprise_project_id: str
114
114
  """
115
115
 
@@ -185,7 +185,7 @@ class ShowGlobalEipSegment:
185
185
  def id(self):
186
186
  """Gets the id of this ShowGlobalEipSegment.
187
187
 
188
- ID
188
+ 全域弹性公网IP段的ID
189
189
 
190
190
  :return: The id of this ShowGlobalEipSegment.
191
191
  :rtype: str
@@ -196,7 +196,7 @@ class ShowGlobalEipSegment:
196
196
  def id(self, id):
197
197
  """Sets the id of this ShowGlobalEipSegment.
198
198
 
199
- ID
199
+ 全域弹性公网IP段的ID
200
200
 
201
201
  :param id: The id of this ShowGlobalEipSegment.
202
202
  :type id: str
@@ -207,7 +207,7 @@ class ShowGlobalEipSegment:
207
207
  def name(self):
208
208
  """Gets the name of this ShowGlobalEipSegment.
209
209
 
210
- 资源名称
210
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
211
211
 
212
212
  :return: The name of this ShowGlobalEipSegment.
213
213
  :rtype: str
@@ -218,7 +218,7 @@ class ShowGlobalEipSegment:
218
218
  def name(self, name):
219
219
  """Sets the name of this ShowGlobalEipSegment.
220
220
 
221
- 资源名称
221
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
222
222
 
223
223
  :param name: The name of this ShowGlobalEipSegment.
224
224
  :type name: str
@@ -229,7 +229,7 @@ class ShowGlobalEipSegment:
229
229
  def description(self):
230
230
  """Gets the description of this ShowGlobalEipSegment.
231
231
 
232
- 用户自定义的资源描述
232
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
233
233
 
234
234
  :return: The description of this ShowGlobalEipSegment.
235
235
  :rtype: str
@@ -240,7 +240,7 @@ class ShowGlobalEipSegment:
240
240
  def description(self, description):
241
241
  """Sets the description of this ShowGlobalEipSegment.
242
242
 
243
- 用户自定义的资源描述
243
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
244
244
 
245
245
  :param description: The description of this ShowGlobalEipSegment.
246
246
  :type description: str
@@ -251,7 +251,7 @@ class ShowGlobalEipSegment:
251
251
  def domain_id(self):
252
252
  """Gets the domain_id of this ShowGlobalEipSegment.
253
253
 
254
- 租户ID
254
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
255
255
 
256
256
  :return: The domain_id of this ShowGlobalEipSegment.
257
257
  :rtype: str
@@ -262,7 +262,7 @@ class ShowGlobalEipSegment:
262
262
  def domain_id(self, domain_id):
263
263
  """Sets the domain_id of this ShowGlobalEipSegment.
264
264
 
265
- 租户ID
265
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
266
266
 
267
267
  :param domain_id: The domain_id of this ShowGlobalEipSegment.
268
268
  :type domain_id: str
@@ -317,7 +317,7 @@ class ShowGlobalEipSegment:
317
317
  def isp(self):
318
318
  """Gets the isp of this ShowGlobalEipSegment.
319
319
 
320
- 线路
320
+ 全域弹性公网IP所属线路
321
321
 
322
322
  :return: The isp of this ShowGlobalEipSegment.
323
323
  :rtype: str
@@ -328,7 +328,7 @@ class ShowGlobalEipSegment:
328
328
  def isp(self, isp):
329
329
  """Sets the isp of this ShowGlobalEipSegment.
330
330
 
331
- 线路
331
+ 全域弹性公网IP所属线路
332
332
 
333
333
  :param isp: The isp of this ShowGlobalEipSegment.
334
334
  :type isp: str
@@ -339,7 +339,7 @@ class ShowGlobalEipSegment:
339
339
  def ip_version(self):
340
340
  """Gets the ip_version of this ShowGlobalEipSegment.
341
341
 
342
- IPv4或IPv6
342
+ - 功能说明:全域弹性公网IP段的版本 - 取值范围:4、6
343
343
 
344
344
  :return: The ip_version of this ShowGlobalEipSegment.
345
345
  :rtype: int
@@ -350,7 +350,7 @@ class ShowGlobalEipSegment:
350
350
  def ip_version(self, ip_version):
351
351
  """Sets the ip_version of this ShowGlobalEipSegment.
352
352
 
353
- IPv4或IPv6
353
+ - 功能说明:全域弹性公网IP段的版本 - 取值范围:4、6
354
354
 
355
355
  :param ip_version: The ip_version of this ShowGlobalEipSegment.
356
356
  :type ip_version: int
@@ -617,7 +617,7 @@ class ShowGlobalEipSegment:
617
617
  def enterprise_project_id(self):
618
618
  """Gets the enterprise_project_id of this ShowGlobalEipSegment.
619
619
 
620
- 资源的企业项目id
620
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
621
621
 
622
622
  :return: The enterprise_project_id of this ShowGlobalEipSegment.
623
623
  :rtype: str
@@ -628,7 +628,7 @@ class ShowGlobalEipSegment:
628
628
  def enterprise_project_id(self, enterprise_project_id):
629
629
  """Sets the enterprise_project_id of this ShowGlobalEipSegment.
630
630
 
631
- 资源的企业项目id
631
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
632
632
 
633
633
  :param enterprise_project_id: The enterprise_project_id of this ShowGlobalEipSegment.
634
634
  :type enterprise_project_id: str
@@ -31,9 +31,9 @@ class ShowGlobalEipSegmentRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param global_eip_segment_id: global_eip_segment_id
34
+ :param global_eip_segment_id:
35
35
  :type global_eip_segment_id: str
36
- :param fields: 只显示指定的字段
36
+ :param fields:
37
37
  :type fields: list[str]
38
38
  """
39
39
 
@@ -51,8 +51,6 @@ class ShowGlobalEipSegmentRequest:
51
51
  def global_eip_segment_id(self):
52
52
  """Gets the global_eip_segment_id of this ShowGlobalEipSegmentRequest.
53
53
 
54
- global_eip_segment_id
55
-
56
54
  :return: The global_eip_segment_id of this ShowGlobalEipSegmentRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class ShowGlobalEipSegmentRequest:
62
60
  def global_eip_segment_id(self, global_eip_segment_id):
63
61
  """Sets the global_eip_segment_id of this ShowGlobalEipSegmentRequest.
64
62
 
65
- global_eip_segment_id
66
-
67
63
  :param global_eip_segment_id: The global_eip_segment_id of this ShowGlobalEipSegmentRequest.
68
64
  :type global_eip_segment_id: str
69
65
  """
@@ -73,8 +69,6 @@ class ShowGlobalEipSegmentRequest:
73
69
  def fields(self):
74
70
  """Gets the fields of this ShowGlobalEipSegmentRequest.
75
71
 
76
- 只显示指定的字段
77
-
78
72
  :return: The fields of this ShowGlobalEipSegmentRequest.
79
73
  :rtype: list[str]
80
74
  """
@@ -84,8 +78,6 @@ class ShowGlobalEipSegmentRequest:
84
78
  def fields(self, fields):
85
79
  """Sets the fields of this ShowGlobalEipSegmentRequest.
86
80
 
87
- 只显示指定的字段
88
-
89
81
  :param fields: The fields of this ShowGlobalEipSegmentRequest.
90
82
  :type fields: list[str]
91
83
  """
@@ -29,7 +29,7 @@ class ShowGlobalEipTagsRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param resource_id: 全域弹性公网IP的id
32
+ :param resource_id:
33
33
  :type resource_id: str
34
34
  """
35
35
 
@@ -44,8 +44,6 @@ class ShowGlobalEipTagsRequest:
44
44
  def resource_id(self):
45
45
  """Gets the resource_id of this ShowGlobalEipTagsRequest.
46
46
 
47
- 全域弹性公网IP的id
48
-
49
47
  :return: The resource_id of this ShowGlobalEipTagsRequest.
50
48
  :rtype: str
51
49
  """
@@ -55,8 +53,6 @@ class ShowGlobalEipTagsRequest:
55
53
  def resource_id(self, resource_id):
56
54
  """Sets the resource_id of this ShowGlobalEipTagsRequest.
57
55
 
58
- 全域弹性公网IP的id
59
-
60
56
  :param resource_id: The resource_id of this ShowGlobalEipTagsRequest.
61
57
  :type resource_id: str
62
58
  """
@@ -69,11 +69,11 @@ class ShowInternetBandwidth:
69
69
 
70
70
  The model defined in huaweicloud sdk
71
71
 
72
- :param id: ID
72
+ :param id: 全域公网带宽的ID
73
73
  :type id: str
74
- :param name: 资源名称
74
+ :param name: - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
75
75
  :type name: str
76
- :param isp: 线路
76
+ :param isp: 全域弹性公网IP所属线路
77
77
  :type isp: str
78
78
  :param ingress_size: 全域公网带宽大小(入云方向)
79
79
  :type ingress_size: int
@@ -81,7 +81,7 @@ class ShowInternetBandwidth:
81
81
  :type access_site: str
82
82
  :param size: 全域公网带宽大小(出云方向)
83
83
  :type size: int
84
- :param description: 用户自定义的资源描述
84
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
85
85
  :type description: str
86
86
  :param charge_mode: 计费模式
87
87
  :type charge_mode: str
@@ -91,7 +91,7 @@ class ShowInternetBandwidth:
91
91
  :type billing_info: str
92
92
  :param freezen_info: 冻结原因
93
93
  :type freezen_info: str
94
- :param domain_id: 租户ID
94
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
95
95
  :type domain_id: str
96
96
  :param status: 状态
97
97
  :type status: str
@@ -105,7 +105,7 @@ class ShowInternetBandwidth:
105
105
  :type tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
106
106
  :param sys_tags: 系统标签
107
107
  :type sys_tags: list[:class:`huaweicloudsdkgeip.v3.Tag`]
108
- :param enterprise_project_id: 资源的企业项目id
108
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
109
109
  :type enterprise_project_id: str
110
110
  :param type: 全域公网带宽类型
111
111
  :type type: str
@@ -185,7 +185,7 @@ class ShowInternetBandwidth:
185
185
  def id(self):
186
186
  """Gets the id of this ShowInternetBandwidth.
187
187
 
188
- ID
188
+ 全域公网带宽的ID
189
189
 
190
190
  :return: The id of this ShowInternetBandwidth.
191
191
  :rtype: str
@@ -196,7 +196,7 @@ class ShowInternetBandwidth:
196
196
  def id(self, id):
197
197
  """Sets the id of this ShowInternetBandwidth.
198
198
 
199
- ID
199
+ 全域公网带宽的ID
200
200
 
201
201
  :param id: The id of this ShowInternetBandwidth.
202
202
  :type id: str
@@ -207,7 +207,7 @@ class ShowInternetBandwidth:
207
207
  def name(self):
208
208
  """Gets the name of this ShowInternetBandwidth.
209
209
 
210
- 资源名称
210
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
211
211
 
212
212
  :return: The name of this ShowInternetBandwidth.
213
213
  :rtype: str
@@ -218,7 +218,7 @@ class ShowInternetBandwidth:
218
218
  def name(self, name):
219
219
  """Sets the name of this ShowInternetBandwidth.
220
220
 
221
- 资源名称
221
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
222
222
 
223
223
  :param name: The name of this ShowInternetBandwidth.
224
224
  :type name: str
@@ -229,7 +229,7 @@ class ShowInternetBandwidth:
229
229
  def isp(self):
230
230
  """Gets the isp of this ShowInternetBandwidth.
231
231
 
232
- 线路
232
+ 全域弹性公网IP所属线路
233
233
 
234
234
  :return: The isp of this ShowInternetBandwidth.
235
235
  :rtype: str
@@ -240,7 +240,7 @@ class ShowInternetBandwidth:
240
240
  def isp(self, isp):
241
241
  """Sets the isp of this ShowInternetBandwidth.
242
242
 
243
- 线路
243
+ 全域弹性公网IP所属线路
244
244
 
245
245
  :param isp: The isp of this ShowInternetBandwidth.
246
246
  :type isp: str
@@ -317,7 +317,7 @@ class ShowInternetBandwidth:
317
317
  def description(self):
318
318
  """Gets the description of this ShowInternetBandwidth.
319
319
 
320
- 用户自定义的资源描述
320
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
321
321
 
322
322
  :return: The description of this ShowInternetBandwidth.
323
323
  :rtype: str
@@ -328,7 +328,7 @@ class ShowInternetBandwidth:
328
328
  def description(self, description):
329
329
  """Sets the description of this ShowInternetBandwidth.
330
330
 
331
- 用户自定义的资源描述
331
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
332
332
 
333
333
  :param description: The description of this ShowInternetBandwidth.
334
334
  :type description: str
@@ -427,7 +427,7 @@ class ShowInternetBandwidth:
427
427
  def domain_id(self):
428
428
  """Gets the domain_id of this ShowInternetBandwidth.
429
429
 
430
- 租户ID
430
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
431
431
 
432
432
  :return: The domain_id of this ShowInternetBandwidth.
433
433
  :rtype: str
@@ -438,7 +438,7 @@ class ShowInternetBandwidth:
438
438
  def domain_id(self, domain_id):
439
439
  """Sets the domain_id of this ShowInternetBandwidth.
440
440
 
441
- 租户ID
441
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
442
442
 
443
443
  :param domain_id: The domain_id of this ShowInternetBandwidth.
444
444
  :type domain_id: str
@@ -581,7 +581,7 @@ class ShowInternetBandwidth:
581
581
  def enterprise_project_id(self):
582
582
  """Gets the enterprise_project_id of this ShowInternetBandwidth.
583
583
 
584
- 资源的企业项目id
584
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
585
585
 
586
586
  :return: The enterprise_project_id of this ShowInternetBandwidth.
587
587
  :rtype: str
@@ -592,7 +592,7 @@ class ShowInternetBandwidth:
592
592
  def enterprise_project_id(self, enterprise_project_id):
593
593
  """Sets the enterprise_project_id of this ShowInternetBandwidth.
594
594
 
595
- 资源的企业项目id
595
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
596
596
 
597
597
  :param enterprise_project_id: The enterprise_project_id of this ShowInternetBandwidth.
598
598
  :type enterprise_project_id: str
@@ -31,9 +31,9 @@ class ShowInternetBandwidthRequest:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param internet_bandwidth_id: 全域公网带宽的ID
34
+ :param internet_bandwidth_id:
35
35
  :type internet_bandwidth_id: str
36
- :param fields: 只显示指定的字段
36
+ :param fields:
37
37
  :type fields: list[str]
38
38
  """
39
39
 
@@ -51,8 +51,6 @@ class ShowInternetBandwidthRequest:
51
51
  def internet_bandwidth_id(self):
52
52
  """Gets the internet_bandwidth_id of this ShowInternetBandwidthRequest.
53
53
 
54
- 全域公网带宽的ID
55
-
56
54
  :return: The internet_bandwidth_id of this ShowInternetBandwidthRequest.
57
55
  :rtype: str
58
56
  """
@@ -62,8 +60,6 @@ class ShowInternetBandwidthRequest:
62
60
  def internet_bandwidth_id(self, internet_bandwidth_id):
63
61
  """Sets the internet_bandwidth_id of this ShowInternetBandwidthRequest.
64
62
 
65
- 全域公网带宽的ID
66
-
67
63
  :param internet_bandwidth_id: The internet_bandwidth_id of this ShowInternetBandwidthRequest.
68
64
  :type internet_bandwidth_id: str
69
65
  """
@@ -73,8 +69,6 @@ class ShowInternetBandwidthRequest:
73
69
  def fields(self):
74
70
  """Gets the fields of this ShowInternetBandwidthRequest.
75
71
 
76
- 只显示指定的字段
77
-
78
72
  :return: The fields of this ShowInternetBandwidthRequest.
79
73
  :rtype: list[str]
80
74
  """
@@ -84,8 +78,6 @@ class ShowInternetBandwidthRequest:
84
78
  def fields(self, fields):
85
79
  """Sets the fields of this ShowInternetBandwidthRequest.
86
80
 
87
- 只显示指定的字段
88
-
89
81
  :param fields: The fields of this ShowInternetBandwidthRequest.
90
82
  :type fields: list[str]
91
83
  """
@@ -29,7 +29,7 @@ class ShowInternetBandwidthTagsRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param resource_id: 全域公网带宽的id
32
+ :param resource_id:
33
33
  :type resource_id: str
34
34
  """
35
35
 
@@ -44,8 +44,6 @@ class ShowInternetBandwidthTagsRequest:
44
44
  def resource_id(self):
45
45
  """Gets the resource_id of this ShowInternetBandwidthTagsRequest.
46
46
 
47
- 全域公网带宽的id
48
-
49
47
  :return: The resource_id of this ShowInternetBandwidthTagsRequest.
50
48
  :rtype: str
51
49
  """
@@ -55,8 +53,6 @@ class ShowInternetBandwidthTagsRequest:
55
53
  def resource_id(self, resource_id):
56
54
  """Sets the resource_id of this ShowInternetBandwidthTagsRequest.
57
55
 
58
- 全域公网带宽的id
59
-
60
56
  :param resource_id: The resource_id of this ShowInternetBandwidthTagsRequest.
61
57
  :type resource_id: str
62
58
  """
@@ -43,7 +43,7 @@ class ShowJob:
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
46
- :param id: ID
46
+ :param id: Job的ID
47
47
  :type id: str
48
48
  :param action: 处理规则
49
49
  :type action: str
@@ -94,7 +94,7 @@ class ShowJob:
94
94
  def id(self):
95
95
  """Gets the id of this ShowJob.
96
96
 
97
- ID
97
+ Job的ID
98
98
 
99
99
  :return: The id of this ShowJob.
100
100
  :rtype: str
@@ -105,7 +105,7 @@ class ShowJob:
105
105
  def id(self, id):
106
106
  """Sets the id of this ShowJob.
107
107
 
108
- ID
108
+ Job的ID
109
109
 
110
110
  :param id: The id of this ShowJob.
111
111
  :type id: str
@@ -33,7 +33,7 @@ class ShowJobsRequest:
33
33
 
34
34
  :param job_id: job_id
35
35
  :type job_id: str
36
- :param fields: 只显示指定的字段
36
+ :param fields:
37
37
  :type fields: list[str]
38
38
  """
39
39
 
@@ -73,8 +73,6 @@ class ShowJobsRequest:
73
73
  def fields(self):
74
74
  """Gets the fields of this ShowJobsRequest.
75
75
 
76
- 只显示指定的字段
77
-
78
76
  :return: The fields of this ShowJobsRequest.
79
77
  :rtype: list[str]
80
78
  """
@@ -84,8 +82,6 @@ class ShowJobsRequest:
84
82
  def fields(self, fields):
85
83
  """Sets the fields of this ShowJobsRequest.
86
84
 
87
- 只显示指定的字段
88
-
89
85
  :param fields: The fields of this ShowJobsRequest.
90
86
  :type fields: list[str]
91
87
  """
@@ -33,7 +33,7 @@ class ShowUserDisclaimerRecord:
33
33
 
34
34
  The model defined in huaweicloud sdk
35
35
 
36
- :param domain_id: 租户ID
36
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
37
37
  :type domain_id: str
38
38
  :param created_at: 创建时间
39
39
  :type created_at: datetime
@@ -59,7 +59,7 @@ class ShowUserDisclaimerRecord:
59
59
  def domain_id(self):
60
60
  """Gets the domain_id of this ShowUserDisclaimerRecord.
61
61
 
62
- 租户ID
62
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
63
63
 
64
64
  :return: The domain_id of this ShowUserDisclaimerRecord.
65
65
  :rtype: str
@@ -70,7 +70,7 @@ class ShowUserDisclaimerRecord:
70
70
  def domain_id(self, domain_id):
71
71
  """Sets the domain_id of this ShowUserDisclaimerRecord.
72
72
 
73
- 租户ID
73
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
74
74
 
75
75
  :param domain_id: The domain_id of this ShowUserDisclaimerRecord.
76
76
  :type domain_id: str
@@ -29,7 +29,7 @@ class ShowUserDisclaimerRequest:
29
29
 
30
30
  The model defined in huaweicloud sdk
31
31
 
32
- :param fields: 只显示指定的字段
32
+ :param fields:
33
33
  :type fields: list[str]
34
34
  """
35
35
 
@@ -45,8 +45,6 @@ class ShowUserDisclaimerRequest:
45
45
  def fields(self):
46
46
  """Gets the fields of this ShowUserDisclaimerRequest.
47
47
 
48
- 只显示指定的字段
49
-
50
48
  :return: The fields of this ShowUserDisclaimerRequest.
51
49
  :rtype: list[str]
52
50
  """
@@ -56,8 +54,6 @@ class ShowUserDisclaimerRequest:
56
54
  def fields(self, fields):
57
55
  """Sets the fields of this ShowUserDisclaimerRequest.
58
56
 
59
- 只显示指定的字段
60
-
61
57
  :param fields: The fields of this ShowUserDisclaimerRequest.
62
58
  :type fields: list[str]
63
59
  """
@@ -31,9 +31,9 @@ class SysTag:
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
 
@@ -50,7 +50,7 @@ class SysTag:
50
50
  def key(self):
51
51
  """Gets the key of this SysTag.
52
52
 
53
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
53
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
54
54
 
55
55
  :return: The key of this SysTag.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class SysTag:
61
61
  def key(self, key):
62
62
  """Sets the key of this SysTag.
63
63
 
64
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
64
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
65
65
 
66
66
  :param key: The key of this SysTag.
67
67
  :type key: str
@@ -72,7 +72,7 @@ class SysTag:
72
72
  def value(self):
73
73
  """Gets the value of this SysTag.
74
74
 
75
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
75
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
76
76
 
77
77
  :return: The value of this SysTag.
78
78
  :rtype: str
@@ -83,7 +83,7 @@ class SysTag:
83
83
  def value(self, value):
84
84
  """Sets the value of this SysTag.
85
85
 
86
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
86
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
87
87
 
88
88
  :param value: The value of this SysTag.
89
89
  :type value: str
@@ -31,9 +31,9 @@ class Tag:
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
 
@@ -52,7 +52,7 @@ class Tag:
52
52
  def key(self):
53
53
  """Gets the key of this Tag.
54
54
 
55
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
55
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
56
56
 
57
57
  :return: The key of this Tag.
58
58
  :rtype: str
@@ -63,7 +63,7 @@ class Tag:
63
63
  def key(self, key):
64
64
  """Sets the key of this Tag.
65
65
 
66
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
66
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
67
67
 
68
68
  :param key: The key of this Tag.
69
69
  :type key: str
@@ -74,7 +74,7 @@ class Tag:
74
74
  def value(self):
75
75
  """Gets the value of this Tag.
76
76
 
77
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
77
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
78
78
 
79
79
  :return: The value of this Tag.
80
80
  :rtype: str
@@ -85,7 +85,7 @@ class Tag:
85
85
  def value(self, value):
86
86
  """Sets the value of this Tag.
87
87
 
88
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
88
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
89
89
 
90
90
  :param value: The value of this Tag.
91
91
  :type value: str