tencentcloud-sdk-python 3.0.1140__py2.py3-none-any.whl → 3.0.1142__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/cdb/v20170320/cdb_client.py +69 -0
- tencentcloud/cdb/v20170320/models.py +258 -0
- tencentcloud/cdn/v20180606/cdn_client.py +1 -1
- tencentcloud/clb/v20180317/models.py +24 -0
- tencentcloud/cls/v20201016/models.py +262 -54
- tencentcloud/csip/v20221121/models.py +204 -0
- tencentcloud/cvm/v20170312/models.py +1 -1
- tencentcloud/cwp/v20180228/cwp_client.py +0 -25
- tencentcloud/cwp/v20180228/models.py +0 -250
- tencentcloud/cynosdb/v20190107/models.py +1 -1
- tencentcloud/ess/v20201111/models.py +12 -0
- tencentcloud/essbasic/v20210526/models.py +26 -1
- tencentcloud/hunyuan/v20230901/models.py +1 -1
- tencentcloud/monitor/v20180724/models.py +14 -14
- tencentcloud/ocr/v20181119/ocr_client.py +0 -2
- tencentcloud/rum/v20210622/models.py +14 -14
- tencentcloud/ssl/v20191205/models.py +2 -2
- tencentcloud/tdmq/v20200217/models.py +144 -1
- tencentcloud/teo/v20220901/models.py +89 -0
- tencentcloud/teo/v20220901/teo_client.py +27 -1
- tencentcloud/tmt/v20180321/errorcodes.py +6 -0
- tencentcloud/trtc/v20190722/models.py +31 -5
- tencentcloud/trtc/v20190722/trtc_client.py +3 -3
- tencentcloud/tsf/v20180326/models.py +49 -0
- tencentcloud/vpc/v20170312/models.py +25 -12
- tencentcloud/vpc/v20170312/vpc_client.py +2 -2
- tencentcloud/wedata/v20210820/models.py +657 -0
- {tencentcloud_sdk_python-3.0.1140.dist-info → tencentcloud_sdk_python-3.0.1142.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1140.dist-info → tencentcloud_sdk_python-3.0.1142.dist-info}/RECORD +33 -33
- {tencentcloud_sdk_python-3.0.1140.dist-info → tencentcloud_sdk_python-3.0.1142.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1140.dist-info → tencentcloud_sdk_python-3.0.1142.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1140.dist-info → tencentcloud_sdk_python-3.0.1142.dist-info}/top_level.txt +0 -0
@@ -25819,256 +25819,6 @@ class DescribeAttackEventsResponse(AbstractModel):
|
|
25819
25819
|
self._RequestId = params.get("RequestId")
|
25820
25820
|
|
25821
25821
|
|
25822
|
-
class DescribeAttackLogInfoRequest(AbstractModel):
|
25823
|
-
"""DescribeAttackLogInfo请求参数结构体
|
25824
|
-
|
25825
|
-
"""
|
25826
|
-
|
25827
|
-
def __init__(self):
|
25828
|
-
r"""
|
25829
|
-
:param _Id: 日志ID
|
25830
|
-
:type Id: int
|
25831
|
-
"""
|
25832
|
-
self._Id = None
|
25833
|
-
|
25834
|
-
@property
|
25835
|
-
def Id(self):
|
25836
|
-
return self._Id
|
25837
|
-
|
25838
|
-
@Id.setter
|
25839
|
-
def Id(self, Id):
|
25840
|
-
self._Id = Id
|
25841
|
-
|
25842
|
-
|
25843
|
-
def _deserialize(self, params):
|
25844
|
-
self._Id = params.get("Id")
|
25845
|
-
memeber_set = set(params.keys())
|
25846
|
-
for name, value in vars(self).items():
|
25847
|
-
property_name = name[1:]
|
25848
|
-
if property_name in memeber_set:
|
25849
|
-
memeber_set.remove(property_name)
|
25850
|
-
if len(memeber_set) > 0:
|
25851
|
-
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
25852
|
-
|
25853
|
-
|
25854
|
-
|
25855
|
-
class DescribeAttackLogInfoResponse(AbstractModel):
|
25856
|
-
"""DescribeAttackLogInfo返回参数结构体
|
25857
|
-
|
25858
|
-
"""
|
25859
|
-
|
25860
|
-
def __init__(self):
|
25861
|
-
r"""
|
25862
|
-
:param _Id: 日志ID
|
25863
|
-
:type Id: int
|
25864
|
-
:param _Quuid: 主机ID
|
25865
|
-
:type Quuid: str
|
25866
|
-
:param _SrcPort: 攻击来源端口
|
25867
|
-
:type SrcPort: int
|
25868
|
-
:param _SrcIp: 攻击来源IP
|
25869
|
-
:type SrcIp: str
|
25870
|
-
:param _DstPort: 攻击目标端口
|
25871
|
-
:type DstPort: int
|
25872
|
-
:param _DstIp: 攻击目标IP
|
25873
|
-
:type DstIp: str
|
25874
|
-
:param _HttpMethod: 攻击方法
|
25875
|
-
:type HttpMethod: str
|
25876
|
-
:param _HttpHost: 攻击目标主机
|
25877
|
-
:type HttpHost: str
|
25878
|
-
:param _HttpHead: 攻击头信息
|
25879
|
-
:type HttpHead: str
|
25880
|
-
:param _HttpUserAgent: 攻击者浏览器标识
|
25881
|
-
:type HttpUserAgent: str
|
25882
|
-
:param _HttpReferer: 请求源
|
25883
|
-
:type HttpReferer: str
|
25884
|
-
:param _VulType: 威胁类型
|
25885
|
-
:type VulType: str
|
25886
|
-
:param _HttpCgi: 攻击路径
|
25887
|
-
:type HttpCgi: str
|
25888
|
-
:param _HttpParam: 攻击参数
|
25889
|
-
:type HttpParam: str
|
25890
|
-
:param _CreatedAt: 攻击时间
|
25891
|
-
:type CreatedAt: str
|
25892
|
-
:param _HttpContent: 攻击内容
|
25893
|
-
:type HttpContent: str
|
25894
|
-
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25895
|
-
:type RequestId: str
|
25896
|
-
"""
|
25897
|
-
self._Id = None
|
25898
|
-
self._Quuid = None
|
25899
|
-
self._SrcPort = None
|
25900
|
-
self._SrcIp = None
|
25901
|
-
self._DstPort = None
|
25902
|
-
self._DstIp = None
|
25903
|
-
self._HttpMethod = None
|
25904
|
-
self._HttpHost = None
|
25905
|
-
self._HttpHead = None
|
25906
|
-
self._HttpUserAgent = None
|
25907
|
-
self._HttpReferer = None
|
25908
|
-
self._VulType = None
|
25909
|
-
self._HttpCgi = None
|
25910
|
-
self._HttpParam = None
|
25911
|
-
self._CreatedAt = None
|
25912
|
-
self._HttpContent = None
|
25913
|
-
self._RequestId = None
|
25914
|
-
|
25915
|
-
@property
|
25916
|
-
def Id(self):
|
25917
|
-
return self._Id
|
25918
|
-
|
25919
|
-
@Id.setter
|
25920
|
-
def Id(self, Id):
|
25921
|
-
self._Id = Id
|
25922
|
-
|
25923
|
-
@property
|
25924
|
-
def Quuid(self):
|
25925
|
-
return self._Quuid
|
25926
|
-
|
25927
|
-
@Quuid.setter
|
25928
|
-
def Quuid(self, Quuid):
|
25929
|
-
self._Quuid = Quuid
|
25930
|
-
|
25931
|
-
@property
|
25932
|
-
def SrcPort(self):
|
25933
|
-
return self._SrcPort
|
25934
|
-
|
25935
|
-
@SrcPort.setter
|
25936
|
-
def SrcPort(self, SrcPort):
|
25937
|
-
self._SrcPort = SrcPort
|
25938
|
-
|
25939
|
-
@property
|
25940
|
-
def SrcIp(self):
|
25941
|
-
return self._SrcIp
|
25942
|
-
|
25943
|
-
@SrcIp.setter
|
25944
|
-
def SrcIp(self, SrcIp):
|
25945
|
-
self._SrcIp = SrcIp
|
25946
|
-
|
25947
|
-
@property
|
25948
|
-
def DstPort(self):
|
25949
|
-
return self._DstPort
|
25950
|
-
|
25951
|
-
@DstPort.setter
|
25952
|
-
def DstPort(self, DstPort):
|
25953
|
-
self._DstPort = DstPort
|
25954
|
-
|
25955
|
-
@property
|
25956
|
-
def DstIp(self):
|
25957
|
-
return self._DstIp
|
25958
|
-
|
25959
|
-
@DstIp.setter
|
25960
|
-
def DstIp(self, DstIp):
|
25961
|
-
self._DstIp = DstIp
|
25962
|
-
|
25963
|
-
@property
|
25964
|
-
def HttpMethod(self):
|
25965
|
-
return self._HttpMethod
|
25966
|
-
|
25967
|
-
@HttpMethod.setter
|
25968
|
-
def HttpMethod(self, HttpMethod):
|
25969
|
-
self._HttpMethod = HttpMethod
|
25970
|
-
|
25971
|
-
@property
|
25972
|
-
def HttpHost(self):
|
25973
|
-
return self._HttpHost
|
25974
|
-
|
25975
|
-
@HttpHost.setter
|
25976
|
-
def HttpHost(self, HttpHost):
|
25977
|
-
self._HttpHost = HttpHost
|
25978
|
-
|
25979
|
-
@property
|
25980
|
-
def HttpHead(self):
|
25981
|
-
return self._HttpHead
|
25982
|
-
|
25983
|
-
@HttpHead.setter
|
25984
|
-
def HttpHead(self, HttpHead):
|
25985
|
-
self._HttpHead = HttpHead
|
25986
|
-
|
25987
|
-
@property
|
25988
|
-
def HttpUserAgent(self):
|
25989
|
-
return self._HttpUserAgent
|
25990
|
-
|
25991
|
-
@HttpUserAgent.setter
|
25992
|
-
def HttpUserAgent(self, HttpUserAgent):
|
25993
|
-
self._HttpUserAgent = HttpUserAgent
|
25994
|
-
|
25995
|
-
@property
|
25996
|
-
def HttpReferer(self):
|
25997
|
-
return self._HttpReferer
|
25998
|
-
|
25999
|
-
@HttpReferer.setter
|
26000
|
-
def HttpReferer(self, HttpReferer):
|
26001
|
-
self._HttpReferer = HttpReferer
|
26002
|
-
|
26003
|
-
@property
|
26004
|
-
def VulType(self):
|
26005
|
-
return self._VulType
|
26006
|
-
|
26007
|
-
@VulType.setter
|
26008
|
-
def VulType(self, VulType):
|
26009
|
-
self._VulType = VulType
|
26010
|
-
|
26011
|
-
@property
|
26012
|
-
def HttpCgi(self):
|
26013
|
-
return self._HttpCgi
|
26014
|
-
|
26015
|
-
@HttpCgi.setter
|
26016
|
-
def HttpCgi(self, HttpCgi):
|
26017
|
-
self._HttpCgi = HttpCgi
|
26018
|
-
|
26019
|
-
@property
|
26020
|
-
def HttpParam(self):
|
26021
|
-
return self._HttpParam
|
26022
|
-
|
26023
|
-
@HttpParam.setter
|
26024
|
-
def HttpParam(self, HttpParam):
|
26025
|
-
self._HttpParam = HttpParam
|
26026
|
-
|
26027
|
-
@property
|
26028
|
-
def CreatedAt(self):
|
26029
|
-
return self._CreatedAt
|
26030
|
-
|
26031
|
-
@CreatedAt.setter
|
26032
|
-
def CreatedAt(self, CreatedAt):
|
26033
|
-
self._CreatedAt = CreatedAt
|
26034
|
-
|
26035
|
-
@property
|
26036
|
-
def HttpContent(self):
|
26037
|
-
return self._HttpContent
|
26038
|
-
|
26039
|
-
@HttpContent.setter
|
26040
|
-
def HttpContent(self, HttpContent):
|
26041
|
-
self._HttpContent = HttpContent
|
26042
|
-
|
26043
|
-
@property
|
26044
|
-
def RequestId(self):
|
26045
|
-
return self._RequestId
|
26046
|
-
|
26047
|
-
@RequestId.setter
|
26048
|
-
def RequestId(self, RequestId):
|
26049
|
-
self._RequestId = RequestId
|
26050
|
-
|
26051
|
-
|
26052
|
-
def _deserialize(self, params):
|
26053
|
-
self._Id = params.get("Id")
|
26054
|
-
self._Quuid = params.get("Quuid")
|
26055
|
-
self._SrcPort = params.get("SrcPort")
|
26056
|
-
self._SrcIp = params.get("SrcIp")
|
26057
|
-
self._DstPort = params.get("DstPort")
|
26058
|
-
self._DstIp = params.get("DstIp")
|
26059
|
-
self._HttpMethod = params.get("HttpMethod")
|
26060
|
-
self._HttpHost = params.get("HttpHost")
|
26061
|
-
self._HttpHead = params.get("HttpHead")
|
26062
|
-
self._HttpUserAgent = params.get("HttpUserAgent")
|
26063
|
-
self._HttpReferer = params.get("HttpReferer")
|
26064
|
-
self._VulType = params.get("VulType")
|
26065
|
-
self._HttpCgi = params.get("HttpCgi")
|
26066
|
-
self._HttpParam = params.get("HttpParam")
|
26067
|
-
self._CreatedAt = params.get("CreatedAt")
|
26068
|
-
self._HttpContent = params.get("HttpContent")
|
26069
|
-
self._RequestId = params.get("RequestId")
|
26070
|
-
|
26071
|
-
|
26072
25822
|
class DescribeAttackLogsRequest(AbstractModel):
|
26073
25823
|
"""DescribeAttackLogs请求参数结构体
|
26074
25824
|
|
@@ -9942,7 +9942,7 @@ class DescribeAuditInstanceListRequest(AbstractModel):
|
|
9942
9942
|
:type Filters: list of AuditInstanceFilters
|
9943
9943
|
:param _AuditMode: 实例的审计规则模式。1-规则审计;0-全审计。
|
9944
9944
|
:type AuditMode: int
|
9945
|
-
:param _Limit: 单次请求返回的数量。默认值为30,最大值为
|
9945
|
+
:param _Limit: 单次请求返回的数量。默认值为30,最大值为 100。
|
9946
9946
|
:type Limit: int
|
9947
9947
|
:param _Offset: 偏移量,默认值为 0。
|
9948
9948
|
:type Offset: int
|
@@ -20066,6 +20066,8 @@ class ReleasedApprover(AbstractModel):
|
|
20066
20066
|
如果需改动此参与人的角色名字,可用此字段指定,由汉字,英文字符,数字组成,最大20个字。
|
20067
20067
|
|
20068
20068
|
:type ApproverSignRole: str
|
20069
|
+
:param _ApproverSignSealId: 印章Id,签署控件类型为印章时,用于指定本企业签署方在解除协议中使用那个印章进行签署
|
20070
|
+
:type ApproverSignSealId: str
|
20069
20071
|
"""
|
20070
20072
|
self._Name = None
|
20071
20073
|
self._Mobile = None
|
@@ -20073,6 +20075,7 @@ class ReleasedApprover(AbstractModel):
|
|
20073
20075
|
self._ApproverType = None
|
20074
20076
|
self._ApproverSignComponentType = None
|
20075
20077
|
self._ApproverSignRole = None
|
20078
|
+
self._ApproverSignSealId = None
|
20076
20079
|
|
20077
20080
|
@property
|
20078
20081
|
def Name(self):
|
@@ -20122,6 +20125,14 @@ class ReleasedApprover(AbstractModel):
|
|
20122
20125
|
def ApproverSignRole(self, ApproverSignRole):
|
20123
20126
|
self._ApproverSignRole = ApproverSignRole
|
20124
20127
|
|
20128
|
+
@property
|
20129
|
+
def ApproverSignSealId(self):
|
20130
|
+
return self._ApproverSignSealId
|
20131
|
+
|
20132
|
+
@ApproverSignSealId.setter
|
20133
|
+
def ApproverSignSealId(self, ApproverSignSealId):
|
20134
|
+
self._ApproverSignSealId = ApproverSignSealId
|
20135
|
+
|
20125
20136
|
|
20126
20137
|
def _deserialize(self, params):
|
20127
20138
|
self._Name = params.get("Name")
|
@@ -20130,6 +20141,7 @@ class ReleasedApprover(AbstractModel):
|
|
20130
20141
|
self._ApproverType = params.get("ApproverType")
|
20131
20142
|
self._ApproverSignComponentType = params.get("ApproverSignComponentType")
|
20132
20143
|
self._ApproverSignRole = params.get("ApproverSignRole")
|
20144
|
+
self._ApproverSignSealId = params.get("ApproverSignSealId")
|
20133
20145
|
memeber_set = set(params.keys())
|
20134
20146
|
for name, value in vars(self).items():
|
20135
20147
|
property_name = name[1:]
|
@@ -18433,7 +18433,7 @@ class ReleasedApprover(AbstractModel):
|
|
18433
18433
|
- 当指定C端签署人的签署方自定义控件别名不空时,除参数ApproverNumber外,可以只传参数ApproverSignRole。
|
18434
18434
|
|
18435
18435
|
如果需要指定B端(企业身份类型)签署人,其中ReleasedApprover需要传递的参数如下:
|
18436
|
-
`ApproverNumber`, `OrganizationName`, `ApproverType`必传。</br>
|
18436
|
+
(`ApproverNumber`, `ReleasedApproverRecipientId`这两个二选一), `OrganizationName`, `ApproverType`必传。</br>
|
18437
18437
|
对于其他身份标识:
|
18438
18438
|
- **子客企业指定经办人**:OpenId必传,OrganizationOpenId必传;
|
18439
18439
|
- **非子客企业经办人**:Name、Mobile必传。
|
@@ -18449,6 +18449,9 @@ class ReleasedApprover(AbstractModel):
|
|
18449
18449
|
<ul><li> **ORGANIZATION**:企业(默认值)</li>
|
18450
18450
|
<li> **ENTERPRISESERVER**:企业静默签</li></ul>
|
18451
18451
|
:type ApproverType: str
|
18452
|
+
:param _ReleasedApproverRecipientId: 签署人在原合同中的RecipientId,可以通过<a href="https://qian.tencent.com/developers/partnerApis/flows/DescribeFlowDetailInfo" target="_blank">DescribeFlowDetailInfo</a>接口查看原流程中的签署人信息,可参考返回结构体<a href="https://qian.tencent.com/developers/partnerApis/dataTypes/#flowapproverdetail" target="_blank">FlowApproverDetail</a>中的RecipientId。
|
18453
|
+
**注意**:当指定了此参数后,ApproverNumber即失效,会以本参数作为原合同参与人的选取。与ApproverNumber二选一。
|
18454
|
+
:type ReleasedApproverRecipientId: str
|
18452
18455
|
:param _Name: 签署人姓名,最大长度50个字。
|
18453
18456
|
:type Name: str
|
18454
18457
|
:param _IdCardType: 签署方经办人的证件类型,支持以下类型
|
@@ -18482,9 +18485,12 @@ class ReleasedApprover(AbstractModel):
|
|
18482
18485
|
:param _ApproverSignRole: 参与方在合同中的角色是按照创建合同的时候来排序的,解除协议默认会将第一个参与人叫`甲方`,第二个叫`乙方`, 第三个叫`丙方`,以此类推。
|
18483
18486
|
如果需改动此参与人的角色名字,可用此字段指定,由汉字,英文字符,数字组成,最大20个字。
|
18484
18487
|
:type ApproverSignRole: str
|
18488
|
+
:param _ApproverSignSealId: 印章Id,签署控件类型为印章时,用于指定本企业签署方在解除协议中使用那个印章进行签署
|
18489
|
+
:type ApproverSignSealId: str
|
18485
18490
|
"""
|
18486
18491
|
self._ApproverNumber = None
|
18487
18492
|
self._ApproverType = None
|
18493
|
+
self._ReleasedApproverRecipientId = None
|
18488
18494
|
self._Name = None
|
18489
18495
|
self._IdCardType = None
|
18490
18496
|
self._IdCardNumber = None
|
@@ -18494,6 +18500,7 @@ class ReleasedApprover(AbstractModel):
|
|
18494
18500
|
self._OpenId = None
|
18495
18501
|
self._ApproverSignComponentType = None
|
18496
18502
|
self._ApproverSignRole = None
|
18503
|
+
self._ApproverSignSealId = None
|
18497
18504
|
|
18498
18505
|
@property
|
18499
18506
|
def ApproverNumber(self):
|
@@ -18511,6 +18518,14 @@ class ReleasedApprover(AbstractModel):
|
|
18511
18518
|
def ApproverType(self, ApproverType):
|
18512
18519
|
self._ApproverType = ApproverType
|
18513
18520
|
|
18521
|
+
@property
|
18522
|
+
def ReleasedApproverRecipientId(self):
|
18523
|
+
return self._ReleasedApproverRecipientId
|
18524
|
+
|
18525
|
+
@ReleasedApproverRecipientId.setter
|
18526
|
+
def ReleasedApproverRecipientId(self, ReleasedApproverRecipientId):
|
18527
|
+
self._ReleasedApproverRecipientId = ReleasedApproverRecipientId
|
18528
|
+
|
18514
18529
|
@property
|
18515
18530
|
def Name(self):
|
18516
18531
|
return self._Name
|
@@ -18583,10 +18598,19 @@ class ReleasedApprover(AbstractModel):
|
|
18583
18598
|
def ApproverSignRole(self, ApproverSignRole):
|
18584
18599
|
self._ApproverSignRole = ApproverSignRole
|
18585
18600
|
|
18601
|
+
@property
|
18602
|
+
def ApproverSignSealId(self):
|
18603
|
+
return self._ApproverSignSealId
|
18604
|
+
|
18605
|
+
@ApproverSignSealId.setter
|
18606
|
+
def ApproverSignSealId(self, ApproverSignSealId):
|
18607
|
+
self._ApproverSignSealId = ApproverSignSealId
|
18608
|
+
|
18586
18609
|
|
18587
18610
|
def _deserialize(self, params):
|
18588
18611
|
self._ApproverNumber = params.get("ApproverNumber")
|
18589
18612
|
self._ApproverType = params.get("ApproverType")
|
18613
|
+
self._ReleasedApproverRecipientId = params.get("ReleasedApproverRecipientId")
|
18590
18614
|
self._Name = params.get("Name")
|
18591
18615
|
self._IdCardType = params.get("IdCardType")
|
18592
18616
|
self._IdCardNumber = params.get("IdCardNumber")
|
@@ -18596,6 +18620,7 @@ class ReleasedApprover(AbstractModel):
|
|
18596
18620
|
self._OpenId = params.get("OpenId")
|
18597
18621
|
self._ApproverSignComponentType = params.get("ApproverSignComponentType")
|
18598
18622
|
self._ApproverSignRole = params.get("ApproverSignRole")
|
18623
|
+
self._ApproverSignSealId = params.get("ApproverSignSealId")
|
18599
18624
|
memeber_set = set(params.keys())
|
18600
18625
|
for name, value in vars(self).items():
|
18601
18626
|
property_name = name[1:]
|
@@ -23730,25 +23730,17 @@ class ModifyPrometheusInstanceAttributesRequest(AbstractModel):
|
|
23730
23730
|
|
23731
23731
|
def __init__(self):
|
23732
23732
|
r"""
|
23733
|
-
:param _InstanceName: 实例名称
|
23734
|
-
:type InstanceName: str
|
23735
23733
|
:param _InstanceId: 实例 ID
|
23736
23734
|
:type InstanceId: str
|
23735
|
+
:param _InstanceName: 实例名称
|
23736
|
+
:type InstanceName: str
|
23737
23737
|
:param _DataRetentionTime: 存储时长(取值为 15、30、45。此参数不适用于包年包月实例)
|
23738
23738
|
:type DataRetentionTime: int
|
23739
23739
|
"""
|
23740
|
-
self._InstanceName = None
|
23741
23740
|
self._InstanceId = None
|
23741
|
+
self._InstanceName = None
|
23742
23742
|
self._DataRetentionTime = None
|
23743
23743
|
|
23744
|
-
@property
|
23745
|
-
def InstanceName(self):
|
23746
|
-
return self._InstanceName
|
23747
|
-
|
23748
|
-
@InstanceName.setter
|
23749
|
-
def InstanceName(self, InstanceName):
|
23750
|
-
self._InstanceName = InstanceName
|
23751
|
-
|
23752
23744
|
@property
|
23753
23745
|
def InstanceId(self):
|
23754
23746
|
return self._InstanceId
|
@@ -23757,6 +23749,14 @@ class ModifyPrometheusInstanceAttributesRequest(AbstractModel):
|
|
23757
23749
|
def InstanceId(self, InstanceId):
|
23758
23750
|
self._InstanceId = InstanceId
|
23759
23751
|
|
23752
|
+
@property
|
23753
|
+
def InstanceName(self):
|
23754
|
+
return self._InstanceName
|
23755
|
+
|
23756
|
+
@InstanceName.setter
|
23757
|
+
def InstanceName(self, InstanceName):
|
23758
|
+
self._InstanceName = InstanceName
|
23759
|
+
|
23760
23760
|
@property
|
23761
23761
|
def DataRetentionTime(self):
|
23762
23762
|
return self._DataRetentionTime
|
@@ -23767,8 +23767,8 @@ class ModifyPrometheusInstanceAttributesRequest(AbstractModel):
|
|
23767
23767
|
|
23768
23768
|
|
23769
23769
|
def _deserialize(self, params):
|
23770
|
-
self._InstanceName = params.get("InstanceName")
|
23771
23770
|
self._InstanceId = params.get("InstanceId")
|
23771
|
+
self._InstanceName = params.get("InstanceName")
|
23772
23772
|
self._DataRetentionTime = params.get("DataRetentionTime")
|
23773
23773
|
memeber_set = set(params.keys())
|
23774
23774
|
for name, value in vars(self).items():
|
@@ -25821,7 +25821,7 @@ class PrometheusClusterAgentBasic(AbstractModel):
|
|
25821
25821
|
r"""
|
25822
25822
|
:param _Region: 集群ID
|
25823
25823
|
:type Region: str
|
25824
|
-
:param _ClusterType:
|
25824
|
+
:param _ClusterType: 集群类型。可填入tke、eks、tkeedge、tdcc,分别代表标准集群、弹性集群、边缘集群、注册集群
|
25825
25825
|
:type ClusterType: str
|
25826
25826
|
:param _ClusterId: 集群ID
|
25827
25827
|
:type ClusterId: str
|
@@ -26343,7 +26343,7 @@ class PrometheusInstancesItem(AbstractModel):
|
|
26343
26343
|
<li>0:不自动续费</li>
|
26344
26344
|
<li>1:开启自动续费</li>
|
26345
26345
|
<li>2:禁止自动续费</li>
|
26346
|
-
<li>-1:无效</
|
26346
|
+
<li>-1:无效</li>
|
26347
26347
|
</ul>
|
26348
26348
|
注意:此字段可能返回 null,表示取不到有效值。
|
26349
26349
|
:type AutoRenewFlag: int
|
@@ -1682,8 +1682,6 @@ class OcrClient(AbstractClient):
|
|
1682
1682
|
def RecognizeGeneralTextImageWarn(self, request):
|
1683
1683
|
"""本接口支持多种类型证件有效性检测告警,包括卡证复印件告警、卡证翻拍告警等功能。可以应用于各种证件信息有效性校验场景,例如银行开户、用户注册等场景。
|
1684
1684
|
|
1685
|
-
默认接口请求频率限制:10次/秒。
|
1686
|
-
|
1687
1685
|
:param request: Request instance for RecognizeGeneralTextImageWarn.
|
1688
1686
|
:type request: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralTextImageWarnRequest`
|
1689
1687
|
:rtype: :class:`tencentcloud.ocr.v20181119.models.RecognizeGeneralTextImageWarnResponse`
|
@@ -25,7 +25,7 @@ class CreateProjectRequest(AbstractModel):
|
|
25
25
|
|
26
26
|
def __init__(self):
|
27
27
|
r"""
|
28
|
-
:param _Name:
|
28
|
+
:param _Name: 应用名称(不为空且最长为 200)
|
29
29
|
:type Name: str
|
30
30
|
:param _InstanceID: 业务系统 ID
|
31
31
|
:type InstanceID: str
|
@@ -39,7 +39,7 @@ class CreateProjectRequest(AbstractModel):
|
|
39
39
|
:type Repo: str
|
40
40
|
:param _URL: 项目对应网页地址(可选,最长为 256)
|
41
41
|
:type URL: str
|
42
|
-
:param _Desc:
|
42
|
+
:param _Desc: 应用描述(可选,最长为 1000)
|
43
43
|
:type Desc: str
|
44
44
|
"""
|
45
45
|
self._Name = None
|
@@ -2405,11 +2405,11 @@ class DescribeDataFetchProjectRequest(AbstractModel):
|
|
2405
2405
|
|
2406
2406
|
def __init__(self):
|
2407
2407
|
r"""
|
2408
|
-
:param _StartTime:
|
2408
|
+
:param _StartTime: 开始时间,示例值:1625454840
|
2409
2409
|
:type StartTime: int
|
2410
2410
|
:param _Type: allcount:性能视图,day:14天数据,condition:条件列表,area:请求速度分布,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
2411
2411
|
:type Type: str
|
2412
|
-
:param _EndTime:
|
2412
|
+
:param _EndTime: 结束时间,示例值:1625454840
|
2413
2413
|
:type EndTime: int
|
2414
2414
|
:param _ID: 项目ID
|
2415
2415
|
:type ID: int
|
@@ -2421,7 +2421,7 @@ class DescribeDataFetchProjectRequest(AbstractModel):
|
|
2421
2421
|
:type Isp: str
|
2422
2422
|
:param _From: 来源页面
|
2423
2423
|
:type From: str
|
2424
|
-
:param _Level:
|
2424
|
+
:param _Level: 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
|
2425
2425
|
:type Level: str
|
2426
2426
|
:param _Brand: 品牌
|
2427
2427
|
:type Brand: str
|
@@ -2435,7 +2435,7 @@ class DescribeDataFetchProjectRequest(AbstractModel):
|
|
2435
2435
|
:type ExtThird: str
|
2436
2436
|
:param _ExtFirst: 自定义1
|
2437
2437
|
:type ExtFirst: str
|
2438
|
-
:param _NetType:
|
2438
|
+
:param _NetType: 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
2439
2439
|
:type NetType: str
|
2440
2440
|
:param _Device: 机型
|
2441
2441
|
:type Device: str
|
@@ -3099,7 +3099,7 @@ class DescribeDataFetchUrlRequest(AbstractModel):
|
|
3099
3099
|
r"""
|
3100
3100
|
:param _StartTime: 开始时间
|
3101
3101
|
:type StartTime: int
|
3102
|
-
:param _Type: allcount:性能视图,day:14天数据,count40x:40X视图,count50x:50X视图,count5xand4x:40∑50视图,top:资源top视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
3102
|
+
:param _Type: allcount:性能视图,pagepv:pv视图,day:14天数据,count40x:40X视图,count50x:50X视图,count5xand4x:40∑50视图,top:资源top视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
3103
3103
|
:type Type: str
|
3104
3104
|
:param _EndTime: 结束时间
|
3105
3105
|
:type EndTime: int
|
@@ -3877,7 +3877,7 @@ class DescribeDataPerformancePageRequest(AbstractModel):
|
|
3877
3877
|
:type StartTime: int
|
3878
3878
|
:param _EndTime: 结束时间
|
3879
3879
|
:type EndTime: int
|
3880
|
-
:param _Type: pagepv
|
3880
|
+
:param _Type: pagepv:pv视图,allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
3881
3881
|
:type Type: str
|
3882
3882
|
:param _Level: 日志等级
|
3883
3883
|
:type Level: str
|
@@ -4857,7 +4857,7 @@ class DescribeDataReportCountRequest(AbstractModel):
|
|
4857
4857
|
:type EndTime: int
|
4858
4858
|
:param _ID: 项目ID
|
4859
4859
|
:type ID: int
|
4860
|
-
:param _ReportType:
|
4860
|
+
:param _ReportType: 上报类型(custom,event,log,miniProgramData,performance,pv,speed,webvitals)
|
4861
4861
|
:type ReportType: str
|
4862
4862
|
:param _InstanceID: 实例ID
|
4863
4863
|
:type InstanceID: str
|
@@ -5401,7 +5401,7 @@ class DescribeDataStaticProjectRequest(AbstractModel):
|
|
5401
5401
|
:type Isp: str
|
5402
5402
|
:param _From: 来源页面
|
5403
5403
|
:type From: str
|
5404
|
-
:param _Level:
|
5404
|
+
:param _Level: 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
|
5405
5405
|
:type Level: str
|
5406
5406
|
:param _Brand: 品牌
|
5407
5407
|
:type Brand: str
|
@@ -5415,7 +5415,7 @@ class DescribeDataStaticProjectRequest(AbstractModel):
|
|
5415
5415
|
:type ExtThird: str
|
5416
5416
|
:param _ExtFirst: 自定义1
|
5417
5417
|
:type ExtFirst: str
|
5418
|
-
:param _NetType:
|
5418
|
+
:param _NetType: 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
5419
5419
|
:type NetType: str
|
5420
5420
|
:param _Device: 机型
|
5421
5421
|
:type Device: str
|
@@ -7132,7 +7132,7 @@ class DescribeReleaseFileSignRequest(AbstractModel):
|
|
7132
7132
|
r"""
|
7133
7133
|
:param _Timeout: 超时时间,不填默认是 5 分钟
|
7134
7134
|
:type Timeout: int
|
7135
|
-
:param _FileType: bucket类型,不填默认web,2:app
|
7135
|
+
:param _FileType: bucket类型,不填默认1:web,2:app
|
7136
7136
|
:type FileType: int
|
7137
7137
|
"""
|
7138
7138
|
self._Timeout = None
|
@@ -8856,7 +8856,7 @@ class ModifyProjectRequest(AbstractModel):
|
|
8856
8856
|
r"""
|
8857
8857
|
:param _ID: 项目 id
|
8858
8858
|
:type ID: int
|
8859
|
-
:param _Name:
|
8859
|
+
:param _Name: 应用名称(可选,不为空且最长为 200字符)
|
8860
8860
|
:type Name: str
|
8861
8861
|
:param _URL: 项目网页地址(可选,最长为 256)
|
8862
8862
|
:type URL: str
|
@@ -8870,7 +8870,7 @@ class ModifyProjectRequest(AbstractModel):
|
|
8870
8870
|
:type EnableURLGroup: int
|
8871
8871
|
:param _Type: 项目类型(可接受值为 "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
|
8872
8872
|
:type Type: str
|
8873
|
-
:param _Desc:
|
8873
|
+
:param _Desc: 应用描述(可选,最长为 1000字符)
|
8874
8874
|
:type Desc: str
|
8875
8875
|
"""
|
8876
8876
|
self._ID = None
|
@@ -176,13 +176,13 @@ class ApplyCertificateRequest(AbstractModel):
|
|
176
176
|
:type DomainName: str
|
177
177
|
:param _ProjectId: 项目 ID。
|
178
178
|
:type ProjectId: int
|
179
|
-
:param _PackageType: 证书类型,目前仅支持类型
|
179
|
+
:param _PackageType: 证书类型,目前仅支持类型83。83 = TrustAsia C1 DV Free。
|
180
180
|
:type PackageType: str
|
181
181
|
:param _ContactEmail: 邮箱。
|
182
182
|
:type ContactEmail: str
|
183
183
|
:param _ContactPhone: 手机。
|
184
184
|
:type ContactPhone: str
|
185
|
-
:param _ValidityPeriod: 有效期,默认
|
185
|
+
:param _ValidityPeriod: 有效期,默认3个月,目前仅支持3个月。
|
186
186
|
:type ValidityPeriod: str
|
187
187
|
:param _CsrEncryptAlgo: 加密算法,支持 RSA及ECC。
|
188
188
|
:type CsrEncryptAlgo: str
|