tencentcloud-sdk-python 3.0.1275__py2.py3-none-any.whl → 3.0.1277__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 +27 -6
- tencentcloud/autoscaling/v20180419/models.py +15 -0
- tencentcloud/batch/v20170312/models.py +48 -68
- tencentcloud/billing/v20180709/models.py +45 -0
- tencentcloud/cam/v20190116/models.py +8 -8
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +12 -4
- tencentcloud/cdb/v20170320/models.py +732 -48
- tencentcloud/cdwdoris/v20211228/models.py +2 -2
- tencentcloud/cfs/v20190719/models.py +30 -0
- tencentcloud/ckafka/v20190819/ckafka_client.py +1 -1
- tencentcloud/ckafka/v20190819/models.py +490 -324
- tencentcloud/clb/v20180317/models.py +2 -2
- tencentcloud/cloudapp/v20220530/models.py +4 -4
- tencentcloud/config/v20220802/models.py +40 -20
- tencentcloud/cvm/v20170312/models.py +48 -68
- tencentcloud/cwp/v20180228/models.py +2 -2
- tencentcloud/cynosdb/v20190107/cynosdb_client.py +92 -0
- tencentcloud/cynosdb/v20190107/models.py +444 -4
- tencentcloud/dts/v20211206/models.py +30 -0
- tencentcloud/emr/v20190103/models.py +33 -16
- tencentcloud/ess/v20201111/models.py +242 -0
- tencentcloud/essbasic/v20210526/models.py +258 -6
- tencentcloud/faceid/v20180301/models.py +0 -2
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +23 -0
- tencentcloud/hunyuan/v20230901/models.py +591 -0
- tencentcloud/ims/v20201229/models.py +4 -4
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +286 -6
- tencentcloud/ivld/v20210903/ivld_client.py +0 -1
- tencentcloud/ivld/v20210903/models.py +133 -15
- tencentcloud/lcic/v20220817/models.py +2 -8
- tencentcloud/live/v20180801/errorcodes.py +18 -0
- tencentcloud/live/v20180801/live_client.py +208 -0
- tencentcloud/live/v20180801/models.py +1649 -255
- tencentcloud/lke/v20231130/lke_client.py +161 -0
- tencentcloud/lke/v20231130/models.py +1517 -187
- tencentcloud/mps/v20190612/errorcodes.py +2 -173
- tencentcloud/mps/v20190612/models.py +377 -17
- tencentcloud/mqtt/v20240516/models.py +524 -6
- tencentcloud/mqtt/v20240516/mqtt_client.py +46 -1
- tencentcloud/mrs/v20200910/models.py +0 -2652
- tencentcloud/ocr/v20181119/models.py +15 -273
- tencentcloud/ocr/v20181119/ocr_client.py +0 -23
- tencentcloud/organization/v20210331/models.py +2 -24
- tencentcloud/privatedns/v20201028/models.py +47 -0
- tencentcloud/pts/v20210728/models.py +15 -0
- tencentcloud/rce/v20201103/models.py +2 -2
- tencentcloud/redis/v20180412/models.py +2 -2
- tencentcloud/scf/v20180416/models.py +17 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +316 -227
- tencentcloud/ssl/v20191205/ssl_client.py +2 -2
- tencentcloud/tcr/v20190924/models.py +24 -2
- tencentcloud/tdmq/v20200217/models.py +8 -148
- tencentcloud/tdmq/v20200217/tdmq_client.py +6 -27
- tencentcloud/teo/v20220901/errorcodes.py +3 -3
- tencentcloud/teo/v20220901/models.py +366 -18
- tencentcloud/teo/v20220901/teo_client.py +69 -0
- tencentcloud/tke/v20220501/models.py +200 -0
- tencentcloud/tmt/v20180321/tmt_client.py +1 -1
- tencentcloud/trocket/v20230308/models.py +24 -24
- tencentcloud/trtc/v20190722/models.py +234 -2
- tencentcloud/tsf/v20180326/models.py +2405 -334
- tencentcloud/tsf/v20180326/tsf_client.py +3 -0
- tencentcloud/tts/v20190823/models.py +2 -2
- tencentcloud/tts/v20190823/tts_client.py +1 -1
- tencentcloud/vclm/v20240523/models.py +217 -12
- tencentcloud/vclm/v20240523/vclm_client.py +59 -53
- tencentcloud/vcube/__init__.py +0 -0
- tencentcloud/vcube/v20220410/__init__.py +0 -0
- tencentcloud/vcube/v20220410/errorcodes.py +72 -0
- tencentcloud/vcube/v20220410/models.py +7325 -0
- tencentcloud/vcube/v20220410/vcube_client.py +808 -0
- tencentcloud/vdb/v20230616/models.py +45 -0
- tencentcloud/vod/v20180717/errorcodes.py +6 -0
- tencentcloud/vod/v20180717/models.py +62 -2
- tencentcloud/vod/v20180717/vod_client.py +2 -2
- tencentcloud/vpc/v20170312/models.py +312 -40
- tencentcloud/vpc/v20170312/vpc_client.py +36 -5
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/RECORD +86 -81
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1275.dist-info → tencentcloud_sdk_python-3.0.1277.dist-info}/top_level.txt +0 -0
@@ -808,7 +808,7 @@ class BackupTableContent(AbstractModel):
|
|
808
808
|
:param _BackupErrorMsg: 备份的错误信息
|
809
809
|
注意:此字段可能返回 null,表示取不到有效值。
|
810
810
|
:type BackupErrorMsg: str
|
811
|
-
:param _IsOpenCoolDown:
|
811
|
+
:param _IsOpenCoolDown: 该库表是否绑定降冷策略
|
812
812
|
注意:此字段可能返回 null,表示取不到有效值。
|
813
813
|
:type IsOpenCoolDown: bool
|
814
814
|
"""
|
@@ -894,7 +894,7 @@ class BackupTableContent(AbstractModel):
|
|
894
894
|
|
895
895
|
@property
|
896
896
|
def IsOpenCoolDown(self):
|
897
|
-
"""
|
897
|
+
"""该库表是否绑定降冷策略
|
898
898
|
注意:此字段可能返回 null,表示取不到有效值。
|
899
899
|
:rtype: bool
|
900
900
|
"""
|
@@ -1937,6 +1937,8 @@ class CreateMigrationTaskRequest(AbstractModel):
|
|
1937
1937
|
:type FsName: str
|
1938
1938
|
:param _BucketPath: 源桶路径,默认为/
|
1939
1939
|
:type BucketPath: str
|
1940
|
+
:param _Direction: 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
|
1941
|
+
:type Direction: int
|
1940
1942
|
"""
|
1941
1943
|
self._TaskName = None
|
1942
1944
|
self._MigrationType = None
|
@@ -1953,6 +1955,7 @@ class CreateMigrationTaskRequest(AbstractModel):
|
|
1953
1955
|
self._ListAddress = None
|
1954
1956
|
self._FsName = None
|
1955
1957
|
self._BucketPath = None
|
1958
|
+
self._Direction = None
|
1956
1959
|
|
1957
1960
|
@property
|
1958
1961
|
def TaskName(self):
|
@@ -2119,6 +2122,17 @@ class CreateMigrationTaskRequest(AbstractModel):
|
|
2119
2122
|
def BucketPath(self, BucketPath):
|
2120
2123
|
self._BucketPath = BucketPath
|
2121
2124
|
|
2125
|
+
@property
|
2126
|
+
def Direction(self):
|
2127
|
+
"""迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
|
2128
|
+
:rtype: int
|
2129
|
+
"""
|
2130
|
+
return self._Direction
|
2131
|
+
|
2132
|
+
@Direction.setter
|
2133
|
+
def Direction(self, Direction):
|
2134
|
+
self._Direction = Direction
|
2135
|
+
|
2122
2136
|
|
2123
2137
|
def _deserialize(self, params):
|
2124
2138
|
self._TaskName = params.get("TaskName")
|
@@ -2136,6 +2150,7 @@ class CreateMigrationTaskRequest(AbstractModel):
|
|
2136
2150
|
self._ListAddress = params.get("ListAddress")
|
2137
2151
|
self._FsName = params.get("FsName")
|
2138
2152
|
self._BucketPath = params.get("BucketPath")
|
2153
|
+
self._Direction = params.get("Direction")
|
2139
2154
|
memeber_set = set(params.keys())
|
2140
2155
|
for name, value in vars(self).items():
|
2141
2156
|
property_name = name[1:]
|
@@ -5364,6 +5379,8 @@ class MigrationTaskInfo(AbstractModel):
|
|
5364
5379
|
:param _BucketPath: 源桶路径
|
5365
5380
|
注意:此字段可能返回 null,表示取不到有效值。
|
5366
5381
|
:type BucketPath: str
|
5382
|
+
:param _Direction: 迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
|
5383
|
+
:type Direction: int
|
5367
5384
|
"""
|
5368
5385
|
self._TaskName = None
|
5369
5386
|
self._TaskId = None
|
@@ -5390,6 +5407,7 @@ class MigrationTaskInfo(AbstractModel):
|
|
5390
5407
|
self._FileCompletedList = None
|
5391
5408
|
self._FileFailedList = None
|
5392
5409
|
self._BucketPath = None
|
5410
|
+
self._Direction = None
|
5393
5411
|
|
5394
5412
|
@property
|
5395
5413
|
def TaskName(self):
|
@@ -5682,6 +5700,17 @@ class MigrationTaskInfo(AbstractModel):
|
|
5682
5700
|
def BucketPath(self, BucketPath):
|
5683
5701
|
self._BucketPath = BucketPath
|
5684
5702
|
|
5703
|
+
@property
|
5704
|
+
def Direction(self):
|
5705
|
+
"""迁移方向。0: 对象存储迁移至文件系统,1: 文件系统迁移至对象存储。默认 0
|
5706
|
+
:rtype: int
|
5707
|
+
"""
|
5708
|
+
return self._Direction
|
5709
|
+
|
5710
|
+
@Direction.setter
|
5711
|
+
def Direction(self, Direction):
|
5712
|
+
self._Direction = Direction
|
5713
|
+
|
5685
5714
|
|
5686
5715
|
def _deserialize(self, params):
|
5687
5716
|
self._TaskName = params.get("TaskName")
|
@@ -5709,6 +5738,7 @@ class MigrationTaskInfo(AbstractModel):
|
|
5709
5738
|
self._FileCompletedList = params.get("FileCompletedList")
|
5710
5739
|
self._FileFailedList = params.get("FileFailedList")
|
5711
5740
|
self._BucketPath = params.get("BucketPath")
|
5741
|
+
self._Direction = params.get("Direction")
|
5712
5742
|
memeber_set = set(params.keys())
|
5713
5743
|
for name, value in vars(self).items():
|
5714
5744
|
property_name = name[1:]
|
@@ -648,7 +648,7 @@ class CkafkaClient(AbstractClient):
|
|
648
648
|
|
649
649
|
|
650
650
|
def DeleteDatahubTopic(self, request):
|
651
|
-
"""删除
|
651
|
+
"""删除DIP主题
|
652
652
|
|
653
653
|
:param request: Request instance for DeleteDatahubTopic.
|
654
654
|
:type request: :class:`tencentcloud.ckafka.v20190819.models.DeleteDatahubTopicRequest`
|