tencentcloud-sdk-python 3.0.1317__py2.py3-none-any.whl → 3.0.1319__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/antiddos/v20200309/antiddos_client.py +1 -1
- tencentcloud/antiddos/v20200309/models.py +44 -74
- tencentcloud/cbs/v20170312/models.py +30 -0
- tencentcloud/ccc/v20200210/models.py +4 -4
- tencentcloud/cwp/v20180228/models.py +17 -2
- tencentcloud/emr/v20190103/models.py +16 -1
- tencentcloud/ess/v20201111/errorcodes.py +3 -0
- tencentcloud/ess/v20201111/ess_client.py +73 -0
- tencentcloud/ess/v20201111/models.py +695 -85
- tencentcloud/gme/v20180711/models.py +64 -26
- tencentcloud/hunyuan/v20230901/models.py +8 -16
- tencentcloud/lcic/v20220817/lcic_client.py +44 -1
- tencentcloud/lcic/v20220817/models.py +94 -16
- tencentcloud/lighthouse/v20200324/models.py +0 -10
- tencentcloud/live/v20180801/models.py +90 -0
- tencentcloud/lkeap/v20240522/lkeap_client.py +2 -1
- tencentcloud/lkeap/v20240522/models.py +2 -2
- tencentcloud/mps/v20190612/models.py +60 -0
- tencentcloud/ocr/v20181119/models.py +88 -20
- tencentcloud/postgres/v20170312/postgres_client.py +1 -1
- tencentcloud/redis/v20180412/models.py +0 -40
- tencentcloud/rum/v20210622/models.py +4 -0
- tencentcloud/smh/v20210712/models.py +32 -8
- tencentcloud/smop/v20201203/models.py +0 -34
- tencentcloud/tdmq/v20200217/models.py +166 -0
- tencentcloud/teo/v20220901/models.py +10 -14
- tencentcloud/thpc/v20230321/models.py +30 -0
- tencentcloud/trocket/v20230308/models.py +218 -15
- tencentcloud/trocket/v20230308/trocket_client.py +1 -0
- tencentcloud/vms/v20200902/models.py +0 -2
- tencentcloud/vpc/v20170312/errorcodes.py +42 -0
- tencentcloud/vpc/v20170312/models.py +1862 -57
- tencentcloud/vpc/v20170312/vpc_client.py +278 -0
- tencentcloud/wedata/v20210820/models.py +181 -4
- tencentcloud/wedata/v20210820/wedata_client.py +8 -2
- {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1319.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1319.dist-info}/RECORD +41 -41
- {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1319.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1319.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1317.dist-info → tencentcloud_sdk_python-3.0.1319.dist-info}/top_level.txt +0 -0
@@ -4255,7 +4255,6 @@ class DescribeBackupUrlResponse(AbstractModel):
|
|
4255
4255
|
注意:此字段可能返回 null,表示取不到有效值。
|
4256
4256
|
:type Filenames: list of str
|
4257
4257
|
:param _BackupInfos: 备份文件信息列表。
|
4258
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4259
4258
|
:type BackupInfos: list of BackupDownloadInfo
|
4260
4259
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
4261
4260
|
:type RequestId: str
|
@@ -4303,7 +4302,6 @@ class DescribeBackupUrlResponse(AbstractModel):
|
|
4303
4302
|
@property
|
4304
4303
|
def BackupInfos(self):
|
4305
4304
|
"""备份文件信息列表。
|
4306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4307
4305
|
:rtype: list of BackupDownloadInfo
|
4308
4306
|
"""
|
4309
4307
|
return self._BackupInfos
|
@@ -4999,10 +4997,8 @@ class DescribeInstanceAccountResponse(AbstractModel):
|
|
4999
4997
|
def __init__(self):
|
5000
4998
|
r"""
|
5001
4999
|
:param _Accounts: 账号详细信息。
|
5002
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5003
5000
|
:type Accounts: list of Account
|
5004
5001
|
:param _TotalCount: 账号个数。
|
5005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5006
5002
|
:type TotalCount: int
|
5007
5003
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5008
5004
|
:type RequestId: str
|
@@ -5014,7 +5010,6 @@ class DescribeInstanceAccountResponse(AbstractModel):
|
|
5014
5010
|
@property
|
5015
5011
|
def Accounts(self):
|
5016
5012
|
"""账号详细信息。
|
5017
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5018
5013
|
:rtype: list of Account
|
5019
5014
|
"""
|
5020
5015
|
return self._Accounts
|
@@ -5026,7 +5021,6 @@ class DescribeInstanceAccountResponse(AbstractModel):
|
|
5026
5021
|
@property
|
5027
5022
|
def TotalCount(self):
|
5028
5023
|
"""账号个数。
|
5029
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5030
5024
|
:rtype: int
|
5031
5025
|
"""
|
5032
5026
|
return self._TotalCount
|
@@ -5303,28 +5297,20 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5303
5297
|
def __init__(self):
|
5304
5298
|
r"""
|
5305
5299
|
:param _JobId: DTS任务ID
|
5306
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5307
5300
|
:type JobId: str
|
5308
5301
|
:param _JobName: DTS任务名称
|
5309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5310
5302
|
:type JobName: str
|
5311
5303
|
:param _Status: 任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing)
|
5312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5313
5304
|
:type Status: int
|
5314
5305
|
:param _StatusDesc: 状态描述
|
5315
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5316
5306
|
:type StatusDesc: str
|
5317
5307
|
:param _Offset: 同步时延,单位:字节
|
5318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5319
5308
|
:type Offset: int
|
5320
5309
|
:param _CutDownTime: 断开时间
|
5321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5322
5310
|
:type CutDownTime: str
|
5323
5311
|
:param _SrcInfo: 源实例信息
|
5324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5325
5312
|
:type SrcInfo: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
|
5326
5313
|
:param _DstInfo: 目标实例信息
|
5327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5328
5314
|
:type DstInfo: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
|
5329
5315
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5330
5316
|
:type RequestId: str
|
@@ -5342,7 +5328,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5342
5328
|
@property
|
5343
5329
|
def JobId(self):
|
5344
5330
|
"""DTS任务ID
|
5345
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5346
5331
|
:rtype: str
|
5347
5332
|
"""
|
5348
5333
|
return self._JobId
|
@@ -5354,7 +5339,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5354
5339
|
@property
|
5355
5340
|
def JobName(self):
|
5356
5341
|
"""DTS任务名称
|
5357
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5358
5342
|
:rtype: str
|
5359
5343
|
"""
|
5360
5344
|
return self._JobName
|
@@ -5366,7 +5350,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5366
5350
|
@property
|
5367
5351
|
def Status(self):
|
5368
5352
|
"""任务状态,取值为:1-创建中(Creating),3-校验中(Checking)4-校验通过(CheckPass),5-校验不通过(CheckNotPass),7-任务运行(Running),8-准备完成(ReadyComplete),9-任务成功(Success),10-任务失败(Failed),11-撤销中(Stopping),12-完成中(Completing)
|
5369
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5370
5353
|
:rtype: int
|
5371
5354
|
"""
|
5372
5355
|
return self._Status
|
@@ -5378,7 +5361,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5378
5361
|
@property
|
5379
5362
|
def StatusDesc(self):
|
5380
5363
|
"""状态描述
|
5381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5382
5364
|
:rtype: str
|
5383
5365
|
"""
|
5384
5366
|
return self._StatusDesc
|
@@ -5390,7 +5372,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5390
5372
|
@property
|
5391
5373
|
def Offset(self):
|
5392
5374
|
"""同步时延,单位:字节
|
5393
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5394
5375
|
:rtype: int
|
5395
5376
|
"""
|
5396
5377
|
return self._Offset
|
@@ -5402,7 +5383,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5402
5383
|
@property
|
5403
5384
|
def CutDownTime(self):
|
5404
5385
|
"""断开时间
|
5405
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5406
5386
|
:rtype: str
|
5407
5387
|
"""
|
5408
5388
|
return self._CutDownTime
|
@@ -5414,7 +5394,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5414
5394
|
@property
|
5415
5395
|
def SrcInfo(self):
|
5416
5396
|
"""源实例信息
|
5417
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5418
5397
|
:rtype: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
|
5419
5398
|
"""
|
5420
5399
|
return self._SrcInfo
|
@@ -5426,7 +5405,6 @@ class DescribeInstanceDTSInfoResponse(AbstractModel):
|
|
5426
5405
|
@property
|
5427
5406
|
def DstInfo(self):
|
5428
5407
|
"""目标实例信息
|
5429
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5430
5408
|
:rtype: :class:`tencentcloud.redis.v20180412.models.DescribeInstanceDTSInstanceInfo`
|
5431
5409
|
"""
|
5432
5410
|
return self._DstInfo
|
@@ -6920,17 +6898,14 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
6920
6898
|
:param _ProxyCount: Proxy节点数量。
|
6921
6899
|
:type ProxyCount: int
|
6922
6900
|
:param _Proxy: Proxy节点信息。
|
6923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6924
6901
|
:type Proxy: list of ProxyNodes
|
6925
6902
|
:param _RedisCount: Redis节点数量。
|
6926
6903
|
:type RedisCount: int
|
6927
6904
|
:param _Redis: Redis节点信息。
|
6928
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6929
6905
|
:type Redis: list of RedisNodes
|
6930
6906
|
:param _TendisCount: 该参数不再使用,请忽略。
|
6931
6907
|
:type TendisCount: int
|
6932
6908
|
:param _Tendis: 该参数不再使用,请忽略。
|
6933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6934
6909
|
:type Tendis: list of TendisNodes
|
6935
6910
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6936
6911
|
:type RequestId: str
|
@@ -6957,7 +6932,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
6957
6932
|
@property
|
6958
6933
|
def Proxy(self):
|
6959
6934
|
"""Proxy节点信息。
|
6960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6961
6935
|
:rtype: list of ProxyNodes
|
6962
6936
|
"""
|
6963
6937
|
return self._Proxy
|
@@ -6980,7 +6954,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
6980
6954
|
@property
|
6981
6955
|
def Redis(self):
|
6982
6956
|
"""Redis节点信息。
|
6983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6984
6957
|
:rtype: list of RedisNodes
|
6985
6958
|
"""
|
6986
6959
|
return self._Redis
|
@@ -7003,7 +6976,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
7003
6976
|
@property
|
7004
6977
|
def Tendis(self):
|
7005
6978
|
"""该参数不再使用,请忽略。
|
7006
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7007
6979
|
:rtype: list of TendisNodes
|
7008
6980
|
"""
|
7009
6981
|
return self._Tendis
|
@@ -11315,7 +11287,6 @@ class DisableReplicaReadonlyResponse(AbstractModel):
|
|
11315
11287
|
def __init__(self):
|
11316
11288
|
r"""
|
11317
11289
|
:param _TaskId: 任务ID
|
11318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11319
11290
|
:type TaskId: int
|
11320
11291
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11321
11292
|
:type RequestId: str
|
@@ -11326,7 +11297,6 @@ class DisableReplicaReadonlyResponse(AbstractModel):
|
|
11326
11297
|
@property
|
11327
11298
|
def TaskId(self):
|
11328
11299
|
"""任务ID
|
11329
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11330
11300
|
:rtype: int
|
11331
11301
|
"""
|
11332
11302
|
return self._TaskId
|
@@ -11511,10 +11481,8 @@ class EnableReplicaReadonlyResponse(AbstractModel):
|
|
11511
11481
|
def __init__(self):
|
11512
11482
|
r"""
|
11513
11483
|
:param _Status: 错误:ERROR,正确OK(已废弃)
|
11514
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11515
11484
|
:type Status: str
|
11516
11485
|
:param _TaskId: 任务ID
|
11517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11518
11486
|
:type TaskId: int
|
11519
11487
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11520
11488
|
:type RequestId: str
|
@@ -11526,7 +11494,6 @@ class EnableReplicaReadonlyResponse(AbstractModel):
|
|
11526
11494
|
@property
|
11527
11495
|
def Status(self):
|
11528
11496
|
"""错误:ERROR,正确OK(已废弃)
|
11529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11530
11497
|
:rtype: str
|
11531
11498
|
"""
|
11532
11499
|
return self._Status
|
@@ -11538,7 +11505,6 @@ class EnableReplicaReadonlyResponse(AbstractModel):
|
|
11538
11505
|
@property
|
11539
11506
|
def TaskId(self):
|
11540
11507
|
"""任务ID
|
11541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11542
11508
|
:rtype: int
|
11543
11509
|
"""
|
11544
11510
|
return self._TaskId
|
@@ -12194,7 +12160,6 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
|
|
12194
12160
|
def __init__(self):
|
12195
12161
|
r"""
|
12196
12162
|
:param _Price: 价格,单位:分
|
12197
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12198
12163
|
:type Price: float
|
12199
12164
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12200
12165
|
:type RequestId: str
|
@@ -12205,7 +12170,6 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
|
|
12205
12170
|
@property
|
12206
12171
|
def Price(self):
|
12207
12172
|
"""价格,单位:分
|
12208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12209
12173
|
:rtype: float
|
12210
12174
|
"""
|
12211
12175
|
return self._Price
|
@@ -12290,7 +12254,6 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
|
|
12290
12254
|
def __init__(self):
|
12291
12255
|
r"""
|
12292
12256
|
:param _Price: 价格,单位:分。
|
12293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12294
12257
|
:type Price: float
|
12295
12258
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12296
12259
|
:type RequestId: str
|
@@ -12301,7 +12264,6 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
|
|
12301
12264
|
@property
|
12302
12265
|
def Price(self):
|
12303
12266
|
"""价格,单位:分。
|
12304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12305
12267
|
:rtype: float
|
12306
12268
|
"""
|
12307
12269
|
return self._Price
|
@@ -12416,7 +12378,6 @@ class InquiryPriceUpgradeInstanceResponse(AbstractModel):
|
|
12416
12378
|
def __init__(self):
|
12417
12379
|
r"""
|
12418
12380
|
:param _Price: 价格,单位:分
|
12419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12420
12381
|
:type Price: float
|
12421
12382
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12422
12383
|
:type RequestId: str
|
@@ -12427,7 +12388,6 @@ class InquiryPriceUpgradeInstanceResponse(AbstractModel):
|
|
12427
12388
|
@property
|
12428
12389
|
def Price(self):
|
12429
12390
|
"""价格,单位:分
|
12430
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12431
12391
|
:rtype: float
|
12432
12392
|
"""
|
12433
12393
|
return self._Price
|
@@ -10049,6 +10049,8 @@ class DescribeTawInstancesRequest(AbstractModel):
|
|
10049
10049
|
|
10050
10050
|
@property
|
10051
10051
|
def InstanceStatuses(self):
|
10052
|
+
warnings.warn("parameter `InstanceStatuses` is deprecated", DeprecationWarning)
|
10053
|
+
|
10052
10054
|
"""实例状态(1=创建中,2=运行中,3=异常,4=重启中,5=停止中,6=已停止,7=销毁中,8=已销毁), 该参数已废弃,请在Filters内注明
|
10053
10055
|
:rtype: list of int
|
10054
10056
|
"""
|
@@ -10056,6 +10058,8 @@ class DescribeTawInstancesRequest(AbstractModel):
|
|
10056
10058
|
|
10057
10059
|
@InstanceStatuses.setter
|
10058
10060
|
def InstanceStatuses(self, InstanceStatuses):
|
10061
|
+
warnings.warn("parameter `InstanceStatuses` is deprecated", DeprecationWarning)
|
10062
|
+
|
10059
10063
|
self._InstanceStatuses = InstanceStatuses
|
10060
10064
|
|
10061
10065
|
@property
|
@@ -568,16 +568,12 @@ class CreateUserResponse(AbstractModel):
|
|
568
568
|
注意:此字段可能返回 null,表示取不到有效值。
|
569
569
|
:type AccountUserId: str
|
570
570
|
:param _Comment: 备注。
|
571
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
572
571
|
:type Comment: str
|
573
572
|
:param _Nickname: 昵称。
|
574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
575
573
|
:type Nickname: str
|
576
574
|
:param _Avatar: 用户头像地址。
|
577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
578
575
|
:type Avatar: str
|
579
576
|
:param _Customize: 自定义信息。
|
580
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
581
577
|
:type Customize: str
|
582
578
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
583
579
|
:type RequestId: str
|
@@ -716,7 +712,6 @@ class CreateUserResponse(AbstractModel):
|
|
716
712
|
@property
|
717
713
|
def Comment(self):
|
718
714
|
"""备注。
|
719
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
720
715
|
:rtype: str
|
721
716
|
"""
|
722
717
|
return self._Comment
|
@@ -728,7 +723,6 @@ class CreateUserResponse(AbstractModel):
|
|
728
723
|
@property
|
729
724
|
def Nickname(self):
|
730
725
|
"""昵称。
|
731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
732
726
|
:rtype: str
|
733
727
|
"""
|
734
728
|
return self._Nickname
|
@@ -740,7 +734,6 @@ class CreateUserResponse(AbstractModel):
|
|
740
734
|
@property
|
741
735
|
def Avatar(self):
|
742
736
|
"""用户头像地址。
|
743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
744
737
|
:rtype: str
|
745
738
|
"""
|
746
739
|
return self._Avatar
|
@@ -752,7 +745,6 @@ class CreateUserResponse(AbstractModel):
|
|
752
745
|
@property
|
753
746
|
def Customize(self):
|
754
747
|
"""自定义信息。
|
755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
756
748
|
:rtype: str
|
757
749
|
"""
|
758
750
|
return self._Customize
|
@@ -1797,6 +1789,11 @@ class Instance(AbstractModel):
|
|
1797
1789
|
:param _SuperAdminAccount: 超级管理员账号,如果未选择查询实例绑定的超级管理员账号或当前实例未绑定超级管理员账号,则该属性为 null。
|
1798
1790
|
注意:此字段可能返回 null,表示取不到有效值。
|
1799
1791
|
:type SuperAdminAccount: str
|
1792
|
+
:param _Bucket: 自选桶模式下,展示存储桶使用
|
1793
|
+
:type Bucket: str
|
1794
|
+
:param _LogBucket: 自选桶模式下,展示日志桶使用
|
1795
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1796
|
+
:type LogBucket: str
|
1800
1797
|
"""
|
1801
1798
|
self._InstanceId = None
|
1802
1799
|
self._Domain = None
|
@@ -1808,6 +1805,8 @@ class Instance(AbstractModel):
|
|
1808
1805
|
self._Isolated = None
|
1809
1806
|
self._AutoRenew = None
|
1810
1807
|
self._SuperAdminAccount = None
|
1808
|
+
self._Bucket = None
|
1809
|
+
self._LogBucket = None
|
1811
1810
|
|
1812
1811
|
@property
|
1813
1812
|
def InstanceId(self):
|
@@ -1925,6 +1924,29 @@ class Instance(AbstractModel):
|
|
1925
1924
|
def SuperAdminAccount(self, SuperAdminAccount):
|
1926
1925
|
self._SuperAdminAccount = SuperAdminAccount
|
1927
1926
|
|
1927
|
+
@property
|
1928
|
+
def Bucket(self):
|
1929
|
+
"""自选桶模式下,展示存储桶使用
|
1930
|
+
:rtype: str
|
1931
|
+
"""
|
1932
|
+
return self._Bucket
|
1933
|
+
|
1934
|
+
@Bucket.setter
|
1935
|
+
def Bucket(self, Bucket):
|
1936
|
+
self._Bucket = Bucket
|
1937
|
+
|
1938
|
+
@property
|
1939
|
+
def LogBucket(self):
|
1940
|
+
"""自选桶模式下,展示日志桶使用
|
1941
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
1942
|
+
:rtype: str
|
1943
|
+
"""
|
1944
|
+
return self._LogBucket
|
1945
|
+
|
1946
|
+
@LogBucket.setter
|
1947
|
+
def LogBucket(self, LogBucket):
|
1948
|
+
self._LogBucket = LogBucket
|
1949
|
+
|
1928
1950
|
|
1929
1951
|
def _deserialize(self, params):
|
1930
1952
|
self._InstanceId = params.get("InstanceId")
|
@@ -1937,6 +1959,8 @@ class Instance(AbstractModel):
|
|
1937
1959
|
self._Isolated = params.get("Isolated")
|
1938
1960
|
self._AutoRenew = params.get("AutoRenew")
|
1939
1961
|
self._SuperAdminAccount = params.get("SuperAdminAccount")
|
1962
|
+
self._Bucket = params.get("Bucket")
|
1963
|
+
self._LogBucket = params.get("LogBucket")
|
1940
1964
|
memeber_set = set(params.keys())
|
1941
1965
|
for name, value in vars(self).items():
|
1942
1966
|
property_name = name[1:]
|
@@ -152,16 +152,12 @@ class SubmitTaskEventResponse(AbstractModel):
|
|
152
152
|
def __init__(self):
|
153
153
|
r"""
|
154
154
|
:param _OrderId: 任务的唯一订单号
|
155
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
156
155
|
:type OrderId: str
|
157
156
|
:param _Code: 信息码。0表示成功,-1标识失败
|
158
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
159
157
|
:type Code: int
|
160
158
|
:param _Message: 提示信息
|
161
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
162
159
|
:type Message: str
|
163
160
|
:param _Data: 任务处理结果列表
|
164
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
165
161
|
:type Data: list of TaskEventData
|
166
162
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
167
163
|
:type RequestId: str
|
@@ -175,7 +171,6 @@ class SubmitTaskEventResponse(AbstractModel):
|
|
175
171
|
@property
|
176
172
|
def OrderId(self):
|
177
173
|
"""任务的唯一订单号
|
178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
179
174
|
:rtype: str
|
180
175
|
"""
|
181
176
|
return self._OrderId
|
@@ -187,7 +182,6 @@ class SubmitTaskEventResponse(AbstractModel):
|
|
187
182
|
@property
|
188
183
|
def Code(self):
|
189
184
|
"""信息码。0表示成功,-1标识失败
|
190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
191
185
|
:rtype: int
|
192
186
|
"""
|
193
187
|
return self._Code
|
@@ -199,7 +193,6 @@ class SubmitTaskEventResponse(AbstractModel):
|
|
199
193
|
@property
|
200
194
|
def Message(self):
|
201
195
|
"""提示信息
|
202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
203
196
|
:rtype: str
|
204
197
|
"""
|
205
198
|
return self._Message
|
@@ -211,7 +204,6 @@ class SubmitTaskEventResponse(AbstractModel):
|
|
211
204
|
@property
|
212
205
|
def Data(self):
|
213
206
|
"""任务处理结果列表
|
214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
215
207
|
:rtype: list of TaskEventData
|
216
208
|
"""
|
217
209
|
return self._Data
|
@@ -253,43 +245,30 @@ class TaskEventData(AbstractModel):
|
|
253
245
|
def __init__(self):
|
254
246
|
r"""
|
255
247
|
:param _Code: 状态码,0为成功,-1为失败
|
256
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
257
248
|
:type Code: int
|
258
249
|
:param _Message: 提示信息
|
259
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
260
250
|
:type Message: str
|
261
251
|
:param _TaskId: 任务ID
|
262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
263
252
|
:type TaskId: int
|
264
253
|
:param _TaskOrderId: 当前完成或正在完成的安心用户运营平台的任务订单ID
|
265
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
266
254
|
:type TaskOrderId: str
|
267
255
|
:param _TaskCode: 当前任务订单状态码。1代表未完成;2代表已完成但未提交任务;3表示已完成,且已提交获得积分任务;4表示过期任务,提交后不获得积分。
|
268
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
269
256
|
:type TaskCode: int
|
270
257
|
:param _TaskCoinNumber: 获得积分数
|
271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
272
258
|
:type TaskCoinNumber: int
|
273
259
|
:param _TaskType: 任务类型后台代码
|
274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
275
260
|
:type TaskType: int
|
276
261
|
:param _TotalCoin: 用户的当前积分
|
277
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
278
262
|
:type TotalCoin: int
|
279
263
|
:param _Attach: 用户透传的附加数据
|
280
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
281
264
|
:type Attach: str
|
282
265
|
:param _DoneTimes: 计次任务当前完成次数
|
283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
284
266
|
:type DoneTimes: int
|
285
267
|
:param _TotalTimes: 计次任务当前所需完成次数
|
286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
287
268
|
:type TotalTimes: int
|
288
269
|
:param _TaskName: 任务名称
|
289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
290
270
|
:type TaskName: str
|
291
271
|
:param _GrowScore: 用户当前成长值
|
292
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
293
272
|
:type GrowScore: int
|
294
273
|
"""
|
295
274
|
self._Code = None
|
@@ -309,7 +288,6 @@ class TaskEventData(AbstractModel):
|
|
309
288
|
@property
|
310
289
|
def Code(self):
|
311
290
|
"""状态码,0为成功,-1为失败
|
312
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
313
291
|
:rtype: int
|
314
292
|
"""
|
315
293
|
return self._Code
|
@@ -321,7 +299,6 @@ class TaskEventData(AbstractModel):
|
|
321
299
|
@property
|
322
300
|
def Message(self):
|
323
301
|
"""提示信息
|
324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
325
302
|
:rtype: str
|
326
303
|
"""
|
327
304
|
return self._Message
|
@@ -333,7 +310,6 @@ class TaskEventData(AbstractModel):
|
|
333
310
|
@property
|
334
311
|
def TaskId(self):
|
335
312
|
"""任务ID
|
336
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
337
313
|
:rtype: int
|
338
314
|
"""
|
339
315
|
return self._TaskId
|
@@ -345,7 +321,6 @@ class TaskEventData(AbstractModel):
|
|
345
321
|
@property
|
346
322
|
def TaskOrderId(self):
|
347
323
|
"""当前完成或正在完成的安心用户运营平台的任务订单ID
|
348
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
349
324
|
:rtype: str
|
350
325
|
"""
|
351
326
|
return self._TaskOrderId
|
@@ -357,7 +332,6 @@ class TaskEventData(AbstractModel):
|
|
357
332
|
@property
|
358
333
|
def TaskCode(self):
|
359
334
|
"""当前任务订单状态码。1代表未完成;2代表已完成但未提交任务;3表示已完成,且已提交获得积分任务;4表示过期任务,提交后不获得积分。
|
360
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
361
335
|
:rtype: int
|
362
336
|
"""
|
363
337
|
return self._TaskCode
|
@@ -369,7 +343,6 @@ class TaskEventData(AbstractModel):
|
|
369
343
|
@property
|
370
344
|
def TaskCoinNumber(self):
|
371
345
|
"""获得积分数
|
372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
373
346
|
:rtype: int
|
374
347
|
"""
|
375
348
|
return self._TaskCoinNumber
|
@@ -381,7 +354,6 @@ class TaskEventData(AbstractModel):
|
|
381
354
|
@property
|
382
355
|
def TaskType(self):
|
383
356
|
"""任务类型后台代码
|
384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
385
357
|
:rtype: int
|
386
358
|
"""
|
387
359
|
return self._TaskType
|
@@ -393,7 +365,6 @@ class TaskEventData(AbstractModel):
|
|
393
365
|
@property
|
394
366
|
def TotalCoin(self):
|
395
367
|
"""用户的当前积分
|
396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
397
368
|
:rtype: int
|
398
369
|
"""
|
399
370
|
return self._TotalCoin
|
@@ -405,7 +376,6 @@ class TaskEventData(AbstractModel):
|
|
405
376
|
@property
|
406
377
|
def Attach(self):
|
407
378
|
"""用户透传的附加数据
|
408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
409
379
|
:rtype: str
|
410
380
|
"""
|
411
381
|
return self._Attach
|
@@ -417,7 +387,6 @@ class TaskEventData(AbstractModel):
|
|
417
387
|
@property
|
418
388
|
def DoneTimes(self):
|
419
389
|
"""计次任务当前完成次数
|
420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
421
390
|
:rtype: int
|
422
391
|
"""
|
423
392
|
return self._DoneTimes
|
@@ -429,7 +398,6 @@ class TaskEventData(AbstractModel):
|
|
429
398
|
@property
|
430
399
|
def TotalTimes(self):
|
431
400
|
"""计次任务当前所需完成次数
|
432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
433
401
|
:rtype: int
|
434
402
|
"""
|
435
403
|
return self._TotalTimes
|
@@ -441,7 +409,6 @@ class TaskEventData(AbstractModel):
|
|
441
409
|
@property
|
442
410
|
def TaskName(self):
|
443
411
|
"""任务名称
|
444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
445
412
|
:rtype: str
|
446
413
|
"""
|
447
414
|
return self._TaskName
|
@@ -453,7 +420,6 @@ class TaskEventData(AbstractModel):
|
|
453
420
|
@property
|
454
421
|
def GrowScore(self):
|
455
422
|
"""用户当前成长值
|
456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
457
423
|
:rtype: int
|
458
424
|
"""
|
459
425
|
return self._GrowScore
|