tencentcloud-sdk-python 3.0.1434__py2.py3-none-any.whl → 3.0.1435__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/bi/v20220105/models.py +156 -2
- tencentcloud/cam/v20190116/cam_client.py +23 -0
- tencentcloud/cam/v20190116/errorcodes.py +15 -0
- tencentcloud/cam/v20190116/models.py +180 -0
- tencentcloud/cdb/v20170320/cdb_client.py +2 -1
- tencentcloud/cdb/v20170320/models.py +62 -44
- tencentcloud/cfs/v20190719/cfs_client.py +299 -0
- tencentcloud/cfs/v20190719/errorcodes.py +54 -0
- tencentcloud/cfs/v20190719/models.py +4437 -1976
- tencentcloud/clb/v20180317/models.py +44 -14
- tencentcloud/cls/v20201016/models.py +348 -132
- tencentcloud/ctem/v20231128/models.py +405 -15
- tencentcloud/kms/v20190118/models.py +2 -2
- tencentcloud/live/v20180801/models.py +2 -2
- tencentcloud/lowcode/v20210108/lowcode_client.py +92 -0
- tencentcloud/lowcode/v20210108/models.py +423 -0
- tencentcloud/ssl/v20191205/errorcodes.py +1 -1
- tencentcloud/ssl/v20191205/models.py +39 -24
- tencentcloud/teo/v20220901/models.py +42 -2
- tencentcloud/wedata/v20210820/models.py +321 -15
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/RECORD +27 -27
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1435.dist-info}/top_level.txt +0 -0
|
@@ -4561,7 +4561,9 @@ class CosRechargeInfo(AbstractModel):
|
|
|
4561
4561
|
:type Name: str
|
|
4562
4562
|
:param _Bucket: COS存储桶
|
|
4563
4563
|
:type Bucket: str
|
|
4564
|
-
:param _BucketRegion: COS
|
|
4564
|
+
:param _BucketRegion: COS存储桶所在地域。
|
|
4565
|
+
|
|
4566
|
+
- 通过[地域和访问域名](https://cloud.tencent.com/document/product/436/6224)获取地域信息。
|
|
4565
4567
|
:type BucketRegion: str
|
|
4566
4568
|
:param _Prefix: COS文件所在文件夹的前缀
|
|
4567
4569
|
:type Prefix: str
|
|
@@ -4572,13 +4574,13 @@ class CosRechargeInfo(AbstractModel):
|
|
|
4572
4574
|
:type Status: int
|
|
4573
4575
|
:param _Enable: 是否启用: 0: 未启用 , 1:启用
|
|
4574
4576
|
:type Enable: int
|
|
4575
|
-
:param _CreateTime:
|
|
4577
|
+
:param _CreateTime: 创建时间。时间格式:YYYY-MM-DD HH:mm:ss
|
|
4576
4578
|
:type CreateTime: str
|
|
4577
|
-
:param _UpdateTime:
|
|
4579
|
+
:param _UpdateTime: 更新时间。时间格式:YYYY-MM-DD HH:mm:ss
|
|
4578
4580
|
:type UpdateTime: str
|
|
4579
4581
|
:param _Progress: 进度条百分值
|
|
4580
4582
|
:type Progress: int
|
|
4581
|
-
:param _Compress: supported: "", "gzip", "lzop", "snappy”;
|
|
4583
|
+
:param _Compress: 压缩方式supported: "", "gzip", "lzop", "snappy”; 默认空不压缩
|
|
4582
4584
|
:type Compress: str
|
|
4583
4585
|
:param _ExtractRuleInfo: 见: ExtractRuleInfo 结构描述
|
|
4584
4586
|
:type ExtractRuleInfo: :class:`tencentcloud.cls.v20201016.models.ExtractRuleInfo`
|
|
@@ -4662,7 +4664,9 @@ class CosRechargeInfo(AbstractModel):
|
|
|
4662
4664
|
|
|
4663
4665
|
@property
|
|
4664
4666
|
def BucketRegion(self):
|
|
4665
|
-
"""COS
|
|
4667
|
+
"""COS存储桶所在地域。
|
|
4668
|
+
|
|
4669
|
+
- 通过[地域和访问域名](https://cloud.tencent.com/document/product/436/6224)获取地域信息。
|
|
4666
4670
|
:rtype: str
|
|
4667
4671
|
"""
|
|
4668
4672
|
return self._BucketRegion
|
|
@@ -4718,7 +4722,7 @@ class CosRechargeInfo(AbstractModel):
|
|
|
4718
4722
|
|
|
4719
4723
|
@property
|
|
4720
4724
|
def CreateTime(self):
|
|
4721
|
-
"""
|
|
4725
|
+
"""创建时间。时间格式:YYYY-MM-DD HH:mm:ss
|
|
4722
4726
|
:rtype: str
|
|
4723
4727
|
"""
|
|
4724
4728
|
return self._CreateTime
|
|
@@ -4729,7 +4733,7 @@ class CosRechargeInfo(AbstractModel):
|
|
|
4729
4733
|
|
|
4730
4734
|
@property
|
|
4731
4735
|
def UpdateTime(self):
|
|
4732
|
-
"""
|
|
4736
|
+
"""更新时间。时间格式:YYYY-MM-DD HH:mm:ss
|
|
4733
4737
|
:rtype: str
|
|
4734
4738
|
"""
|
|
4735
4739
|
return self._UpdateTime
|
|
@@ -4751,7 +4755,7 @@ class CosRechargeInfo(AbstractModel):
|
|
|
4751
4755
|
|
|
4752
4756
|
@property
|
|
4753
4757
|
def Compress(self):
|
|
4754
|
-
"""supported: "", "gzip", "lzop", "snappy”;
|
|
4758
|
+
"""压缩方式supported: "", "gzip", "lzop", "snappy”; 默认空不压缩
|
|
4755
4759
|
:rtype: str
|
|
4756
4760
|
"""
|
|
4757
4761
|
return self._Compress
|
|
@@ -6827,13 +6831,19 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
6827
6831
|
|
|
6828
6832
|
def __init__(self):
|
|
6829
6833
|
r"""
|
|
6830
|
-
:param _TopicId: 日志主题
|
|
6834
|
+
:param _TopicId: 日志主题Id。
|
|
6835
|
+
|
|
6836
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
6831
6837
|
:type TopicId: str
|
|
6832
|
-
:param _LogsetId: 日志集
|
|
6838
|
+
:param _LogsetId: 日志集Id。
|
|
6839
|
+
|
|
6840
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
6833
6841
|
:type LogsetId: str
|
|
6834
|
-
:param _Name:
|
|
6842
|
+
:param _Name: COS导入任务名称,最大支持128个字节。
|
|
6835
6843
|
:type Name: str
|
|
6836
|
-
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
6844
|
+
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
6845
|
+
|
|
6846
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
6837
6847
|
:type Bucket: str
|
|
6838
6848
|
:param _BucketRegion: COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
|
|
6839
6849
|
:type BucketRegion: str
|
|
@@ -6842,7 +6852,7 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
6842
6852
|
:type LogType: str
|
|
6843
6853
|
:param _Prefix: COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。
|
|
6844
6854
|
:type Prefix: str
|
|
6845
|
-
:param _Compress: supported: "", "gzip", "lzop", "snappy"
|
|
6855
|
+
:param _Compress: supported: "", "gzip", "lzop", "snappy"。默认空,不压缩。
|
|
6846
6856
|
:type Compress: str
|
|
6847
6857
|
:param _ExtractRuleInfo: 提取规则,如果设置了ExtractRule,则必须设置LogType
|
|
6848
6858
|
:type ExtractRuleInfo: :class:`tencentcloud.cls.v20201016.models.ExtractRuleInfo`
|
|
@@ -6865,7 +6875,9 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
6865
6875
|
|
|
6866
6876
|
@property
|
|
6867
6877
|
def TopicId(self):
|
|
6868
|
-
"""日志主题
|
|
6878
|
+
"""日志主题Id。
|
|
6879
|
+
|
|
6880
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
6869
6881
|
:rtype: str
|
|
6870
6882
|
"""
|
|
6871
6883
|
return self._TopicId
|
|
@@ -6876,7 +6888,9 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
6876
6888
|
|
|
6877
6889
|
@property
|
|
6878
6890
|
def LogsetId(self):
|
|
6879
|
-
"""日志集
|
|
6891
|
+
"""日志集Id。
|
|
6892
|
+
|
|
6893
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
6880
6894
|
:rtype: str
|
|
6881
6895
|
"""
|
|
6882
6896
|
return self._LogsetId
|
|
@@ -6887,7 +6901,7 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
6887
6901
|
|
|
6888
6902
|
@property
|
|
6889
6903
|
def Name(self):
|
|
6890
|
-
"""
|
|
6904
|
+
"""COS导入任务名称,最大支持128个字节。
|
|
6891
6905
|
:rtype: str
|
|
6892
6906
|
"""
|
|
6893
6907
|
return self._Name
|
|
@@ -6898,7 +6912,9 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
6898
6912
|
|
|
6899
6913
|
@property
|
|
6900
6914
|
def Bucket(self):
|
|
6901
|
-
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
6915
|
+
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
6916
|
+
|
|
6917
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
6902
6918
|
:rtype: str
|
|
6903
6919
|
"""
|
|
6904
6920
|
return self._Bucket
|
|
@@ -6943,7 +6959,7 @@ class CreateCosRechargeRequest(AbstractModel):
|
|
|
6943
6959
|
|
|
6944
6960
|
@property
|
|
6945
6961
|
def Compress(self):
|
|
6946
|
-
"""supported: "", "gzip", "lzop", "snappy"
|
|
6962
|
+
"""supported: "", "gzip", "lzop", "snappy"。默认空,不压缩。
|
|
6947
6963
|
:rtype: str
|
|
6948
6964
|
"""
|
|
6949
6965
|
return self._Compress
|
|
@@ -8826,15 +8842,18 @@ class CreateShipperRequest(AbstractModel):
|
|
|
8826
8842
|
|
|
8827
8843
|
def __init__(self):
|
|
8828
8844
|
r"""
|
|
8829
|
-
:param _TopicId: 创建的投递规则所属的日志主题
|
|
8845
|
+
:param _TopicId: 创建的投递规则所属的日志主题Id。
|
|
8846
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
8830
8847
|
:type TopicId: str
|
|
8831
|
-
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
8848
|
+
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
8849
|
+
|
|
8850
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
8832
8851
|
:type Bucket: str
|
|
8833
8852
|
:param _Prefix: 投递规则投递的新的目录前缀。
|
|
8834
8853
|
- 仅支持0-9A-Za-z-_/
|
|
8835
8854
|
- 最大支持256个字符
|
|
8836
8855
|
:type Prefix: str
|
|
8837
|
-
:param _ShipperName:
|
|
8856
|
+
:param _ShipperName: 投递规则的名字。最大支持255个字符
|
|
8838
8857
|
:type ShipperName: str
|
|
8839
8858
|
:param _Interval: 投递的时间间隔,单位 秒,默认300,范围 300-900
|
|
8840
8859
|
:type Interval: int
|
|
@@ -8856,15 +8875,17 @@ class CreateShipperRequest(AbstractModel):
|
|
|
8856
8875
|
:param _EndTime: 投递数据范围的结束时间点(秒级时间戳),不能填写未来时间。
|
|
8857
8876
|
如果用户不填写,默认为持续投递,即无限。
|
|
8858
8877
|
:type EndTime: int
|
|
8859
|
-
:param _StorageType:
|
|
8860
|
-
|
|
8861
|
-
|
|
8862
|
-
|
|
8863
|
-
|
|
8864
|
-
|
|
8865
|
-
|
|
8866
|
-
|
|
8867
|
-
|
|
8878
|
+
:param _StorageType: 对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
8879
|
+
参考值有:
|
|
8880
|
+
|
|
8881
|
+
- STANDARD:标准存储
|
|
8882
|
+
- STANDARD_IA:低频存储
|
|
8883
|
+
- ARCHIVE:归档存储
|
|
8884
|
+
- DEEP_ARCHIVE:深度归档存储
|
|
8885
|
+
- MAZ_STANDARD:标准存储(多 AZ)
|
|
8886
|
+
- MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
8887
|
+
- INTELLIGENT_TIERING:智能分层存储
|
|
8888
|
+
- MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
8868
8889
|
:type StorageType: str
|
|
8869
8890
|
"""
|
|
8870
8891
|
self._TopicId = None
|
|
@@ -8884,7 +8905,8 @@ class CreateShipperRequest(AbstractModel):
|
|
|
8884
8905
|
|
|
8885
8906
|
@property
|
|
8886
8907
|
def TopicId(self):
|
|
8887
|
-
"""创建的投递规则所属的日志主题
|
|
8908
|
+
"""创建的投递规则所属的日志主题Id。
|
|
8909
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
8888
8910
|
:rtype: str
|
|
8889
8911
|
"""
|
|
8890
8912
|
return self._TopicId
|
|
@@ -8895,7 +8917,9 @@ class CreateShipperRequest(AbstractModel):
|
|
|
8895
8917
|
|
|
8896
8918
|
@property
|
|
8897
8919
|
def Bucket(self):
|
|
8898
|
-
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
8920
|
+
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
8921
|
+
|
|
8922
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
8899
8923
|
:rtype: str
|
|
8900
8924
|
"""
|
|
8901
8925
|
return self._Bucket
|
|
@@ -8919,7 +8943,7 @@ class CreateShipperRequest(AbstractModel):
|
|
|
8919
8943
|
|
|
8920
8944
|
@property
|
|
8921
8945
|
def ShipperName(self):
|
|
8922
|
-
"""
|
|
8946
|
+
"""投递规则的名字。最大支持255个字符
|
|
8923
8947
|
:rtype: str
|
|
8924
8948
|
"""
|
|
8925
8949
|
return self._ShipperName
|
|
@@ -9031,15 +9055,17 @@ class CreateShipperRequest(AbstractModel):
|
|
|
9031
9055
|
|
|
9032
9056
|
@property
|
|
9033
9057
|
def StorageType(self):
|
|
9034
|
-
"""
|
|
9058
|
+
"""对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
9059
|
+
参考值有:
|
|
9035
9060
|
|
|
9036
|
-
|
|
9037
|
-
|
|
9038
|
-
|
|
9039
|
-
|
|
9040
|
-
|
|
9041
|
-
|
|
9042
|
-
|
|
9061
|
+
- STANDARD:标准存储
|
|
9062
|
+
- STANDARD_IA:低频存储
|
|
9063
|
+
- ARCHIVE:归档存储
|
|
9064
|
+
- DEEP_ARCHIVE:深度归档存储
|
|
9065
|
+
- MAZ_STANDARD:标准存储(多 AZ)
|
|
9066
|
+
- MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
9067
|
+
- INTELLIGENT_TIERING:智能分层存储
|
|
9068
|
+
- MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
9043
9069
|
:rtype: str
|
|
9044
9070
|
"""
|
|
9045
9071
|
return self._StorageType
|
|
@@ -9664,7 +9690,7 @@ class DashboardInfo(AbstractModel):
|
|
|
9664
9690
|
:type DashboardName: str
|
|
9665
9691
|
:param _Data: 仪表盘数据
|
|
9666
9692
|
:type Data: str
|
|
9667
|
-
:param _CreateTime:
|
|
9693
|
+
:param _CreateTime: 创建仪表盘的时间。格式:YYYY-MM-DD HH:MM:SS
|
|
9668
9694
|
:type CreateTime: str
|
|
9669
9695
|
:param _AssumerUin: AssumerUin非空则表示创建该日志主题的服务方Uin
|
|
9670
9696
|
:type AssumerUin: int
|
|
@@ -9676,7 +9702,7 @@ class DashboardInfo(AbstractModel):
|
|
|
9676
9702
|
:type Tags: list of Tag
|
|
9677
9703
|
:param _DashboardRegion: 仪表盘所在地域: 为了兼容老的地域。
|
|
9678
9704
|
:type DashboardRegion: str
|
|
9679
|
-
:param _UpdateTime:
|
|
9705
|
+
:param _UpdateTime: 修改仪表盘的时间。格式:YYYY-MM-DD HH:MM:SS
|
|
9680
9706
|
:type UpdateTime: str
|
|
9681
9707
|
:param _DashboardTopicInfos: 仪表盘对应的topic相关信息
|
|
9682
9708
|
:type DashboardTopicInfos: list of DashboardTopicInfo
|
|
@@ -9728,7 +9754,7 @@ class DashboardInfo(AbstractModel):
|
|
|
9728
9754
|
|
|
9729
9755
|
@property
|
|
9730
9756
|
def CreateTime(self):
|
|
9731
|
-
"""
|
|
9757
|
+
"""创建仪表盘的时间。格式:YYYY-MM-DD HH:MM:SS
|
|
9732
9758
|
:rtype: str
|
|
9733
9759
|
"""
|
|
9734
9760
|
return self._CreateTime
|
|
@@ -9794,7 +9820,7 @@ class DashboardInfo(AbstractModel):
|
|
|
9794
9820
|
|
|
9795
9821
|
@property
|
|
9796
9822
|
def UpdateTime(self):
|
|
9797
|
-
"""
|
|
9823
|
+
"""修改仪表盘的时间。格式:YYYY-MM-DD HH:MM:SS
|
|
9798
9824
|
:rtype: str
|
|
9799
9825
|
"""
|
|
9800
9826
|
return self._UpdateTime
|
|
@@ -10148,7 +10174,29 @@ class DashboardTopicInfo(AbstractModel):
|
|
|
10148
10174
|
r"""
|
|
10149
10175
|
:param _TopicId: 主题id
|
|
10150
10176
|
:type TopicId: str
|
|
10151
|
-
:param _Region: topic
|
|
10177
|
+
:param _Region: topic所在的地域。
|
|
10178
|
+
- 1:广州
|
|
10179
|
+
- 4:上海
|
|
10180
|
+
- 5:中国香港
|
|
10181
|
+
- 7:上海金融
|
|
10182
|
+
- 8:北京
|
|
10183
|
+
- 9:新加坡
|
|
10184
|
+
- 11:深圳金融
|
|
10185
|
+
- 15:硅谷
|
|
10186
|
+
- 16:成都
|
|
10187
|
+
- 17:法兰克福
|
|
10188
|
+
- 18:首尔
|
|
10189
|
+
- 19:重庆
|
|
10190
|
+
- 22:弗吉尼亚
|
|
10191
|
+
- 23:曼谷
|
|
10192
|
+
- 25:东京
|
|
10193
|
+
- 33:南京
|
|
10194
|
+
- 36:天津
|
|
10195
|
+
- 39:台北
|
|
10196
|
+
- 46:北京金融
|
|
10197
|
+
- 72:雅加达
|
|
10198
|
+
- 74:圣保罗
|
|
10199
|
+
- 78:上海自动驾驶云
|
|
10152
10200
|
:type Region: str
|
|
10153
10201
|
"""
|
|
10154
10202
|
self._TopicId = None
|
|
@@ -10167,7 +10215,29 @@ class DashboardTopicInfo(AbstractModel):
|
|
|
10167
10215
|
|
|
10168
10216
|
@property
|
|
10169
10217
|
def Region(self):
|
|
10170
|
-
"""topic
|
|
10218
|
+
"""topic所在的地域。
|
|
10219
|
+
- 1:广州
|
|
10220
|
+
- 4:上海
|
|
10221
|
+
- 5:中国香港
|
|
10222
|
+
- 7:上海金融
|
|
10223
|
+
- 8:北京
|
|
10224
|
+
- 9:新加坡
|
|
10225
|
+
- 11:深圳金融
|
|
10226
|
+
- 15:硅谷
|
|
10227
|
+
- 16:成都
|
|
10228
|
+
- 17:法兰克福
|
|
10229
|
+
- 18:首尔
|
|
10230
|
+
- 19:重庆
|
|
10231
|
+
- 22:弗吉尼亚
|
|
10232
|
+
- 23:曼谷
|
|
10233
|
+
- 25:东京
|
|
10234
|
+
- 33:南京
|
|
10235
|
+
- 36:天津
|
|
10236
|
+
- 39:台北
|
|
10237
|
+
- 46:北京金融
|
|
10238
|
+
- 72:雅加达
|
|
10239
|
+
- 74:圣保罗
|
|
10240
|
+
- 78:上海自动驾驶云
|
|
10171
10241
|
:rtype: str
|
|
10172
10242
|
"""
|
|
10173
10243
|
return self._Region
|
|
@@ -11204,9 +11274,11 @@ class DeleteCosRechargeRequest(AbstractModel):
|
|
|
11204
11274
|
|
|
11205
11275
|
def __init__(self):
|
|
11206
11276
|
r"""
|
|
11207
|
-
:param _Id: COS导入配置Id
|
|
11277
|
+
:param _Id: COS导入配置Id。
|
|
11278
|
+
- 通过[获取投递任务列表](https://cloud.tencent.com/document/api/614/58745)获取COS导入配置Id。
|
|
11208
11279
|
:type Id: str
|
|
11209
|
-
:param _TopicId: 日志主题Id
|
|
11280
|
+
:param _TopicId: 日志主题Id。
|
|
11281
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/api/614/56454)获取日志主题Id。
|
|
11210
11282
|
:type TopicId: str
|
|
11211
11283
|
"""
|
|
11212
11284
|
self._Id = None
|
|
@@ -11214,7 +11286,8 @@ class DeleteCosRechargeRequest(AbstractModel):
|
|
|
11214
11286
|
|
|
11215
11287
|
@property
|
|
11216
11288
|
def Id(self):
|
|
11217
|
-
"""COS导入配置Id
|
|
11289
|
+
"""COS导入配置Id。
|
|
11290
|
+
- 通过[获取投递任务列表](https://cloud.tencent.com/document/api/614/58745)获取COS导入配置Id。
|
|
11218
11291
|
:rtype: str
|
|
11219
11292
|
"""
|
|
11220
11293
|
return self._Id
|
|
@@ -11225,7 +11298,8 @@ class DeleteCosRechargeRequest(AbstractModel):
|
|
|
11225
11298
|
|
|
11226
11299
|
@property
|
|
11227
11300
|
def TopicId(self):
|
|
11228
|
-
"""日志主题Id
|
|
11301
|
+
"""日志主题Id。
|
|
11302
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/api/614/56454)获取日志主题Id。
|
|
11229
11303
|
:rtype: str
|
|
11230
11304
|
"""
|
|
11231
11305
|
return self._TopicId
|
|
@@ -11972,14 +12046,16 @@ class DeleteShipperRequest(AbstractModel):
|
|
|
11972
12046
|
|
|
11973
12047
|
def __init__(self):
|
|
11974
12048
|
r"""
|
|
11975
|
-
:param _ShipperId: 投递规则
|
|
12049
|
+
:param _ShipperId: 投递规则Id。
|
|
12050
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
11976
12051
|
:type ShipperId: str
|
|
11977
12052
|
"""
|
|
11978
12053
|
self._ShipperId = None
|
|
11979
12054
|
|
|
11980
12055
|
@property
|
|
11981
12056
|
def ShipperId(self):
|
|
11982
|
-
"""投递规则
|
|
12057
|
+
"""投递规则Id。
|
|
12058
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
11983
12059
|
:rtype: str
|
|
11984
12060
|
"""
|
|
11985
12061
|
return self._ShipperId
|
|
@@ -13713,7 +13789,8 @@ class DescribeCosRechargesRequest(AbstractModel):
|
|
|
13713
13789
|
|
|
13714
13790
|
def __init__(self):
|
|
13715
13791
|
r"""
|
|
13716
|
-
:param _TopicId: 日志主题
|
|
13792
|
+
:param _TopicId: 日志主题Id。
|
|
13793
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/api/614/56454)获取日志主题Id。
|
|
13717
13794
|
:type TopicId: str
|
|
13718
13795
|
:param _Status: 状态 status 0: 已创建, 1: 运行中, 2: 已停止, 3: 已完成, 4: 运行失败。
|
|
13719
13796
|
:type Status: int
|
|
@@ -13726,7 +13803,8 @@ class DescribeCosRechargesRequest(AbstractModel):
|
|
|
13726
13803
|
|
|
13727
13804
|
@property
|
|
13728
13805
|
def TopicId(self):
|
|
13729
|
-
"""日志主题
|
|
13806
|
+
"""日志主题Id。
|
|
13807
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/api/614/56454)获取日志主题Id。
|
|
13730
13808
|
:rtype: str
|
|
13731
13809
|
"""
|
|
13732
13810
|
return self._TopicId
|
|
@@ -13932,13 +14010,40 @@ class DescribeDashboardsRequest(AbstractModel):
|
|
|
13932
14010
|
:type Limit: int
|
|
13933
14011
|
:param _Filters: - dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。
|
|
13934
14012
|
- dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。
|
|
13935
|
-
- dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。
|
|
14013
|
+
- dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。 [地域和访问域名](https://cloud.tencent.com/document/product/614/18940),例如:ap-guangzhou
|
|
13936
14014
|
- tagKey 按照【标签键】进行过滤,类型:String,必选:否。
|
|
13937
14015
|
- tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,使用请参考[示例2](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B)。
|
|
13938
14016
|
|
|
13939
14017
|
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
13940
14018
|
:type Filters: list of Filter
|
|
13941
14019
|
:param _TopicIdRegionFilter: 按照topicId和regionId过滤。
|
|
14020
|
+
|
|
14021
|
+
- topicId:日志主题Id。
|
|
14022
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
14023
|
+
- regionId
|
|
14024
|
+
- 1:广州
|
|
14025
|
+
- 4:上海
|
|
14026
|
+
- 5:中国香港
|
|
14027
|
+
- 7:上海金融
|
|
14028
|
+
- 8:北京
|
|
14029
|
+
- 9:新加坡
|
|
14030
|
+
- 11:深圳金融
|
|
14031
|
+
- 15:硅谷
|
|
14032
|
+
- 16:成都
|
|
14033
|
+
- 17:法兰克福
|
|
14034
|
+
- 18:首尔
|
|
14035
|
+
- 19:重庆
|
|
14036
|
+
- 22:弗吉尼亚
|
|
14037
|
+
- 23:曼谷
|
|
14038
|
+
- 25:东京
|
|
14039
|
+
- 33:南京
|
|
14040
|
+
- 36:天津
|
|
14041
|
+
- 39:台北
|
|
14042
|
+
- 46:北京金融
|
|
14043
|
+
- 72:雅加达
|
|
14044
|
+
- 74:圣保罗
|
|
14045
|
+
- 78:上海自动驾驶云
|
|
14046
|
+
|
|
13942
14047
|
:type TopicIdRegionFilter: list of TopicIdAndRegion
|
|
13943
14048
|
"""
|
|
13944
14049
|
self._Offset = None
|
|
@@ -13972,7 +14077,7 @@ class DescribeDashboardsRequest(AbstractModel):
|
|
|
13972
14077
|
def Filters(self):
|
|
13973
14078
|
"""- dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。
|
|
13974
14079
|
- dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。
|
|
13975
|
-
- dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。
|
|
14080
|
+
- dashboardRegion 按照【仪表盘地域】进行过滤,为了兼容老的仪表盘,通过云API创建的仪表盘没有地域属性,类型:String,必选:否。 [地域和访问域名](https://cloud.tencent.com/document/product/614/18940),例如:ap-guangzhou
|
|
13976
14081
|
- tagKey 按照【标签键】进行过滤,类型:String,必选:否。
|
|
13977
14082
|
- tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,使用请参考[示例2](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B)。
|
|
13978
14083
|
|
|
@@ -13988,6 +14093,33 @@ class DescribeDashboardsRequest(AbstractModel):
|
|
|
13988
14093
|
@property
|
|
13989
14094
|
def TopicIdRegionFilter(self):
|
|
13990
14095
|
"""按照topicId和regionId过滤。
|
|
14096
|
+
|
|
14097
|
+
- topicId:日志主题Id。
|
|
14098
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
14099
|
+
- regionId
|
|
14100
|
+
- 1:广州
|
|
14101
|
+
- 4:上海
|
|
14102
|
+
- 5:中国香港
|
|
14103
|
+
- 7:上海金融
|
|
14104
|
+
- 8:北京
|
|
14105
|
+
- 9:新加坡
|
|
14106
|
+
- 11:深圳金融
|
|
14107
|
+
- 15:硅谷
|
|
14108
|
+
- 16:成都
|
|
14109
|
+
- 17:法兰克福
|
|
14110
|
+
- 18:首尔
|
|
14111
|
+
- 19:重庆
|
|
14112
|
+
- 22:弗吉尼亚
|
|
14113
|
+
- 23:曼谷
|
|
14114
|
+
- 25:东京
|
|
14115
|
+
- 33:南京
|
|
14116
|
+
- 36:天津
|
|
14117
|
+
- 39:台北
|
|
14118
|
+
- 46:北京金融
|
|
14119
|
+
- 72:雅加达
|
|
14120
|
+
- 74:圣保罗
|
|
14121
|
+
- 78:上海自动驾驶云
|
|
14122
|
+
|
|
13991
14123
|
:rtype: list of TopicIdAndRegion
|
|
13992
14124
|
"""
|
|
13993
14125
|
return self._TopicIdRegionFilter
|
|
@@ -15751,34 +15883,36 @@ class DescribeMachinesRequest(AbstractModel):
|
|
|
15751
15883
|
|
|
15752
15884
|
def __init__(self):
|
|
15753
15885
|
r"""
|
|
15754
|
-
:param _GroupId: 查询的机器组ID
|
|
15886
|
+
:param _GroupId: 查询的机器组ID。
|
|
15887
|
+
|
|
15888
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组ID。
|
|
15755
15889
|
:type GroupId: str
|
|
15756
15890
|
:param _Filters: ip
|
|
15757
|
-
-
|
|
15891
|
+
- 按照ip进行过滤。
|
|
15758
15892
|
- 类型:String
|
|
15759
15893
|
- 必选:否
|
|
15760
15894
|
|
|
15761
15895
|
instance
|
|
15762
|
-
-
|
|
15896
|
+
- 按照实例id进行过滤。
|
|
15763
15897
|
- 类型:String
|
|
15764
15898
|
- 必选:否
|
|
15765
15899
|
|
|
15766
15900
|
version
|
|
15767
|
-
-
|
|
15901
|
+
- 按照LogListener版本进行过滤。
|
|
15768
15902
|
- 类型:String
|
|
15769
15903
|
- 必选:否
|
|
15770
15904
|
|
|
15771
15905
|
status
|
|
15772
|
-
-
|
|
15906
|
+
- 按照机器状态进行过滤。
|
|
15773
15907
|
- 类型:String
|
|
15774
15908
|
- 必选:否
|
|
15775
15909
|
- 可选值:0:离线,1:正常
|
|
15776
15910
|
|
|
15777
15911
|
offlineTime
|
|
15778
|
-
-
|
|
15912
|
+
- 按照机器离线时间进行过滤。
|
|
15779
15913
|
- 类型:String
|
|
15780
15914
|
- 必选:否
|
|
15781
|
-
-
|
|
15915
|
+
- -可选值:0:无离线时间,12:12小时内,24:一天内,48:两天内,99:两天前
|
|
15782
15916
|
|
|
15783
15917
|
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
15784
15918
|
:type Filters: list of Filter
|
|
@@ -15794,7 +15928,9 @@ offlineTime
|
|
|
15794
15928
|
|
|
15795
15929
|
@property
|
|
15796
15930
|
def GroupId(self):
|
|
15797
|
-
"""查询的机器组ID
|
|
15931
|
+
"""查询的机器组ID。
|
|
15932
|
+
|
|
15933
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组ID。
|
|
15798
15934
|
:rtype: str
|
|
15799
15935
|
"""
|
|
15800
15936
|
return self._GroupId
|
|
@@ -15806,31 +15942,31 @@ offlineTime
|
|
|
15806
15942
|
@property
|
|
15807
15943
|
def Filters(self):
|
|
15808
15944
|
"""ip
|
|
15809
|
-
-
|
|
15945
|
+
- 按照ip进行过滤。
|
|
15810
15946
|
- 类型:String
|
|
15811
15947
|
- 必选:否
|
|
15812
15948
|
|
|
15813
15949
|
instance
|
|
15814
|
-
-
|
|
15950
|
+
- 按照实例id进行过滤。
|
|
15815
15951
|
- 类型:String
|
|
15816
15952
|
- 必选:否
|
|
15817
15953
|
|
|
15818
15954
|
version
|
|
15819
|
-
-
|
|
15955
|
+
- 按照LogListener版本进行过滤。
|
|
15820
15956
|
- 类型:String
|
|
15821
15957
|
- 必选:否
|
|
15822
15958
|
|
|
15823
15959
|
status
|
|
15824
|
-
-
|
|
15960
|
+
- 按照机器状态进行过滤。
|
|
15825
15961
|
- 类型:String
|
|
15826
15962
|
- 必选:否
|
|
15827
15963
|
- 可选值:0:离线,1:正常
|
|
15828
15964
|
|
|
15829
15965
|
offlineTime
|
|
15830
|
-
-
|
|
15966
|
+
- 按照机器离线时间进行过滤。
|
|
15831
15967
|
- 类型:String
|
|
15832
15968
|
- 必选:否
|
|
15833
|
-
-
|
|
15969
|
+
- -可选值:0:无离线时间,12:12小时内,24:一天内,48:两天内,99:两天前
|
|
15834
15970
|
|
|
15835
15971
|
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
15836
15972
|
:rtype: list of Filter
|
|
@@ -16447,7 +16583,9 @@ class DescribeShipperTasksRequest(AbstractModel):
|
|
|
16447
16583
|
|
|
16448
16584
|
def __init__(self):
|
|
16449
16585
|
r"""
|
|
16450
|
-
:param _ShipperId: 投递规则
|
|
16586
|
+
:param _ShipperId: 投递规则Id。
|
|
16587
|
+
|
|
16588
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
16451
16589
|
:type ShipperId: str
|
|
16452
16590
|
:param _StartTime: 查询的开始时间戳,支持最近3天的查询, 毫秒。
|
|
16453
16591
|
StartTime必须小于EndTime
|
|
@@ -16462,7 +16600,9 @@ StartTime必须小于EndTime
|
|
|
16462
16600
|
|
|
16463
16601
|
@property
|
|
16464
16602
|
def ShipperId(self):
|
|
16465
|
-
"""投递规则
|
|
16603
|
+
"""投递规则Id。
|
|
16604
|
+
|
|
16605
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
16466
16606
|
:rtype: str
|
|
16467
16607
|
"""
|
|
16468
16608
|
return self._ShipperId
|
|
@@ -16576,10 +16716,9 @@ class DescribeShippersRequest(AbstractModel):
|
|
|
16576
16716
|
- topicId:按照【日志主题】进行过滤。
|
|
16577
16717
|
类型:String。
|
|
16578
16718
|
必选:否
|
|
16579
|
-
- taskStatus
|
|
16580
|
-
|
|
16581
|
-
|
|
16582
|
-
必选:否
|
|
16719
|
+
- taskStatus:按照【任务运行状态】进行过滤。 支持`0`:停止,`1`:运行中,`2`:异常
|
|
16720
|
+
类型:String
|
|
16721
|
+
必选:否
|
|
16583
16722
|
|
|
16584
16723
|
每次请求的Filters的上限为10,Filter.Values的上限为10。
|
|
16585
16724
|
:type Filters: list of Filter
|
|
@@ -16606,10 +16745,9 @@ class DescribeShippersRequest(AbstractModel):
|
|
|
16606
16745
|
- topicId:按照【日志主题】进行过滤。
|
|
16607
16746
|
类型:String。
|
|
16608
16747
|
必选:否
|
|
16609
|
-
- taskStatus
|
|
16610
|
-
|
|
16611
|
-
|
|
16612
|
-
必选:否
|
|
16748
|
+
- taskStatus:按照【任务运行状态】进行过滤。 支持`0`:停止,`1`:运行中,`2`:异常
|
|
16749
|
+
类型:String
|
|
16750
|
+
必选:否
|
|
16613
16751
|
|
|
16614
16752
|
每次请求的Filters的上限为10,Filter.Values的上限为10。
|
|
16615
16753
|
:rtype: list of Filter
|
|
@@ -20658,7 +20796,7 @@ class MachineInfo(AbstractModel):
|
|
|
20658
20796
|
:type InstanceID: str
|
|
20659
20797
|
:param _Status: 机器状态,0:异常,1:正常
|
|
20660
20798
|
:type Status: int
|
|
20661
|
-
:param _OfflineTime:
|
|
20799
|
+
:param _OfflineTime: 机器离线时间,空为正常,异常返回具体时间。时间格式:YYYY-MM-DD HH:mm:ss
|
|
20662
20800
|
:type OfflineTime: str
|
|
20663
20801
|
:param _AutoUpdate: 机器是否开启自动升级。0:关闭,1:开启
|
|
20664
20802
|
:type AutoUpdate: int
|
|
@@ -20718,7 +20856,7 @@ class MachineInfo(AbstractModel):
|
|
|
20718
20856
|
|
|
20719
20857
|
@property
|
|
20720
20858
|
def OfflineTime(self):
|
|
20721
|
-
"""
|
|
20859
|
+
"""机器离线时间,空为正常,异常返回具体时间。时间格式:YYYY-MM-DD HH:mm:ss
|
|
20722
20860
|
:rtype: str
|
|
20723
20861
|
"""
|
|
20724
20862
|
return self._OfflineTime
|
|
@@ -22843,15 +22981,21 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22843
22981
|
|
|
22844
22982
|
def __init__(self):
|
|
22845
22983
|
r"""
|
|
22846
|
-
:param _Id: COS导入配置Id
|
|
22984
|
+
:param _Id: COS导入配置Id。
|
|
22985
|
+
|
|
22986
|
+
- 通过[获取cos导入配置](https://cloud.tencent.com/document/product/614/88099)接口获取COS导入配置Id。
|
|
22847
22987
|
:type Id: str
|
|
22848
|
-
:param _TopicId: 日志主题Id
|
|
22988
|
+
:param _TopicId: 日志主题Id。
|
|
22989
|
+
|
|
22990
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
22849
22991
|
:type TopicId: str
|
|
22850
|
-
:param _Name: COS
|
|
22992
|
+
:param _Name: COS导入任务名称,最大支持128个字节。
|
|
22851
22993
|
:type Name: str
|
|
22852
22994
|
:param _Enable: 任务状态 0: 停用 , 1:启用
|
|
22853
22995
|
:type Enable: int
|
|
22854
22996
|
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
22997
|
+
|
|
22998
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
22855
22999
|
:type Bucket: str
|
|
22856
23000
|
:param _BucketRegion: COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
|
|
22857
23001
|
:type BucketRegion: str
|
|
@@ -22859,7 +23003,7 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22859
23003
|
:type Prefix: str
|
|
22860
23004
|
:param _LogType: 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文; 默认为minimalist_log
|
|
22861
23005
|
:type LogType: str
|
|
22862
|
-
:param _Compress: 解析格式。supported: "", "gzip", "lzop", "snappy"
|
|
23006
|
+
:param _Compress: 解析格式。supported: "", "gzip", "lzop", "snappy"。空串表示不压缩。
|
|
22863
23007
|
:type Compress: str
|
|
22864
23008
|
:param _ExtractRuleInfo: 提取规则,如果设置了ExtractRule,则必须设置LogType
|
|
22865
23009
|
:type ExtractRuleInfo: :class:`tencentcloud.cls.v20201016.models.ExtractRuleInfo`
|
|
@@ -22883,7 +23027,9 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22883
23027
|
|
|
22884
23028
|
@property
|
|
22885
23029
|
def Id(self):
|
|
22886
|
-
"""COS导入配置Id
|
|
23030
|
+
"""COS导入配置Id。
|
|
23031
|
+
|
|
23032
|
+
- 通过[获取cos导入配置](https://cloud.tencent.com/document/product/614/88099)接口获取COS导入配置Id。
|
|
22887
23033
|
:rtype: str
|
|
22888
23034
|
"""
|
|
22889
23035
|
return self._Id
|
|
@@ -22894,7 +23040,9 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22894
23040
|
|
|
22895
23041
|
@property
|
|
22896
23042
|
def TopicId(self):
|
|
22897
|
-
"""日志主题Id
|
|
23043
|
+
"""日志主题Id。
|
|
23044
|
+
|
|
23045
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
22898
23046
|
:rtype: str
|
|
22899
23047
|
"""
|
|
22900
23048
|
return self._TopicId
|
|
@@ -22905,7 +23053,7 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22905
23053
|
|
|
22906
23054
|
@property
|
|
22907
23055
|
def Name(self):
|
|
22908
|
-
"""COS
|
|
23056
|
+
"""COS导入任务名称,最大支持128个字节。
|
|
22909
23057
|
:rtype: str
|
|
22910
23058
|
"""
|
|
22911
23059
|
return self._Name
|
|
@@ -22928,6 +23076,8 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22928
23076
|
@property
|
|
22929
23077
|
def Bucket(self):
|
|
22930
23078
|
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
23079
|
+
|
|
23080
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
22931
23081
|
:rtype: str
|
|
22932
23082
|
"""
|
|
22933
23083
|
return self._Bucket
|
|
@@ -22971,7 +23121,7 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22971
23121
|
|
|
22972
23122
|
@property
|
|
22973
23123
|
def Compress(self):
|
|
22974
|
-
"""解析格式。supported: "", "gzip", "lzop", "snappy"
|
|
23124
|
+
"""解析格式。supported: "", "gzip", "lzop", "snappy"。空串表示不压缩。
|
|
22975
23125
|
:rtype: str
|
|
22976
23126
|
"""
|
|
22977
23127
|
return self._Compress
|
|
@@ -24467,9 +24617,13 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24467
24617
|
|
|
24468
24618
|
def __init__(self):
|
|
24469
24619
|
r"""
|
|
24470
|
-
:param _ShipperId: 投递规则
|
|
24620
|
+
:param _ShipperId: 投递规则Id。
|
|
24621
|
+
|
|
24622
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
24471
24623
|
:type ShipperId: str
|
|
24472
|
-
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
24624
|
+
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
24625
|
+
|
|
24626
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
24473
24627
|
:type Bucket: str
|
|
24474
24628
|
:param _Prefix: 投递规则投递的新的目录前缀。
|
|
24475
24629
|
- 仅支持0-9A-Za-z-_/
|
|
@@ -24493,15 +24647,17 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24493
24647
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
|
24494
24648
|
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名。
|
|
24495
24649
|
:type FilenameMode: int
|
|
24496
|
-
:param _StorageType:
|
|
24497
|
-
|
|
24498
|
-
|
|
24499
|
-
|
|
24500
|
-
|
|
24501
|
-
|
|
24502
|
-
|
|
24503
|
-
|
|
24504
|
-
|
|
24650
|
+
:param _StorageType: 对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
24651
|
+
参考值有:
|
|
24652
|
+
|
|
24653
|
+
- STANDARD:标准存储
|
|
24654
|
+
- STANDARD_IA:低频存储
|
|
24655
|
+
- ARCHIVE:归档存储
|
|
24656
|
+
- DEEP_ARCHIVE:深度归档存储
|
|
24657
|
+
- MAZ_STANDARD:标准存储(多 AZ)
|
|
24658
|
+
- MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
24659
|
+
- INTELLIGENT_TIERING:智能分层存储
|
|
24660
|
+
- MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
24505
24661
|
:type StorageType: str
|
|
24506
24662
|
"""
|
|
24507
24663
|
self._ShipperId = None
|
|
@@ -24520,7 +24676,9 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24520
24676
|
|
|
24521
24677
|
@property
|
|
24522
24678
|
def ShipperId(self):
|
|
24523
|
-
"""投递规则
|
|
24679
|
+
"""投递规则Id。
|
|
24680
|
+
|
|
24681
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
24524
24682
|
:rtype: str
|
|
24525
24683
|
"""
|
|
24526
24684
|
return self._ShipperId
|
|
@@ -24531,7 +24689,9 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24531
24689
|
|
|
24532
24690
|
@property
|
|
24533
24691
|
def Bucket(self):
|
|
24534
|
-
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
24692
|
+
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
24693
|
+
|
|
24694
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
24535
24695
|
:rtype: str
|
|
24536
24696
|
"""
|
|
24537
24697
|
return self._Bucket
|
|
@@ -24654,15 +24814,17 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24654
24814
|
|
|
24655
24815
|
@property
|
|
24656
24816
|
def StorageType(self):
|
|
24657
|
-
"""
|
|
24817
|
+
"""对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
24818
|
+
参考值有:
|
|
24658
24819
|
|
|
24659
|
-
|
|
24660
|
-
|
|
24661
|
-
|
|
24662
|
-
|
|
24663
|
-
|
|
24664
|
-
|
|
24665
|
-
|
|
24820
|
+
- STANDARD:标准存储
|
|
24821
|
+
- STANDARD_IA:低频存储
|
|
24822
|
+
- ARCHIVE:归档存储
|
|
24823
|
+
- DEEP_ARCHIVE:深度归档存储
|
|
24824
|
+
- MAZ_STANDARD:标准存储(多 AZ)
|
|
24825
|
+
- MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
24826
|
+
- INTELLIGENT_TIERING:智能分层存储
|
|
24827
|
+
- MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
24666
24828
|
:rtype: str
|
|
24667
24829
|
"""
|
|
24668
24830
|
return self._StorageType
|
|
@@ -27032,9 +27194,13 @@ class RetryShipperTaskRequest(AbstractModel):
|
|
|
27032
27194
|
|
|
27033
27195
|
def __init__(self):
|
|
27034
27196
|
r"""
|
|
27035
|
-
:param _ShipperId: 投递规则
|
|
27197
|
+
:param _ShipperId: 投递规则Id。
|
|
27198
|
+
|
|
27199
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
27036
27200
|
:type ShipperId: str
|
|
27037
|
-
:param _TaskId: 投递任务
|
|
27201
|
+
:param _TaskId: 投递任务Id。
|
|
27202
|
+
|
|
27203
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745) 获取TaskId。
|
|
27038
27204
|
:type TaskId: str
|
|
27039
27205
|
"""
|
|
27040
27206
|
self._ShipperId = None
|
|
@@ -27042,7 +27208,9 @@ class RetryShipperTaskRequest(AbstractModel):
|
|
|
27042
27208
|
|
|
27043
27209
|
@property
|
|
27044
27210
|
def ShipperId(self):
|
|
27045
|
-
"""投递规则
|
|
27211
|
+
"""投递规则Id。
|
|
27212
|
+
|
|
27213
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
27046
27214
|
:rtype: str
|
|
27047
27215
|
"""
|
|
27048
27216
|
return self._ShipperId
|
|
@@ -27053,7 +27221,9 @@ class RetryShipperTaskRequest(AbstractModel):
|
|
|
27053
27221
|
|
|
27054
27222
|
@property
|
|
27055
27223
|
def TaskId(self):
|
|
27056
|
-
"""投递任务
|
|
27224
|
+
"""投递任务Id。
|
|
27225
|
+
|
|
27226
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745) 获取TaskId。
|
|
27057
27227
|
:rtype: str
|
|
27058
27228
|
"""
|
|
27059
27229
|
return self._TaskId
|
|
@@ -27799,19 +27969,24 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27799
27969
|
|
|
27800
27970
|
def __init__(self):
|
|
27801
27971
|
r"""
|
|
27802
|
-
:param _TopicId: 日志主题
|
|
27972
|
+
:param _TopicId: 日志主题Id。
|
|
27973
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
27803
27974
|
:type TopicId: str
|
|
27804
|
-
:param _LogsetId: 日志集
|
|
27975
|
+
:param _LogsetId: 日志集Id。
|
|
27976
|
+
|
|
27977
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
27805
27978
|
:type LogsetId: str
|
|
27806
|
-
:param _Name:
|
|
27979
|
+
:param _Name: COS导入任务名称,最大支持128个字节。
|
|
27807
27980
|
:type Name: str
|
|
27808
|
-
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
27981
|
+
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
27982
|
+
|
|
27983
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
27809
27984
|
:type Bucket: str
|
|
27810
27985
|
:param _BucketRegion: COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
|
|
27811
27986
|
:type BucketRegion: str
|
|
27812
27987
|
:param _Prefix: COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。
|
|
27813
27988
|
:type Prefix: str
|
|
27814
|
-
:param _Compress: 压缩模式: "", "gzip", "lzop", "snappy"
|
|
27989
|
+
:param _Compress: 压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩
|
|
27815
27990
|
:type Compress: str
|
|
27816
27991
|
"""
|
|
27817
27992
|
self._TopicId = None
|
|
@@ -27824,7 +27999,8 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27824
27999
|
|
|
27825
28000
|
@property
|
|
27826
28001
|
def TopicId(self):
|
|
27827
|
-
"""日志主题
|
|
28002
|
+
"""日志主题Id。
|
|
28003
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
27828
28004
|
:rtype: str
|
|
27829
28005
|
"""
|
|
27830
28006
|
return self._TopicId
|
|
@@ -27835,7 +28011,9 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27835
28011
|
|
|
27836
28012
|
@property
|
|
27837
28013
|
def LogsetId(self):
|
|
27838
|
-
"""日志集
|
|
28014
|
+
"""日志集Id。
|
|
28015
|
+
|
|
28016
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
27839
28017
|
:rtype: str
|
|
27840
28018
|
"""
|
|
27841
28019
|
return self._LogsetId
|
|
@@ -27846,7 +28024,7 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27846
28024
|
|
|
27847
28025
|
@property
|
|
27848
28026
|
def Name(self):
|
|
27849
|
-
"""
|
|
28027
|
+
"""COS导入任务名称,最大支持128个字节。
|
|
27850
28028
|
:rtype: str
|
|
27851
28029
|
"""
|
|
27852
28030
|
return self._Name
|
|
@@ -27857,7 +28035,9 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27857
28035
|
|
|
27858
28036
|
@property
|
|
27859
28037
|
def Bucket(self):
|
|
27860
|
-
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
28038
|
+
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
28039
|
+
|
|
28040
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
27861
28041
|
:rtype: str
|
|
27862
28042
|
"""
|
|
27863
28043
|
return self._Bucket
|
|
@@ -27890,7 +28070,7 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27890
28070
|
|
|
27891
28071
|
@property
|
|
27892
28072
|
def Compress(self):
|
|
27893
|
-
"""压缩模式: "", "gzip", "lzop", "snappy"
|
|
28073
|
+
"""压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩
|
|
27894
28074
|
:rtype: str
|
|
27895
28075
|
"""
|
|
27896
28076
|
return self._Compress
|
|
@@ -27933,7 +28113,16 @@ class SearchCosRechargeInfoResponse(AbstractModel):
|
|
|
27933
28113
|
:type Path: str
|
|
27934
28114
|
:param _Msg: 预览获取数据失败原因
|
|
27935
28115
|
:type Msg: str
|
|
27936
|
-
:param _Status:
|
|
28116
|
+
:param _Status: 状态。
|
|
28117
|
+
- 0:成功
|
|
28118
|
+
- 10000:参数错误,请确认参数
|
|
28119
|
+
- 10001:授权失败,请确认授权
|
|
28120
|
+
- 10002:获取文件列表失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
28121
|
+
- 10003:桶内无相应前缀文件,请使用正确的桶、文件前缀和压缩方式
|
|
28122
|
+
- 10004:文件下载失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
28123
|
+
- 10005:文件解压缩失败,请选择正确的压缩方式然后再试
|
|
28124
|
+
- 10006:读取文件内容失败,请确认文件可读
|
|
28125
|
+
- 10007:文件预览失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
27937
28126
|
:type Status: int
|
|
27938
28127
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
27939
28128
|
:type RequestId: str
|
|
@@ -27991,7 +28180,16 @@ class SearchCosRechargeInfoResponse(AbstractModel):
|
|
|
27991
28180
|
|
|
27992
28181
|
@property
|
|
27993
28182
|
def Status(self):
|
|
27994
|
-
"""
|
|
28183
|
+
"""状态。
|
|
28184
|
+
- 0:成功
|
|
28185
|
+
- 10000:参数错误,请确认参数
|
|
28186
|
+
- 10001:授权失败,请确认授权
|
|
28187
|
+
- 10002:获取文件列表失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
28188
|
+
- 10003:桶内无相应前缀文件,请使用正确的桶、文件前缀和压缩方式
|
|
28189
|
+
- 10004:文件下载失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
28190
|
+
- 10005:文件解压缩失败,请选择正确的压缩方式然后再试
|
|
28191
|
+
- 10006:读取文件内容失败,请确认文件可读
|
|
28192
|
+
- 10007:文件预览失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
27995
28193
|
:rtype: int
|
|
27996
28194
|
"""
|
|
27997
28195
|
return self._Status
|
|
@@ -28870,7 +29068,7 @@ class ShipperInfo(AbstractModel):
|
|
|
28870
29068
|
:type Compress: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
|
28871
29069
|
:param _Content: 投递日志的内容格式配置
|
|
28872
29070
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
|
28873
|
-
:param _CreateTime:
|
|
29071
|
+
:param _CreateTime: 投递日志的创建时间。格式:YYYY-MM-DD HH:MM:SS
|
|
28874
29072
|
:type CreateTime: str
|
|
28875
29073
|
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
|
28876
29074
|
:type FilenameMode: int
|
|
@@ -28889,7 +29087,16 @@ class ShipperInfo(AbstractModel):
|
|
|
28889
29087
|
3:任务运行异常
|
|
28890
29088
|
4:任务运行结束
|
|
28891
29089
|
:type HistoryStatus: int
|
|
28892
|
-
:param _StorageType:
|
|
29090
|
+
:param _StorageType: 对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
29091
|
+
参考值有:
|
|
29092
|
+
STANDARD:标准存储
|
|
29093
|
+
STANDARD_IA:低频存储
|
|
29094
|
+
ARCHIVE:归档存储
|
|
29095
|
+
DEEP_ARCHIVE:深度归档存储
|
|
29096
|
+
MAZ_STANDARD:标准存储(多 AZ)
|
|
29097
|
+
MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
29098
|
+
INTELLIGENT_TIERING:智能分层存储
|
|
29099
|
+
MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
28893
29100
|
:type StorageType: str
|
|
28894
29101
|
"""
|
|
28895
29102
|
self._ShipperId = None
|
|
@@ -29047,7 +29254,7 @@ class ShipperInfo(AbstractModel):
|
|
|
29047
29254
|
|
|
29048
29255
|
@property
|
|
29049
29256
|
def CreateTime(self):
|
|
29050
|
-
"""
|
|
29257
|
+
"""投递日志的创建时间。格式:YYYY-MM-DD HH:MM:SS
|
|
29051
29258
|
:rtype: str
|
|
29052
29259
|
"""
|
|
29053
29260
|
return self._CreateTime
|
|
@@ -29129,7 +29336,16 @@ class ShipperInfo(AbstractModel):
|
|
|
29129
29336
|
|
|
29130
29337
|
@property
|
|
29131
29338
|
def StorageType(self):
|
|
29132
|
-
"""
|
|
29339
|
+
"""对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
29340
|
+
参考值有:
|
|
29341
|
+
STANDARD:标准存储
|
|
29342
|
+
STANDARD_IA:低频存储
|
|
29343
|
+
ARCHIVE:归档存储
|
|
29344
|
+
DEEP_ARCHIVE:深度归档存储
|
|
29345
|
+
MAZ_STANDARD:标准存储(多 AZ)
|
|
29346
|
+
MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
29347
|
+
INTELLIGENT_TIERING:智能分层存储
|
|
29348
|
+
MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
29133
29349
|
:rtype: str
|
|
29134
29350
|
"""
|
|
29135
29351
|
return self._StorageType
|