tencentcloud-sdk-python 3.0.1303__py2.py3-none-any.whl → 3.0.1307__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/apm/v20210622/apm_client.py +3 -3
- tencentcloud/apm/v20210622/models.py +586 -538
- tencentcloud/autoscaling/v20180419/models.py +141 -0
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
- tencentcloud/cdwdoris/v20211228/models.py +120 -262
- tencentcloud/cfs/v20190719/cfs_client.py +23 -0
- tencentcloud/cfs/v20190719/models.py +79 -0
- tencentcloud/clb/v20180317/models.py +146 -20
- tencentcloud/cvm/v20170312/cvm_client.py +24 -0
- tencentcloud/cvm/v20170312/errorcodes.py +6 -0
- tencentcloud/cvm/v20170312/models.py +196 -12
- tencentcloud/dc/v20180410/models.py +30 -2
- tencentcloud/dlc/v20210125/models.py +89 -0
- tencentcloud/emr/v20190103/models.py +50 -116
- tencentcloud/ess/v20201111/models.py +30 -22
- tencentcloud/essbasic/v20210526/models.py +52 -40
- tencentcloud/faceid/v20180301/models.py +14 -14
- tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
- tencentcloud/hunyuan/v20230901/models.py +54 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +23 -0
- tencentcloud/iotexplorer/v20190423/models.py +422 -0
- tencentcloud/lcic/v20220817/lcic_client.py +1 -1
- tencentcloud/lcic/v20220817/models.py +6 -8
- tencentcloud/lighthouse/v20200324/models.py +30 -0
- tencentcloud/lke/v20231130/models.py +23 -14
- tencentcloud/lkeap/v20240522/models.py +8 -4
- tencentcloud/mna/v20210119/models.py +0 -30
- tencentcloud/monitor/v20180724/models.py +2 -2
- tencentcloud/mps/v20190612/models.py +4 -10
- tencentcloud/ocr/v20181119/models.py +45 -0
- tencentcloud/postgres/v20170312/errorcodes.py +6 -0
- tencentcloud/postgres/v20170312/models.py +72 -30
- tencentcloud/rum/v20210622/models.py +0 -2
- tencentcloud/scf/v20180416/models.py +4 -4
- tencentcloud/ssl/v20191205/models.py +15 -0
- tencentcloud/tchd/v20230306/models.py +0 -2
- tencentcloud/teo/v20220901/models.py +2 -6
- tencentcloud/tiw/v20190919/models.py +6 -0
- tencentcloud/trtc/v20190722/models.py +15 -0
- tencentcloud/tse/v20201207/models.py +138 -0
- tencentcloud/tse/v20201207/tse_client.py +23 -0
- tencentcloud/vod/v20180717/models.py +6 -6
- tencentcloud/vpc/v20170312/models.py +504 -12
- tencentcloud/vpc/v20170312/vpc_client.py +23 -0
- tencentcloud/wedata/v20210820/models.py +767 -2
- tencentcloud/wedata/v20210820/wedata_client.py +23 -0
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +52 -52
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1303.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -3390,9 +3390,7 @@ class CreateRejectedQuestionRequest(AbstractModel):
|
|
3390
3390
|
|
3391
3391
|
|
3392
3392
|
:type Question: str
|
3393
|
-
:param _BusinessSource: 拒答问题来源的数据源唯一id
|
3394
|
-
|
3395
|
-
|
3393
|
+
:param _BusinessSource: 拒答问题来源的数据源唯一id, - 拒答来源于不满意回复 2 - 拒答来源于手动添加
|
3396
3394
|
:type BusinessSource: int
|
3397
3395
|
:param _BusinessId: 拒答问题来源的数据源唯一id
|
3398
3396
|
|
@@ -3430,9 +3428,7 @@ class CreateRejectedQuestionRequest(AbstractModel):
|
|
3430
3428
|
|
3431
3429
|
@property
|
3432
3430
|
def BusinessSource(self):
|
3433
|
-
"""拒答问题来源的数据源唯一id
|
3434
|
-
|
3435
|
-
|
3431
|
+
"""拒答问题来源的数据源唯一id, - 拒答来源于不满意回复 2 - 拒答来源于手动添加
|
3436
3432
|
:rtype: int
|
3437
3433
|
"""
|
3438
3434
|
return self._BusinessSource
|
@@ -6762,14 +6758,14 @@ class DescribeReleaseInfoRequest(AbstractModel):
|
|
6762
6758
|
|
6763
6759
|
def __init__(self):
|
6764
6760
|
r"""
|
6765
|
-
:param _BotBizId:
|
6761
|
+
:param _BotBizId: 应用ID
|
6766
6762
|
:type BotBizId: str
|
6767
6763
|
"""
|
6768
6764
|
self._BotBizId = None
|
6769
6765
|
|
6770
6766
|
@property
|
6771
6767
|
def BotBizId(self):
|
6772
|
-
"""
|
6768
|
+
"""应用ID
|
6773
6769
|
:rtype: str
|
6774
6770
|
"""
|
6775
6771
|
return self._BotBizId
|
@@ -6800,10 +6796,9 @@ class DescribeReleaseInfoResponse(AbstractModel):
|
|
6800
6796
|
r"""
|
6801
6797
|
:param _LastTime: 最后发布时间
|
6802
6798
|
:type LastTime: str
|
6803
|
-
:param _Status: 发布状态
|
6799
|
+
:param _Status: 发布状态 , 1-待发布 , 2-发布中 , 3-发布成功 , 4-发布失败 , 5-审核中 , 6-审核成功 , 7-审核失败 , 8-发布成功回调处理中 , 9-发布暂停 , 10-申诉审核中 , 11-申诉审核通过 , 12-申诉审核不通过
|
6804
6800
|
:type Status: int
|
6805
|
-
:param _IsUpdated:
|
6806
|
-
|
6801
|
+
:param _IsUpdated: 是否编辑过, 当为true的时候表示可以发布
|
6807
6802
|
:type IsUpdated: bool
|
6808
6803
|
:param _Msg: 失败原因
|
6809
6804
|
|
@@ -6830,7 +6825,7 @@ class DescribeReleaseInfoResponse(AbstractModel):
|
|
6830
6825
|
|
6831
6826
|
@property
|
6832
6827
|
def Status(self):
|
6833
|
-
"""发布状态
|
6828
|
+
"""发布状态 , 1-待发布 , 2-发布中 , 3-发布成功 , 4-发布失败 , 5-审核中 , 6-审核成功 , 7-审核失败 , 8-发布成功回调处理中 , 9-发布暂停 , 10-申诉审核中 , 11-申诉审核通过 , 12-申诉审核不通过
|
6834
6829
|
:rtype: int
|
6835
6830
|
"""
|
6836
6831
|
return self._Status
|
@@ -6841,8 +6836,7 @@ class DescribeReleaseInfoResponse(AbstractModel):
|
|
6841
6836
|
|
6842
6837
|
@property
|
6843
6838
|
def IsUpdated(self):
|
6844
|
-
"""
|
6845
|
-
|
6839
|
+
"""是否编辑过, 当为true的时候表示可以发布
|
6846
6840
|
:rtype: bool
|
6847
6841
|
"""
|
6848
6842
|
return self._IsUpdated
|
@@ -19863,6 +19857,8 @@ class QAQuery(AbstractModel):
|
|
19863
19857
|
:param _QueryAnswer: 查询答案
|
19864
19858
|
|
19865
19859
|
:type QueryAnswer: str
|
19860
|
+
:param _QueryType: 查询类型 filename 名称、 attribute 标签
|
19861
|
+
:type QueryType: str
|
19866
19862
|
"""
|
19867
19863
|
self._PageNumber = None
|
19868
19864
|
self._PageSize = None
|
@@ -19875,6 +19871,7 @@ class QAQuery(AbstractModel):
|
|
19875
19871
|
self._QaBizId = None
|
19876
19872
|
self._Source = None
|
19877
19873
|
self._QueryAnswer = None
|
19874
|
+
self._QueryType = None
|
19878
19875
|
|
19879
19876
|
@property
|
19880
19877
|
def PageNumber(self):
|
@@ -20008,6 +20005,17 @@ class QAQuery(AbstractModel):
|
|
20008
20005
|
def QueryAnswer(self, QueryAnswer):
|
20009
20006
|
self._QueryAnswer = QueryAnswer
|
20010
20007
|
|
20008
|
+
@property
|
20009
|
+
def QueryType(self):
|
20010
|
+
"""查询类型 filename 名称、 attribute 标签
|
20011
|
+
:rtype: str
|
20012
|
+
"""
|
20013
|
+
return self._QueryType
|
20014
|
+
|
20015
|
+
@QueryType.setter
|
20016
|
+
def QueryType(self, QueryType):
|
20017
|
+
self._QueryType = QueryType
|
20018
|
+
|
20011
20019
|
|
20012
20020
|
def _deserialize(self, params):
|
20013
20021
|
self._PageNumber = params.get("PageNumber")
|
@@ -20021,6 +20029,7 @@ class QAQuery(AbstractModel):
|
|
20021
20029
|
self._QaBizId = params.get("QaBizId")
|
20022
20030
|
self._Source = params.get("Source")
|
20023
20031
|
self._QueryAnswer = params.get("QueryAnswer")
|
20032
|
+
self._QueryType = params.get("QueryType")
|
20024
20033
|
memeber_set = set(params.keys())
|
20025
20034
|
for name, value in vars(self).items():
|
20026
20035
|
property_name = name[1:]
|
@@ -495,7 +495,8 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
|
|
495
495
|
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`
|
496
496
|
|
497
497
|
**支持的文件大小:**
|
498
|
-
- `PDF
|
498
|
+
- `PDF` 最大500M
|
499
|
+
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
499
500
|
- `TXT`、`MD` 最大10M
|
500
501
|
- 其他 最大20M
|
501
502
|
|
@@ -533,7 +534,8 @@ class CreateReconstructDocumentFlowRequest(AbstractModel):
|
|
533
534
|
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`、`BMP`、`GIF`、`WEBP`、`HEIC`、`EPS`、`ICNS`、`IM`、`PCX`、`PPM`、`TIFF`、`XBM`、`HEIF`、`JP2`
|
534
535
|
|
535
536
|
**支持的文件大小:**
|
536
|
-
- `PDF
|
537
|
+
- `PDF` 最大500M
|
538
|
+
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
537
539
|
- `TXT`、`MD` 最大10M
|
538
540
|
- 其他 最大20M
|
539
541
|
|
@@ -794,7 +796,8 @@ class CreateSplitDocumentFlowRequest(AbstractModel):
|
|
794
796
|
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`
|
795
797
|
|
796
798
|
**支持的文件大小:**
|
797
|
-
- `PDF
|
799
|
+
- `PDF` 最大500M
|
800
|
+
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
798
801
|
- `TXT`、`MD` 最大10M
|
799
802
|
- 其他 最大20M
|
800
803
|
|
@@ -837,7 +840,8 @@ class CreateSplitDocumentFlowRequest(AbstractModel):
|
|
837
840
|
- `PDF`、`DOC`、`DOCX`、`XLS`、`XLSX`、`PPT`、`PPTX`、`MD`、`TXT`、`PNG`、`JPG`、`JPEG`、`CSV`、`HTML`、`EPUB`
|
838
841
|
|
839
842
|
**支持的文件大小:**
|
840
|
-
- `PDF
|
843
|
+
- `PDF` 最大500M
|
844
|
+
- `DOCX`、`DOC`、`PPT`、`PPTX` 最大 200M
|
841
845
|
- `TXT`、`MD` 最大10M
|
842
846
|
- 其他 最大20M
|
843
847
|
|
@@ -485,7 +485,6 @@ class AddDeviceResponse(AbstractModel):
|
|
485
485
|
:param _DeviceId: 设备ID
|
486
486
|
:type DeviceId: str
|
487
487
|
:param _Signature: 签名字符串
|
488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
489
488
|
:type Signature: str
|
490
489
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
491
490
|
:type RequestId: str
|
@@ -520,7 +519,6 @@ class AddDeviceResponse(AbstractModel):
|
|
520
519
|
@property
|
521
520
|
def Signature(self):
|
522
521
|
"""签名字符串
|
523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
524
522
|
:rtype: str
|
525
523
|
"""
|
526
524
|
return self._Signature
|
@@ -1800,19 +1798,14 @@ class DeviceBaseInfo(AbstractModel):
|
|
1800
1798
|
:param _Payer: 付费方 0:厂商付费 1:客户付费
|
1801
1799
|
:type Payer: int
|
1802
1800
|
:param _GroupId: 设备分组ID
|
1803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1804
1801
|
:type GroupId: str
|
1805
1802
|
:param _GroupName: 设备分组名称
|
1806
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1807
1803
|
:type GroupName: str
|
1808
1804
|
:param _FlowTrunc: 设备无流量包处理方式,0: 按量付费,1: 截断加速
|
1809
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1810
1805
|
:type FlowTrunc: int
|
1811
1806
|
:param _Sn: 设备sn
|
1812
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1813
1807
|
:type Sn: str
|
1814
1808
|
:param _Vendor: 厂商
|
1815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1816
1809
|
:type Vendor: str
|
1817
1810
|
"""
|
1818
1811
|
self._DeviceId = None
|
@@ -1920,7 +1913,6 @@ class DeviceBaseInfo(AbstractModel):
|
|
1920
1913
|
@property
|
1921
1914
|
def GroupId(self):
|
1922
1915
|
"""设备分组ID
|
1923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1924
1916
|
:rtype: str
|
1925
1917
|
"""
|
1926
1918
|
return self._GroupId
|
@@ -1932,7 +1924,6 @@ class DeviceBaseInfo(AbstractModel):
|
|
1932
1924
|
@property
|
1933
1925
|
def GroupName(self):
|
1934
1926
|
"""设备分组名称
|
1935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1936
1927
|
:rtype: str
|
1937
1928
|
"""
|
1938
1929
|
return self._GroupName
|
@@ -1944,7 +1935,6 @@ class DeviceBaseInfo(AbstractModel):
|
|
1944
1935
|
@property
|
1945
1936
|
def FlowTrunc(self):
|
1946
1937
|
"""设备无流量包处理方式,0: 按量付费,1: 截断加速
|
1947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1948
1938
|
:rtype: int
|
1949
1939
|
"""
|
1950
1940
|
return self._FlowTrunc
|
@@ -1956,7 +1946,6 @@ class DeviceBaseInfo(AbstractModel):
|
|
1956
1946
|
@property
|
1957
1947
|
def Sn(self):
|
1958
1948
|
"""设备sn
|
1959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1960
1949
|
:rtype: str
|
1961
1950
|
"""
|
1962
1951
|
return self._Sn
|
@@ -1968,7 +1957,6 @@ class DeviceBaseInfo(AbstractModel):
|
|
1968
1957
|
@property
|
1969
1958
|
def Vendor(self):
|
1970
1959
|
"""厂商
|
1971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
1972
1960
|
:rtype: str
|
1973
1961
|
"""
|
1974
1962
|
return self._Vendor
|
@@ -2012,16 +2000,12 @@ class DeviceDetails(AbstractModel):
|
|
2012
2000
|
:param _DeviceBaseInfo: 设备基本信息
|
2013
2001
|
:type DeviceBaseInfo: :class:`tencentcloud.mna.v20210119.models.DeviceBaseInfo`
|
2014
2002
|
:param _DeviceNetInfo: 设备网络信息
|
2015
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2016
2003
|
:type DeviceNetInfo: list of DeviceNetInfo
|
2017
2004
|
:param _GatewaySite: 聚合服务器地址
|
2018
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2019
2005
|
:type GatewaySite: str
|
2020
2006
|
:param _BusinessDownRate: 业务下行速率
|
2021
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2022
2007
|
:type BusinessDownRate: float
|
2023
2008
|
:param _BusinessUpRate: 业务上行速率
|
2024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2025
2009
|
:type BusinessUpRate: float
|
2026
2010
|
"""
|
2027
2011
|
self._DeviceBaseInfo = None
|
@@ -2044,7 +2028,6 @@ class DeviceDetails(AbstractModel):
|
|
2044
2028
|
@property
|
2045
2029
|
def DeviceNetInfo(self):
|
2046
2030
|
"""设备网络信息
|
2047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2048
2031
|
:rtype: list of DeviceNetInfo
|
2049
2032
|
"""
|
2050
2033
|
return self._DeviceNetInfo
|
@@ -2056,7 +2039,6 @@ class DeviceDetails(AbstractModel):
|
|
2056
2039
|
@property
|
2057
2040
|
def GatewaySite(self):
|
2058
2041
|
"""聚合服务器地址
|
2059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2060
2042
|
:rtype: str
|
2061
2043
|
"""
|
2062
2044
|
return self._GatewaySite
|
@@ -2068,7 +2050,6 @@ class DeviceDetails(AbstractModel):
|
|
2068
2050
|
@property
|
2069
2051
|
def BusinessDownRate(self):
|
2070
2052
|
"""业务下行速率
|
2071
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2072
2053
|
:rtype: float
|
2073
2054
|
"""
|
2074
2055
|
return self._BusinessDownRate
|
@@ -2080,7 +2061,6 @@ class DeviceDetails(AbstractModel):
|
|
2080
2061
|
@property
|
2081
2062
|
def BusinessUpRate(self):
|
2082
2063
|
"""业务上行速率
|
2083
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2084
2064
|
:rtype: float
|
2085
2065
|
"""
|
2086
2066
|
return self._BusinessUpRate
|
@@ -2248,7 +2228,6 @@ class DeviceNetInfo(AbstractModel):
|
|
2248
2228
|
0:数据
|
2249
2229
|
1:Wi-Fi
|
2250
2230
|
2:有线
|
2251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2252
2231
|
:type Type: int
|
2253
2232
|
:param _DataEnable: 启用/禁用
|
2254
2233
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -2322,7 +2301,6 @@ class DeviceNetInfo(AbstractModel):
|
|
2322
2301
|
0:数据
|
2323
2302
|
1:Wi-Fi
|
2324
2303
|
2:有线
|
2325
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2326
2304
|
:rtype: int
|
2327
2305
|
"""
|
2328
2306
|
return self._Type
|
@@ -3381,13 +3359,10 @@ class GetFlowAlarmInfoResponse(AbstractModel):
|
|
3381
3359
|
def __init__(self):
|
3382
3360
|
r"""
|
3383
3361
|
:param _AlarmValue: 流量包的告警阈值
|
3384
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3385
3362
|
:type AlarmValue: int
|
3386
3363
|
:param _NotifyUrl: 告警通知回调url
|
3387
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3388
3364
|
:type NotifyUrl: str
|
3389
3365
|
:param _CallbackKey: 告警通知回调key
|
3390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3391
3366
|
:type CallbackKey: str
|
3392
3367
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3393
3368
|
:type RequestId: str
|
@@ -3400,7 +3375,6 @@ class GetFlowAlarmInfoResponse(AbstractModel):
|
|
3400
3375
|
@property
|
3401
3376
|
def AlarmValue(self):
|
3402
3377
|
"""流量包的告警阈值
|
3403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3404
3378
|
:rtype: int
|
3405
3379
|
"""
|
3406
3380
|
return self._AlarmValue
|
@@ -3412,7 +3386,6 @@ class GetFlowAlarmInfoResponse(AbstractModel):
|
|
3412
3386
|
@property
|
3413
3387
|
def NotifyUrl(self):
|
3414
3388
|
"""告警通知回调url
|
3415
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3416
3389
|
:rtype: str
|
3417
3390
|
"""
|
3418
3391
|
return self._NotifyUrl
|
@@ -3424,7 +3397,6 @@ class GetFlowAlarmInfoResponse(AbstractModel):
|
|
3424
3397
|
@property
|
3425
3398
|
def CallbackKey(self):
|
3426
3399
|
"""告警通知回调key
|
3427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3428
3400
|
:rtype: str
|
3429
3401
|
"""
|
3430
3402
|
return self._CallbackKey
|
@@ -5156,7 +5128,6 @@ class GetNetMonitorResponse(AbstractModel):
|
|
5156
5128
|
def __init__(self):
|
5157
5129
|
r"""
|
5158
5130
|
:param _MonitorData: 监控数据
|
5159
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5160
5131
|
:type MonitorData: list of MonitorData
|
5161
5132
|
:param _AccessRegion: 接入区域。取值范围:['MC','AP','EU','AM']
|
5162
5133
|
MC=中国大陆
|
@@ -5174,7 +5145,6 @@ AM=美洲
|
|
5174
5145
|
@property
|
5175
5146
|
def MonitorData(self):
|
5176
5147
|
"""监控数据
|
5177
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5178
5148
|
:rtype: list of MonitorData
|
5179
5149
|
"""
|
5180
5150
|
return self._MonitorData
|
@@ -25269,7 +25269,7 @@ class GrafanaIntegrationConfig(AbstractModel):
|
|
25269
25269
|
:type Content: str
|
25270
25270
|
:param _Description: 集成描述
|
25271
25271
|
:type Description: str
|
25272
|
-
:param _GrafanaURL: Grafana 跳转地址
|
25272
|
+
:param _GrafanaURL: Grafana 跳转地址(目前未使用,默认为空)
|
25273
25273
|
注意:此字段可能返回 null,表示取不到有效值。
|
25274
25274
|
:type GrafanaURL: str
|
25275
25275
|
"""
|
@@ -25325,7 +25325,7 @@ class GrafanaIntegrationConfig(AbstractModel):
|
|
25325
25325
|
|
25326
25326
|
@property
|
25327
25327
|
def GrafanaURL(self):
|
25328
|
-
"""Grafana 跳转地址
|
25328
|
+
"""Grafana 跳转地址(目前未使用,默认为空)
|
25329
25329
|
注意:此字段可能返回 null,表示取不到有效值。
|
25330
25330
|
:rtype: str
|
25331
25331
|
"""
|
@@ -16047,7 +16047,7 @@ class CreateInput(AbstractModel):
|
|
16047
16047
|
r"""
|
16048
16048
|
:param _InputName: 输入名称,可填大小写、数字和下划线,长度为[1, 32]。
|
16049
16049
|
:type InputName: str
|
16050
|
-
:param _Protocol: 输入的协议,可选[SRT|RTP|
|
16050
|
+
:param _Protocol: 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
|
16051
16051
|
:type Protocol: str
|
16052
16052
|
:param _Description: 输入描述,长度为[0, 255]。
|
16053
16053
|
:type Description: str
|
@@ -16105,7 +16105,7 @@ class CreateInput(AbstractModel):
|
|
16105
16105
|
|
16106
16106
|
@property
|
16107
16107
|
def Protocol(self):
|
16108
|
-
"""输入的协议,可选[SRT|RTP|
|
16108
|
+
"""输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
|
16109
16109
|
:rtype: str
|
16110
16110
|
"""
|
16111
16111
|
return self._Protocol
|
@@ -42024,10 +42024,7 @@ class ModifyInput(AbstractModel):
|
|
42024
42024
|
:type SRTSettings: :class:`tencentcloud.mps.v20190612.models.CreateInputSRTSettings`
|
42025
42025
|
:param _RTPSettings: RTP的配置信息。
|
42026
42026
|
:type RTPSettings: :class:`tencentcloud.mps.v20190612.models.CreateInputRTPSettings`
|
42027
|
-
:param _Protocol: 输入的协议,可选[SRT|RTP|
|
42028
|
-
当输出包含RTP时,输入只能是RTP。
|
42029
|
-
当输出包含RTMP时,输入可以是SRT/RTMP。
|
42030
|
-
当输出包含SRT时,输入只能是SRT。
|
42027
|
+
:param _Protocol: 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。 -
|
42031
42028
|
:type Protocol: str
|
42032
42029
|
:param _FailOver: 输入的主备开关,可选[OPEN|CLOSE]。
|
42033
42030
|
:type FailOver: str
|
@@ -42133,10 +42130,7 @@ class ModifyInput(AbstractModel):
|
|
42133
42130
|
|
42134
42131
|
@property
|
42135
42132
|
def Protocol(self):
|
42136
|
-
"""输入的协议,可选[SRT|RTP|
|
42137
|
-
当输出包含RTP时,输入只能是RTP。
|
42138
|
-
当输出包含RTMP时,输入可以是SRT/RTMP。
|
42139
|
-
当输出包含SRT时,输入只能是SRT。
|
42133
|
+
"""输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。 -
|
42140
42134
|
:rtype: str
|
42141
42135
|
"""
|
42142
42136
|
return self._Protocol
|
@@ -24483,15 +24483,21 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
24483
24483
|
:param _ImageBase64: 图片的 Base64 值。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
24484
24484
|
图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
24485
24485
|
:type ImageBase64: str
|
24486
|
+
:param _BackImageBase64: 卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
24487
|
+
:type BackImageBase64: str
|
24486
24488
|
:param _ImageUrl: 图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
24487
24489
|
建议图片存储于腾讯云,可保障更高的下载速度和稳定性。
|
24488
24490
|
:type ImageUrl: str
|
24491
|
+
:param _BackImageUrl: 卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
24492
|
+
:type BackImageUrl: str
|
24489
24493
|
:param _CropPortrait: 图片开关。默认为false,不返回泰国身份证头像照片的base64编码。
|
24490
24494
|
设置为true时,返回旋转矫正后的泰国身份证头像照片的base64编码
|
24491
24495
|
:type CropPortrait: bool
|
24492
24496
|
"""
|
24493
24497
|
self._ImageBase64 = None
|
24498
|
+
self._BackImageBase64 = None
|
24494
24499
|
self._ImageUrl = None
|
24500
|
+
self._BackImageUrl = None
|
24495
24501
|
self._CropPortrait = None
|
24496
24502
|
|
24497
24503
|
@property
|
@@ -24506,6 +24512,17 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
24506
24512
|
def ImageBase64(self, ImageBase64):
|
24507
24513
|
self._ImageBase64 = ImageBase64
|
24508
24514
|
|
24515
|
+
@property
|
24516
|
+
def BackImageBase64(self):
|
24517
|
+
"""卡证背面图片的 Base64 值。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经Base64编码后不超过 7M。图片下载时间不超过 3 秒。图片的 ImageUrl、ImageBase64 必须提供一个,如果都提供,只使用 ImageUrl。
|
24518
|
+
:rtype: str
|
24519
|
+
"""
|
24520
|
+
return self._BackImageBase64
|
24521
|
+
|
24522
|
+
@BackImageBase64.setter
|
24523
|
+
def BackImageBase64(self, BackImageBase64):
|
24524
|
+
self._BackImageBase64 = BackImageBase64
|
24525
|
+
|
24509
24526
|
@property
|
24510
24527
|
def ImageUrl(self):
|
24511
24528
|
"""图片的 Url 地址。要求图片经Base64编码后不超过 7M,分辨率建议500*800以上,支持PNG、JPG、JPEG、BMP格式。建议卡片部分占据图片2/3以上。
|
@@ -24518,6 +24535,17 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
24518
24535
|
def ImageUrl(self, ImageUrl):
|
24519
24536
|
self._ImageUrl = ImageUrl
|
24520
24537
|
|
24538
|
+
@property
|
24539
|
+
def BackImageUrl(self):
|
24540
|
+
"""卡证背面图片的 Url 地址。支持的图片格式:PNG、JPG、JPEG,暂不支持 GIF 格式。支持的图片大小:所下载图片经 Base64 编码后不超过 7M。图片下载时间不超过 3 秒。图片存储于腾讯云的 Url 可保障更高的下载速度和稳定性,建议图片存储于腾讯云。非腾讯云存储的 Url 速度和稳定性可能受一定影响。
|
24541
|
+
:rtype: str
|
24542
|
+
"""
|
24543
|
+
return self._BackImageUrl
|
24544
|
+
|
24545
|
+
@BackImageUrl.setter
|
24546
|
+
def BackImageUrl(self, BackImageUrl):
|
24547
|
+
self._BackImageUrl = BackImageUrl
|
24548
|
+
|
24521
24549
|
@property
|
24522
24550
|
def CropPortrait(self):
|
24523
24551
|
"""图片开关。默认为false,不返回泰国身份证头像照片的base64编码。
|
@@ -24533,7 +24561,9 @@ class RecognizeThaiIDCardOCRRequest(AbstractModel):
|
|
24533
24561
|
|
24534
24562
|
def _deserialize(self, params):
|
24535
24563
|
self._ImageBase64 = params.get("ImageBase64")
|
24564
|
+
self._BackImageBase64 = params.get("BackImageBase64")
|
24536
24565
|
self._ImageUrl = params.get("ImageUrl")
|
24566
|
+
self._BackImageUrl = params.get("BackImageUrl")
|
24537
24567
|
self._CropPortrait = params.get("CropPortrait")
|
24538
24568
|
memeber_set = set(params.keys())
|
24539
24569
|
for name, value in vars(self).items():
|
@@ -24578,6 +24608,8 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
24578
24608
|
:type SerialNumber: str
|
24579
24609
|
:param _Address: 地址
|
24580
24610
|
:type Address: str
|
24611
|
+
:param _LaserID: 背面号码
|
24612
|
+
:type LaserID: str
|
24581
24613
|
:param _PortraitImage: 证件人像照片抠取
|
24582
24614
|
:type PortraitImage: str
|
24583
24615
|
:param _WarnCardInfos: 告警码
|
@@ -24614,6 +24646,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
24614
24646
|
self._Religion = None
|
24615
24647
|
self._SerialNumber = None
|
24616
24648
|
self._Address = None
|
24649
|
+
self._LaserID = None
|
24617
24650
|
self._PortraitImage = None
|
24618
24651
|
self._WarnCardInfos = None
|
24619
24652
|
self._AdvancedInfo = None
|
@@ -24762,6 +24795,17 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
24762
24795
|
def Address(self, Address):
|
24763
24796
|
self._Address = Address
|
24764
24797
|
|
24798
|
+
@property
|
24799
|
+
def LaserID(self):
|
24800
|
+
"""背面号码
|
24801
|
+
:rtype: str
|
24802
|
+
"""
|
24803
|
+
return self._LaserID
|
24804
|
+
|
24805
|
+
@LaserID.setter
|
24806
|
+
def LaserID(self, LaserID):
|
24807
|
+
self._LaserID = LaserID
|
24808
|
+
|
24765
24809
|
@property
|
24766
24810
|
def PortraitImage(self):
|
24767
24811
|
"""证件人像照片抠取
|
@@ -24835,6 +24879,7 @@ class RecognizeThaiIDCardOCRResponse(AbstractModel):
|
|
24835
24879
|
self._Religion = params.get("Religion")
|
24836
24880
|
self._SerialNumber = params.get("SerialNumber")
|
24837
24881
|
self._Address = params.get("Address")
|
24882
|
+
self._LaserID = params.get("LaserID")
|
24838
24883
|
self._PortraitImage = params.get("PortraitImage")
|
24839
24884
|
self._WarnCardInfos = params.get("WarnCardInfos")
|
24840
24885
|
self._AdvancedInfo = params.get("AdvancedInfo")
|
@@ -482,6 +482,9 @@ OPERATIONDENIED_INSTANCESTATUSLIMITOPERROR = 'OperationDenied.InstanceStatusLimi
|
|
482
482
|
# 实例类型错误
|
483
483
|
OPERATIONDENIED_INSTANCETYPEDENIED = 'OperationDenied.InstanceTypeDenied'
|
484
484
|
|
485
|
+
# 账号余额不足。
|
486
|
+
OPERATIONDENIED_INSUFFICIENTBALANCEERROR = 'OperationDenied.InsufficientBalanceError'
|
487
|
+
|
485
488
|
# 内核版本过低,导致实例无法创建tencentDBSuper账号。如果您想使用此功能,请升级内核版本。
|
486
489
|
OPERATIONDENIED_KERNELVERSIONERROR = 'OperationDenied.KernelVersionError'
|
487
490
|
|
@@ -506,6 +509,9 @@ OPERATIONDENIED_ROINSTANCESTATUSLIMITOPERROR = 'OperationDenied.ROInstanceStatus
|
|
506
509
|
# 只读节点总数不能超过上限值。
|
507
510
|
OPERATIONDENIED_ROINSTANCECOUNTEXEEDERROR = 'OperationDenied.RoInstanceCountExeedError'
|
508
511
|
|
512
|
+
# 无支付权限,开通失败。
|
513
|
+
OPERATIONDENIED_TRADEPERMISSIONERROR = 'OperationDenied.TradePermissionError'
|
514
|
+
|
509
515
|
# 用户未进行实名认证,请先进行实名认证才可购买。
|
510
516
|
OPERATIONDENIED_USERNOTAUTHENTICATEDERROR = 'OperationDenied.UserNotAuthenticatedError'
|
511
517
|
|