huaweicloudsdkelb 3.1.132__py2.py3-none-any.whl → 3.1.134__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.
Files changed (112) hide show
  1. huaweicloudsdkelb/v3/__init__.py +39 -0
  2. huaweicloudsdkelb/v3/elb_async_client.py +742 -22
  3. huaweicloudsdkelb/v3/elb_client.py +742 -22
  4. huaweicloudsdkelb/v3/model/__init__.py +39 -0
  5. huaweicloudsdkelb/v3/model/availability_zone.py +6 -6
  6. huaweicloudsdkelb/v3/model/base_job.py +347 -0
  7. huaweicloudsdkelb/v3/model/batch_add_available_zones_response.py +6 -6
  8. huaweicloudsdkelb/v3/model/batch_create_load_balancer_option.py +1022 -0
  9. huaweicloudsdkelb/v3/model/batch_create_load_balancers_request.py +111 -0
  10. huaweicloudsdkelb/v3/model/batch_create_load_balancers_request_body.py +110 -0
  11. huaweicloudsdkelb/v3/model/batch_create_load_balancers_response.py +203 -0
  12. huaweicloudsdkelb/v3/model/batch_member.py +38 -13
  13. huaweicloudsdkelb/v3/model/batch_update_member.py +32 -7
  14. huaweicloudsdkelb/v3/model/batch_update_priority_request_body.py +3 -3
  15. huaweicloudsdkelb/v3/model/certificate_info.py +39 -10
  16. huaweicloudsdkelb/v3/model/clone_loadbalancer_request.py +139 -0
  17. huaweicloudsdkelb/v3/model/clone_loadbalancer_request_body.py +139 -0
  18. huaweicloudsdkelb/v3/model/clone_loadbalancer_response.py +174 -0
  19. huaweicloudsdkelb/v3/model/clone_loadbalancer_response_body_loadbalancer_list.py +115 -0
  20. huaweicloudsdkelb/v3/model/cors_config.py +260 -0
  21. huaweicloudsdkelb/v3/model/count_preoccupy_ip_num_request.py +73 -15
  22. huaweicloudsdkelb/v3/model/create_certificate_option.py +35 -6
  23. huaweicloudsdkelb/v3/model/create_cors_config.py +260 -0
  24. huaweicloudsdkelb/v3/model/create_health_monitor_option.py +3 -3
  25. huaweicloudsdkelb/v3/model/create_l7_policy_option.py +6 -6
  26. huaweicloudsdkelb/v3/model/create_listener_option.py +126 -39
  27. huaweicloudsdkelb/v3/model/create_load_balancer_bandwidth_option.py +3 -3
  28. huaweicloudsdkelb/v3/model/create_load_balancer_option.py +36 -36
  29. huaweicloudsdkelb/v3/model/create_load_balancer_public_ip_option.py +3 -3
  30. huaweicloudsdkelb/v3/model/create_load_balancer_response.py +6 -6
  31. huaweicloudsdkelb/v3/model/create_master_slave_member_option.py +2 -1
  32. huaweicloudsdkelb/v3/model/create_master_slave_pool_option.py +31 -6
  33. huaweicloudsdkelb/v3/model/create_member_option.py +3 -3
  34. huaweicloudsdkelb/v3/model/create_pool_option.py +46 -21
  35. huaweicloudsdkelb/v3/model/create_pool_session_persistence_option.py +6 -6
  36. huaweicloudsdkelb/v3/model/create_redirect_pools_extend_config.py +28 -3
  37. huaweicloudsdkelb/v3/model/create_redirect_url_config.py +3 -3
  38. huaweicloudsdkelb/v3/model/delete_load_balancer_cascade_option.py +144 -0
  39. huaweicloudsdkelb/v3/model/delete_load_balancer_cascade_request.py +139 -0
  40. huaweicloudsdkelb/v3/model/delete_load_balancer_cascade_request_body.py +110 -0
  41. huaweicloudsdkelb/v3/model/delete_load_balancer_cascade_response.py +85 -0
  42. huaweicloudsdkelb/v3/model/delete_pool_cascade_request.py +114 -0
  43. huaweicloudsdkelb/v3/model/delete_pool_cascade_response.py +85 -0
  44. huaweicloudsdkelb/v3/model/feature_config.py +394 -0
  45. huaweicloudsdkelb/v3/model/flavor.py +9 -9
  46. huaweicloudsdkelb/v3/model/global_eip_info.py +3 -3
  47. huaweicloudsdkelb/v3/model/health_monitor.py +9 -9
  48. huaweicloudsdkelb/v3/model/job_entities.py +144 -0
  49. huaweicloudsdkelb/v3/model/l7_policy.py +44 -15
  50. huaweicloudsdkelb/v3/model/l7_rule.py +9 -9
  51. huaweicloudsdkelb/v3/model/list_all_members_request.py +3 -3
  52. huaweicloudsdkelb/v3/model/list_availability_zones_request.py +35 -6
  53. huaweicloudsdkelb/v3/model/list_certificates_request.py +30 -1
  54. huaweicloudsdkelb/v3/model/list_feature_configs_request.py +115 -0
  55. huaweicloudsdkelb/v3/model/list_feature_configs_response.py +170 -0
  56. huaweicloudsdkelb/v3/model/list_flavors_request.py +119 -3
  57. huaweicloudsdkelb/v3/model/list_health_monitors_request.py +3 -3
  58. huaweicloudsdkelb/v3/model/list_ip_groups_request.py +3 -3
  59. huaweicloudsdkelb/v3/model/list_jobs_request.py +260 -0
  60. huaweicloudsdkelb/v3/model/list_jobs_response.py +145 -0
  61. huaweicloudsdkelb/v3/model/list_l7_policies_request.py +3 -3
  62. huaweicloudsdkelb/v3/model/list_l7_rules_request.py +3 -3
  63. huaweicloudsdkelb/v3/model/list_listeners_request.py +79 -21
  64. huaweicloudsdkelb/v3/model/list_load_balancers_request.py +15 -15
  65. huaweicloudsdkelb/v3/model/list_loadbalancer_feature_request.py +114 -0
  66. huaweicloudsdkelb/v3/model/list_loadbalancer_feature_response.py +145 -0
  67. huaweicloudsdkelb/v3/model/list_logtanks_request.py +3 -3
  68. huaweicloudsdkelb/v3/model/list_master_slave_pools_request.py +3 -3
  69. huaweicloudsdkelb/v3/model/list_members_request.py +3 -3
  70. huaweicloudsdkelb/v3/model/list_pools_request.py +67 -9
  71. huaweicloudsdkelb/v3/model/list_quota_details_request.py +3 -3
  72. huaweicloudsdkelb/v3/model/listener.py +154 -39
  73. huaweicloudsdkelb/v3/model/load_balancer.py +21 -21
  74. huaweicloudsdkelb/v3/model/load_balancer_status_policy.py +3 -3
  75. huaweicloudsdkelb/v3/model/loadbalancer_feature.py +170 -0
  76. huaweicloudsdkelb/v3/model/main_job.py +376 -0
  77. huaweicloudsdkelb/v3/model/master_slave_member.py +26 -1
  78. huaweicloudsdkelb/v3/model/master_slave_pool.py +37 -12
  79. huaweicloudsdkelb/v3/model/member.py +32 -7
  80. huaweicloudsdkelb/v3/model/member_health_check_failed_reason.py +170 -0
  81. huaweicloudsdkelb/v3/model/member_info.py +34 -9
  82. huaweicloudsdkelb/v3/model/member_status.py +28 -3
  83. huaweicloudsdkelb/v3/model/pool.py +43 -18
  84. huaweicloudsdkelb/v3/model/quic_cid_hash_strategy.py +142 -0
  85. huaweicloudsdkelb/v3/model/quota.py +87 -3
  86. huaweicloudsdkelb/v3/model/quota_info.py +3 -3
  87. huaweicloudsdkelb/v3/model/redirect_pools_extend_config.py +28 -3
  88. huaweicloudsdkelb/v3/model/session_persistence.py +6 -6
  89. huaweicloudsdkelb/v3/model/show_ip_group_related_listeners_request.py +114 -0
  90. huaweicloudsdkelb/v3/model/show_ip_group_related_listeners_response.py +116 -0
  91. huaweicloudsdkelb/v3/model/show_job_request.py +114 -0
  92. huaweicloudsdkelb/v3/model/show_job_response.py +141 -0
  93. huaweicloudsdkelb/v3/model/sub_job.py +376 -0
  94. huaweicloudsdkelb/v3/model/target_loadbalancer_param.py +434 -0
  95. huaweicloudsdkelb/v3/model/update_certificate_option.py +35 -6
  96. huaweicloudsdkelb/v3/model/update_health_monitor_option.py +3 -3
  97. huaweicloudsdkelb/v3/model/update_l7_policy_option.py +3 -3
  98. huaweicloudsdkelb/v3/model/update_listener_option.py +120 -33
  99. huaweicloudsdkelb/v3/model/update_load_balancer_option.py +15 -15
  100. huaweicloudsdkelb/v3/model/update_load_balancer_response.py +6 -6
  101. huaweicloudsdkelb/v3/model/update_pool_option.py +31 -6
  102. huaweicloudsdkelb/v3/model/update_pool_session_persistence_option.py +6 -6
  103. huaweicloudsdkelb/v3/model/update_redirect_pools_extend_config.py +28 -3
  104. huaweicloudsdkelb/v3/model/upgrade_loadbalancer_request.py +139 -0
  105. huaweicloudsdkelb/v3/model/upgrade_loadbalancer_response.py +145 -0
  106. huaweicloudsdkelb/v3/model/upgrade_prepaid_option.py +200 -0
  107. huaweicloudsdkelb/v3/model/upgrade_v3_request_body.py +313 -0
  108. {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.134.dist-info}/METADATA +2 -2
  109. {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.134.dist-info}/RECORD +112 -73
  110. {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.134.dist-info}/LICENSE +0 -0
  111. {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.134.dist-info}/WHEEL +0 -0
  112. {huaweicloudsdkelb-3.1.132.dist-info → huaweicloudsdkelb-3.1.134.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,394 @@
1
+ # coding: utf-8
2
+
3
+ import six
4
+
5
+ from huaweicloudsdkcore.utils.http_utils import sanitize_for_serialization
6
+
7
+
8
+ class FeatureConfig:
9
+
10
+ """
11
+ Attributes:
12
+ openapi_types (dict): The key is attribute name
13
+ and the value is attribute type.
14
+ attribute_map (dict): The key is attribute name
15
+ and the value is json key in definition.
16
+ """
17
+ sensitive_list = []
18
+
19
+ openapi_types = {
20
+ 'id': 'str',
21
+ 'created_at': 'str',
22
+ 'updated_at': 'str',
23
+ 'service': 'str',
24
+ 'tenant_id': 'str',
25
+ 'feature': 'str',
26
+ 'switch': 'bool',
27
+ 'type': 'str',
28
+ 'value': 'str',
29
+ 'description': 'str',
30
+ 'caller': 'str'
31
+ }
32
+
33
+ attribute_map = {
34
+ 'id': 'id',
35
+ 'created_at': 'created_at',
36
+ 'updated_at': 'updated_at',
37
+ 'service': 'service',
38
+ 'tenant_id': 'tenant_id',
39
+ 'feature': 'feature',
40
+ 'switch': 'switch',
41
+ 'type': 'type',
42
+ 'value': 'value',
43
+ 'description': 'description',
44
+ 'caller': 'caller'
45
+ }
46
+
47
+ def __init__(self, id=None, created_at=None, updated_at=None, service=None, tenant_id=None, feature=None, switch=None, type=None, value=None, description=None, caller=None):
48
+ """FeatureConfig
49
+
50
+ The model defined in huaweicloud sdk
51
+
52
+ :param id: 参数解释:配置的ID。
53
+ :type id: str
54
+ :param created_at: 参数解释:创建时间。
55
+ :type created_at: str
56
+ :param updated_at: 参数解释:更新时间。
57
+ :type updated_at: str
58
+ :param service: 参数解释:所属服务,固定ELB。
59
+ :type service: str
60
+ :param tenant_id: 参数解释:租户ID,含义同project_id。
61
+ :type tenant_id: str
62
+ :param feature: 参数解释:特性名称。
63
+ :type feature: str
64
+ :param switch: 参数解释:特性配置启用开关,表示当前配置是否生效。 取值范围: - true:特性配置已生效。 - false: 特性配置未生效。
65
+ :type switch: bool
66
+ :param type: 参数解释:特性配置值(value字段)的类型,如:INT,表示整型。
67
+ :type type: str
68
+ :param value: 参数解释:特性配置值。如开关类型的特性配置取值true/false,表示特性开启关闭;配额类型的特性配置取值整数,表示限制配额。
69
+ :type value: str
70
+ :param description: 参数解释:特性配置描述。
71
+ :type description: str
72
+ :param caller: 参数解释:配置创建者。
73
+ :type caller: str
74
+ """
75
+
76
+
77
+
78
+ self._id = None
79
+ self._created_at = None
80
+ self._updated_at = None
81
+ self._service = None
82
+ self._tenant_id = None
83
+ self._feature = None
84
+ self._switch = None
85
+ self._type = None
86
+ self._value = None
87
+ self._description = None
88
+ self._caller = None
89
+ self.discriminator = None
90
+
91
+ self.id = id
92
+ self.created_at = created_at
93
+ self.updated_at = updated_at
94
+ self.service = service
95
+ self.tenant_id = tenant_id
96
+ self.feature = feature
97
+ self.switch = switch
98
+ self.type = type
99
+ self.value = value
100
+ self.description = description
101
+ self.caller = caller
102
+
103
+ @property
104
+ def id(self):
105
+ """Gets the id of this FeatureConfig.
106
+
107
+ 参数解释:配置的ID。
108
+
109
+ :return: The id of this FeatureConfig.
110
+ :rtype: str
111
+ """
112
+ return self._id
113
+
114
+ @id.setter
115
+ def id(self, id):
116
+ """Sets the id of this FeatureConfig.
117
+
118
+ 参数解释:配置的ID。
119
+
120
+ :param id: The id of this FeatureConfig.
121
+ :type id: str
122
+ """
123
+ self._id = id
124
+
125
+ @property
126
+ def created_at(self):
127
+ """Gets the created_at of this FeatureConfig.
128
+
129
+ 参数解释:创建时间。
130
+
131
+ :return: The created_at of this FeatureConfig.
132
+ :rtype: str
133
+ """
134
+ return self._created_at
135
+
136
+ @created_at.setter
137
+ def created_at(self, created_at):
138
+ """Sets the created_at of this FeatureConfig.
139
+
140
+ 参数解释:创建时间。
141
+
142
+ :param created_at: The created_at of this FeatureConfig.
143
+ :type created_at: str
144
+ """
145
+ self._created_at = created_at
146
+
147
+ @property
148
+ def updated_at(self):
149
+ """Gets the updated_at of this FeatureConfig.
150
+
151
+ 参数解释:更新时间。
152
+
153
+ :return: The updated_at of this FeatureConfig.
154
+ :rtype: str
155
+ """
156
+ return self._updated_at
157
+
158
+ @updated_at.setter
159
+ def updated_at(self, updated_at):
160
+ """Sets the updated_at of this FeatureConfig.
161
+
162
+ 参数解释:更新时间。
163
+
164
+ :param updated_at: The updated_at of this FeatureConfig.
165
+ :type updated_at: str
166
+ """
167
+ self._updated_at = updated_at
168
+
169
+ @property
170
+ def service(self):
171
+ """Gets the service of this FeatureConfig.
172
+
173
+ 参数解释:所属服务,固定ELB。
174
+
175
+ :return: The service of this FeatureConfig.
176
+ :rtype: str
177
+ """
178
+ return self._service
179
+
180
+ @service.setter
181
+ def service(self, service):
182
+ """Sets the service of this FeatureConfig.
183
+
184
+ 参数解释:所属服务,固定ELB。
185
+
186
+ :param service: The service of this FeatureConfig.
187
+ :type service: str
188
+ """
189
+ self._service = service
190
+
191
+ @property
192
+ def tenant_id(self):
193
+ """Gets the tenant_id of this FeatureConfig.
194
+
195
+ 参数解释:租户ID,含义同project_id。
196
+
197
+ :return: The tenant_id of this FeatureConfig.
198
+ :rtype: str
199
+ """
200
+ return self._tenant_id
201
+
202
+ @tenant_id.setter
203
+ def tenant_id(self, tenant_id):
204
+ """Sets the tenant_id of this FeatureConfig.
205
+
206
+ 参数解释:租户ID,含义同project_id。
207
+
208
+ :param tenant_id: The tenant_id of this FeatureConfig.
209
+ :type tenant_id: str
210
+ """
211
+ self._tenant_id = tenant_id
212
+
213
+ @property
214
+ def feature(self):
215
+ """Gets the feature of this FeatureConfig.
216
+
217
+ 参数解释:特性名称。
218
+
219
+ :return: The feature of this FeatureConfig.
220
+ :rtype: str
221
+ """
222
+ return self._feature
223
+
224
+ @feature.setter
225
+ def feature(self, feature):
226
+ """Sets the feature of this FeatureConfig.
227
+
228
+ 参数解释:特性名称。
229
+
230
+ :param feature: The feature of this FeatureConfig.
231
+ :type feature: str
232
+ """
233
+ self._feature = feature
234
+
235
+ @property
236
+ def switch(self):
237
+ """Gets the switch of this FeatureConfig.
238
+
239
+ 参数解释:特性配置启用开关,表示当前配置是否生效。 取值范围: - true:特性配置已生效。 - false: 特性配置未生效。
240
+
241
+ :return: The switch of this FeatureConfig.
242
+ :rtype: bool
243
+ """
244
+ return self._switch
245
+
246
+ @switch.setter
247
+ def switch(self, switch):
248
+ """Sets the switch of this FeatureConfig.
249
+
250
+ 参数解释:特性配置启用开关,表示当前配置是否生效。 取值范围: - true:特性配置已生效。 - false: 特性配置未生效。
251
+
252
+ :param switch: The switch of this FeatureConfig.
253
+ :type switch: bool
254
+ """
255
+ self._switch = switch
256
+
257
+ @property
258
+ def type(self):
259
+ """Gets the type of this FeatureConfig.
260
+
261
+ 参数解释:特性配置值(value字段)的类型,如:INT,表示整型。
262
+
263
+ :return: The type of this FeatureConfig.
264
+ :rtype: str
265
+ """
266
+ return self._type
267
+
268
+ @type.setter
269
+ def type(self, type):
270
+ """Sets the type of this FeatureConfig.
271
+
272
+ 参数解释:特性配置值(value字段)的类型,如:INT,表示整型。
273
+
274
+ :param type: The type of this FeatureConfig.
275
+ :type type: str
276
+ """
277
+ self._type = type
278
+
279
+ @property
280
+ def value(self):
281
+ """Gets the value of this FeatureConfig.
282
+
283
+ 参数解释:特性配置值。如开关类型的特性配置取值true/false,表示特性开启关闭;配额类型的特性配置取值整数,表示限制配额。
284
+
285
+ :return: The value of this FeatureConfig.
286
+ :rtype: str
287
+ """
288
+ return self._value
289
+
290
+ @value.setter
291
+ def value(self, value):
292
+ """Sets the value of this FeatureConfig.
293
+
294
+ 参数解释:特性配置值。如开关类型的特性配置取值true/false,表示特性开启关闭;配额类型的特性配置取值整数,表示限制配额。
295
+
296
+ :param value: The value of this FeatureConfig.
297
+ :type value: str
298
+ """
299
+ self._value = value
300
+
301
+ @property
302
+ def description(self):
303
+ """Gets the description of this FeatureConfig.
304
+
305
+ 参数解释:特性配置描述。
306
+
307
+ :return: The description of this FeatureConfig.
308
+ :rtype: str
309
+ """
310
+ return self._description
311
+
312
+ @description.setter
313
+ def description(self, description):
314
+ """Sets the description of this FeatureConfig.
315
+
316
+ 参数解释:特性配置描述。
317
+
318
+ :param description: The description of this FeatureConfig.
319
+ :type description: str
320
+ """
321
+ self._description = description
322
+
323
+ @property
324
+ def caller(self):
325
+ """Gets the caller of this FeatureConfig.
326
+
327
+ 参数解释:配置创建者。
328
+
329
+ :return: The caller of this FeatureConfig.
330
+ :rtype: str
331
+ """
332
+ return self._caller
333
+
334
+ @caller.setter
335
+ def caller(self, caller):
336
+ """Sets the caller of this FeatureConfig.
337
+
338
+ 参数解释:配置创建者。
339
+
340
+ :param caller: The caller of this FeatureConfig.
341
+ :type caller: str
342
+ """
343
+ self._caller = caller
344
+
345
+ def to_dict(self):
346
+ """Returns the model properties as a dict"""
347
+ result = {}
348
+
349
+ for attr, _ in six.iteritems(self.openapi_types):
350
+ value = getattr(self, attr)
351
+ if isinstance(value, list):
352
+ result[attr] = list(map(
353
+ lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
354
+ value
355
+ ))
356
+ elif hasattr(value, "to_dict"):
357
+ result[attr] = value.to_dict()
358
+ elif isinstance(value, dict):
359
+ result[attr] = dict(map(
360
+ lambda item: (item[0], item[1].to_dict())
361
+ if hasattr(item[1], "to_dict") else item,
362
+ value.items()
363
+ ))
364
+ else:
365
+ if attr in self.sensitive_list:
366
+ result[attr] = "****"
367
+ else:
368
+ result[attr] = value
369
+
370
+ return result
371
+
372
+ def to_str(self):
373
+ """Returns the string representation of the model"""
374
+ import simplejson as json
375
+ if six.PY2:
376
+ import sys
377
+ reload(sys)
378
+ sys.setdefaultencoding("utf-8")
379
+ return json.dumps(sanitize_for_serialization(self), ensure_ascii=False)
380
+
381
+ def __repr__(self):
382
+ """For `print`"""
383
+ return self.to_str()
384
+
385
+ def __eq__(self, other):
386
+ """Returns true if both objects are equal"""
387
+ if not isinstance(other, FeatureConfig):
388
+ return False
389
+
390
+ return self.__dict__ == other.__dict__
391
+
392
+ def __ne__(self, other):
393
+ """Returns true if both objects are not equal"""
394
+ return not self == other
@@ -57,11 +57,11 @@ class Flavor:
57
57
  :type project_id: str
58
58
  :param type: 参数解释:规格类别。 取值范围: - L4和L7 表示四层网络型和七层应用型flavor。 [- gateway 表示网关型LB的flavor,目前只支持弹性计费类型。当前仅支持欧洲局点。](tag:hws_eu) - L4_elastic和L7_elastic 表示弹性扩缩容实例的下限规格。已废弃,请勿使用。 - L4_elastic_max、L7_elastic_max[和gateway_elastic_max](tag:hws_eu) 表示弹性扩缩容实例的上限规格。
59
59
  :type type: str
60
- :param flavor_sold_out: 参数解释:[是否售罄。](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt) [是否无法购买该规格的LB](tag:ctc,cmcc,ocb,tm,fcs,fcs_dt,hcso,hcso_dt,hk_vdf) 取值范围: - true:[已售罄,将](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt)无法购买该规格的LB。 - false:[未售罄,](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt)可购买该规格的LB。
60
+ :param flavor_sold_out: 参数解释: [是否售罄。](tag:hws) [是否无法购买该规格的LB。](tag:hws_hk,hws_eu,hws_eu_wb,hws_test,fcs,dt,dt_test,ctc,cmcc,tm,sbc,hk_sbc,hk_tm,hk_vdf,srg,ct) 取值范围: - true:[已售罄,将](tag:hws)无法购买该规格的LB。 - false:[未售罄,](tag:hws)可购买该规格的LB。
61
61
  :type flavor_sold_out: bool
62
- :param public_border_group: 参数解释:可用区组,如:center
62
+ :param public_border_group: 参数解释:网络公共边界组,如:center
63
63
  :type public_border_group: str
64
- :param category: 参数解释:可用区组编码。 取值范围:0表示center,21表示homezone。
64
+ :param category: 参数解释:网络公共边界组编码。 取值范围:0表示center,21表示homezone。
65
65
  :type category: int
66
66
  """
67
67
 
@@ -222,7 +222,7 @@ class Flavor:
222
222
  def flavor_sold_out(self):
223
223
  """Gets the flavor_sold_out of this Flavor.
224
224
 
225
- 参数解释:[是否售罄。](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt) [是否无法购买该规格的LB](tag:ctc,cmcc,ocb,tm,fcs,fcs_dt,hcso,hcso_dt,hk_vdf) 取值范围: - true:[已售罄,将](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt)无法购买该规格的LB。 - false:[未售罄,](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt)可购买该规格的LB。
225
+ 参数解释: [是否售罄。](tag:hws) [是否无法购买该规格的LB。](tag:hws_hk,hws_eu,hws_eu_wb,hws_test,fcs,dt,dt_test,ctc,cmcc,tm,sbc,hk_sbc,hk_tm,hk_vdf,srg,ct) 取值范围: - true:[已售罄,将](tag:hws)无法购买该规格的LB。 - false:[未售罄,](tag:hws)可购买该规格的LB。
226
226
 
227
227
  :return: The flavor_sold_out of this Flavor.
228
228
  :rtype: bool
@@ -233,7 +233,7 @@ class Flavor:
233
233
  def flavor_sold_out(self, flavor_sold_out):
234
234
  """Sets the flavor_sold_out of this Flavor.
235
235
 
236
- 参数解释:[是否售罄。](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt) [是否无法购买该规格的LB](tag:ctc,cmcc,ocb,tm,fcs,fcs_dt,hcso,hcso_dt,hk_vdf) 取值范围: - true:[已售罄,将](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt)无法购买该规格的LB。 - false:[未售罄,](tag:hws,hk,hws_eu,otc,tlf,sbc,g42,hk_g42,dt_test,mix,hk_sbc,hws_ocb,dt)可购买该规格的LB。
236
+ 参数解释: [是否售罄。](tag:hws) [是否无法购买该规格的LB。](tag:hws_hk,hws_eu,hws_eu_wb,hws_test,fcs,dt,dt_test,ctc,cmcc,tm,sbc,hk_sbc,hk_tm,hk_vdf,srg,ct) 取值范围: - true:[已售罄,将](tag:hws)无法购买该规格的LB。 - false:[未售罄,](tag:hws)可购买该规格的LB。
237
237
 
238
238
  :param flavor_sold_out: The flavor_sold_out of this Flavor.
239
239
  :type flavor_sold_out: bool
@@ -244,7 +244,7 @@ class Flavor:
244
244
  def public_border_group(self):
245
245
  """Gets the public_border_group of this Flavor.
246
246
 
247
- 参数解释:可用区组,如:center
247
+ 参数解释:网络公共边界组,如:center
248
248
 
249
249
  :return: The public_border_group of this Flavor.
250
250
  :rtype: str
@@ -255,7 +255,7 @@ class Flavor:
255
255
  def public_border_group(self, public_border_group):
256
256
  """Sets the public_border_group of this Flavor.
257
257
 
258
- 参数解释:可用区组,如:center
258
+ 参数解释:网络公共边界组,如:center
259
259
 
260
260
  :param public_border_group: The public_border_group of this Flavor.
261
261
  :type public_border_group: str
@@ -266,7 +266,7 @@ class Flavor:
266
266
  def category(self):
267
267
  """Gets the category of this Flavor.
268
268
 
269
- 参数解释:可用区组编码。 取值范围:0表示center,21表示homezone。
269
+ 参数解释:网络公共边界组编码。 取值范围:0表示center,21表示homezone。
270
270
 
271
271
  :return: The category of this Flavor.
272
272
  :rtype: int
@@ -277,7 +277,7 @@ class Flavor:
277
277
  def category(self, category):
278
278
  """Sets the category of this Flavor.
279
279
 
280
- 参数解释:可用区组编码。 取值范围:0表示center,21表示homezone。
280
+ 参数解释:网络公共边界组编码。 取值范围:0表示center,21表示homezone。
281
281
 
282
282
  :param category: The category of this Flavor.
283
283
  :type category: int
@@ -37,7 +37,7 @@ class GlobalEipInfo:
37
37
  :type global_eip_id: str
38
38
  :param global_eip_address: 参数解释:global eip的ip地址
39
39
  :type global_eip_address: str
40
- :param ip_version: 参数解释:IP版本信息。 取值范围: - 4,表示IPv4 - 6,表示IPv6 [不支持IPv6,请勿设置为6。](tag:dt,dt_test)
40
+ :param ip_version: 参数解释:IP版本信息。 取值范围: - 4,表示IPv4 - 6,表示IPv6 [不支持IPv6,请勿设置为6。](tag:dt,dt_test)
41
41
  :type ip_version: int
42
42
  """
43
43
 
@@ -103,7 +103,7 @@ class GlobalEipInfo:
103
103
  def ip_version(self):
104
104
  """Gets the ip_version of this GlobalEipInfo.
105
105
 
106
- 参数解释:IP版本信息。 取值范围: - 4,表示IPv4 - 6,表示IPv6 [不支持IPv6,请勿设置为6。](tag:dt,dt_test)
106
+ 参数解释:IP版本信息。 取值范围: - 4,表示IPv4 - 6,表示IPv6 [不支持IPv6,请勿设置为6。](tag:dt,dt_test)
107
107
 
108
108
  :return: The ip_version of this GlobalEipInfo.
109
109
  :rtype: int
@@ -114,7 +114,7 @@ class GlobalEipInfo:
114
114
  def ip_version(self, ip_version):
115
115
  """Sets the ip_version of this GlobalEipInfo.
116
116
 
117
- 参数解释:IP版本信息。 取值范围: - 4,表示IPv4 - 6,表示IPv6 [不支持IPv6,请勿设置为6。](tag:dt,dt_test)
117
+ 参数解释:IP版本信息。 取值范围: - 4,表示IPv4 - 6,表示IPv6 [不支持IPv6,请勿设置为6。](tag:dt,dt_test)
118
118
 
119
119
  :param ip_version: The ip_version of this GlobalEipInfo.
120
120
  :type ip_version: int
@@ -77,7 +77,7 @@ class HealthMonitor:
77
77
  :type max_retries: int
78
78
  :param max_retries_down: 健康检查连续失败多少次后,将后端服务器的健康检查状态由ONLINE判定为OFFLINE。取值范围:1-10,默认3。
79
79
  :type max_retries_down: int
80
- :param monitor_port: 健康检查端口号。取值:1-65535,默认为空,表示使用后端服务器端口号。[pool协议为IP时,monitor_port必须指定为非0值。](tag:hws_eu)
80
+ :param monitor_port: 参数解释:健康检查端口号。 [约束限制:当pool协议为IP时,monitor_port必须指定为非0值。](tag:hws_eu) 取值范围:1-65535和null,传null表示使用后端服务器端口号。 默认取值:null
81
81
  :type monitor_port: int
82
82
  :param name: 健康检查名称。
83
83
  :type name: str
@@ -91,9 +91,9 @@ class HealthMonitor:
91
91
  :type type: str
92
92
  :param url_path: 健康检查请求的请求路径。以\"/\"开头,默认为\"/\"。 支持使用字母、数字和短划线(-)、正斜线(/)、半角句号(.)、百分号(%)、半角问号(?)、井号(#)和and(&)以及扩展字符集_;~!()*[]@$^:',+ 使用说明:当type为HTTP/HTTPS时生效。
93
93
  :type url_path: str
94
- :param created_at: 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
94
+ :param created_at: 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,srg,fcs,dt,hk_tm)
95
95
  :type created_at: str
96
- :param updated_at: 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
96
+ :param updated_at: 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,srg,fcs,dt,hk_tm)
97
97
  :type updated_at: str
98
98
  """
99
99
 
@@ -318,7 +318,7 @@ class HealthMonitor:
318
318
  def monitor_port(self):
319
319
  """Gets the monitor_port of this HealthMonitor.
320
320
 
321
- 健康检查端口号。取值:1-65535,默认为空,表示使用后端服务器端口号。[pool协议为IP时,monitor_port必须指定为非0值。](tag:hws_eu)
321
+ 参数解释:健康检查端口号。 [约束限制:当pool协议为IP时,monitor_port必须指定为非0值。](tag:hws_eu) 取值范围:1-65535和null,传null表示使用后端服务器端口号。 默认取值:null
322
322
 
323
323
  :return: The monitor_port of this HealthMonitor.
324
324
  :rtype: int
@@ -329,7 +329,7 @@ class HealthMonitor:
329
329
  def monitor_port(self, monitor_port):
330
330
  """Sets the monitor_port of this HealthMonitor.
331
331
 
332
- 健康检查端口号。取值:1-65535,默认为空,表示使用后端服务器端口号。[pool协议为IP时,monitor_port必须指定为非0值。](tag:hws_eu)
332
+ 参数解释:健康检查端口号。 [约束限制:当pool协议为IP时,monitor_port必须指定为非0值。](tag:hws_eu) 取值范围:1-65535和null,传null表示使用后端服务器端口号。 默认取值:null
333
333
 
334
334
  :param monitor_port: The monitor_port of this HealthMonitor.
335
335
  :type monitor_port: int
@@ -472,7 +472,7 @@ class HealthMonitor:
472
472
  def created_at(self):
473
473
  """Gets the created_at of this HealthMonitor.
474
474
 
475
- 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
475
+ 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,srg,fcs,dt,hk_tm)
476
476
 
477
477
  :return: The created_at of this HealthMonitor.
478
478
  :rtype: str
@@ -483,7 +483,7 @@ class HealthMonitor:
483
483
  def created_at(self, created_at):
484
484
  """Sets the created_at of this HealthMonitor.
485
485
 
486
- 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
486
+ 创建时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,srg,fcs,dt,hk_tm)
487
487
 
488
488
  :param created_at: The created_at of this HealthMonitor.
489
489
  :type created_at: str
@@ -494,7 +494,7 @@ class HealthMonitor:
494
494
  def updated_at(self):
495
495
  """Gets the updated_at of this HealthMonitor.
496
496
 
497
- 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
497
+ 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,srg,fcs,dt,hk_tm)
498
498
 
499
499
  :return: The updated_at of this HealthMonitor.
500
500
  :rtype: str
@@ -505,7 +505,7 @@ class HealthMonitor:
505
505
  def updated_at(self, updated_at):
506
506
  """Sets the updated_at of this HealthMonitor.
507
507
 
508
- 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,fcs,dt,hk_tm)
508
+ 更新时间。格式:yyyy-MM-dd'T'HH:mm:ss'Z',UTC时区。 [注意:独享型实例的历史数据以及共享型实例下的资源,不返回该字段。 ](tag:hws,hws_hk,ocb,ctc,g42,tm,cmcc,hk_g42,hws_ocb,srg,fcs,dt,hk_tm)
509
509
 
510
510
  :param updated_at: The updated_at of this HealthMonitor.
511
511
  :type updated_at: str