tencentcloud-sdk-python 3.0.1434__py2.py3-none-any.whl → 3.0.1436__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/autoscaling/v20180419/models.py +2 -2
- 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/cdn/v20180606/cdn_client.py +0 -575
- tencentcloud/cdn/v20180606/errorcodes.py +0 -48
- tencentcloud/cdn/v20180606/models.py +12881 -21511
- tencentcloud/cfs/v20190719/cfs_client.py +299 -0
- tencentcloud/cfs/v20190719/errorcodes.py +54 -0
- tencentcloud/cfs/v20190719/models.py +4445 -1986
- tencentcloud/clb/v20180317/models.py +44 -14
- tencentcloud/cls/v20201016/models.py +370 -136
- tencentcloud/ctem/v20231128/models.py +405 -15
- tencentcloud/dlc/v20210125/dlc_client.py +529 -0
- tencentcloud/dlc/v20210125/errorcodes.py +30 -0
- tencentcloud/dlc/v20210125/models.py +7581 -2530
- tencentcloud/emr/v20190103/models.py +2 -2
- tencentcloud/es/v20250101/models.py +70 -0
- tencentcloud/ess/v20201111/ess_client.py +53 -1
- tencentcloud/ess/v20201111/models.py +680 -0
- tencentcloud/hunyuan/v20230901/errorcodes.py +0 -27
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +0 -46
- tencentcloud/hunyuan/v20230901/models.py +0 -357
- 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/mps/v20190612/models.py +24 -8
- tencentcloud/mqtt/v20240516/models.py +150 -0
- tencentcloud/ocr/v20181119/models.py +4 -4
- tencentcloud/ssl/v20191205/errorcodes.py +1 -1
- tencentcloud/ssl/v20191205/models.py +45 -30
- tencentcloud/teo/v20220901/errorcodes.py +24 -0
- tencentcloud/teo/v20220901/models.py +3491 -433
- tencentcloud/teo/v20220901/teo_client.py +462 -0
- tencentcloud/tione/v20211111/models.py +15 -0
- tencentcloud/trtc/v20190722/models.py +70 -6
- tencentcloud/waf/v20180125/models.py +1029 -151
- tencentcloud/waf/v20180125/waf_client.py +92 -0
- 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.1436.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/RECORD +50 -50
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1434.dist-info → tencentcloud_sdk_python-3.0.1436.dist-info}/top_level.txt +0 -0
|
@@ -4458,7 +4458,7 @@ class ContentInfo(AbstractModel):
|
|
|
4458
4458
|
|
|
4459
4459
|
def __init__(self):
|
|
4460
4460
|
r"""
|
|
4461
|
-
:param _Format: 内容格式,支持json
|
|
4461
|
+
:param _Format: 内容格式,支持json,csv,parquet
|
|
4462
4462
|
:type Format: str
|
|
4463
4463
|
:param _Csv: csv格式内容描述
|
|
4464
4464
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -4477,7 +4477,7 @@ class ContentInfo(AbstractModel):
|
|
|
4477
4477
|
|
|
4478
4478
|
@property
|
|
4479
4479
|
def Format(self):
|
|
4480
|
-
"""内容格式,支持json
|
|
4480
|
+
"""内容格式,支持json,csv,parquet
|
|
4481
4481
|
:rtype: str
|
|
4482
4482
|
"""
|
|
4483
4483
|
return self._Format
|
|
@@ -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
|
|
@@ -18873,6 +19011,11 @@ class JsonInfo(AbstractModel):
|
|
|
18873
19011
|
:param _EnableTag: 启用标志
|
|
18874
19012
|
:type EnableTag: bool
|
|
18875
19013
|
:param _MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
|
|
19014
|
+
|
|
19015
|
+
- __SOURCE__:日志采集的源 IP,示例:10.0.1.2
|
|
19016
|
+
- __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
|
|
19017
|
+
- __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
|
|
19018
|
+
- __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
|
|
18876
19019
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18877
19020
|
:type MetaFields: list of str
|
|
18878
19021
|
:param _JsonType: 投递Json格式,0:字符串方式投递;1:以结构化方式投递
|
|
@@ -18896,6 +19039,11 @@ class JsonInfo(AbstractModel):
|
|
|
18896
19039
|
@property
|
|
18897
19040
|
def MetaFields(self):
|
|
18898
19041
|
"""元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
|
|
19042
|
+
|
|
19043
|
+
- __SOURCE__:日志采集的源 IP,示例:10.0.1.2
|
|
19044
|
+
- __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
|
|
19045
|
+
- __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
|
|
19046
|
+
- __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
|
|
18899
19047
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
18900
19048
|
:rtype: list of str
|
|
18901
19049
|
"""
|
|
@@ -20658,7 +20806,7 @@ class MachineInfo(AbstractModel):
|
|
|
20658
20806
|
:type InstanceID: str
|
|
20659
20807
|
:param _Status: 机器状态,0:异常,1:正常
|
|
20660
20808
|
:type Status: int
|
|
20661
|
-
:param _OfflineTime:
|
|
20809
|
+
:param _OfflineTime: 机器离线时间,空为正常,异常返回具体时间。时间格式:YYYY-MM-DD HH:mm:ss
|
|
20662
20810
|
:type OfflineTime: str
|
|
20663
20811
|
:param _AutoUpdate: 机器是否开启自动升级。0:关闭,1:开启
|
|
20664
20812
|
:type AutoUpdate: int
|
|
@@ -20718,7 +20866,7 @@ class MachineInfo(AbstractModel):
|
|
|
20718
20866
|
|
|
20719
20867
|
@property
|
|
20720
20868
|
def OfflineTime(self):
|
|
20721
|
-
"""
|
|
20869
|
+
"""机器离线时间,空为正常,异常返回具体时间。时间格式:YYYY-MM-DD HH:mm:ss
|
|
20722
20870
|
:rtype: str
|
|
20723
20871
|
"""
|
|
20724
20872
|
return self._OfflineTime
|
|
@@ -22843,15 +22991,21 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22843
22991
|
|
|
22844
22992
|
def __init__(self):
|
|
22845
22993
|
r"""
|
|
22846
|
-
:param _Id: COS导入配置Id
|
|
22994
|
+
:param _Id: COS导入配置Id。
|
|
22995
|
+
|
|
22996
|
+
- 通过[获取cos导入配置](https://cloud.tencent.com/document/product/614/88099)接口获取COS导入配置Id。
|
|
22847
22997
|
:type Id: str
|
|
22848
|
-
:param _TopicId: 日志主题Id
|
|
22998
|
+
:param _TopicId: 日志主题Id。
|
|
22999
|
+
|
|
23000
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
22849
23001
|
:type TopicId: str
|
|
22850
|
-
:param _Name: COS
|
|
23002
|
+
:param _Name: COS导入任务名称,最大支持128个字节。
|
|
22851
23003
|
:type Name: str
|
|
22852
23004
|
:param _Enable: 任务状态 0: 停用 , 1:启用
|
|
22853
23005
|
:type Enable: int
|
|
22854
23006
|
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
23007
|
+
|
|
23008
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
22855
23009
|
:type Bucket: str
|
|
22856
23010
|
:param _BucketRegion: COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
|
|
22857
23011
|
:type BucketRegion: str
|
|
@@ -22859,7 +23013,7 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22859
23013
|
:type Prefix: str
|
|
22860
23014
|
:param _LogType: 采集的日志类型,json_log代表json格式日志,delimiter_log代表分隔符格式日志,minimalist_log代表单行全文; 默认为minimalist_log
|
|
22861
23015
|
:type LogType: str
|
|
22862
|
-
:param _Compress: 解析格式。supported: "", "gzip", "lzop", "snappy"
|
|
23016
|
+
:param _Compress: 解析格式。supported: "", "gzip", "lzop", "snappy"。空串表示不压缩。
|
|
22863
23017
|
:type Compress: str
|
|
22864
23018
|
:param _ExtractRuleInfo: 提取规则,如果设置了ExtractRule,则必须设置LogType
|
|
22865
23019
|
:type ExtractRuleInfo: :class:`tencentcloud.cls.v20201016.models.ExtractRuleInfo`
|
|
@@ -22883,7 +23037,9 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22883
23037
|
|
|
22884
23038
|
@property
|
|
22885
23039
|
def Id(self):
|
|
22886
|
-
"""COS导入配置Id
|
|
23040
|
+
"""COS导入配置Id。
|
|
23041
|
+
|
|
23042
|
+
- 通过[获取cos导入配置](https://cloud.tencent.com/document/product/614/88099)接口获取COS导入配置Id。
|
|
22887
23043
|
:rtype: str
|
|
22888
23044
|
"""
|
|
22889
23045
|
return self._Id
|
|
@@ -22894,7 +23050,9 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22894
23050
|
|
|
22895
23051
|
@property
|
|
22896
23052
|
def TopicId(self):
|
|
22897
|
-
"""日志主题Id
|
|
23053
|
+
"""日志主题Id。
|
|
23054
|
+
|
|
23055
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
22898
23056
|
:rtype: str
|
|
22899
23057
|
"""
|
|
22900
23058
|
return self._TopicId
|
|
@@ -22905,7 +23063,7 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22905
23063
|
|
|
22906
23064
|
@property
|
|
22907
23065
|
def Name(self):
|
|
22908
|
-
"""COS
|
|
23066
|
+
"""COS导入任务名称,最大支持128个字节。
|
|
22909
23067
|
:rtype: str
|
|
22910
23068
|
"""
|
|
22911
23069
|
return self._Name
|
|
@@ -22928,6 +23086,8 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22928
23086
|
@property
|
|
22929
23087
|
def Bucket(self):
|
|
22930
23088
|
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
23089
|
+
|
|
23090
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
22931
23091
|
:rtype: str
|
|
22932
23092
|
"""
|
|
22933
23093
|
return self._Bucket
|
|
@@ -22971,7 +23131,7 @@ class ModifyCosRechargeRequest(AbstractModel):
|
|
|
22971
23131
|
|
|
22972
23132
|
@property
|
|
22973
23133
|
def Compress(self):
|
|
22974
|
-
"""解析格式。supported: "", "gzip", "lzop", "snappy"
|
|
23134
|
+
"""解析格式。supported: "", "gzip", "lzop", "snappy"。空串表示不压缩。
|
|
22975
23135
|
:rtype: str
|
|
22976
23136
|
"""
|
|
22977
23137
|
return self._Compress
|
|
@@ -24467,9 +24627,13 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24467
24627
|
|
|
24468
24628
|
def __init__(self):
|
|
24469
24629
|
r"""
|
|
24470
|
-
:param _ShipperId: 投递规则
|
|
24630
|
+
:param _ShipperId: 投递规则Id。
|
|
24631
|
+
|
|
24632
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
24471
24633
|
:type ShipperId: str
|
|
24472
|
-
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
24634
|
+
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
24635
|
+
|
|
24636
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
24473
24637
|
:type Bucket: str
|
|
24474
24638
|
:param _Prefix: 投递规则投递的新的目录前缀。
|
|
24475
24639
|
- 仅支持0-9A-Za-z-_/
|
|
@@ -24493,15 +24657,17 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24493
24657
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
|
24494
24658
|
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名。
|
|
24495
24659
|
:type FilenameMode: int
|
|
24496
|
-
:param _StorageType:
|
|
24497
|
-
|
|
24498
|
-
|
|
24499
|
-
|
|
24500
|
-
|
|
24501
|
-
|
|
24502
|
-
|
|
24503
|
-
|
|
24504
|
-
|
|
24660
|
+
:param _StorageType: 对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
24661
|
+
参考值有:
|
|
24662
|
+
|
|
24663
|
+
- STANDARD:标准存储
|
|
24664
|
+
- STANDARD_IA:低频存储
|
|
24665
|
+
- ARCHIVE:归档存储
|
|
24666
|
+
- DEEP_ARCHIVE:深度归档存储
|
|
24667
|
+
- MAZ_STANDARD:标准存储(多 AZ)
|
|
24668
|
+
- MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
24669
|
+
- INTELLIGENT_TIERING:智能分层存储
|
|
24670
|
+
- MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
24505
24671
|
:type StorageType: str
|
|
24506
24672
|
"""
|
|
24507
24673
|
self._ShipperId = None
|
|
@@ -24520,7 +24686,9 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24520
24686
|
|
|
24521
24687
|
@property
|
|
24522
24688
|
def ShipperId(self):
|
|
24523
|
-
"""投递规则
|
|
24689
|
+
"""投递规则Id。
|
|
24690
|
+
|
|
24691
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
24524
24692
|
:rtype: str
|
|
24525
24693
|
"""
|
|
24526
24694
|
return self._ShipperId
|
|
@@ -24531,7 +24699,9 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24531
24699
|
|
|
24532
24700
|
@property
|
|
24533
24701
|
def Bucket(self):
|
|
24534
|
-
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
24702
|
+
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
24703
|
+
|
|
24704
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
24535
24705
|
:rtype: str
|
|
24536
24706
|
"""
|
|
24537
24707
|
return self._Bucket
|
|
@@ -24654,15 +24824,17 @@ class ModifyShipperRequest(AbstractModel):
|
|
|
24654
24824
|
|
|
24655
24825
|
@property
|
|
24656
24826
|
def StorageType(self):
|
|
24657
|
-
"""
|
|
24827
|
+
"""对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
24828
|
+
参考值有:
|
|
24658
24829
|
|
|
24659
|
-
|
|
24660
|
-
|
|
24661
|
-
|
|
24662
|
-
|
|
24663
|
-
|
|
24664
|
-
|
|
24665
|
-
|
|
24830
|
+
- STANDARD:标准存储
|
|
24831
|
+
- STANDARD_IA:低频存储
|
|
24832
|
+
- ARCHIVE:归档存储
|
|
24833
|
+
- DEEP_ARCHIVE:深度归档存储
|
|
24834
|
+
- MAZ_STANDARD:标准存储(多 AZ)
|
|
24835
|
+
- MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
24836
|
+
- INTELLIGENT_TIERING:智能分层存储
|
|
24837
|
+
- MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
24666
24838
|
:rtype: str
|
|
24667
24839
|
"""
|
|
24668
24840
|
return self._StorageType
|
|
@@ -27032,9 +27204,13 @@ class RetryShipperTaskRequest(AbstractModel):
|
|
|
27032
27204
|
|
|
27033
27205
|
def __init__(self):
|
|
27034
27206
|
r"""
|
|
27035
|
-
:param _ShipperId: 投递规则
|
|
27207
|
+
:param _ShipperId: 投递规则Id。
|
|
27208
|
+
|
|
27209
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
27036
27210
|
:type ShipperId: str
|
|
27037
|
-
:param _TaskId: 投递任务
|
|
27211
|
+
:param _TaskId: 投递任务Id。
|
|
27212
|
+
|
|
27213
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745) 获取TaskId。
|
|
27038
27214
|
:type TaskId: str
|
|
27039
27215
|
"""
|
|
27040
27216
|
self._ShipperId = None
|
|
@@ -27042,7 +27218,9 @@ class RetryShipperTaskRequest(AbstractModel):
|
|
|
27042
27218
|
|
|
27043
27219
|
@property
|
|
27044
27220
|
def ShipperId(self):
|
|
27045
|
-
"""投递规则
|
|
27221
|
+
"""投递规则Id。
|
|
27222
|
+
|
|
27223
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745)获取ShipperId。
|
|
27046
27224
|
:rtype: str
|
|
27047
27225
|
"""
|
|
27048
27226
|
return self._ShipperId
|
|
@@ -27053,7 +27231,9 @@ class RetryShipperTaskRequest(AbstractModel):
|
|
|
27053
27231
|
|
|
27054
27232
|
@property
|
|
27055
27233
|
def TaskId(self):
|
|
27056
|
-
"""投递任务
|
|
27234
|
+
"""投递任务Id。
|
|
27235
|
+
|
|
27236
|
+
- 通过 [获取投递任务列表](https://cloud.tencent.com/document/product/614/58745) 获取TaskId。
|
|
27057
27237
|
:rtype: str
|
|
27058
27238
|
"""
|
|
27059
27239
|
return self._TaskId
|
|
@@ -27799,19 +27979,24 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27799
27979
|
|
|
27800
27980
|
def __init__(self):
|
|
27801
27981
|
r"""
|
|
27802
|
-
:param _TopicId: 日志主题
|
|
27982
|
+
:param _TopicId: 日志主题Id。
|
|
27983
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
27803
27984
|
:type TopicId: str
|
|
27804
|
-
:param _LogsetId: 日志集
|
|
27985
|
+
:param _LogsetId: 日志集Id。
|
|
27986
|
+
|
|
27987
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
27805
27988
|
:type LogsetId: str
|
|
27806
|
-
:param _Name:
|
|
27989
|
+
:param _Name: COS导入任务名称,最大支持128个字节。
|
|
27807
27990
|
:type Name: str
|
|
27808
|
-
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
27991
|
+
:param _Bucket: COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
27992
|
+
|
|
27993
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
27809
27994
|
:type Bucket: str
|
|
27810
27995
|
:param _BucketRegion: COS存储桶所在地域,详见产品支持的[地域列表](https://cloud.tencent.com/document/product/436/6224)。
|
|
27811
27996
|
:type BucketRegion: str
|
|
27812
27997
|
:param _Prefix: COS文件所在文件夹的前缀。默认为空,投递存储桶下所有的文件。
|
|
27813
27998
|
:type Prefix: str
|
|
27814
|
-
:param _Compress: 压缩模式: "", "gzip", "lzop", "snappy"
|
|
27999
|
+
:param _Compress: 压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩
|
|
27815
28000
|
:type Compress: str
|
|
27816
28001
|
"""
|
|
27817
28002
|
self._TopicId = None
|
|
@@ -27824,7 +28009,8 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27824
28009
|
|
|
27825
28010
|
@property
|
|
27826
28011
|
def TopicId(self):
|
|
27827
|
-
"""日志主题
|
|
28012
|
+
"""日志主题Id。
|
|
28013
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
27828
28014
|
:rtype: str
|
|
27829
28015
|
"""
|
|
27830
28016
|
return self._TopicId
|
|
@@ -27835,7 +28021,9 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27835
28021
|
|
|
27836
28022
|
@property
|
|
27837
28023
|
def LogsetId(self):
|
|
27838
|
-
"""日志集
|
|
28024
|
+
"""日志集Id。
|
|
28025
|
+
|
|
28026
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
27839
28027
|
:rtype: str
|
|
27840
28028
|
"""
|
|
27841
28029
|
return self._LogsetId
|
|
@@ -27846,7 +28034,7 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27846
28034
|
|
|
27847
28035
|
@property
|
|
27848
28036
|
def Name(self):
|
|
27849
|
-
"""
|
|
28037
|
+
"""COS导入任务名称,最大支持128个字节。
|
|
27850
28038
|
:rtype: str
|
|
27851
28039
|
"""
|
|
27852
28040
|
return self._Name
|
|
@@ -27857,7 +28045,9 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27857
28045
|
|
|
27858
28046
|
@property
|
|
27859
28047
|
def Bucket(self):
|
|
27860
|
-
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
28048
|
+
"""COS存储桶,详见产品支持的[存储桶命名规范](https://cloud.tencent.com/document/product/436/13312)。
|
|
28049
|
+
|
|
28050
|
+
- 通过[GET Service(List Buckets)](https://cloud.tencent.com/document/product/436/8291)获取COS存储桶。
|
|
27861
28051
|
:rtype: str
|
|
27862
28052
|
"""
|
|
27863
28053
|
return self._Bucket
|
|
@@ -27890,7 +28080,7 @@ class SearchCosRechargeInfoRequest(AbstractModel):
|
|
|
27890
28080
|
|
|
27891
28081
|
@property
|
|
27892
28082
|
def Compress(self):
|
|
27893
|
-
"""压缩模式: "", "gzip", "lzop", "snappy"
|
|
28083
|
+
"""压缩模式: "", "gzip", "lzop", "snappy"。 默认:"" 不压缩
|
|
27894
28084
|
:rtype: str
|
|
27895
28085
|
"""
|
|
27896
28086
|
return self._Compress
|
|
@@ -27933,7 +28123,16 @@ class SearchCosRechargeInfoResponse(AbstractModel):
|
|
|
27933
28123
|
:type Path: str
|
|
27934
28124
|
:param _Msg: 预览获取数据失败原因
|
|
27935
28125
|
:type Msg: str
|
|
27936
|
-
:param _Status:
|
|
28126
|
+
:param _Status: 状态。
|
|
28127
|
+
- 0:成功
|
|
28128
|
+
- 10000:参数错误,请确认参数
|
|
28129
|
+
- 10001:授权失败,请确认授权
|
|
28130
|
+
- 10002:获取文件列表失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
28131
|
+
- 10003:桶内无相应前缀文件,请使用正确的桶、文件前缀和压缩方式
|
|
28132
|
+
- 10004:文件下载失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
28133
|
+
- 10005:文件解压缩失败,请选择正确的压缩方式然后再试
|
|
28134
|
+
- 10006:读取文件内容失败,请确认文件可读
|
|
28135
|
+
- 10007:文件预览失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
27937
28136
|
:type Status: int
|
|
27938
28137
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
27939
28138
|
:type RequestId: str
|
|
@@ -27991,7 +28190,16 @@ class SearchCosRechargeInfoResponse(AbstractModel):
|
|
|
27991
28190
|
|
|
27992
28191
|
@property
|
|
27993
28192
|
def Status(self):
|
|
27994
|
-
"""
|
|
28193
|
+
"""状态。
|
|
28194
|
+
- 0:成功
|
|
28195
|
+
- 10000:参数错误,请确认参数
|
|
28196
|
+
- 10001:授权失败,请确认授权
|
|
28197
|
+
- 10002:获取文件列表失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
28198
|
+
- 10003:桶内无相应前缀文件,请使用正确的桶、文件前缀和压缩方式
|
|
28199
|
+
- 10004:文件下载失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
28200
|
+
- 10005:文件解压缩失败,请选择正确的压缩方式然后再试
|
|
28201
|
+
- 10006:读取文件内容失败,请确认文件可读
|
|
28202
|
+
- 10007:文件预览失败,请稍后再试。若无法解决,请联系智能客服或提交工单
|
|
27995
28203
|
:rtype: int
|
|
27996
28204
|
"""
|
|
27997
28205
|
return self._Status
|
|
@@ -28870,7 +29078,7 @@ class ShipperInfo(AbstractModel):
|
|
|
28870
29078
|
:type Compress: :class:`tencentcloud.cls.v20201016.models.CompressInfo`
|
|
28871
29079
|
:param _Content: 投递日志的内容格式配置
|
|
28872
29080
|
:type Content: :class:`tencentcloud.cls.v20201016.models.ContentInfo`
|
|
28873
|
-
:param _CreateTime:
|
|
29081
|
+
:param _CreateTime: 投递日志的创建时间。格式:YYYY-MM-DD HH:MM:SS
|
|
28874
29082
|
:type CreateTime: str
|
|
28875
29083
|
:param _FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
|
28876
29084
|
:type FilenameMode: int
|
|
@@ -28889,7 +29097,16 @@ class ShipperInfo(AbstractModel):
|
|
|
28889
29097
|
3:任务运行异常
|
|
28890
29098
|
4:任务运行结束
|
|
28891
29099
|
:type HistoryStatus: int
|
|
28892
|
-
:param _StorageType:
|
|
29100
|
+
:param _StorageType: 对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
29101
|
+
参考值有:
|
|
29102
|
+
STANDARD:标准存储
|
|
29103
|
+
STANDARD_IA:低频存储
|
|
29104
|
+
ARCHIVE:归档存储
|
|
29105
|
+
DEEP_ARCHIVE:深度归档存储
|
|
29106
|
+
MAZ_STANDARD:标准存储(多 AZ)
|
|
29107
|
+
MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
29108
|
+
INTELLIGENT_TIERING:智能分层存储
|
|
29109
|
+
MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
28893
29110
|
:type StorageType: str
|
|
28894
29111
|
"""
|
|
28895
29112
|
self._ShipperId = None
|
|
@@ -29047,7 +29264,7 @@ class ShipperInfo(AbstractModel):
|
|
|
29047
29264
|
|
|
29048
29265
|
@property
|
|
29049
29266
|
def CreateTime(self):
|
|
29050
|
-
"""
|
|
29267
|
+
"""投递日志的创建时间。格式:YYYY-MM-DD HH:MM:SS
|
|
29051
29268
|
:rtype: str
|
|
29052
29269
|
"""
|
|
29053
29270
|
return self._CreateTime
|
|
@@ -29129,7 +29346,16 @@ class ShipperInfo(AbstractModel):
|
|
|
29129
29346
|
|
|
29130
29347
|
@property
|
|
29131
29348
|
def StorageType(self):
|
|
29132
|
-
"""
|
|
29349
|
+
"""对象存储类型,默认值为 STANDARD。枚举值请参见[ 存储类型概述](https://cloud.tencent.com/document/product/436/33417) 文档。
|
|
29350
|
+
参考值有:
|
|
29351
|
+
STANDARD:标准存储
|
|
29352
|
+
STANDARD_IA:低频存储
|
|
29353
|
+
ARCHIVE:归档存储
|
|
29354
|
+
DEEP_ARCHIVE:深度归档存储
|
|
29355
|
+
MAZ_STANDARD:标准存储(多 AZ)
|
|
29356
|
+
MAZ_STANDARD_IA:低频存储(多 AZ)
|
|
29357
|
+
INTELLIGENT_TIERING:智能分层存储
|
|
29358
|
+
MAZ_INTELLIGENT_TIERING:智能分层存储(多 AZ)
|
|
29133
29359
|
:rtype: str
|
|
29134
29360
|
"""
|
|
29135
29361
|
return self._StorageType
|
|
@@ -29200,7 +29426,11 @@ class ShipperTaskInfo(AbstractModel):
|
|
|
29200
29426
|
:type StartTime: int
|
|
29201
29427
|
:param _EndTime: 本次投递任务的结束时间戳, 毫秒
|
|
29202
29428
|
:type EndTime: int
|
|
29203
|
-
:param _Status:
|
|
29429
|
+
:param _Status: 本次投递的结果。"success","running","failed"
|
|
29430
|
+
|
|
29431
|
+
- success:任务成功。
|
|
29432
|
+
- running:任务处理中。
|
|
29433
|
+
- failed:任务失败。
|
|
29204
29434
|
:type Status: str
|
|
29205
29435
|
:param _Message: 结果的详细信息
|
|
29206
29436
|
:type Message: str
|
|
@@ -29294,7 +29524,11 @@ class ShipperTaskInfo(AbstractModel):
|
|
|
29294
29524
|
|
|
29295
29525
|
@property
|
|
29296
29526
|
def Status(self):
|
|
29297
|
-
"""
|
|
29527
|
+
"""本次投递的结果。"success","running","failed"
|
|
29528
|
+
|
|
29529
|
+
- success:任务成功。
|
|
29530
|
+
- running:任务处理中。
|
|
29531
|
+
- failed:任务失败。
|
|
29298
29532
|
:rtype: str
|
|
29299
29533
|
"""
|
|
29300
29534
|
return self._Status
|