tencentcloud-sdk-python 3.0.1338__py2.py3-none-any.whl → 3.0.1340__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/autoscaling/v20180419/models.py +64 -112
- tencentcloud/bh/v20230418/bh_client.py +23 -0
- tencentcloud/bh/v20230418/models.py +342 -0
- tencentcloud/cdwch/v20200915/models.py +15 -0
- tencentcloud/cfg/v20210820/models.py +30 -6
- tencentcloud/cmq/v20190304/models.py +0 -90
- tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- tencentcloud/cynosdb/v20190107/models.py +2 -358
- tencentcloud/dlc/v20210125/dlc_client.py +23 -0
- tencentcloud/dlc/v20210125/models.py +452 -0
- tencentcloud/domain/v20180808/models.py +0 -124
- tencentcloud/dsgc/v20190723/models.py +8 -0
- tencentcloud/dts/v20180330/models.py +0 -2
- tencentcloud/dts/v20211206/models.py +0 -328
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +431 -0
- tencentcloud/es/v20180416/models.py +17 -0
- tencentcloud/fmu/v20191213/errorcodes.py +0 -21
- tencentcloud/fmu/v20191213/fmu_client.py +0 -75
- tencentcloud/fmu/v20191213/models.py +0 -527
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +0 -50
- tencentcloud/iotexplorer/v20190423/models.py +0 -491
- tencentcloud/iss/v20230517/models.py +15 -534
- tencentcloud/kms/v20190118/models.py +30 -0
- tencentcloud/lcic/v20220817/lcic_client.py +46 -0
- tencentcloud/lcic/v20220817/models.py +188 -0
- tencentcloud/mongodb/v20190725/models.py +109 -0
- tencentcloud/mongodb/v20190725/mongodb_client.py +23 -0
- tencentcloud/rum/v20210622/models.py +0 -2
- tencentcloud/svp/v20240125/errorcodes.py +3 -0
- tencentcloud/svp/v20240125/models.py +506 -0
- tencentcloud/svp/v20240125/svp_client.py +23 -0
- tencentcloud/tiw/v20190919/errorcodes.py +3 -24
- tencentcloud/tiw/v20190919/models.py +3657 -8172
- tencentcloud/tiw/v20190919/tiw_client.py +1 -580
- tencentcloud/trtc/v20190722/models.py +39 -8
- tencentcloud/tsf/v20180326/errorcodes.py +6 -0
- tencentcloud/tsf/v20180326/models.py +85 -14
- tencentcloud/tsf/v20180326/tsf_client.py +23 -0
- tencentcloud/vpc/v20170312/models.py +100 -0
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +654 -0
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/RECORD +49 -49
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1338.dist-info → tencentcloud_sdk_python-3.0.1340.dist-info}/top_level.txt +0 -0
@@ -84,6 +84,348 @@ class ACTemplate(AbstractModel):
|
|
84
84
|
|
85
85
|
|
86
86
|
|
87
|
+
class AccessDevicesRequest(AbstractModel):
|
88
|
+
"""AccessDevices请求参数结构体
|
89
|
+
|
90
|
+
"""
|
91
|
+
|
92
|
+
def __init__(self):
|
93
|
+
r"""
|
94
|
+
:param _InstanceId: 资源id
|
95
|
+
:type InstanceId: str
|
96
|
+
:param _Account: 账号
|
97
|
+
:type Account: str
|
98
|
+
:param _LoginAccount: 运维端登录账号
|
99
|
+
:type LoginAccount: str
|
100
|
+
:param _LoginPassword: 运维端登录密码
|
101
|
+
:type LoginPassword: str
|
102
|
+
:param _Password: 密码
|
103
|
+
:type Password: str
|
104
|
+
:param _PrivateKey: 私钥
|
105
|
+
:type PrivateKey: str
|
106
|
+
:param _PrivateKeyPassword: 私钥密码
|
107
|
+
:type PrivateKeyPassword: str
|
108
|
+
:param _Exe: 客户端工具
|
109
|
+
:type Exe: str
|
110
|
+
:param _Drivers: RDP挂载盘符驱动(mstsc支持)
|
111
|
+
:type Drivers: list of str
|
112
|
+
:param _Width: 窗口宽度(RDP支持)
|
113
|
+
:type Width: int
|
114
|
+
:param _Height: 窗口高度(RDP支持)
|
115
|
+
:type Height: int
|
116
|
+
:param _IntranetAccess: 是否内网访问(默认不是)
|
117
|
+
:type IntranetAccess: bool
|
118
|
+
"""
|
119
|
+
self._InstanceId = None
|
120
|
+
self._Account = None
|
121
|
+
self._LoginAccount = None
|
122
|
+
self._LoginPassword = None
|
123
|
+
self._Password = None
|
124
|
+
self._PrivateKey = None
|
125
|
+
self._PrivateKeyPassword = None
|
126
|
+
self._Exe = None
|
127
|
+
self._Drivers = None
|
128
|
+
self._Width = None
|
129
|
+
self._Height = None
|
130
|
+
self._IntranetAccess = None
|
131
|
+
|
132
|
+
@property
|
133
|
+
def InstanceId(self):
|
134
|
+
"""资源id
|
135
|
+
:rtype: str
|
136
|
+
"""
|
137
|
+
return self._InstanceId
|
138
|
+
|
139
|
+
@InstanceId.setter
|
140
|
+
def InstanceId(self, InstanceId):
|
141
|
+
self._InstanceId = InstanceId
|
142
|
+
|
143
|
+
@property
|
144
|
+
def Account(self):
|
145
|
+
"""账号
|
146
|
+
:rtype: str
|
147
|
+
"""
|
148
|
+
return self._Account
|
149
|
+
|
150
|
+
@Account.setter
|
151
|
+
def Account(self, Account):
|
152
|
+
self._Account = Account
|
153
|
+
|
154
|
+
@property
|
155
|
+
def LoginAccount(self):
|
156
|
+
"""运维端登录账号
|
157
|
+
:rtype: str
|
158
|
+
"""
|
159
|
+
return self._LoginAccount
|
160
|
+
|
161
|
+
@LoginAccount.setter
|
162
|
+
def LoginAccount(self, LoginAccount):
|
163
|
+
self._LoginAccount = LoginAccount
|
164
|
+
|
165
|
+
@property
|
166
|
+
def LoginPassword(self):
|
167
|
+
"""运维端登录密码
|
168
|
+
:rtype: str
|
169
|
+
"""
|
170
|
+
return self._LoginPassword
|
171
|
+
|
172
|
+
@LoginPassword.setter
|
173
|
+
def LoginPassword(self, LoginPassword):
|
174
|
+
self._LoginPassword = LoginPassword
|
175
|
+
|
176
|
+
@property
|
177
|
+
def Password(self):
|
178
|
+
"""密码
|
179
|
+
:rtype: str
|
180
|
+
"""
|
181
|
+
return self._Password
|
182
|
+
|
183
|
+
@Password.setter
|
184
|
+
def Password(self, Password):
|
185
|
+
self._Password = Password
|
186
|
+
|
187
|
+
@property
|
188
|
+
def PrivateKey(self):
|
189
|
+
"""私钥
|
190
|
+
:rtype: str
|
191
|
+
"""
|
192
|
+
return self._PrivateKey
|
193
|
+
|
194
|
+
@PrivateKey.setter
|
195
|
+
def PrivateKey(self, PrivateKey):
|
196
|
+
self._PrivateKey = PrivateKey
|
197
|
+
|
198
|
+
@property
|
199
|
+
def PrivateKeyPassword(self):
|
200
|
+
"""私钥密码
|
201
|
+
:rtype: str
|
202
|
+
"""
|
203
|
+
return self._PrivateKeyPassword
|
204
|
+
|
205
|
+
@PrivateKeyPassword.setter
|
206
|
+
def PrivateKeyPassword(self, PrivateKeyPassword):
|
207
|
+
self._PrivateKeyPassword = PrivateKeyPassword
|
208
|
+
|
209
|
+
@property
|
210
|
+
def Exe(self):
|
211
|
+
"""客户端工具
|
212
|
+
:rtype: str
|
213
|
+
"""
|
214
|
+
return self._Exe
|
215
|
+
|
216
|
+
@Exe.setter
|
217
|
+
def Exe(self, Exe):
|
218
|
+
self._Exe = Exe
|
219
|
+
|
220
|
+
@property
|
221
|
+
def Drivers(self):
|
222
|
+
"""RDP挂载盘符驱动(mstsc支持)
|
223
|
+
:rtype: list of str
|
224
|
+
"""
|
225
|
+
return self._Drivers
|
226
|
+
|
227
|
+
@Drivers.setter
|
228
|
+
def Drivers(self, Drivers):
|
229
|
+
self._Drivers = Drivers
|
230
|
+
|
231
|
+
@property
|
232
|
+
def Width(self):
|
233
|
+
"""窗口宽度(RDP支持)
|
234
|
+
:rtype: int
|
235
|
+
"""
|
236
|
+
return self._Width
|
237
|
+
|
238
|
+
@Width.setter
|
239
|
+
def Width(self, Width):
|
240
|
+
self._Width = Width
|
241
|
+
|
242
|
+
@property
|
243
|
+
def Height(self):
|
244
|
+
"""窗口高度(RDP支持)
|
245
|
+
:rtype: int
|
246
|
+
"""
|
247
|
+
return self._Height
|
248
|
+
|
249
|
+
@Height.setter
|
250
|
+
def Height(self, Height):
|
251
|
+
self._Height = Height
|
252
|
+
|
253
|
+
@property
|
254
|
+
def IntranetAccess(self):
|
255
|
+
"""是否内网访问(默认不是)
|
256
|
+
:rtype: bool
|
257
|
+
"""
|
258
|
+
return self._IntranetAccess
|
259
|
+
|
260
|
+
@IntranetAccess.setter
|
261
|
+
def IntranetAccess(self, IntranetAccess):
|
262
|
+
self._IntranetAccess = IntranetAccess
|
263
|
+
|
264
|
+
|
265
|
+
def _deserialize(self, params):
|
266
|
+
self._InstanceId = params.get("InstanceId")
|
267
|
+
self._Account = params.get("Account")
|
268
|
+
self._LoginAccount = params.get("LoginAccount")
|
269
|
+
self._LoginPassword = params.get("LoginPassword")
|
270
|
+
self._Password = params.get("Password")
|
271
|
+
self._PrivateKey = params.get("PrivateKey")
|
272
|
+
self._PrivateKeyPassword = params.get("PrivateKeyPassword")
|
273
|
+
self._Exe = params.get("Exe")
|
274
|
+
self._Drivers = params.get("Drivers")
|
275
|
+
self._Width = params.get("Width")
|
276
|
+
self._Height = params.get("Height")
|
277
|
+
self._IntranetAccess = params.get("IntranetAccess")
|
278
|
+
memeber_set = set(params.keys())
|
279
|
+
for name, value in vars(self).items():
|
280
|
+
property_name = name[1:]
|
281
|
+
if property_name in memeber_set:
|
282
|
+
memeber_set.remove(property_name)
|
283
|
+
if len(memeber_set) > 0:
|
284
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
285
|
+
|
286
|
+
|
287
|
+
|
288
|
+
class AccessDevicesResponse(AbstractModel):
|
289
|
+
"""AccessDevices返回参数结构体
|
290
|
+
|
291
|
+
"""
|
292
|
+
|
293
|
+
def __init__(self):
|
294
|
+
r"""
|
295
|
+
:param _AccessInfo: 认证信息
|
296
|
+
:type AccessInfo: :class:`tencentcloud.bh.v20230418.models.AccessInfo`
|
297
|
+
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
298
|
+
:type RequestId: str
|
299
|
+
"""
|
300
|
+
self._AccessInfo = None
|
301
|
+
self._RequestId = None
|
302
|
+
|
303
|
+
@property
|
304
|
+
def AccessInfo(self):
|
305
|
+
"""认证信息
|
306
|
+
:rtype: :class:`tencentcloud.bh.v20230418.models.AccessInfo`
|
307
|
+
"""
|
308
|
+
return self._AccessInfo
|
309
|
+
|
310
|
+
@AccessInfo.setter
|
311
|
+
def AccessInfo(self, AccessInfo):
|
312
|
+
self._AccessInfo = AccessInfo
|
313
|
+
|
314
|
+
@property
|
315
|
+
def RequestId(self):
|
316
|
+
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
317
|
+
:rtype: str
|
318
|
+
"""
|
319
|
+
return self._RequestId
|
320
|
+
|
321
|
+
@RequestId.setter
|
322
|
+
def RequestId(self, RequestId):
|
323
|
+
self._RequestId = RequestId
|
324
|
+
|
325
|
+
|
326
|
+
def _deserialize(self, params):
|
327
|
+
if params.get("AccessInfo") is not None:
|
328
|
+
self._AccessInfo = AccessInfo()
|
329
|
+
self._AccessInfo._deserialize(params.get("AccessInfo"))
|
330
|
+
self._RequestId = params.get("RequestId")
|
331
|
+
|
332
|
+
|
333
|
+
class AccessInfo(AbstractModel):
|
334
|
+
"""认证信息
|
335
|
+
|
336
|
+
"""
|
337
|
+
|
338
|
+
def __init__(self):
|
339
|
+
r"""
|
340
|
+
:param _Ip: 地址
|
341
|
+
:type Ip: str
|
342
|
+
:param _Port: 端口
|
343
|
+
:type Port: int
|
344
|
+
:param _User: 账号
|
345
|
+
:type User: str
|
346
|
+
:param _Password: 密码
|
347
|
+
:type Password: str
|
348
|
+
:param _AccessURL: 唤起链接|wss链接
|
349
|
+
:type AccessURL: str
|
350
|
+
"""
|
351
|
+
self._Ip = None
|
352
|
+
self._Port = None
|
353
|
+
self._User = None
|
354
|
+
self._Password = None
|
355
|
+
self._AccessURL = None
|
356
|
+
|
357
|
+
@property
|
358
|
+
def Ip(self):
|
359
|
+
"""地址
|
360
|
+
:rtype: str
|
361
|
+
"""
|
362
|
+
return self._Ip
|
363
|
+
|
364
|
+
@Ip.setter
|
365
|
+
def Ip(self, Ip):
|
366
|
+
self._Ip = Ip
|
367
|
+
|
368
|
+
@property
|
369
|
+
def Port(self):
|
370
|
+
"""端口
|
371
|
+
:rtype: int
|
372
|
+
"""
|
373
|
+
return self._Port
|
374
|
+
|
375
|
+
@Port.setter
|
376
|
+
def Port(self, Port):
|
377
|
+
self._Port = Port
|
378
|
+
|
379
|
+
@property
|
380
|
+
def User(self):
|
381
|
+
"""账号
|
382
|
+
:rtype: str
|
383
|
+
"""
|
384
|
+
return self._User
|
385
|
+
|
386
|
+
@User.setter
|
387
|
+
def User(self, User):
|
388
|
+
self._User = User
|
389
|
+
|
390
|
+
@property
|
391
|
+
def Password(self):
|
392
|
+
"""密码
|
393
|
+
:rtype: str
|
394
|
+
"""
|
395
|
+
return self._Password
|
396
|
+
|
397
|
+
@Password.setter
|
398
|
+
def Password(self, Password):
|
399
|
+
self._Password = Password
|
400
|
+
|
401
|
+
@property
|
402
|
+
def AccessURL(self):
|
403
|
+
"""唤起链接|wss链接
|
404
|
+
:rtype: str
|
405
|
+
"""
|
406
|
+
return self._AccessURL
|
407
|
+
|
408
|
+
@AccessURL.setter
|
409
|
+
def AccessURL(self, AccessURL):
|
410
|
+
self._AccessURL = AccessURL
|
411
|
+
|
412
|
+
|
413
|
+
def _deserialize(self, params):
|
414
|
+
self._Ip = params.get("Ip")
|
415
|
+
self._Port = params.get("Port")
|
416
|
+
self._User = params.get("User")
|
417
|
+
self._Password = params.get("Password")
|
418
|
+
self._AccessURL = params.get("AccessURL")
|
419
|
+
memeber_set = set(params.keys())
|
420
|
+
for name, value in vars(self).items():
|
421
|
+
property_name = name[1:]
|
422
|
+
if property_name in memeber_set:
|
423
|
+
memeber_set.remove(property_name)
|
424
|
+
if len(memeber_set) > 0:
|
425
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
426
|
+
|
427
|
+
|
428
|
+
|
87
429
|
class Acl(AbstractModel):
|
88
430
|
"""访问权限
|
89
431
|
|
@@ -4139,6 +4139,8 @@ Modify 集群变更中;
|
|
4139
4139
|
:param _BindSGs: 绑定的安全组
|
4140
4140
|
注意:此字段可能返回 null,表示取不到有效值。
|
4141
4141
|
:type BindSGs: list of str
|
4142
|
+
:param _HasPublicCloudClb: 是否开启公网clb
|
4143
|
+
:type HasPublicCloudClb: bool
|
4142
4144
|
"""
|
4143
4145
|
self._InstanceId = None
|
4144
4146
|
self._InstanceName = None
|
@@ -4192,6 +4194,7 @@ Modify 集群变更中;
|
|
4192
4194
|
self._Details = None
|
4193
4195
|
self._IsWhiteSGs = None
|
4194
4196
|
self._BindSGs = None
|
4197
|
+
self._HasPublicCloudClb = None
|
4195
4198
|
|
4196
4199
|
@property
|
4197
4200
|
def InstanceId(self):
|
@@ -4820,6 +4823,17 @@ Modify 集群变更中;
|
|
4820
4823
|
def BindSGs(self, BindSGs):
|
4821
4824
|
self._BindSGs = BindSGs
|
4822
4825
|
|
4826
|
+
@property
|
4827
|
+
def HasPublicCloudClb(self):
|
4828
|
+
"""是否开启公网clb
|
4829
|
+
:rtype: bool
|
4830
|
+
"""
|
4831
|
+
return self._HasPublicCloudClb
|
4832
|
+
|
4833
|
+
@HasPublicCloudClb.setter
|
4834
|
+
def HasPublicCloudClb(self, HasPublicCloudClb):
|
4835
|
+
self._HasPublicCloudClb = HasPublicCloudClb
|
4836
|
+
|
4823
4837
|
|
4824
4838
|
def _deserialize(self, params):
|
4825
4839
|
self._InstanceId = params.get("InstanceId")
|
@@ -4892,6 +4906,7 @@ Modify 集群变更中;
|
|
4892
4906
|
self._Details._deserialize(params.get("Details"))
|
4893
4907
|
self._IsWhiteSGs = params.get("IsWhiteSGs")
|
4894
4908
|
self._BindSGs = params.get("BindSGs")
|
4909
|
+
self._HasPublicCloudClb = params.get("HasPublicCloudClb")
|
4895
4910
|
memeber_set = set(params.keys())
|
4896
4911
|
for name, value in vars(self).items():
|
4897
4912
|
property_name = name[1:]
|
@@ -1724,7 +1724,6 @@ class DescribePolicy(AbstractModel):
|
|
1724
1724
|
:param _TaskPolicyRule: 策略规则
|
1725
1725
|
:type TaskPolicyRule: str
|
1726
1726
|
:param _TaskPolicyDealType: 护栏策略生效处理策略 1:顺序执行,2:暂停
|
1727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1728
1727
|
:type TaskPolicyDealType: int
|
1729
1728
|
"""
|
1730
1729
|
self._TaskPolicyIdList = None
|
@@ -1768,7 +1767,6 @@ class DescribePolicy(AbstractModel):
|
|
1768
1767
|
@property
|
1769
1768
|
def TaskPolicyDealType(self):
|
1770
1769
|
"""护栏策略生效处理策略 1:顺序执行,2:暂停
|
1771
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1772
1770
|
:rtype: int
|
1773
1771
|
"""
|
1774
1772
|
return self._TaskPolicyDealType
|
@@ -3131,6 +3129,8 @@ class ObjectType(AbstractModel):
|
|
3131
3129
|
:type ObjectSupportType: int
|
3132
3130
|
:param _ArchLayer: 1.接入层 2.逻辑层 3. 数据层
|
3133
3131
|
:type ArchLayer: int
|
3132
|
+
:param _IsArchSvg: 是否支持演练生图
|
3133
|
+
:type IsArchSvg: bool
|
3134
3134
|
"""
|
3135
3135
|
self._ObjectTypeId = None
|
3136
3136
|
self._ObjectTypeTitle = None
|
@@ -3141,6 +3141,7 @@ class ObjectType(AbstractModel):
|
|
3141
3141
|
self._ObjectPlatformName = None
|
3142
3142
|
self._ObjectSupportType = None
|
3143
3143
|
self._ArchLayer = None
|
3144
|
+
self._IsArchSvg = None
|
3144
3145
|
|
3145
3146
|
@property
|
3146
3147
|
def ObjectTypeId(self):
|
@@ -3245,6 +3246,17 @@ class ObjectType(AbstractModel):
|
|
3245
3246
|
def ArchLayer(self, ArchLayer):
|
3246
3247
|
self._ArchLayer = ArchLayer
|
3247
3248
|
|
3249
|
+
@property
|
3250
|
+
def IsArchSvg(self):
|
3251
|
+
"""是否支持演练生图
|
3252
|
+
:rtype: bool
|
3253
|
+
"""
|
3254
|
+
return self._IsArchSvg
|
3255
|
+
|
3256
|
+
@IsArchSvg.setter
|
3257
|
+
def IsArchSvg(self, IsArchSvg):
|
3258
|
+
self._IsArchSvg = IsArchSvg
|
3259
|
+
|
3248
3260
|
|
3249
3261
|
def _deserialize(self, params):
|
3250
3262
|
self._ObjectTypeId = params.get("ObjectTypeId")
|
@@ -3260,6 +3272,7 @@ class ObjectType(AbstractModel):
|
|
3260
3272
|
self._ObjectPlatformName = params.get("ObjectPlatformName")
|
3261
3273
|
self._ObjectSupportType = params.get("ObjectSupportType")
|
3262
3274
|
self._ArchLayer = params.get("ArchLayer")
|
3275
|
+
self._IsArchSvg = params.get("IsArchSvg")
|
3263
3276
|
memeber_set = set(params.keys())
|
3264
3277
|
for name, value in vars(self).items():
|
3265
3278
|
property_name = name[1:]
|
@@ -3895,6 +3908,8 @@ class Task(AbstractModel):
|
|
3895
3908
|
:param _TaskRegionName: region信息
|
3896
3909
|
注意:此字段可能返回 null,表示取不到有效值。
|
3897
3910
|
:type TaskRegionName: str
|
3911
|
+
:param _TaskArchId: 架构ID
|
3912
|
+
:type TaskArchId: str
|
3898
3913
|
"""
|
3899
3914
|
self._TaskId = None
|
3900
3915
|
self._TaskTitle = None
|
@@ -3930,6 +3945,7 @@ class Task(AbstractModel):
|
|
3930
3945
|
self._TaskOrg = None
|
3931
3946
|
self._TaskIssue = None
|
3932
3947
|
self._TaskRegionName = None
|
3948
|
+
self._TaskArchId = None
|
3933
3949
|
|
3934
3950
|
@property
|
3935
3951
|
def TaskId(self):
|
@@ -4328,6 +4344,17 @@ class Task(AbstractModel):
|
|
4328
4344
|
def TaskRegionName(self, TaskRegionName):
|
4329
4345
|
self._TaskRegionName = TaskRegionName
|
4330
4346
|
|
4347
|
+
@property
|
4348
|
+
def TaskArchId(self):
|
4349
|
+
"""架构ID
|
4350
|
+
:rtype: str
|
4351
|
+
"""
|
4352
|
+
return self._TaskArchId
|
4353
|
+
|
4354
|
+
@TaskArchId.setter
|
4355
|
+
def TaskArchId(self, TaskArchId):
|
4356
|
+
self._TaskArchId = TaskArchId
|
4357
|
+
|
4331
4358
|
|
4332
4359
|
def _deserialize(self, params):
|
4333
4360
|
self._TaskId = params.get("TaskId")
|
@@ -4391,6 +4418,7 @@ class Task(AbstractModel):
|
|
4391
4418
|
self._TaskOrg.append(obj)
|
4392
4419
|
self._TaskIssue = params.get("TaskIssue")
|
4393
4420
|
self._TaskRegionName = params.get("TaskRegionName")
|
4421
|
+
self._TaskArchId = params.get("TaskArchId")
|
4394
4422
|
memeber_set = set(params.keys())
|
4395
4423
|
for name, value in vars(self).items():
|
4396
4424
|
property_name = name[1:]
|
@@ -6157,7 +6185,6 @@ class TaskReportInfo(AbstractModel):
|
|
6157
6185
|
:param _Expired: 是否有效
|
6158
6186
|
:type Expired: bool
|
6159
6187
|
:param _CosUrl: 演练报告cos文件地址
|
6160
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6161
6188
|
:type CosUrl: str
|
6162
6189
|
:param _Log: 演练报告导出日志
|
6163
6190
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -6167,7 +6194,6 @@ class TaskReportInfo(AbstractModel):
|
|
6167
6194
|
:param _ArchiveTime: 归档时间
|
6168
6195
|
:type ArchiveTime: str
|
6169
6196
|
:param _ArchiveUuid: 归档ID
|
6170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6171
6197
|
:type ArchiveUuid: str
|
6172
6198
|
"""
|
6173
6199
|
self._Stage = None
|
@@ -6227,7 +6253,6 @@ class TaskReportInfo(AbstractModel):
|
|
6227
6253
|
@property
|
6228
6254
|
def CosUrl(self):
|
6229
6255
|
"""演练报告cos文件地址
|
6230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6231
6256
|
:rtype: str
|
6232
6257
|
"""
|
6233
6258
|
return self._CosUrl
|
@@ -6273,7 +6298,6 @@ class TaskReportInfo(AbstractModel):
|
|
6273
6298
|
@property
|
6274
6299
|
def ArchiveUuid(self):
|
6275
6300
|
"""归档ID
|
6276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6277
6301
|
:rtype: str
|
6278
6302
|
"""
|
6279
6303
|
return self._ArchiveUuid
|