tencentcloud-sdk-python 3.0.1334__py2.py3-none-any.whl → 3.0.1335__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/acp/v20220105/models.py +0 -32
- tencentcloud/autoscaling/v20180419/autoscaling_client.py +3 -2
- tencentcloud/controlcenter/v20230110/controlcenter_client.py +92 -0
- tencentcloud/controlcenter/v20230110/errorcodes.py +9 -0
- tencentcloud/controlcenter/v20230110/models.py +948 -0
- tencentcloud/cvm/v20170312/cvm_client.py +92 -0
- tencentcloud/cvm/v20170312/errorcodes.py +9 -0
- tencentcloud/cvm/v20170312/models.py +1491 -33
- tencentcloud/cynosdb/v20190107/models.py +17 -2
- tencentcloud/ims/v20201229/ims_client.py +18 -12
- tencentcloud/keewidb/v20220308/models.py +0 -2
- tencentcloud/lcic/v20220817/models.py +75 -54
- tencentcloud/lke/v20231130/errorcodes.py +0 -12
- tencentcloud/lke/v20231130/lke_client.py +0 -50
- tencentcloud/lke/v20231130/models.py +0 -284
- tencentcloud/lowcode/v20210108/models.py +182 -2
- tencentcloud/mariadb/v20170312/models.py +10 -10
- tencentcloud/mqtt/v20240516/models.py +84 -0
- tencentcloud/mqtt/v20240516/mqtt_client.py +23 -0
- tencentcloud/ocr/v20181119/models.py +4 -22
- tencentcloud/ocr/v20181119/ocr_client.py +1 -1
- tencentcloud/partners/v20180321/models.py +197 -0
- tencentcloud/partners/v20180321/partners_client.py +23 -0
- tencentcloud/tat/v20201028/models.py +494 -180
- tencentcloud/tat/v20201028/tat_client.py +2 -2
- tencentcloud/teo/v20220901/models.py +14 -4
- tencentcloud/tke/v20180525/models.py +0 -292
- tencentcloud/tke/v20220501/models.py +0 -2
- tencentcloud/vdb/v20230616/models.py +0 -12
- {tencentcloud_sdk_python-3.0.1334.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1334.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/RECORD +35 -35
- {tencentcloud_sdk_python-3.0.1334.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1334.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1334.dist-info → tencentcloud_sdk_python-3.0.1335.dist-info}/top_level.txt +0 -0
@@ -18,6 +18,202 @@ import warnings
|
|
18
18
|
from tencentcloud.common.abstract_model import AbstractModel
|
19
19
|
|
20
20
|
|
21
|
+
class AccountFactoryItem(AbstractModel):
|
22
|
+
"""账号工厂基线项
|
23
|
+
|
24
|
+
"""
|
25
|
+
|
26
|
+
def __init__(self):
|
27
|
+
r"""
|
28
|
+
:param _Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
29
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
30
|
+
:type Identifier: str
|
31
|
+
:param _Name: 基线项名称,功能项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
32
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
33
|
+
:type Name: str
|
34
|
+
:param _NameEn: 基线项英文名称,基线项名字唯一,仅支持英文字母、数字、空格、符号@、&_[]-的组合,1-64个英文字符。
|
35
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
36
|
+
:type NameEn: str
|
37
|
+
:param _Weight: 基线项权重,数值小权重越高,取值范围大于等于0。
|
38
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
39
|
+
:type Weight: int
|
40
|
+
:param _Required: 基线项是否必填,1必填,0非必填
|
41
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
42
|
+
:type Required: int
|
43
|
+
:param _DependsOn: 基线项依赖项,N的取值范围与该基线项依赖的其它基线项个数有关。
|
44
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
45
|
+
:type DependsOn: list of DependsOnItem
|
46
|
+
:param _Description: 基线描述,长度为2~256个英文或中文字符,默认值为空。
|
47
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
48
|
+
:type Description: str
|
49
|
+
:param _DescriptionEn: 基线项英文描述,长度为2~1024个英文字符,默认值为空。
|
50
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
51
|
+
:type DescriptionEn: str
|
52
|
+
:param _Classify: 基线分类,长度为2~32个英文或中文字符,不能为空。
|
53
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
54
|
+
:type Classify: str
|
55
|
+
:param _ClassifyEn: 基线英文分类,长度为2~64个英文字符,不能为空。
|
56
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
57
|
+
:type ClassifyEn: str
|
58
|
+
"""
|
59
|
+
self._Identifier = None
|
60
|
+
self._Name = None
|
61
|
+
self._NameEn = None
|
62
|
+
self._Weight = None
|
63
|
+
self._Required = None
|
64
|
+
self._DependsOn = None
|
65
|
+
self._Description = None
|
66
|
+
self._DescriptionEn = None
|
67
|
+
self._Classify = None
|
68
|
+
self._ClassifyEn = None
|
69
|
+
|
70
|
+
@property
|
71
|
+
def Identifier(self):
|
72
|
+
"""账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
73
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
74
|
+
:rtype: str
|
75
|
+
"""
|
76
|
+
return self._Identifier
|
77
|
+
|
78
|
+
@Identifier.setter
|
79
|
+
def Identifier(self, Identifier):
|
80
|
+
self._Identifier = Identifier
|
81
|
+
|
82
|
+
@property
|
83
|
+
def Name(self):
|
84
|
+
"""基线项名称,功能项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
85
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
86
|
+
:rtype: str
|
87
|
+
"""
|
88
|
+
return self._Name
|
89
|
+
|
90
|
+
@Name.setter
|
91
|
+
def Name(self, Name):
|
92
|
+
self._Name = Name
|
93
|
+
|
94
|
+
@property
|
95
|
+
def NameEn(self):
|
96
|
+
"""基线项英文名称,基线项名字唯一,仅支持英文字母、数字、空格、符号@、&_[]-的组合,1-64个英文字符。
|
97
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
98
|
+
:rtype: str
|
99
|
+
"""
|
100
|
+
return self._NameEn
|
101
|
+
|
102
|
+
@NameEn.setter
|
103
|
+
def NameEn(self, NameEn):
|
104
|
+
self._NameEn = NameEn
|
105
|
+
|
106
|
+
@property
|
107
|
+
def Weight(self):
|
108
|
+
"""基线项权重,数值小权重越高,取值范围大于等于0。
|
109
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
110
|
+
:rtype: int
|
111
|
+
"""
|
112
|
+
return self._Weight
|
113
|
+
|
114
|
+
@Weight.setter
|
115
|
+
def Weight(self, Weight):
|
116
|
+
self._Weight = Weight
|
117
|
+
|
118
|
+
@property
|
119
|
+
def Required(self):
|
120
|
+
"""基线项是否必填,1必填,0非必填
|
121
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
122
|
+
:rtype: int
|
123
|
+
"""
|
124
|
+
return self._Required
|
125
|
+
|
126
|
+
@Required.setter
|
127
|
+
def Required(self, Required):
|
128
|
+
self._Required = Required
|
129
|
+
|
130
|
+
@property
|
131
|
+
def DependsOn(self):
|
132
|
+
"""基线项依赖项,N的取值范围与该基线项依赖的其它基线项个数有关。
|
133
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
134
|
+
:rtype: list of DependsOnItem
|
135
|
+
"""
|
136
|
+
return self._DependsOn
|
137
|
+
|
138
|
+
@DependsOn.setter
|
139
|
+
def DependsOn(self, DependsOn):
|
140
|
+
self._DependsOn = DependsOn
|
141
|
+
|
142
|
+
@property
|
143
|
+
def Description(self):
|
144
|
+
"""基线描述,长度为2~256个英文或中文字符,默认值为空。
|
145
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
146
|
+
:rtype: str
|
147
|
+
"""
|
148
|
+
return self._Description
|
149
|
+
|
150
|
+
@Description.setter
|
151
|
+
def Description(self, Description):
|
152
|
+
self._Description = Description
|
153
|
+
|
154
|
+
@property
|
155
|
+
def DescriptionEn(self):
|
156
|
+
"""基线项英文描述,长度为2~1024个英文字符,默认值为空。
|
157
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
158
|
+
:rtype: str
|
159
|
+
"""
|
160
|
+
return self._DescriptionEn
|
161
|
+
|
162
|
+
@DescriptionEn.setter
|
163
|
+
def DescriptionEn(self, DescriptionEn):
|
164
|
+
self._DescriptionEn = DescriptionEn
|
165
|
+
|
166
|
+
@property
|
167
|
+
def Classify(self):
|
168
|
+
"""基线分类,长度为2~32个英文或中文字符,不能为空。
|
169
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
170
|
+
:rtype: str
|
171
|
+
"""
|
172
|
+
return self._Classify
|
173
|
+
|
174
|
+
@Classify.setter
|
175
|
+
def Classify(self, Classify):
|
176
|
+
self._Classify = Classify
|
177
|
+
|
178
|
+
@property
|
179
|
+
def ClassifyEn(self):
|
180
|
+
"""基线英文分类,长度为2~64个英文字符,不能为空。
|
181
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
182
|
+
:rtype: str
|
183
|
+
"""
|
184
|
+
return self._ClassifyEn
|
185
|
+
|
186
|
+
@ClassifyEn.setter
|
187
|
+
def ClassifyEn(self, ClassifyEn):
|
188
|
+
self._ClassifyEn = ClassifyEn
|
189
|
+
|
190
|
+
|
191
|
+
def _deserialize(self, params):
|
192
|
+
self._Identifier = params.get("Identifier")
|
193
|
+
self._Name = params.get("Name")
|
194
|
+
self._NameEn = params.get("NameEn")
|
195
|
+
self._Weight = params.get("Weight")
|
196
|
+
self._Required = params.get("Required")
|
197
|
+
if params.get("DependsOn") is not None:
|
198
|
+
self._DependsOn = []
|
199
|
+
for item in params.get("DependsOn"):
|
200
|
+
obj = DependsOnItem()
|
201
|
+
obj._deserialize(item)
|
202
|
+
self._DependsOn.append(obj)
|
203
|
+
self._Description = params.get("Description")
|
204
|
+
self._DescriptionEn = params.get("DescriptionEn")
|
205
|
+
self._Classify = params.get("Classify")
|
206
|
+
self._ClassifyEn = params.get("ClassifyEn")
|
207
|
+
memeber_set = set(params.keys())
|
208
|
+
for name, value in vars(self).items():
|
209
|
+
property_name = name[1:]
|
210
|
+
if property_name in memeber_set:
|
211
|
+
memeber_set.remove(property_name)
|
212
|
+
if len(memeber_set) > 0:
|
213
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
214
|
+
|
215
|
+
|
216
|
+
|
21
217
|
class BaselineConfigItem(AbstractModel):
|
22
218
|
"""账号工厂基线配置项
|
23
219
|
|
@@ -69,6 +265,252 @@ class BaselineConfigItem(AbstractModel):
|
|
69
265
|
|
70
266
|
|
71
267
|
|
268
|
+
class BaselineInfoItem(AbstractModel):
|
269
|
+
"""账号工厂基线信息
|
270
|
+
|
271
|
+
"""
|
272
|
+
|
273
|
+
def __init__(self):
|
274
|
+
r"""
|
275
|
+
:param _Identifier: 账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
277
|
+
:type Identifier: str
|
278
|
+
:param _Configuration: 账号工厂基线项配置,不同的基线项配置参数不同。
|
279
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
280
|
+
:type Configuration: str
|
281
|
+
:param _ApplyCount: 基线应用的账号数量。
|
282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
283
|
+
:type ApplyCount: int
|
284
|
+
"""
|
285
|
+
self._Identifier = None
|
286
|
+
self._Configuration = None
|
287
|
+
self._ApplyCount = None
|
288
|
+
|
289
|
+
@property
|
290
|
+
def Identifier(self):
|
291
|
+
"""账号工厂基线项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
293
|
+
:rtype: str
|
294
|
+
"""
|
295
|
+
return self._Identifier
|
296
|
+
|
297
|
+
@Identifier.setter
|
298
|
+
def Identifier(self, Identifier):
|
299
|
+
self._Identifier = Identifier
|
300
|
+
|
301
|
+
@property
|
302
|
+
def Configuration(self):
|
303
|
+
"""账号工厂基线项配置,不同的基线项配置参数不同。
|
304
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
305
|
+
:rtype: str
|
306
|
+
"""
|
307
|
+
return self._Configuration
|
308
|
+
|
309
|
+
@Configuration.setter
|
310
|
+
def Configuration(self, Configuration):
|
311
|
+
self._Configuration = Configuration
|
312
|
+
|
313
|
+
@property
|
314
|
+
def ApplyCount(self):
|
315
|
+
"""基线应用的账号数量。
|
316
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
317
|
+
:rtype: int
|
318
|
+
"""
|
319
|
+
return self._ApplyCount
|
320
|
+
|
321
|
+
@ApplyCount.setter
|
322
|
+
def ApplyCount(self, ApplyCount):
|
323
|
+
self._ApplyCount = ApplyCount
|
324
|
+
|
325
|
+
|
326
|
+
def _deserialize(self, params):
|
327
|
+
self._Identifier = params.get("Identifier")
|
328
|
+
self._Configuration = params.get("Configuration")
|
329
|
+
self._ApplyCount = params.get("ApplyCount")
|
330
|
+
memeber_set = set(params.keys())
|
331
|
+
for name, value in vars(self).items():
|
332
|
+
property_name = name[1:]
|
333
|
+
if property_name in memeber_set:
|
334
|
+
memeber_set.remove(property_name)
|
335
|
+
if len(memeber_set) > 0:
|
336
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
337
|
+
|
338
|
+
|
339
|
+
|
340
|
+
class BaselineStepTaskInfo(AbstractModel):
|
341
|
+
"""基线项部署任务信息列表
|
342
|
+
|
343
|
+
"""
|
344
|
+
|
345
|
+
def __init__(self):
|
346
|
+
r"""
|
347
|
+
:param _TaskId: 任务唯一Id,只能包含英文字母、数字,是16个字符的随机字符串。
|
348
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
349
|
+
:type TaskId: str
|
350
|
+
:param _Identifier: 基线功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
351
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
352
|
+
:type Identifier: str
|
353
|
+
:param _MemberUin: 被应用基线项的成员账号uin
|
354
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
355
|
+
:type MemberUin: int
|
356
|
+
:param _Status: 基线项应用的状态,Running表示基线项应用中,Success表示基线项应用成功,Failed表示基线项应用失败,Pending表示基线项待应用,Skipped表示基线项被跳过
|
357
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
358
|
+
:type Status: str
|
359
|
+
:param _ErrCode: 错误码
|
360
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
361
|
+
:type ErrCode: str
|
362
|
+
:param _ErrMessage: 错误信息
|
363
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
364
|
+
:type ErrMessage: str
|
365
|
+
:param _Output: 基线项部署输出
|
366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
367
|
+
:type Output: str
|
368
|
+
:param _CreateTime: 创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
369
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
370
|
+
:type CreateTime: str
|
371
|
+
:param _UpdateTime: 更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
372
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
373
|
+
:type UpdateTime: str
|
374
|
+
"""
|
375
|
+
self._TaskId = None
|
376
|
+
self._Identifier = None
|
377
|
+
self._MemberUin = None
|
378
|
+
self._Status = None
|
379
|
+
self._ErrCode = None
|
380
|
+
self._ErrMessage = None
|
381
|
+
self._Output = None
|
382
|
+
self._CreateTime = None
|
383
|
+
self._UpdateTime = None
|
384
|
+
|
385
|
+
@property
|
386
|
+
def TaskId(self):
|
387
|
+
"""任务唯一Id,只能包含英文字母、数字,是16个字符的随机字符串。
|
388
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
389
|
+
:rtype: str
|
390
|
+
"""
|
391
|
+
return self._TaskId
|
392
|
+
|
393
|
+
@TaskId.setter
|
394
|
+
def TaskId(self, TaskId):
|
395
|
+
self._TaskId = TaskId
|
396
|
+
|
397
|
+
@property
|
398
|
+
def Identifier(self):
|
399
|
+
"""基线功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
400
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
401
|
+
:rtype: str
|
402
|
+
"""
|
403
|
+
return self._Identifier
|
404
|
+
|
405
|
+
@Identifier.setter
|
406
|
+
def Identifier(self, Identifier):
|
407
|
+
self._Identifier = Identifier
|
408
|
+
|
409
|
+
@property
|
410
|
+
def MemberUin(self):
|
411
|
+
"""被应用基线项的成员账号uin
|
412
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
413
|
+
:rtype: int
|
414
|
+
"""
|
415
|
+
return self._MemberUin
|
416
|
+
|
417
|
+
@MemberUin.setter
|
418
|
+
def MemberUin(self, MemberUin):
|
419
|
+
self._MemberUin = MemberUin
|
420
|
+
|
421
|
+
@property
|
422
|
+
def Status(self):
|
423
|
+
"""基线项应用的状态,Running表示基线项应用中,Success表示基线项应用成功,Failed表示基线项应用失败,Pending表示基线项待应用,Skipped表示基线项被跳过
|
424
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
425
|
+
:rtype: str
|
426
|
+
"""
|
427
|
+
return self._Status
|
428
|
+
|
429
|
+
@Status.setter
|
430
|
+
def Status(self, Status):
|
431
|
+
self._Status = Status
|
432
|
+
|
433
|
+
@property
|
434
|
+
def ErrCode(self):
|
435
|
+
"""错误码
|
436
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
437
|
+
:rtype: str
|
438
|
+
"""
|
439
|
+
return self._ErrCode
|
440
|
+
|
441
|
+
@ErrCode.setter
|
442
|
+
def ErrCode(self, ErrCode):
|
443
|
+
self._ErrCode = ErrCode
|
444
|
+
|
445
|
+
@property
|
446
|
+
def ErrMessage(self):
|
447
|
+
"""错误信息
|
448
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
449
|
+
:rtype: str
|
450
|
+
"""
|
451
|
+
return self._ErrMessage
|
452
|
+
|
453
|
+
@ErrMessage.setter
|
454
|
+
def ErrMessage(self, ErrMessage):
|
455
|
+
self._ErrMessage = ErrMessage
|
456
|
+
|
457
|
+
@property
|
458
|
+
def Output(self):
|
459
|
+
"""基线项部署输出
|
460
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
461
|
+
:rtype: str
|
462
|
+
"""
|
463
|
+
return self._Output
|
464
|
+
|
465
|
+
@Output.setter
|
466
|
+
def Output(self, Output):
|
467
|
+
self._Output = Output
|
468
|
+
|
469
|
+
@property
|
470
|
+
def CreateTime(self):
|
471
|
+
"""创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
472
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
473
|
+
:rtype: str
|
474
|
+
"""
|
475
|
+
return self._CreateTime
|
476
|
+
|
477
|
+
@CreateTime.setter
|
478
|
+
def CreateTime(self, CreateTime):
|
479
|
+
self._CreateTime = CreateTime
|
480
|
+
|
481
|
+
@property
|
482
|
+
def UpdateTime(self):
|
483
|
+
"""更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
484
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
485
|
+
:rtype: str
|
486
|
+
"""
|
487
|
+
return self._UpdateTime
|
488
|
+
|
489
|
+
@UpdateTime.setter
|
490
|
+
def UpdateTime(self, UpdateTime):
|
491
|
+
self._UpdateTime = UpdateTime
|
492
|
+
|
493
|
+
|
494
|
+
def _deserialize(self, params):
|
495
|
+
self._TaskId = params.get("TaskId")
|
496
|
+
self._Identifier = params.get("Identifier")
|
497
|
+
self._MemberUin = params.get("MemberUin")
|
498
|
+
self._Status = params.get("Status")
|
499
|
+
self._ErrCode = params.get("ErrCode")
|
500
|
+
self._ErrMessage = params.get("ErrMessage")
|
501
|
+
self._Output = params.get("Output")
|
502
|
+
self._CreateTime = params.get("CreateTime")
|
503
|
+
self._UpdateTime = params.get("UpdateTime")
|
504
|
+
memeber_set = set(params.keys())
|
505
|
+
for name, value in vars(self).items():
|
506
|
+
property_name = name[1:]
|
507
|
+
if property_name in memeber_set:
|
508
|
+
memeber_set.remove(property_name)
|
509
|
+
if len(memeber_set) > 0:
|
510
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
511
|
+
|
512
|
+
|
513
|
+
|
72
514
|
class BatchApplyAccountBaselinesRequest(AbstractModel):
|
73
515
|
"""BatchApplyAccountBaselines请求参数结构体
|
74
516
|
|
@@ -149,5 +591,511 @@ class BatchApplyAccountBaselinesResponse(AbstractModel):
|
|
149
591
|
self._RequestId = RequestId
|
150
592
|
|
151
593
|
|
594
|
+
def _deserialize(self, params):
|
595
|
+
self._RequestId = params.get("RequestId")
|
596
|
+
|
597
|
+
|
598
|
+
class DependsOnItem(AbstractModel):
|
599
|
+
"""依赖项
|
600
|
+
|
601
|
+
"""
|
602
|
+
|
603
|
+
def __init__(self):
|
604
|
+
r"""
|
605
|
+
:param _Type: 依赖项类型,只有LandingZoneSetUp或AccountFactorySetUp。LandingZoneSetUp表示landingZone的依赖项;AccountFactorySetUp表示账号工厂的依赖项
|
606
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
607
|
+
:type Type: str
|
608
|
+
:param _Identifier: 功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
609
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
610
|
+
:type Identifier: str
|
611
|
+
"""
|
612
|
+
self._Type = None
|
613
|
+
self._Identifier = None
|
614
|
+
|
615
|
+
@property
|
616
|
+
def Type(self):
|
617
|
+
"""依赖项类型,只有LandingZoneSetUp或AccountFactorySetUp。LandingZoneSetUp表示landingZone的依赖项;AccountFactorySetUp表示账号工厂的依赖项
|
618
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
619
|
+
:rtype: str
|
620
|
+
"""
|
621
|
+
return self._Type
|
622
|
+
|
623
|
+
@Type.setter
|
624
|
+
def Type(self, Type):
|
625
|
+
self._Type = Type
|
626
|
+
|
627
|
+
@property
|
628
|
+
def Identifier(self):
|
629
|
+
"""功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
630
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
631
|
+
:rtype: str
|
632
|
+
"""
|
633
|
+
return self._Identifier
|
634
|
+
|
635
|
+
@Identifier.setter
|
636
|
+
def Identifier(self, Identifier):
|
637
|
+
self._Identifier = Identifier
|
638
|
+
|
639
|
+
|
640
|
+
def _deserialize(self, params):
|
641
|
+
self._Type = params.get("Type")
|
642
|
+
self._Identifier = params.get("Identifier")
|
643
|
+
memeber_set = set(params.keys())
|
644
|
+
for name, value in vars(self).items():
|
645
|
+
property_name = name[1:]
|
646
|
+
if property_name in memeber_set:
|
647
|
+
memeber_set.remove(property_name)
|
648
|
+
if len(memeber_set) > 0:
|
649
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
650
|
+
|
651
|
+
|
652
|
+
|
653
|
+
class GetAccountFactoryBaselineRequest(AbstractModel):
|
654
|
+
"""GetAccountFactoryBaseline请求参数结构体
|
655
|
+
|
656
|
+
"""
|
657
|
+
|
658
|
+
|
659
|
+
class GetAccountFactoryBaselineResponse(AbstractModel):
|
660
|
+
"""GetAccountFactoryBaseline返回参数结构体
|
661
|
+
|
662
|
+
"""
|
663
|
+
|
664
|
+
def __init__(self):
|
665
|
+
r"""
|
666
|
+
:param _OwnerUin: 资源所属主账号uin。
|
667
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
668
|
+
:type OwnerUin: int
|
669
|
+
:param _Name: 基线项名称,基线项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
670
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
671
|
+
:type Name: str
|
672
|
+
:param _BaselineConfigItems: 基线项配置列表。
|
673
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
674
|
+
:type BaselineConfigItems: list of BaselineInfoItem
|
675
|
+
:param _CreateTime: 创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
676
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
677
|
+
:type CreateTime: str
|
678
|
+
:param _UpdateTime: 更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
679
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
680
|
+
:type UpdateTime: str
|
681
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
682
|
+
:type RequestId: str
|
683
|
+
"""
|
684
|
+
self._OwnerUin = None
|
685
|
+
self._Name = None
|
686
|
+
self._BaselineConfigItems = None
|
687
|
+
self._CreateTime = None
|
688
|
+
self._UpdateTime = None
|
689
|
+
self._RequestId = None
|
690
|
+
|
691
|
+
@property
|
692
|
+
def OwnerUin(self):
|
693
|
+
"""资源所属主账号uin。
|
694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
695
|
+
:rtype: int
|
696
|
+
"""
|
697
|
+
return self._OwnerUin
|
698
|
+
|
699
|
+
@OwnerUin.setter
|
700
|
+
def OwnerUin(self, OwnerUin):
|
701
|
+
self._OwnerUin = OwnerUin
|
702
|
+
|
703
|
+
@property
|
704
|
+
def Name(self):
|
705
|
+
"""基线项名称,基线项名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
706
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
707
|
+
:rtype: str
|
708
|
+
"""
|
709
|
+
return self._Name
|
710
|
+
|
711
|
+
@Name.setter
|
712
|
+
def Name(self, Name):
|
713
|
+
self._Name = Name
|
714
|
+
|
715
|
+
@property
|
716
|
+
def BaselineConfigItems(self):
|
717
|
+
"""基线项配置列表。
|
718
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
719
|
+
:rtype: list of BaselineInfoItem
|
720
|
+
"""
|
721
|
+
return self._BaselineConfigItems
|
722
|
+
|
723
|
+
@BaselineConfigItems.setter
|
724
|
+
def BaselineConfigItems(self, BaselineConfigItems):
|
725
|
+
self._BaselineConfigItems = BaselineConfigItems
|
726
|
+
|
727
|
+
@property
|
728
|
+
def CreateTime(self):
|
729
|
+
"""创建时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
730
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
731
|
+
:rtype: str
|
732
|
+
"""
|
733
|
+
return self._CreateTime
|
734
|
+
|
735
|
+
@CreateTime.setter
|
736
|
+
def CreateTime(self, CreateTime):
|
737
|
+
self._CreateTime = CreateTime
|
738
|
+
|
739
|
+
@property
|
740
|
+
def UpdateTime(self):
|
741
|
+
"""更新时间,按照ISO8601标准表示,格式为yyyy-MM-dd hh:mm:ss。
|
742
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
743
|
+
:rtype: str
|
744
|
+
"""
|
745
|
+
return self._UpdateTime
|
746
|
+
|
747
|
+
@UpdateTime.setter
|
748
|
+
def UpdateTime(self, UpdateTime):
|
749
|
+
self._UpdateTime = UpdateTime
|
750
|
+
|
751
|
+
@property
|
752
|
+
def RequestId(self):
|
753
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
754
|
+
:rtype: str
|
755
|
+
"""
|
756
|
+
return self._RequestId
|
757
|
+
|
758
|
+
@RequestId.setter
|
759
|
+
def RequestId(self, RequestId):
|
760
|
+
self._RequestId = RequestId
|
761
|
+
|
762
|
+
|
763
|
+
def _deserialize(self, params):
|
764
|
+
self._OwnerUin = params.get("OwnerUin")
|
765
|
+
self._Name = params.get("Name")
|
766
|
+
if params.get("BaselineConfigItems") is not None:
|
767
|
+
self._BaselineConfigItems = []
|
768
|
+
for item in params.get("BaselineConfigItems"):
|
769
|
+
obj = BaselineInfoItem()
|
770
|
+
obj._deserialize(item)
|
771
|
+
self._BaselineConfigItems.append(obj)
|
772
|
+
self._CreateTime = params.get("CreateTime")
|
773
|
+
self._UpdateTime = params.get("UpdateTime")
|
774
|
+
self._RequestId = params.get("RequestId")
|
775
|
+
|
776
|
+
|
777
|
+
class ListAccountFactoryBaselineItemsRequest(AbstractModel):
|
778
|
+
"""ListAccountFactoryBaselineItems请求参数结构体
|
779
|
+
|
780
|
+
"""
|
781
|
+
|
782
|
+
def __init__(self):
|
783
|
+
r"""
|
784
|
+
:param _Limit: 返回记录最大数目,取值范围0~200。
|
785
|
+
:type Limit: int
|
786
|
+
:param _Offset: 偏移量,取值范围大于等于0。
|
787
|
+
:type Offset: int
|
788
|
+
"""
|
789
|
+
self._Limit = None
|
790
|
+
self._Offset = None
|
791
|
+
|
792
|
+
@property
|
793
|
+
def Limit(self):
|
794
|
+
"""返回记录最大数目,取值范围0~200。
|
795
|
+
:rtype: int
|
796
|
+
"""
|
797
|
+
return self._Limit
|
798
|
+
|
799
|
+
@Limit.setter
|
800
|
+
def Limit(self, Limit):
|
801
|
+
self._Limit = Limit
|
802
|
+
|
803
|
+
@property
|
804
|
+
def Offset(self):
|
805
|
+
"""偏移量,取值范围大于等于0。
|
806
|
+
:rtype: int
|
807
|
+
"""
|
808
|
+
return self._Offset
|
809
|
+
|
810
|
+
@Offset.setter
|
811
|
+
def Offset(self, Offset):
|
812
|
+
self._Offset = Offset
|
813
|
+
|
814
|
+
|
815
|
+
def _deserialize(self, params):
|
816
|
+
self._Limit = params.get("Limit")
|
817
|
+
self._Offset = params.get("Offset")
|
818
|
+
memeber_set = set(params.keys())
|
819
|
+
for name, value in vars(self).items():
|
820
|
+
property_name = name[1:]
|
821
|
+
if property_name in memeber_set:
|
822
|
+
memeber_set.remove(property_name)
|
823
|
+
if len(memeber_set) > 0:
|
824
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
825
|
+
|
826
|
+
|
827
|
+
|
828
|
+
class ListAccountFactoryBaselineItemsResponse(AbstractModel):
|
829
|
+
"""ListAccountFactoryBaselineItems返回参数结构体
|
830
|
+
|
831
|
+
"""
|
832
|
+
|
833
|
+
def __init__(self):
|
834
|
+
r"""
|
835
|
+
:param _BaselineItems: 账号工厂基线列表。
|
836
|
+
:type BaselineItems: list of AccountFactoryItem
|
837
|
+
:param _Total: 总数。
|
838
|
+
:type Total: int
|
839
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
840
|
+
:type RequestId: str
|
841
|
+
"""
|
842
|
+
self._BaselineItems = None
|
843
|
+
self._Total = None
|
844
|
+
self._RequestId = None
|
845
|
+
|
846
|
+
@property
|
847
|
+
def BaselineItems(self):
|
848
|
+
"""账号工厂基线列表。
|
849
|
+
:rtype: list of AccountFactoryItem
|
850
|
+
"""
|
851
|
+
return self._BaselineItems
|
852
|
+
|
853
|
+
@BaselineItems.setter
|
854
|
+
def BaselineItems(self, BaselineItems):
|
855
|
+
self._BaselineItems = BaselineItems
|
856
|
+
|
857
|
+
@property
|
858
|
+
def Total(self):
|
859
|
+
"""总数。
|
860
|
+
:rtype: int
|
861
|
+
"""
|
862
|
+
return self._Total
|
863
|
+
|
864
|
+
@Total.setter
|
865
|
+
def Total(self, Total):
|
866
|
+
self._Total = Total
|
867
|
+
|
868
|
+
@property
|
869
|
+
def RequestId(self):
|
870
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
871
|
+
:rtype: str
|
872
|
+
"""
|
873
|
+
return self._RequestId
|
874
|
+
|
875
|
+
@RequestId.setter
|
876
|
+
def RequestId(self, RequestId):
|
877
|
+
self._RequestId = RequestId
|
878
|
+
|
879
|
+
|
880
|
+
def _deserialize(self, params):
|
881
|
+
if params.get("BaselineItems") is not None:
|
882
|
+
self._BaselineItems = []
|
883
|
+
for item in params.get("BaselineItems"):
|
884
|
+
obj = AccountFactoryItem()
|
885
|
+
obj._deserialize(item)
|
886
|
+
self._BaselineItems.append(obj)
|
887
|
+
self._Total = params.get("Total")
|
888
|
+
self._RequestId = params.get("RequestId")
|
889
|
+
|
890
|
+
|
891
|
+
class ListDeployStepTasksRequest(AbstractModel):
|
892
|
+
"""ListDeployStepTasks请求参数结构体
|
893
|
+
|
894
|
+
"""
|
895
|
+
|
896
|
+
def __init__(self):
|
897
|
+
r"""
|
898
|
+
:param _Identifier: 功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
899
|
+
:type Identifier: str
|
900
|
+
:param _Limit: 返回记录最大数目,取值范围0~200。
|
901
|
+
:type Limit: int
|
902
|
+
:param _Offset: 偏移量,取值范围大于等于0。
|
903
|
+
:type Offset: int
|
904
|
+
"""
|
905
|
+
self._Identifier = None
|
906
|
+
self._Limit = None
|
907
|
+
self._Offset = None
|
908
|
+
|
909
|
+
@property
|
910
|
+
def Identifier(self):
|
911
|
+
"""功能项唯一标识,只能包含英文字母、数字和@、,._[]-:()()【】+=,。,长度2-128个字符。
|
912
|
+
:rtype: str
|
913
|
+
"""
|
914
|
+
return self._Identifier
|
915
|
+
|
916
|
+
@Identifier.setter
|
917
|
+
def Identifier(self, Identifier):
|
918
|
+
self._Identifier = Identifier
|
919
|
+
|
920
|
+
@property
|
921
|
+
def Limit(self):
|
922
|
+
"""返回记录最大数目,取值范围0~200。
|
923
|
+
:rtype: int
|
924
|
+
"""
|
925
|
+
return self._Limit
|
926
|
+
|
927
|
+
@Limit.setter
|
928
|
+
def Limit(self, Limit):
|
929
|
+
self._Limit = Limit
|
930
|
+
|
931
|
+
@property
|
932
|
+
def Offset(self):
|
933
|
+
"""偏移量,取值范围大于等于0。
|
934
|
+
:rtype: int
|
935
|
+
"""
|
936
|
+
return self._Offset
|
937
|
+
|
938
|
+
@Offset.setter
|
939
|
+
def Offset(self, Offset):
|
940
|
+
self._Offset = Offset
|
941
|
+
|
942
|
+
|
943
|
+
def _deserialize(self, params):
|
944
|
+
self._Identifier = params.get("Identifier")
|
945
|
+
self._Limit = params.get("Limit")
|
946
|
+
self._Offset = params.get("Offset")
|
947
|
+
memeber_set = set(params.keys())
|
948
|
+
for name, value in vars(self).items():
|
949
|
+
property_name = name[1:]
|
950
|
+
if property_name in memeber_set:
|
951
|
+
memeber_set.remove(property_name)
|
952
|
+
if len(memeber_set) > 0:
|
953
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
954
|
+
|
955
|
+
|
956
|
+
|
957
|
+
class ListDeployStepTasksResponse(AbstractModel):
|
958
|
+
"""ListDeployStepTasks返回参数结构体
|
959
|
+
|
960
|
+
"""
|
961
|
+
|
962
|
+
def __init__(self):
|
963
|
+
r"""
|
964
|
+
:param _BaselineDeployStepTaskList: 账号工厂基线功能项应用信息列表。
|
965
|
+
:type BaselineDeployStepTaskList: list of BaselineStepTaskInfo
|
966
|
+
:param _Total: 总数。
|
967
|
+
:type Total: int
|
968
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
969
|
+
:type RequestId: str
|
970
|
+
"""
|
971
|
+
self._BaselineDeployStepTaskList = None
|
972
|
+
self._Total = None
|
973
|
+
self._RequestId = None
|
974
|
+
|
975
|
+
@property
|
976
|
+
def BaselineDeployStepTaskList(self):
|
977
|
+
"""账号工厂基线功能项应用信息列表。
|
978
|
+
:rtype: list of BaselineStepTaskInfo
|
979
|
+
"""
|
980
|
+
return self._BaselineDeployStepTaskList
|
981
|
+
|
982
|
+
@BaselineDeployStepTaskList.setter
|
983
|
+
def BaselineDeployStepTaskList(self, BaselineDeployStepTaskList):
|
984
|
+
self._BaselineDeployStepTaskList = BaselineDeployStepTaskList
|
985
|
+
|
986
|
+
@property
|
987
|
+
def Total(self):
|
988
|
+
"""总数。
|
989
|
+
:rtype: int
|
990
|
+
"""
|
991
|
+
return self._Total
|
992
|
+
|
993
|
+
@Total.setter
|
994
|
+
def Total(self, Total):
|
995
|
+
self._Total = Total
|
996
|
+
|
997
|
+
@property
|
998
|
+
def RequestId(self):
|
999
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1000
|
+
:rtype: str
|
1001
|
+
"""
|
1002
|
+
return self._RequestId
|
1003
|
+
|
1004
|
+
@RequestId.setter
|
1005
|
+
def RequestId(self, RequestId):
|
1006
|
+
self._RequestId = RequestId
|
1007
|
+
|
1008
|
+
|
1009
|
+
def _deserialize(self, params):
|
1010
|
+
if params.get("BaselineDeployStepTaskList") is not None:
|
1011
|
+
self._BaselineDeployStepTaskList = []
|
1012
|
+
for item in params.get("BaselineDeployStepTaskList"):
|
1013
|
+
obj = BaselineStepTaskInfo()
|
1014
|
+
obj._deserialize(item)
|
1015
|
+
self._BaselineDeployStepTaskList.append(obj)
|
1016
|
+
self._Total = params.get("Total")
|
1017
|
+
self._RequestId = params.get("RequestId")
|
1018
|
+
|
1019
|
+
|
1020
|
+
class UpdateAccountFactoryBaselineRequest(AbstractModel):
|
1021
|
+
"""UpdateAccountFactoryBaseline请求参数结构体
|
1022
|
+
|
1023
|
+
"""
|
1024
|
+
|
1025
|
+
def __init__(self):
|
1026
|
+
r"""
|
1027
|
+
:param _Name: 基线名称,基线名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
1028
|
+
:type Name: str
|
1029
|
+
:param _BaselineConfigItems: 基线配置,覆盖更新。可以通过controlcenter:GetAccountFactoryBaseline查询现有基线配置。可以通过controlcenter:ListAccountFactoryBaselineItems查询支持的基线列表。
|
1030
|
+
:type BaselineConfigItems: list of BaselineConfigItem
|
1031
|
+
"""
|
1032
|
+
self._Name = None
|
1033
|
+
self._BaselineConfigItems = None
|
1034
|
+
|
1035
|
+
@property
|
1036
|
+
def Name(self):
|
1037
|
+
"""基线名称,基线名字唯一,仅支持英文字母、数宇、汉字、符号@、&_[]-的组合,1-25个中文或英文字符。
|
1038
|
+
:rtype: str
|
1039
|
+
"""
|
1040
|
+
return self._Name
|
1041
|
+
|
1042
|
+
@Name.setter
|
1043
|
+
def Name(self, Name):
|
1044
|
+
self._Name = Name
|
1045
|
+
|
1046
|
+
@property
|
1047
|
+
def BaselineConfigItems(self):
|
1048
|
+
"""基线配置,覆盖更新。可以通过controlcenter:GetAccountFactoryBaseline查询现有基线配置。可以通过controlcenter:ListAccountFactoryBaselineItems查询支持的基线列表。
|
1049
|
+
:rtype: list of BaselineConfigItem
|
1050
|
+
"""
|
1051
|
+
return self._BaselineConfigItems
|
1052
|
+
|
1053
|
+
@BaselineConfigItems.setter
|
1054
|
+
def BaselineConfigItems(self, BaselineConfigItems):
|
1055
|
+
self._BaselineConfigItems = BaselineConfigItems
|
1056
|
+
|
1057
|
+
|
1058
|
+
def _deserialize(self, params):
|
1059
|
+
self._Name = params.get("Name")
|
1060
|
+
if params.get("BaselineConfigItems") is not None:
|
1061
|
+
self._BaselineConfigItems = []
|
1062
|
+
for item in params.get("BaselineConfigItems"):
|
1063
|
+
obj = BaselineConfigItem()
|
1064
|
+
obj._deserialize(item)
|
1065
|
+
self._BaselineConfigItems.append(obj)
|
1066
|
+
memeber_set = set(params.keys())
|
1067
|
+
for name, value in vars(self).items():
|
1068
|
+
property_name = name[1:]
|
1069
|
+
if property_name in memeber_set:
|
1070
|
+
memeber_set.remove(property_name)
|
1071
|
+
if len(memeber_set) > 0:
|
1072
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
1073
|
+
|
1074
|
+
|
1075
|
+
|
1076
|
+
class UpdateAccountFactoryBaselineResponse(AbstractModel):
|
1077
|
+
"""UpdateAccountFactoryBaseline返回参数结构体
|
1078
|
+
|
1079
|
+
"""
|
1080
|
+
|
1081
|
+
def __init__(self):
|
1082
|
+
r"""
|
1083
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1084
|
+
:type RequestId: str
|
1085
|
+
"""
|
1086
|
+
self._RequestId = None
|
1087
|
+
|
1088
|
+
@property
|
1089
|
+
def RequestId(self):
|
1090
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1091
|
+
:rtype: str
|
1092
|
+
"""
|
1093
|
+
return self._RequestId
|
1094
|
+
|
1095
|
+
@RequestId.setter
|
1096
|
+
def RequestId(self, RequestId):
|
1097
|
+
self._RequestId = RequestId
|
1098
|
+
|
1099
|
+
|
152
1100
|
def _deserialize(self, params):
|
153
1101
|
self._RequestId = params.get("RequestId")
|