huaweicloudsdkgeip 3.1.86__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.86.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/METADATA +2 -2
  118. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/RECORD +121 -125
  119. {huaweicloudsdkgeip-3.1.86.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.86.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/LICENSE +0 -0
  126. {huaweicloudsdkgeip-3.1.86.dist-info → huaweicloudsdkgeip-3.1.132.dist-info}/top_level.txt +0 -0
@@ -43,21 +43,21 @@ class CountInternetBandwidthRequest:
43
43
 
44
44
  The model defined in huaweicloud sdk
45
45
 
46
- :param id: 根据ID过滤
46
+ :param id:
47
47
  :type id: list[str]
48
- :param size: 根据全域公网带宽大小过滤
48
+ :param size:
49
49
  :type size: list[int]
50
- :param name: 根据名称过滤
50
+ :param name:
51
51
  :type name: list[str]
52
- :param name_like: 根据名称模糊匹配
52
+ :param name_like:
53
53
  :type name_like: str
54
- :param access_site: 根据接入点过滤
54
+ :param access_site:
55
55
  :type access_site: list[str]
56
- :param status: 根据资源状态过滤
56
+ :param status:
57
57
  :type status: list[str]
58
- :param enterprise_project_id: 根据企业项目ID过滤
58
+ :param enterprise_project_id:
59
59
  :type enterprise_project_id: list[str]
60
- :param tags: 根据标签过滤
60
+ :param tags:
61
61
  :type tags: list[str]
62
62
  """
63
63
 
@@ -94,8 +94,6 @@ class CountInternetBandwidthRequest:
94
94
  def id(self):
95
95
  """Gets the id of this CountInternetBandwidthRequest.
96
96
 
97
- 根据ID过滤
98
-
99
97
  :return: The id of this CountInternetBandwidthRequest.
100
98
  :rtype: list[str]
101
99
  """
@@ -105,8 +103,6 @@ class CountInternetBandwidthRequest:
105
103
  def id(self, id):
106
104
  """Sets the id of this CountInternetBandwidthRequest.
107
105
 
108
- 根据ID过滤
109
-
110
106
  :param id: The id of this CountInternetBandwidthRequest.
111
107
  :type id: list[str]
112
108
  """
@@ -116,8 +112,6 @@ class CountInternetBandwidthRequest:
116
112
  def size(self):
117
113
  """Gets the size of this CountInternetBandwidthRequest.
118
114
 
119
- 根据全域公网带宽大小过滤
120
-
121
115
  :return: The size of this CountInternetBandwidthRequest.
122
116
  :rtype: list[int]
123
117
  """
@@ -127,8 +121,6 @@ class CountInternetBandwidthRequest:
127
121
  def size(self, size):
128
122
  """Sets the size of this CountInternetBandwidthRequest.
129
123
 
130
- 根据全域公网带宽大小过滤
131
-
132
124
  :param size: The size of this CountInternetBandwidthRequest.
133
125
  :type size: list[int]
134
126
  """
@@ -138,8 +130,6 @@ class CountInternetBandwidthRequest:
138
130
  def name(self):
139
131
  """Gets the name of this CountInternetBandwidthRequest.
140
132
 
141
- 根据名称过滤
142
-
143
133
  :return: The name of this CountInternetBandwidthRequest.
144
134
  :rtype: list[str]
145
135
  """
@@ -149,8 +139,6 @@ class CountInternetBandwidthRequest:
149
139
  def name(self, name):
150
140
  """Sets the name of this CountInternetBandwidthRequest.
151
141
 
152
- 根据名称过滤
153
-
154
142
  :param name: The name of this CountInternetBandwidthRequest.
155
143
  :type name: list[str]
156
144
  """
@@ -160,8 +148,6 @@ class CountInternetBandwidthRequest:
160
148
  def name_like(self):
161
149
  """Gets the name_like of this CountInternetBandwidthRequest.
162
150
 
163
- 根据名称模糊匹配
164
-
165
151
  :return: The name_like of this CountInternetBandwidthRequest.
166
152
  :rtype: str
167
153
  """
@@ -171,8 +157,6 @@ class CountInternetBandwidthRequest:
171
157
  def name_like(self, name_like):
172
158
  """Sets the name_like of this CountInternetBandwidthRequest.
173
159
 
174
- 根据名称模糊匹配
175
-
176
160
  :param name_like: The name_like of this CountInternetBandwidthRequest.
177
161
  :type name_like: str
178
162
  """
@@ -182,8 +166,6 @@ class CountInternetBandwidthRequest:
182
166
  def access_site(self):
183
167
  """Gets the access_site of this CountInternetBandwidthRequest.
184
168
 
185
- 根据接入点过滤
186
-
187
169
  :return: The access_site of this CountInternetBandwidthRequest.
188
170
  :rtype: list[str]
189
171
  """
@@ -193,8 +175,6 @@ class CountInternetBandwidthRequest:
193
175
  def access_site(self, access_site):
194
176
  """Sets the access_site of this CountInternetBandwidthRequest.
195
177
 
196
- 根据接入点过滤
197
-
198
178
  :param access_site: The access_site of this CountInternetBandwidthRequest.
199
179
  :type access_site: list[str]
200
180
  """
@@ -204,8 +184,6 @@ class CountInternetBandwidthRequest:
204
184
  def status(self):
205
185
  """Gets the status of this CountInternetBandwidthRequest.
206
186
 
207
- 根据资源状态过滤
208
-
209
187
  :return: The status of this CountInternetBandwidthRequest.
210
188
  :rtype: list[str]
211
189
  """
@@ -215,8 +193,6 @@ class CountInternetBandwidthRequest:
215
193
  def status(self, status):
216
194
  """Sets the status of this CountInternetBandwidthRequest.
217
195
 
218
- 根据资源状态过滤
219
-
220
196
  :param status: The status of this CountInternetBandwidthRequest.
221
197
  :type status: list[str]
222
198
  """
@@ -226,8 +202,6 @@ class CountInternetBandwidthRequest:
226
202
  def enterprise_project_id(self):
227
203
  """Gets the enterprise_project_id of this CountInternetBandwidthRequest.
228
204
 
229
- 根据企业项目ID过滤
230
-
231
205
  :return: The enterprise_project_id of this CountInternetBandwidthRequest.
232
206
  :rtype: list[str]
233
207
  """
@@ -237,8 +211,6 @@ class CountInternetBandwidthRequest:
237
211
  def enterprise_project_id(self, enterprise_project_id):
238
212
  """Sets the enterprise_project_id of this CountInternetBandwidthRequest.
239
213
 
240
- 根据企业项目ID过滤
241
-
242
214
  :param enterprise_project_id: The enterprise_project_id of this CountInternetBandwidthRequest.
243
215
  :type enterprise_project_id: list[str]
244
216
  """
@@ -248,8 +220,6 @@ class CountInternetBandwidthRequest:
248
220
  def tags(self):
249
221
  """Gets the tags of this CountInternetBandwidthRequest.
250
222
 
251
- 根据标签过滤
252
-
253
223
  :return: The tags of this CountInternetBandwidthRequest.
254
224
  :rtype: list[str]
255
225
  """
@@ -259,8 +229,6 @@ class CountInternetBandwidthRequest:
259
229
  def tags(self, tags):
260
230
  """Sets the tags of this CountInternetBandwidthRequest.
261
231
 
262
- 根据标签过滤
263
-
264
232
  :param tags: The tags of this CountInternetBandwidthRequest.
265
233
  :type tags: list[str]
266
234
  """
@@ -31,9 +31,9 @@ class CreateGlobalEip:
31
31
 
32
32
  The model defined in huaweicloud sdk
33
33
 
34
- :param id: ID
34
+ :param id: 全域弹性公网IP的ID
35
35
  :type id: str
36
- :param name: 资源名称
36
+ :param name: - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
37
37
  :type name: str
38
38
  """
39
39
 
@@ -50,7 +50,7 @@ class CreateGlobalEip:
50
50
  def id(self):
51
51
  """Gets the id of this CreateGlobalEip.
52
52
 
53
- ID
53
+ 全域弹性公网IP的ID
54
54
 
55
55
  :return: The id of this CreateGlobalEip.
56
56
  :rtype: str
@@ -61,7 +61,7 @@ class CreateGlobalEip:
61
61
  def id(self, id):
62
62
  """Sets the id of this CreateGlobalEip.
63
63
 
64
- ID
64
+ 全域弹性公网IP的ID
65
65
 
66
66
  :param id: The id of this CreateGlobalEip.
67
67
  :type id: str
@@ -72,7 +72,7 @@ class CreateGlobalEip:
72
72
  def name(self):
73
73
  """Gets the name of this CreateGlobalEip.
74
74
 
75
- 资源名称
75
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
76
76
 
77
77
  :return: The name of this CreateGlobalEip.
78
78
  :rtype: str
@@ -83,7 +83,7 @@ class CreateGlobalEip:
83
83
  def name(self, name):
84
84
  """Sets the name of this CreateGlobalEip.
85
85
 
86
- 资源名称
86
+ - 功能说明:全域弹性公网IP段名称 - 取值范围:1-64,支持数字、字母、中文、_(下划线)、-(中划线)、.(点)
87
87
 
88
88
  :param name: The name of this CreateGlobalEip.
89
89
  :type name: str
@@ -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