tencentcloud-sdk-python 3.0.1332__py2.py3-none-any.whl → 3.0.1334__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/aiart/v20221229/models.py +2 -0
- tencentcloud/antiddos/v20200309/models.py +2 -2
- tencentcloud/apm/v20210622/models.py +63 -55
- tencentcloud/billing/v20180709/models.py +30 -474
- tencentcloud/cat/v20180409/models.py +4 -4
- tencentcloud/cdwpg/v20201230/cdwpg_client.py +368 -0
- tencentcloud/cdwpg/v20201230/models.py +5699 -1484
- tencentcloud/ciam/v20220331/models.py +0 -92
- tencentcloud/cls/v20201016/models.py +0 -2
- tencentcloud/common/abstract_client.py +3 -0
- tencentcloud/controlcenter/v20230110/models.py +0 -4
- tencentcloud/csip/v20221121/models.py +94 -4
- tencentcloud/cvm/v20170312/models.py +49 -212
- tencentcloud/dbbrain/v20191016/models.py +0 -6
- tencentcloud/dbbrain/v20210527/models.py +0 -12
- tencentcloud/dlc/v20210125/models.py +32 -0
- tencentcloud/emr/v20190103/models.py +17 -0
- tencentcloud/es/v20180416/models.py +15 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +1 -1
- tencentcloud/goosefs/v20220519/models.py +0 -10
- tencentcloud/gwlb/v20240906/models.py +34 -2
- tencentcloud/iotcloud/v20210408/models.py +15 -15
- tencentcloud/keewidb/v20220308/models.py +0 -76
- tencentcloud/live/v20180801/models.py +8 -58
- tencentcloud/lke/v20231130/lke_client.py +46 -0
- tencentcloud/lke/v20231130/models.py +385 -0
- tencentcloud/mongodb/v20190725/models.py +10 -4
- tencentcloud/mps/v20190612/models.py +31 -2
- tencentcloud/mqtt/v20240516/models.py +154 -0
- tencentcloud/mqtt/v20240516/mqtt_client.py +23 -0
- tencentcloud/ocr/v20181119/errorcodes.py +3 -0
- tencentcloud/ocr/v20181119/models.py +28 -6
- tencentcloud/pts/v20210728/models.py +68 -6
- tencentcloud/redis/v20180412/models.py +0 -66
- tencentcloud/rum/v20210622/models.py +150 -0
- tencentcloud/tag/v20180813/models.py +2 -2
- tencentcloud/tdmq/v20200217/models.py +192 -0
- tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
- tencentcloud/tke/v20180525/models.py +0 -20
- tencentcloud/tms/v20201229/models.py +15 -0
- tencentcloud/trp/v20210515/models.py +0 -6
- tencentcloud/tsf/v20180326/models.py +0 -880
- tencentcloud/vod/v20180717/models.py +8 -8
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/errorcodes.py +3 -0
- tencentcloud/waf/v20180125/models.py +0 -6
- tencentcloud/wedata/v20210820/models.py +173 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/RECORD +53 -53
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1332.dist-info → tencentcloud_sdk_python-3.0.1334.dist-info}/top_level.txt +0 -0
@@ -239,7 +239,6 @@ class BinlogInfo(AbstractModel):
|
|
239
239
|
:param _Filename: 备份文件名。
|
240
240
|
:type Filename: str
|
241
241
|
:param _FileSize: 备份文件大小,单位:Byte。
|
242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
243
242
|
:type FileSize: int
|
244
243
|
"""
|
245
244
|
self._StartTime = None
|
@@ -295,7 +294,6 @@ class BinlogInfo(AbstractModel):
|
|
295
294
|
@property
|
296
295
|
def FileSize(self):
|
297
296
|
"""备份文件大小,单位:Byte。
|
298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
299
297
|
:rtype: int
|
300
298
|
"""
|
301
299
|
return self._FileSize
|
@@ -1318,10 +1316,8 @@ class DescribeConnectionConfigResponse(AbstractModel):
|
|
1318
1316
|
:param _ClientLimit: 实例当前单分片连接数限制。
|
1319
1317
|
:type ClientLimit: int
|
1320
1318
|
:param _ClientLimitMin: 单分片连接数限制最小值。
|
1321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1322
1319
|
:type ClientLimitMin: int
|
1323
1320
|
:param _ClientLimitMax: 单分片连接数限制最大值。
|
1324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1325
1321
|
:type ClientLimitMax: int
|
1326
1322
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1327
1323
|
:type RequestId: str
|
@@ -1369,7 +1365,6 @@ class DescribeConnectionConfigResponse(AbstractModel):
|
|
1369
1365
|
@property
|
1370
1366
|
def ClientLimitMin(self):
|
1371
1367
|
"""单分片连接数限制最小值。
|
1372
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1373
1368
|
:rtype: int
|
1374
1369
|
"""
|
1375
1370
|
return self._ClientLimitMin
|
@@ -1381,7 +1376,6 @@ class DescribeConnectionConfigResponse(AbstractModel):
|
|
1381
1376
|
@property
|
1382
1377
|
def ClientLimitMax(self):
|
1383
1378
|
"""单分片连接数限制最大值。
|
1384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1385
1379
|
:rtype: int
|
1386
1380
|
"""
|
1387
1381
|
return self._ClientLimitMax
|
@@ -1663,7 +1657,6 @@ class DescribeInstanceBackupsResponse(AbstractModel):
|
|
1663
1657
|
:param _TotalCount: 备份文件总数。
|
1664
1658
|
:type TotalCount: int
|
1665
1659
|
:param _BackupSet: 废弃字段。
|
1666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1667
1660
|
:type BackupSet: list of BinlogInfo
|
1668
1661
|
:param _BackupRecord: 实例备份信息列表。
|
1669
1662
|
:type BackupRecord: list of BackupInfo
|
@@ -1689,7 +1682,6 @@ class DescribeInstanceBackupsResponse(AbstractModel):
|
|
1689
1682
|
@property
|
1690
1683
|
def BackupSet(self):
|
1691
1684
|
"""废弃字段。
|
1692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1693
1685
|
:rtype: list of BinlogInfo
|
1694
1686
|
"""
|
1695
1687
|
return self._BackupSet
|
@@ -2057,23 +2049,18 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
2057
2049
|
:param _ProxyCount: Proxy 节点数量。
|
2058
2050
|
:type ProxyCount: int
|
2059
2051
|
:param _Proxy: Proxy 节点信息。
|
2060
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2061
2052
|
:type Proxy: list of ProxyNodeInfo
|
2062
2053
|
:param _RedisCount: Redis 节点数量。该参数仅为产品兼容性而保留,并不具有实际意义,可忽略。
|
2063
2054
|
:type RedisCount: int
|
2064
2055
|
:param _Redis: Redis 节点信息。该参数仅为产品兼容性而保留,并不具有实际意义,可忽略。
|
2065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2066
2056
|
:type Redis: list of RedisNodeInfo
|
2067
2057
|
:param _TendisCount: Tendis 节点数量。该参数仅为产品兼容性而保留,并不具有实际意义,可忽略。
|
2068
2058
|
:type TendisCount: int
|
2069
2059
|
:param _Tendis: Tendis 节点信息。该参数仅为产品兼容性而保留,并不具有实际意义,可忽略。
|
2070
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2071
2060
|
:type Tendis: list of InstanceNodeInfo
|
2072
2061
|
:param _KeeWiDBCount: KeewiDB 节点数量。
|
2073
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2074
2062
|
:type KeeWiDBCount: int
|
2075
2063
|
:param _KeeWiDB: KeewiDB 节点信息。
|
2076
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2077
2064
|
:type KeeWiDB: list of InstanceNodeInfo
|
2078
2065
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2079
2066
|
:type RequestId: str
|
@@ -2102,7 +2089,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
2102
2089
|
@property
|
2103
2090
|
def Proxy(self):
|
2104
2091
|
"""Proxy 节点信息。
|
2105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2106
2092
|
:rtype: list of ProxyNodeInfo
|
2107
2093
|
"""
|
2108
2094
|
return self._Proxy
|
@@ -2125,7 +2111,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
2125
2111
|
@property
|
2126
2112
|
def Redis(self):
|
2127
2113
|
"""Redis 节点信息。该参数仅为产品兼容性而保留,并不具有实际意义,可忽略。
|
2128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2129
2114
|
:rtype: list of RedisNodeInfo
|
2130
2115
|
"""
|
2131
2116
|
return self._Redis
|
@@ -2148,7 +2133,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
2148
2133
|
@property
|
2149
2134
|
def Tendis(self):
|
2150
2135
|
"""Tendis 节点信息。该参数仅为产品兼容性而保留,并不具有实际意义,可忽略。
|
2151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2152
2136
|
:rtype: list of InstanceNodeInfo
|
2153
2137
|
"""
|
2154
2138
|
return self._Tendis
|
@@ -2160,7 +2144,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
2160
2144
|
@property
|
2161
2145
|
def KeeWiDBCount(self):
|
2162
2146
|
"""KeewiDB 节点数量。
|
2163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2164
2147
|
:rtype: int
|
2165
2148
|
"""
|
2166
2149
|
return self._KeeWiDBCount
|
@@ -2172,7 +2155,6 @@ class DescribeInstanceNodeInfoResponse(AbstractModel):
|
|
2172
2155
|
@property
|
2173
2156
|
def KeeWiDB(self):
|
2174
2157
|
"""KeewiDB 节点信息。
|
2175
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2176
2158
|
:rtype: list of InstanceNodeInfo
|
2177
2159
|
"""
|
2178
2160
|
return self._KeeWiDB
|
@@ -4634,55 +4616,39 @@ class InstanceInfo(AbstractModel):
|
|
4634
4616
|
:param _SlaveReadWeight: 从节点读取权重。
|
4635
4617
|
:type SlaveReadWeight: int
|
4636
4618
|
:param _InstanceTags: 实例关联的标签信息。
|
4637
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4638
4619
|
:type InstanceTags: list of InstanceTagInfo
|
4639
4620
|
:param _ProjectName: 项目名称。
|
4640
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4641
4621
|
:type ProjectName: str
|
4642
4622
|
:param _NoAuth: 是否为免密实例;<ul><li>true:免密实例。</li><li>false:非免密实例。</li></ul>
|
4643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4644
4623
|
:type NoAuth: bool
|
4645
4624
|
:param _ClientLimit: 客户端连接数。
|
4646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4647
4625
|
:type ClientLimit: int
|
4648
4626
|
:param _DtsStatus: DTS状态(内部参数,用户可忽略)。
|
4649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4650
4627
|
:type DtsStatus: int
|
4651
4628
|
:param _NetLimit: 分片带宽上限,单位 MB。
|
4652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4653
4629
|
:type NetLimit: int
|
4654
4630
|
:param _PasswordFree: 免密实例标识(内部参数,用户可忽略)。
|
4655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4656
4631
|
:type PasswordFree: int
|
4657
4632
|
:param _ReadOnly: 实例只读标识(内部参数,用户可忽略)。
|
4658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4659
4633
|
:type ReadOnly: int
|
4660
4634
|
:param _Vip6: 内部参数,用户可忽略。
|
4661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4662
4635
|
:type Vip6: str
|
4663
4636
|
:param _RemainBandwidthDuration: 内部参数,用户可忽略。
|
4664
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4665
4637
|
:type RemainBandwidthDuration: str
|
4666
4638
|
:param _DiskSize: 实例的磁盘容量大小。
|
4667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4668
4639
|
:type DiskSize: int
|
4669
4640
|
:param _MonitorVersion: 监控版本。<ul><li>1m:分钟粒度监控。</li><li>5s:5秒粒度监控。</li></ul>
|
4670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4671
4641
|
:type MonitorVersion: str
|
4672
4642
|
:param _ClientLimitMin: 客户端最大连接数可设置的最小值。
|
4673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4674
4643
|
:type ClientLimitMin: int
|
4675
4644
|
:param _ClientLimitMax: 客户端最大连接数可设置的最大值。
|
4676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4677
4645
|
:type ClientLimitMax: int
|
4678
4646
|
:param _NodeSet: 实例的节点详细信息。
|
4679
4647
|
注意:此字段可能返回 null,表示取不到有效值。
|
4680
4648
|
:type NodeSet: list of NodeInfo
|
4681
4649
|
:param _Region: 实例所在的地域信息,比如ap-guangzhou。
|
4682
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4683
4650
|
:type Region: str
|
4684
4651
|
:param _MachineMemory: 实例内存容量,单位:GB。KeeWiDB 内存容量
|
4685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4686
4652
|
:type MachineMemory: int
|
4687
4653
|
:param _DiskShardSize: 单分片磁盘大小,单位:MB
|
4688
4654
|
:type DiskShardSize: int
|
@@ -4691,7 +4657,6 @@ class InstanceInfo(AbstractModel):
|
|
4691
4657
|
:param _DiskReplicasNum: 1
|
4692
4658
|
:type DiskReplicasNum: int
|
4693
4659
|
:param _Compression: 数据压缩开关。<ul><li>ON:开启。</li><li>OFF:关闭。</li></ul>
|
4694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
4695
4660
|
:type Compression: str
|
4696
4661
|
"""
|
4697
4662
|
self._InstanceName = None
|
@@ -5091,7 +5056,6 @@ class InstanceInfo(AbstractModel):
|
|
5091
5056
|
@property
|
5092
5057
|
def InstanceTags(self):
|
5093
5058
|
"""实例关联的标签信息。
|
5094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5095
5059
|
:rtype: list of InstanceTagInfo
|
5096
5060
|
"""
|
5097
5061
|
return self._InstanceTags
|
@@ -5103,7 +5067,6 @@ class InstanceInfo(AbstractModel):
|
|
5103
5067
|
@property
|
5104
5068
|
def ProjectName(self):
|
5105
5069
|
"""项目名称。
|
5106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5107
5070
|
:rtype: str
|
5108
5071
|
"""
|
5109
5072
|
return self._ProjectName
|
@@ -5115,7 +5078,6 @@ class InstanceInfo(AbstractModel):
|
|
5115
5078
|
@property
|
5116
5079
|
def NoAuth(self):
|
5117
5080
|
"""是否为免密实例;<ul><li>true:免密实例。</li><li>false:非免密实例。</li></ul>
|
5118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5119
5081
|
:rtype: bool
|
5120
5082
|
"""
|
5121
5083
|
return self._NoAuth
|
@@ -5127,7 +5089,6 @@ class InstanceInfo(AbstractModel):
|
|
5127
5089
|
@property
|
5128
5090
|
def ClientLimit(self):
|
5129
5091
|
"""客户端连接数。
|
5130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5131
5092
|
:rtype: int
|
5132
5093
|
"""
|
5133
5094
|
return self._ClientLimit
|
@@ -5139,7 +5100,6 @@ class InstanceInfo(AbstractModel):
|
|
5139
5100
|
@property
|
5140
5101
|
def DtsStatus(self):
|
5141
5102
|
"""DTS状态(内部参数,用户可忽略)。
|
5142
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5143
5103
|
:rtype: int
|
5144
5104
|
"""
|
5145
5105
|
return self._DtsStatus
|
@@ -5151,7 +5111,6 @@ class InstanceInfo(AbstractModel):
|
|
5151
5111
|
@property
|
5152
5112
|
def NetLimit(self):
|
5153
5113
|
"""分片带宽上限,单位 MB。
|
5154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5155
5114
|
:rtype: int
|
5156
5115
|
"""
|
5157
5116
|
return self._NetLimit
|
@@ -5163,7 +5122,6 @@ class InstanceInfo(AbstractModel):
|
|
5163
5122
|
@property
|
5164
5123
|
def PasswordFree(self):
|
5165
5124
|
"""免密实例标识(内部参数,用户可忽略)。
|
5166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5167
5125
|
:rtype: int
|
5168
5126
|
"""
|
5169
5127
|
return self._PasswordFree
|
@@ -5175,7 +5133,6 @@ class InstanceInfo(AbstractModel):
|
|
5175
5133
|
@property
|
5176
5134
|
def ReadOnly(self):
|
5177
5135
|
"""实例只读标识(内部参数,用户可忽略)。
|
5178
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5179
5136
|
:rtype: int
|
5180
5137
|
"""
|
5181
5138
|
return self._ReadOnly
|
@@ -5187,7 +5144,6 @@ class InstanceInfo(AbstractModel):
|
|
5187
5144
|
@property
|
5188
5145
|
def Vip6(self):
|
5189
5146
|
"""内部参数,用户可忽略。
|
5190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5191
5147
|
:rtype: str
|
5192
5148
|
"""
|
5193
5149
|
return self._Vip6
|
@@ -5199,7 +5155,6 @@ class InstanceInfo(AbstractModel):
|
|
5199
5155
|
@property
|
5200
5156
|
def RemainBandwidthDuration(self):
|
5201
5157
|
"""内部参数,用户可忽略。
|
5202
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5203
5158
|
:rtype: str
|
5204
5159
|
"""
|
5205
5160
|
return self._RemainBandwidthDuration
|
@@ -5211,7 +5166,6 @@ class InstanceInfo(AbstractModel):
|
|
5211
5166
|
@property
|
5212
5167
|
def DiskSize(self):
|
5213
5168
|
"""实例的磁盘容量大小。
|
5214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5215
5169
|
:rtype: int
|
5216
5170
|
"""
|
5217
5171
|
return self._DiskSize
|
@@ -5223,7 +5177,6 @@ class InstanceInfo(AbstractModel):
|
|
5223
5177
|
@property
|
5224
5178
|
def MonitorVersion(self):
|
5225
5179
|
"""监控版本。<ul><li>1m:分钟粒度监控。</li><li>5s:5秒粒度监控。</li></ul>
|
5226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5227
5180
|
:rtype: str
|
5228
5181
|
"""
|
5229
5182
|
return self._MonitorVersion
|
@@ -5235,7 +5188,6 @@ class InstanceInfo(AbstractModel):
|
|
5235
5188
|
@property
|
5236
5189
|
def ClientLimitMin(self):
|
5237
5190
|
"""客户端最大连接数可设置的最小值。
|
5238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5239
5191
|
:rtype: int
|
5240
5192
|
"""
|
5241
5193
|
return self._ClientLimitMin
|
@@ -5247,7 +5199,6 @@ class InstanceInfo(AbstractModel):
|
|
5247
5199
|
@property
|
5248
5200
|
def ClientLimitMax(self):
|
5249
5201
|
"""客户端最大连接数可设置的最大值。
|
5250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5251
5202
|
:rtype: int
|
5252
5203
|
"""
|
5253
5204
|
return self._ClientLimitMax
|
@@ -5271,7 +5222,6 @@ class InstanceInfo(AbstractModel):
|
|
5271
5222
|
@property
|
5272
5223
|
def Region(self):
|
5273
5224
|
"""实例所在的地域信息,比如ap-guangzhou。
|
5274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5275
5225
|
:rtype: str
|
5276
5226
|
"""
|
5277
5227
|
return self._Region
|
@@ -5283,7 +5233,6 @@ class InstanceInfo(AbstractModel):
|
|
5283
5233
|
@property
|
5284
5234
|
def MachineMemory(self):
|
5285
5235
|
"""实例内存容量,单位:GB。KeeWiDB 内存容量
|
5286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5287
5236
|
:rtype: int
|
5288
5237
|
"""
|
5289
5238
|
return self._MachineMemory
|
@@ -5328,7 +5277,6 @@ class InstanceInfo(AbstractModel):
|
|
5328
5277
|
@property
|
5329
5278
|
def Compression(self):
|
5330
5279
|
"""数据压缩开关。<ul><li>ON:开启。</li><li>OFF:关闭。</li></ul>
|
5331
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5332
5280
|
:rtype: str
|
5333
5281
|
"""
|
5334
5282
|
return self._Compression
|
@@ -5437,7 +5385,6 @@ class InstanceIntegerParam(AbstractModel):
|
|
5437
5385
|
:param _Status: 参数状态, 1: 修改中, 2:修改完成
|
5438
5386
|
:type Status: int
|
5439
5387
|
:param _Unit: 参数单位
|
5440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5441
5388
|
:type Unit: str
|
5442
5389
|
"""
|
5443
5390
|
self._ParamName = None
|
@@ -5553,7 +5500,6 @@ class InstanceIntegerParam(AbstractModel):
|
|
5553
5500
|
@property
|
5554
5501
|
def Unit(self):
|
5555
5502
|
"""参数单位
|
5556
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5557
5503
|
:rtype: str
|
5558
5504
|
"""
|
5559
5505
|
return self._Unit
|
@@ -7597,7 +7543,6 @@ class ProxyNodeInfo(AbstractModel):
|
|
7597
7543
|
def __init__(self):
|
7598
7544
|
r"""
|
7599
7545
|
:param _NodeId: 节点ID
|
7600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7601
7546
|
:type NodeId: str
|
7602
7547
|
"""
|
7603
7548
|
self._NodeId = None
|
@@ -7605,7 +7550,6 @@ class ProxyNodeInfo(AbstractModel):
|
|
7605
7550
|
@property
|
7606
7551
|
def NodeId(self):
|
7607
7552
|
"""节点ID
|
7608
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7609
7553
|
:rtype: str
|
7610
7554
|
"""
|
7611
7555
|
return self._NodeId
|
@@ -8376,34 +8320,24 @@ class TaskInfoDetail(AbstractModel):
|
|
8376
8320
|
def __init__(self):
|
8377
8321
|
r"""
|
8378
8322
|
:param _TaskId: 任务Id
|
8379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8380
8323
|
:type TaskId: int
|
8381
8324
|
:param _StartTime: 开始时间
|
8382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8383
8325
|
:type StartTime: str
|
8384
8326
|
:param _TaskType: 任务类型
|
8385
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8386
8327
|
:type TaskType: str
|
8387
8328
|
:param _InstanceName: 实例名称
|
8388
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8389
8329
|
:type InstanceName: str
|
8390
8330
|
:param _InstanceId: 实例Id
|
8391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8392
8331
|
:type InstanceId: str
|
8393
8332
|
:param _ProjectId: 项目Id
|
8394
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8395
8333
|
:type ProjectId: int
|
8396
8334
|
:param _Progress: 任务进度
|
8397
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8398
8335
|
:type Progress: float
|
8399
8336
|
:param _EndTime: 结束时间
|
8400
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8401
8337
|
:type EndTime: str
|
8402
8338
|
:param _Result: 任务状态
|
8403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8404
8339
|
:type Result: int
|
8405
8340
|
:param _OperatorUin: 操作者用户uin
|
8406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8407
8341
|
:type OperatorUin: str
|
8408
8342
|
"""
|
8409
8343
|
self._TaskId = None
|
@@ -8420,7 +8354,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8420
8354
|
@property
|
8421
8355
|
def TaskId(self):
|
8422
8356
|
"""任务Id
|
8423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8424
8357
|
:rtype: int
|
8425
8358
|
"""
|
8426
8359
|
return self._TaskId
|
@@ -8432,7 +8365,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8432
8365
|
@property
|
8433
8366
|
def StartTime(self):
|
8434
8367
|
"""开始时间
|
8435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8436
8368
|
:rtype: str
|
8437
8369
|
"""
|
8438
8370
|
return self._StartTime
|
@@ -8444,7 +8376,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8444
8376
|
@property
|
8445
8377
|
def TaskType(self):
|
8446
8378
|
"""任务类型
|
8447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8448
8379
|
:rtype: str
|
8449
8380
|
"""
|
8450
8381
|
return self._TaskType
|
@@ -8456,7 +8387,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8456
8387
|
@property
|
8457
8388
|
def InstanceName(self):
|
8458
8389
|
"""实例名称
|
8459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8460
8390
|
:rtype: str
|
8461
8391
|
"""
|
8462
8392
|
return self._InstanceName
|
@@ -8468,7 +8398,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8468
8398
|
@property
|
8469
8399
|
def InstanceId(self):
|
8470
8400
|
"""实例Id
|
8471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8472
8401
|
:rtype: str
|
8473
8402
|
"""
|
8474
8403
|
return self._InstanceId
|
@@ -8480,7 +8409,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8480
8409
|
@property
|
8481
8410
|
def ProjectId(self):
|
8482
8411
|
"""项目Id
|
8483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8484
8412
|
:rtype: int
|
8485
8413
|
"""
|
8486
8414
|
return self._ProjectId
|
@@ -8492,7 +8420,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8492
8420
|
@property
|
8493
8421
|
def Progress(self):
|
8494
8422
|
"""任务进度
|
8495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8496
8423
|
:rtype: float
|
8497
8424
|
"""
|
8498
8425
|
return self._Progress
|
@@ -8504,7 +8431,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8504
8431
|
@property
|
8505
8432
|
def EndTime(self):
|
8506
8433
|
"""结束时间
|
8507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8508
8434
|
:rtype: str
|
8509
8435
|
"""
|
8510
8436
|
return self._EndTime
|
@@ -8516,7 +8442,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8516
8442
|
@property
|
8517
8443
|
def Result(self):
|
8518
8444
|
"""任务状态
|
8519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8520
8445
|
:rtype: int
|
8521
8446
|
"""
|
8522
8447
|
return self._Result
|
@@ -8528,7 +8453,6 @@ class TaskInfoDetail(AbstractModel):
|
|
8528
8453
|
@property
|
8529
8454
|
def OperatorUin(self):
|
8530
8455
|
"""操作者用户uin
|
8531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8532
8456
|
:rtype: str
|
8533
8457
|
"""
|
8534
8458
|
return self._OperatorUin
|