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

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

Potentially problematic release.


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

Files changed (120) hide show
  1. huaweicloudsdkgeip/v3/__init__.py +0 -4
  2. huaweicloudsdkgeip/v3/geip_async_client.py +6 -6
  3. huaweicloudsdkgeip/v3/geip_client.py +6 -6
  4. huaweicloudsdkgeip/v3/model/__init__.py +0 -4
  5. huaweicloudsdkgeip/v3/model/add_geip_segment_tags_request.py +1 -5
  6. huaweicloudsdkgeip/v3/model/add_global_eip_tags_request.py +1 -5
  7. huaweicloudsdkgeip/v3/model/add_internet_bandwidth_tags_request.py +1 -5
  8. huaweicloudsdkgeip/v3/model/associate_geip_segment_instance_request.py +1 -5
  9. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_associate_instance_info.py +5 -1
  10. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info.py +31 -19
  11. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_segment_request_body_global_eip_segment.py +3 -3
  12. huaweicloudsdkgeip/v3/model/associate_instance_request.py +1 -5
  13. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth.py +5 -1
  14. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_global_eip.py +21 -21
  15. huaweicloudsdkgeip/v3/model/attach_internet_bandwidth_request.py +1 -5
  16. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_request.py +1 -5
  17. huaweicloudsdkgeip/v3/model/batch_create_geip_segment_tags_response.py +1 -1
  18. huaweicloudsdkgeip/v3/model/batch_create_global_eip.py +21 -21
  19. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip.py +9 -9
  20. huaweicloudsdkgeip/v3/model/batch_create_global_eip_request_body_global_eip_internet_bandwidth_info.py +10 -10
  21. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_request.py +1 -5
  22. huaweicloudsdkgeip/v3/model/batch_create_global_eip_tags_response.py +1 -1
  23. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth.py +18 -18
  24. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  25. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_request.py +1 -5
  26. huaweicloudsdkgeip/v3/model/batch_create_internet_bandwidth_tags_response.py +1 -1
  27. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body.py +8 -8
  28. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_request.py +1 -5
  29. huaweicloudsdkgeip/v3/model/batch_delete_geip_segment_tags_response.py +1 -1
  30. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_request.py +1 -5
  31. huaweicloudsdkgeip/v3/model/batch_delete_global_eip_tags_response.py +1 -1
  32. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_request.py +1 -5
  33. huaweicloudsdkgeip/v3/model/batch_delete_internet_bandwidth_tags_response.py +1 -1
  34. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body.py +4 -4
  35. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_tags.py +6 -6
  36. huaweicloudsdkgeip/v3/model/count_global_eip_segment_request.py +22 -110
  37. huaweicloudsdkgeip/v3/model/count_global_eips.py +3 -3
  38. huaweicloudsdkgeip/v3/model/count_global_eips_request.py +23 -115
  39. huaweicloudsdkgeip/v3/model/count_internet_bandwidth_request.py +8 -40
  40. huaweicloudsdkgeip/v3/model/create_global_eip.py +6 -6
  41. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip.py +9 -9
  42. huaweicloudsdkgeip/v3/model/create_global_eip_request_body_global_eip_tags.py +6 -6
  43. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment.py +9 -9
  44. huaweicloudsdkgeip/v3/model/create_global_eip_segment_request_body_global_eip_segment_internet_bandwidth.py +7 -7
  45. huaweicloudsdkgeip/v3/model/create_internet_bandwidth.py +18 -18
  46. huaweicloudsdkgeip/v3/model/create_internet_bandwidth_request_body_internet_bandwidth.py +12 -12
  47. huaweicloudsdkgeip/v3/model/create_tag.py +6 -6
  48. huaweicloudsdkgeip/v3/model/create_user_disclaimer_record.py +3 -3
  49. huaweicloudsdkgeip/v3/model/create_v2_tag_request_body_tag.py +6 -6
  50. huaweicloudsdkgeip/v3/model/delete_geip_segment_tag_request.py +2 -10
  51. huaweicloudsdkgeip/v3/model/delete_global_eip_request.py +1 -5
  52. huaweicloudsdkgeip/v3/model/delete_global_eip_segment_request.py +1 -5
  53. huaweicloudsdkgeip/v3/model/delete_global_eip_tag_request.py +2 -10
  54. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_request.py +1 -5
  55. huaweicloudsdkgeip/v3/model/delete_internet_bandwidth_tag_request.py +2 -10
  56. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_global_eips.py +25 -25
  57. huaweicloudsdkgeip/v3/model/detach_internet_bandwidth_request.py +2 -10
  58. huaweicloudsdkgeip/v3/model/disassociate_geip_segment_instance_request.py +1 -5
  59. huaweicloudsdkgeip/v3/model/disassociate_instance_request.py +1 -5
  60. huaweicloudsdkgeip/v3/model/geip_tags.py +6 -6
  61. huaweicloudsdkgeip/v3/model/get_account_tags_v2.py +6 -6
  62. huaweicloudsdkgeip/v3/model/global_connection_bandwidth_info.py +12 -12
  63. huaweicloudsdkgeip/v3/model/instance_info.py +6 -6
  64. huaweicloudsdkgeip/v3/model/internet_bandwidth_info.py +3 -3
  65. huaweicloudsdkgeip/v3/model/list_access_sites.py +6 -6
  66. huaweicloudsdkgeip/v3/model/list_access_sites_request.py +5 -25
  67. huaweicloudsdkgeip/v3/model/list_geip_pools.py +17 -13
  68. huaweicloudsdkgeip/v3/model/list_geip_pools_request.py +8 -40
  69. huaweicloudsdkgeip/v3/model/list_geip_resource_quotas_request.py +2 -10
  70. huaweicloudsdkgeip/v3/model/list_global_eip_filter_tags_request.py +2 -10
  71. huaweicloudsdkgeip/v3/model/list_global_eip_segments.py +21 -21
  72. huaweicloudsdkgeip/v3/model/list_global_eip_segments_request.py +24 -120
  73. huaweicloudsdkgeip/v3/model/list_global_eips.py +21 -21
  74. huaweicloudsdkgeip/v3/model/list_global_eips_request.py +26 -130
  75. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_filter_tags_request.py +2 -10
  76. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits.py +3 -3
  77. huaweicloudsdkgeip/v3/model/list_internet_bandwidth_limits_request.py +3 -15
  78. huaweicloudsdkgeip/v3/model/list_internet_bandwidths.py +18 -18
  79. huaweicloudsdkgeip/v3/model/list_internet_bandwidths_request.py +11 -55
  80. huaweicloudsdkgeip/v3/model/list_jobs.py +3 -3
  81. huaweicloudsdkgeip/v3/model/list_jobs_request.py +4 -20
  82. huaweicloudsdkgeip/v3/model/list_support_instances_support_regions.py +6 -6
  83. huaweicloudsdkgeip/v3/model/list_support_masks.py +6 -6
  84. huaweicloudsdkgeip/v3/model/list_support_masks_request.py +4 -20
  85. huaweicloudsdkgeip/v3/model/list_support_regions.py +6 -6
  86. huaweicloudsdkgeip/v3/model/list_support_regions_request.py +8 -40
  87. huaweicloudsdkgeip/v3/model/list_tenant_geip_support_instances_request.py +2 -10
  88. huaweicloudsdkgeip/v3/model/short_global_eip_segment.py +6 -6
  89. huaweicloudsdkgeip/v3/model/show_geip_segment_tags_request.py +1 -5
  90. huaweicloudsdkgeip/v3/model/show_global_eip.py +21 -21
  91. huaweicloudsdkgeip/v3/model/show_global_eip_request.py +2 -10
  92. huaweicloudsdkgeip/v3/model/show_global_eip_segment.py +21 -21
  93. huaweicloudsdkgeip/v3/model/show_global_eip_segment_request.py +2 -10
  94. huaweicloudsdkgeip/v3/model/show_global_eip_tags_request.py +1 -5
  95. huaweicloudsdkgeip/v3/model/show_internet_bandwidth.py +18 -18
  96. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_request.py +2 -10
  97. huaweicloudsdkgeip/v3/model/show_internet_bandwidth_tags_request.py +1 -5
  98. huaweicloudsdkgeip/v3/model/show_job.py +3 -3
  99. huaweicloudsdkgeip/v3/model/show_jobs_request.py +1 -5
  100. huaweicloudsdkgeip/v3/model/show_user_disclaimer_record.py +3 -3
  101. huaweicloudsdkgeip/v3/model/show_user_disclaimer_request.py +1 -5
  102. huaweicloudsdkgeip/v3/model/sys_tag.py +6 -6
  103. huaweicloudsdkgeip/v3/model/tag.py +6 -6
  104. huaweicloudsdkgeip/v3/model/update_global_eip.py +6 -6
  105. huaweicloudsdkgeip/v3/model/update_global_eip_request.py +1 -5
  106. huaweicloudsdkgeip/v3/model/update_global_eip_request_body_global_eip.py +6 -6
  107. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request.py +1 -5
  108. huaweicloudsdkgeip/v3/model/update_global_eip_segment_request_body_global_eip_segment.py +6 -6
  109. huaweicloudsdkgeip/v3/model/update_internet_bandwidth.py +18 -18
  110. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request.py +1 -5
  111. huaweicloudsdkgeip/v3/model/update_internet_bandwidth_request_body_internet_bandwidth.py +6 -6
  112. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.88.dist-info}/METADATA +2 -2
  113. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.88.dist-info}/RECORD +116 -120
  114. huaweicloudsdkgeip/v3/model/associate_instance_global_eip_request_body_global_eip_gc_bandwidth_info_tags.py +0 -134
  115. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_sys_tags.py +0 -142
  116. huaweicloudsdkgeip/v3/model/batch_create_v2_request_body_tags.py +0 -142
  117. huaweicloudsdkgeip/v3/model/batch_delete_v2_request_body_sys_tags.py +0 -143
  118. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.88.dist-info}/LICENSE +0 -0
  119. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.88.dist-info}/WHEEL +0 -0
  120. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.88.dist-info}/top_level.txt +0 -0
@@ -41,9 +41,9 @@ class CreateGlobalEipRequestBodyGlobalEip:
41
41
 
42
42
  The model defined in huaweicloud sdk
43
43
 
44
- :param name: 资源名称
44
+ :param name: - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
45
45
  :type name: str
46
- :param description: 用户自定义的资源描述
46
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
47
47
  :type description: str
48
48
  :param geip_pool_name: 全域弹性公网IP池子名称
49
49
  :type geip_pool_name: str
@@ -53,7 +53,7 @@ class CreateGlobalEipRequestBodyGlobalEip:
53
53
  :type internet_bandwidth_id: str
54
54
  :param tags: 全域弹性公网IP标签
55
55
  :type tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
56
- :param enterprise_project_id: 资源的企业项目id
56
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
57
57
  :type enterprise_project_id: str
58
58
  """
59
59
 
@@ -85,7 +85,7 @@ class CreateGlobalEipRequestBodyGlobalEip:
85
85
  def name(self):
86
86
  """Gets the name of this CreateGlobalEipRequestBodyGlobalEip.
87
87
 
88
- 资源名称
88
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
89
89
 
90
90
  :return: The name of this CreateGlobalEipRequestBodyGlobalEip.
91
91
  :rtype: str
@@ -96,7 +96,7 @@ class CreateGlobalEipRequestBodyGlobalEip:
96
96
  def name(self, name):
97
97
  """Sets the name of this CreateGlobalEipRequestBodyGlobalEip.
98
98
 
99
- 资源名称
99
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
100
100
 
101
101
  :param name: The name of this CreateGlobalEipRequestBodyGlobalEip.
102
102
  :type name: str
@@ -107,7 +107,7 @@ class CreateGlobalEipRequestBodyGlobalEip:
107
107
  def description(self):
108
108
  """Gets the description of this CreateGlobalEipRequestBodyGlobalEip.
109
109
 
110
- 用户自定义的资源描述
110
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
111
111
 
112
112
  :return: The description of this CreateGlobalEipRequestBodyGlobalEip.
113
113
  :rtype: str
@@ -118,7 +118,7 @@ class CreateGlobalEipRequestBodyGlobalEip:
118
118
  def description(self, description):
119
119
  """Sets the description of this CreateGlobalEipRequestBodyGlobalEip.
120
120
 
121
- 用户自定义的资源描述
121
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
122
122
 
123
123
  :param description: The description of this CreateGlobalEipRequestBodyGlobalEip.
124
124
  :type description: str
@@ -217,7 +217,7 @@ class CreateGlobalEipRequestBodyGlobalEip:
217
217
  def enterprise_project_id(self):
218
218
  """Gets the enterprise_project_id of this CreateGlobalEipRequestBodyGlobalEip.
219
219
 
220
- 资源的企业项目id
220
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
221
221
 
222
222
  :return: The enterprise_project_id of this CreateGlobalEipRequestBodyGlobalEip.
223
223
  :rtype: str
@@ -228,7 +228,7 @@ class CreateGlobalEipRequestBodyGlobalEip:
228
228
  def enterprise_project_id(self, enterprise_project_id):
229
229
  """Sets the enterprise_project_id of this CreateGlobalEipRequestBodyGlobalEip.
230
230
 
231
- 资源的企业项目id
231
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
232
232
 
233
233
  :param enterprise_project_id: The enterprise_project_id of this CreateGlobalEipRequestBodyGlobalEip.
234
234
  :type enterprise_project_id: str
@@ -31,9 +31,9 @@ class CreateGlobalEipRequestBodyGlobalEipTags:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param key: 标签键
34
+ :param key: - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
35
35
  :type key: str
36
- :param value: 标签值
36
+ :param value: - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
37
37
  :type value: str
38
38
  """
39
39
 
@@ -50,7 +50,7 @@ class CreateGlobalEipRequestBodyGlobalEipTags:
50
50
  def key(self):
51
51
  """Gets the key of this CreateGlobalEipRequestBodyGlobalEipTags.
52
52
 
53
- 标签键
53
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
54
54
 
55
55
  :return: The key of this CreateGlobalEipRequestBodyGlobalEipTags.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class CreateGlobalEipRequestBodyGlobalEipTags:
61
61
  def key(self, key):
62
62
  """Sets the key of this CreateGlobalEipRequestBodyGlobalEipTags.
63
63
 
64
- 标签键
64
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
65
65
 
66
66
  :param key: The key of this CreateGlobalEipRequestBodyGlobalEipTags.
67
67
  :type key: str
@@ -72,7 +72,7 @@ class CreateGlobalEipRequestBodyGlobalEipTags:
72
72
  def value(self):
73
73
  """Gets the value of this CreateGlobalEipRequestBodyGlobalEipTags.
74
74
 
75
- 标签值
75
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
76
76
 
77
77
  :return: The value of this CreateGlobalEipRequestBodyGlobalEipTags.
78
78
  :rtype: str
@@ -83,7 +83,7 @@ class CreateGlobalEipRequestBodyGlobalEipTags:
83
83
  def value(self, value):
84
84
  """Sets the value of this CreateGlobalEipRequestBodyGlobalEipTags.
85
85
 
86
- 标签值
86
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
87
87
 
88
88
  :param value: The value of this CreateGlobalEipRequestBodyGlobalEipTags.
89
89
  :type value: str
@@ -43,9 +43,9 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegment:
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 CreateGlobalEipSegmentRequestBodyGlobalEipSegment:
57
57
  :type internet_bandwidth: :class:`huaweicloudsdkgeip.v3.CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth`
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 CreateGlobalEipSegmentRequestBodyGlobalEipSegment:
91
91
  def name(self):
92
92
  """Gets the name of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
93
93
 
94
- 资源名称
94
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
95
95
 
96
96
  :return: The name of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
97
97
  :rtype: str
@@ -102,7 +102,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegment:
102
102
  def name(self, name):
103
103
  """Sets the name of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
104
104
 
105
- 资源名称
105
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
106
106
 
107
107
  :param name: The name of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
108
108
  :type name: str
@@ -113,7 +113,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegment:
113
113
  def description(self):
114
114
  """Gets the description of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
115
115
 
116
- 用户自定义的资源描述
116
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
117
117
 
118
118
  :return: The description of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
119
119
  :rtype: str
@@ -124,7 +124,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegment:
124
124
  def description(self, description):
125
125
  """Sets the description of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
126
126
 
127
- 用户自定义的资源描述
127
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
128
128
 
129
129
  :param description: The description of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
130
130
  :type description: str
@@ -241,7 +241,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegment:
241
241
  def enterprise_project_id(self):
242
242
  """Gets the enterprise_project_id of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
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 CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
247
247
  :rtype: str
@@ -252,7 +252,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegment:
252
252
  def enterprise_project_id(self, enterprise_project_id):
253
253
  """Sets the enterprise_project_id of this CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
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 CreateGlobalEipSegmentRequestBodyGlobalEipSegment.
258
258
  :type enterprise_project_id: str
@@ -22,7 +22,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth:
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
 
@@ -49,10 +49,10 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth:
49
49
  :type charge_mode: str
50
50
  :param size: 全域公网带宽大小(出云方向)
51
51
  :type size: int
52
- :param name: 资源名称
52
+ :param name: - 功能说明:全域公网带宽名称 - 取值范围: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
  """
@@ -175,7 +175,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth:
175
175
  def name(self):
176
176
  """Gets the name of this CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth.
177
177
 
178
- 资源名称
178
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
179
179
 
180
180
  :return: The name of this CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth.
181
181
  :rtype: str
@@ -186,7 +186,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth:
186
186
  def name(self, name):
187
187
  """Sets the name of this CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth.
188
188
 
189
- 资源名称
189
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
190
190
 
191
191
  :param name: The name of this CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth.
192
192
  :type name: str
@@ -200,7 +200,7 @@ class CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth:
200
200
  全域弹性公网IP段标签
201
201
 
202
202
  :return: The tags of this CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth.
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 CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth:
211
211
  全域弹性公网IP段标签
212
212
 
213
213
  :param tags: The tags of this CreateGlobalEipSegmentRequestBodyGlobalEipSegmentInternetBandwidth.
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
 
@@ -69,19 +69,19 @@ class CreateInternetBandwidth:
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
76
  :param ingress_size: 全域公网带宽大小(入云方向)
77
77
  :type ingress_size: int
78
- :param isp: 线路
78
+ :param isp: 全域弹性公网IP所属线路
79
79
  :type isp: str
80
80
  :param access_site: 接入点信息
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
@@ -89,7 +89,7 @@ class CreateInternetBandwidth:
89
89
  :type ratio_95peak: int
90
90
  :param freezen_info: 冻结原因
91
91
  :type freezen_info: str
92
- :param domain_id: 租户ID
92
+ :param domain_id: - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
93
93
  :type domain_id: str
94
94
  :param billing_info: 包周期时有值,订单信息
95
95
  :type billing_info: str
@@ -105,7 +105,7 @@ class CreateInternetBandwidth:
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
@@ -181,7 +181,7 @@ class CreateInternetBandwidth:
181
181
  def id(self):
182
182
  """Gets the id of this CreateInternetBandwidth.
183
183
 
184
- ID
184
+ 全域公网带宽的ID
185
185
 
186
186
  :return: The id of this CreateInternetBandwidth.
187
187
  :rtype: str
@@ -192,7 +192,7 @@ class CreateInternetBandwidth:
192
192
  def id(self, id):
193
193
  """Sets the id of this CreateInternetBandwidth.
194
194
 
195
- ID
195
+ 全域公网带宽的ID
196
196
 
197
197
  :param id: The id of this CreateInternetBandwidth.
198
198
  :type id: str
@@ -203,7 +203,7 @@ class CreateInternetBandwidth:
203
203
  def name(self):
204
204
  """Gets the name of this CreateInternetBandwidth.
205
205
 
206
- 资源名称
206
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
207
207
 
208
208
  :return: The name of this CreateInternetBandwidth.
209
209
  :rtype: str
@@ -214,7 +214,7 @@ class CreateInternetBandwidth:
214
214
  def name(self, name):
215
215
  """Sets the name of this CreateInternetBandwidth.
216
216
 
217
- 资源名称
217
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
218
218
 
219
219
  :param name: The name of this CreateInternetBandwidth.
220
220
  :type name: str
@@ -247,7 +247,7 @@ class CreateInternetBandwidth:
247
247
  def isp(self):
248
248
  """Gets the isp of this CreateInternetBandwidth.
249
249
 
250
- 线路
250
+ 全域弹性公网IP所属线路
251
251
 
252
252
  :return: The isp of this CreateInternetBandwidth.
253
253
  :rtype: str
@@ -258,7 +258,7 @@ class CreateInternetBandwidth:
258
258
  def isp(self, isp):
259
259
  """Sets the isp of this CreateInternetBandwidth.
260
260
 
261
- 线路
261
+ 全域弹性公网IP所属线路
262
262
 
263
263
  :param isp: The isp of this CreateInternetBandwidth.
264
264
  :type isp: str
@@ -313,7 +313,7 @@ class CreateInternetBandwidth:
313
313
  def description(self):
314
314
  """Gets the description of this CreateInternetBandwidth.
315
315
 
316
- 用户自定义的资源描述
316
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
317
317
 
318
318
  :return: The description of this CreateInternetBandwidth.
319
319
  :rtype: str
@@ -324,7 +324,7 @@ class CreateInternetBandwidth:
324
324
  def description(self, description):
325
325
  """Sets the description of this CreateInternetBandwidth.
326
326
 
327
- 用户自定义的资源描述
327
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
328
328
 
329
329
  :param description: The description of this CreateInternetBandwidth.
330
330
  :type description: str
@@ -401,7 +401,7 @@ class CreateInternetBandwidth:
401
401
  def domain_id(self):
402
402
  """Gets the domain_id of this CreateInternetBandwidth.
403
403
 
404
- 租户ID
404
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
405
405
 
406
406
  :return: The domain_id of this CreateInternetBandwidth.
407
407
  :rtype: str
@@ -412,7 +412,7 @@ class CreateInternetBandwidth:
412
412
  def domain_id(self, domain_id):
413
413
  """Sets the domain_id of this CreateInternetBandwidth.
414
414
 
415
- 租户ID
415
+ - 租户账号ID,获取租户账号ID请参见[租户账号ID](https://support.huaweicloud.com/api-iam/iam_17_0002.html)
416
416
 
417
417
  :param domain_id: The domain_id of this CreateInternetBandwidth.
418
418
  :type domain_id: str
@@ -577,7 +577,7 @@ class CreateInternetBandwidth:
577
577
  def enterprise_project_id(self):
578
578
  """Gets the enterprise_project_id of this CreateInternetBandwidth.
579
579
 
580
- 资源的企业项目id
580
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
581
581
 
582
582
  :return: The enterprise_project_id of this CreateInternetBandwidth.
583
583
  :rtype: str
@@ -588,7 +588,7 @@ class CreateInternetBandwidth:
588
588
  def enterprise_project_id(self, enterprise_project_id):
589
589
  """Sets the enterprise_project_id of this CreateInternetBandwidth.
590
590
 
591
- 资源的企业项目id
591
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
592
592
 
593
593
  :param enterprise_project_id: The enterprise_project_id of this CreateInternetBandwidth.
594
594
  :type enterprise_project_id: str
@@ -51,19 +51,19 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
51
51
  :type ingress_size: int
52
52
  :param charge_mode: 计费模式
53
53
  :type charge_mode: str
54
- :param isp: 线路
54
+ :param isp: 全域弹性公网IP所属线路
55
55
  :type isp: str
56
56
  :param access_site: 接入点信息
57
57
  :type access_site: str
58
58
  :param size: 全域公网带宽大小(出云方向)
59
59
  :type size: int
60
- :param name: 资源名称
60
+ :param name: - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
61
61
  :type name: str
62
- :param description: 用户自定义的资源描述
62
+ :param description: - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
63
63
  :type description: str
64
64
  :param tags: 全域公网带宽标签
65
65
  :type tags: list[:class:`huaweicloudsdkgeip.v3.CreateGlobalEipRequestBodyGlobalEipTags`]
66
- :param enterprise_project_id: 资源的企业项目id
66
+ :param enterprise_project_id: - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
67
67
  :type enterprise_project_id: str
68
68
  :param type: 全域公网带宽类型
69
69
  :type type: str
@@ -148,7 +148,7 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
148
148
  def isp(self):
149
149
  """Gets the isp of this CreateInternetBandwidthRequestBodyInternetBandwidth.
150
150
 
151
- 线路
151
+ 全域弹性公网IP所属线路
152
152
 
153
153
  :return: The isp of this CreateInternetBandwidthRequestBodyInternetBandwidth.
154
154
  :rtype: str
@@ -159,7 +159,7 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
159
159
  def isp(self, isp):
160
160
  """Sets the isp of this CreateInternetBandwidthRequestBodyInternetBandwidth.
161
161
 
162
- 线路
162
+ 全域弹性公网IP所属线路
163
163
 
164
164
  :param isp: The isp of this CreateInternetBandwidthRequestBodyInternetBandwidth.
165
165
  :type isp: str
@@ -214,7 +214,7 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
214
214
  def name(self):
215
215
  """Gets the name of this CreateInternetBandwidthRequestBodyInternetBandwidth.
216
216
 
217
- 资源名称
217
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
218
218
 
219
219
  :return: The name of this CreateInternetBandwidthRequestBodyInternetBandwidth.
220
220
  :rtype: str
@@ -225,7 +225,7 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
225
225
  def name(self, name):
226
226
  """Sets the name of this CreateInternetBandwidthRequestBodyInternetBandwidth.
227
227
 
228
- 资源名称
228
+ - 功能说明:全域公网带宽名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
229
229
 
230
230
  :param name: The name of this CreateInternetBandwidthRequestBodyInternetBandwidth.
231
231
  :type name: str
@@ -236,7 +236,7 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
236
236
  def description(self):
237
237
  """Gets the description of this CreateInternetBandwidthRequestBodyInternetBandwidth.
238
238
 
239
- 用户自定义的资源描述
239
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
240
240
 
241
241
  :return: The description of this CreateInternetBandwidthRequestBodyInternetBandwidth.
242
242
  :rtype: str
@@ -247,7 +247,7 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
247
247
  def description(self, description):
248
248
  """Sets the description of this CreateInternetBandwidthRequestBodyInternetBandwidth.
249
249
 
250
- 用户自定义的资源描述
250
+ - 功能说明:用户自定义的资源描述 - 约束: - 值的长度最大512字符,由数字、字母、中文、_(下划线)、-(中划线)、.(点)组成。
251
251
 
252
252
  :param description: The description of this CreateInternetBandwidthRequestBodyInternetBandwidth.
253
253
  :type description: str
@@ -280,7 +280,7 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
280
280
  def enterprise_project_id(self):
281
281
  """Gets the enterprise_project_id of this CreateInternetBandwidthRequestBodyInternetBandwidth.
282
282
 
283
- 资源的企业项目id
283
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
284
284
 
285
285
  :return: The enterprise_project_id of this CreateInternetBandwidthRequestBodyInternetBandwidth.
286
286
  :rtype: str
@@ -291,7 +291,7 @@ class CreateInternetBandwidthRequestBodyInternetBandwidth:
291
291
  def enterprise_project_id(self, enterprise_project_id):
292
292
  """Sets the enterprise_project_id of this CreateInternetBandwidthRequestBodyInternetBandwidth.
293
293
 
294
- 资源的企业项目id
294
+ - 企业项目ID。最大长度36字节,带“-”连字符的UUID格式,或者是字符串“0”。 - 创建全域弹性公网IP时,给全域弹性公网IP绑定企业项目ID。 - 不指定该参数时,默认值是 0 - 关于企业项目ID的获取及企业项目特性的详细信息,请参见[《企业管理用户指南》](https://support.huaweicloud.com/usermanual-em/zh-cn_topic_0126101490.html)。
295
295
 
296
296
  :param enterprise_project_id: The enterprise_project_id of this CreateInternetBandwidthRequestBodyInternetBandwidth.
297
297
  :type enterprise_project_id: str
@@ -31,9 +31,9 @@ class CreateTag:
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 CreateTag:
51
51
  def key(self):
52
52
  """Gets the key of this CreateTag.
53
53
 
54
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
54
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
55
55
 
56
56
  :return: The key of this CreateTag.
57
57
  :rtype: str
@@ -62,7 +62,7 @@ class CreateTag:
62
62
  def key(self, key):
63
63
  """Sets the key of this CreateTag.
64
64
 
65
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
65
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
66
66
 
67
67
  :param key: The key of this CreateTag.
68
68
  :type key: str
@@ -73,7 +73,7 @@ class CreateTag:
73
73
  def value(self):
74
74
  """Gets the value of this CreateTag.
75
75
 
76
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
76
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
77
77
 
78
78
  :return: The value of this CreateTag.
79
79
  :rtype: str
@@ -84,7 +84,7 @@ class CreateTag:
84
84
  def value(self, value):
85
85
  """Sets the value of this CreateTag.
86
86
 
87
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
87
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
88
88
 
89
89
  :param value: The value of this CreateTag.
90
90
  :type value: str
@@ -33,7 +33,7 @@ class CreateUserDisclaimerRecord:
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 CreateUserDisclaimerRecord:
59
59
  def domain_id(self):
60
60
  """Gets the domain_id of this CreateUserDisclaimerRecord.
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 CreateUserDisclaimerRecord.
65
65
  :rtype: str
@@ -70,7 +70,7 @@ class CreateUserDisclaimerRecord:
70
70
  def domain_id(self, domain_id):
71
71
  """Sets the domain_id of this CreateUserDisclaimerRecord.
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 CreateUserDisclaimerRecord.
76
76
  :type domain_id: str
@@ -31,9 +31,9 @@ class CreateV2TagRequestBodyTag:
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 CreateV2TagRequestBodyTag:
50
50
  def key(self):
51
51
  """Gets the key of this CreateV2TagRequestBodyTag.
52
52
 
53
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
53
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
54
54
 
55
55
  :return: The key of this CreateV2TagRequestBodyTag.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class CreateV2TagRequestBodyTag:
61
61
  def key(self, key):
62
62
  """Sets the key of this CreateV2TagRequestBodyTag.
63
63
 
64
- 标签键,最大长度128个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,中文。
64
+ - 功能说明:标签名称 - 约束: - 创建的预定义标签如果与已有的预定义标签完全相同,则会覆盖已有的预定义标签;若只有“键”相同,“值”不同,则为新创建的预定义标签。 - 键的长度最大36字符,由英文字母、数字、下划线、中划线、中文字符组成。 - 单个资源最多可以添加20个标签。
65
65
 
66
66
  :param key: The key of this CreateV2TagRequestBodyTag.
67
67
  :type key: str
@@ -72,7 +72,7 @@ class CreateV2TagRequestBodyTag:
72
72
  def value(self):
73
73
  """Gets the value of this CreateV2TagRequestBodyTag.
74
74
 
75
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
75
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
76
76
 
77
77
  :return: The value of this CreateV2TagRequestBodyTag.
78
78
  :rtype: str
@@ -83,7 +83,7 @@ class CreateV2TagRequestBodyTag:
83
83
  def value(self, value):
84
84
  """Sets the value of this CreateV2TagRequestBodyTag.
85
85
 
86
- 标签值,最大长度255个unicode字符,格式为大小写字母,数字,中划线“-”,下划线“_”,点“.”,中文。
86
+ - 功能说明:标签值 - 约束: - 值的长度最大43字符,由英文字母、数字、下划线、点、中划线、中文字符组成。
87
87
 
88
88
  :param value: The value of this CreateV2TagRequestBodyTag.
89
89
  :type value: str