tencentcloud-sdk-python 3.0.1179__py2.py3-none-any.whl → 3.0.1180__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/cynosdb/v20190107/models.py +53 -14
- tencentcloud/emr/v20190103/models.py +2 -10
- tencentcloud/ess/v20201111/models.py +31 -3
- tencentcloud/scf/v20180416/scf_client.py +1 -1
- tencentcloud/ssl/v20191205/models.py +75 -0
- tencentcloud/vpc/v20170312/errorcodes.py +24 -0
- tencentcloud/vpc/v20170312/models.py +2941 -99
- tencentcloud/vpc/v20170312/vpc_client.py +414 -0
- tencentcloud/waf/v20180125/models.py +0 -74
- tencentcloud/waf/v20180125/waf_client.py +0 -23
- tencentcloud/wedata/v20210820/models.py +572 -0
- tencentcloud/wedata/v20210820/wedata_client.py +46 -0
- {tencentcloud_sdk_python-3.0.1179.dist-info → tencentcloud_sdk_python-3.0.1180.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1179.dist-info → tencentcloud_sdk_python-3.0.1180.dist-info}/RECORD +18 -18
- {tencentcloud_sdk_python-3.0.1179.dist-info → tencentcloud_sdk_python-3.0.1180.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1179.dist-info → tencentcloud_sdk_python-3.0.1180.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1179.dist-info → tencentcloud_sdk_python-3.0.1180.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -38,12 +38,20 @@ class Ability(AbstractModel):
|
|
38
38
|
:param _IsSupportManualSnapshot: 是否支持手动发起快照备份
|
39
39
|
注意:此字段可能返回 null,表示取不到有效值。
|
40
40
|
:type IsSupportManualSnapshot: str
|
41
|
+
:param _IsSupportTransparentDataEncryption: 是否支持透明数据加密
|
42
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
43
|
+
:type IsSupportTransparentDataEncryption: str
|
44
|
+
:param _NoSupportTransparentDataEncryptionReason: 不支持透明数据加密原因
|
45
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
46
|
+
:type NoSupportTransparentDataEncryptionReason: str
|
41
47
|
"""
|
42
48
|
self._IsSupportSlaveZone = None
|
43
49
|
self._NonsupportSlaveZoneReason = None
|
44
50
|
self._IsSupportRo = None
|
45
51
|
self._NonsupportRoReason = None
|
46
52
|
self._IsSupportManualSnapshot = None
|
53
|
+
self._IsSupportTransparentDataEncryption = None
|
54
|
+
self._NoSupportTransparentDataEncryptionReason = None
|
47
55
|
|
48
56
|
@property
|
49
57
|
def IsSupportSlaveZone(self):
|
@@ -85,6 +93,22 @@ class Ability(AbstractModel):
|
|
85
93
|
def IsSupportManualSnapshot(self, IsSupportManualSnapshot):
|
86
94
|
self._IsSupportManualSnapshot = IsSupportManualSnapshot
|
87
95
|
|
96
|
+
@property
|
97
|
+
def IsSupportTransparentDataEncryption(self):
|
98
|
+
return self._IsSupportTransparentDataEncryption
|
99
|
+
|
100
|
+
@IsSupportTransparentDataEncryption.setter
|
101
|
+
def IsSupportTransparentDataEncryption(self, IsSupportTransparentDataEncryption):
|
102
|
+
self._IsSupportTransparentDataEncryption = IsSupportTransparentDataEncryption
|
103
|
+
|
104
|
+
@property
|
105
|
+
def NoSupportTransparentDataEncryptionReason(self):
|
106
|
+
return self._NoSupportTransparentDataEncryptionReason
|
107
|
+
|
108
|
+
@NoSupportTransparentDataEncryptionReason.setter
|
109
|
+
def NoSupportTransparentDataEncryptionReason(self, NoSupportTransparentDataEncryptionReason):
|
110
|
+
self._NoSupportTransparentDataEncryptionReason = NoSupportTransparentDataEncryptionReason
|
111
|
+
|
88
112
|
|
89
113
|
def _deserialize(self, params):
|
90
114
|
self._IsSupportSlaveZone = params.get("IsSupportSlaveZone")
|
@@ -92,6 +116,8 @@ class Ability(AbstractModel):
|
|
92
116
|
self._IsSupportRo = params.get("IsSupportRo")
|
93
117
|
self._NonsupportRoReason = params.get("NonsupportRoReason")
|
94
118
|
self._IsSupportManualSnapshot = params.get("IsSupportManualSnapshot")
|
119
|
+
self._IsSupportTransparentDataEncryption = params.get("IsSupportTransparentDataEncryption")
|
120
|
+
self._NoSupportTransparentDataEncryptionReason = params.get("NoSupportTransparentDataEncryptionReason")
|
95
121
|
memeber_set = set(params.keys())
|
96
122
|
for name, value in vars(self).items():
|
97
123
|
property_name = name[1:]
|
@@ -8094,6 +8120,10 @@ class CynosdbInstanceDetail(AbstractModel):
|
|
8094
8120
|
:type Status: str
|
8095
8121
|
:param _StatusDesc: 实例状态中文描述
|
8096
8122
|
:type StatusDesc: str
|
8123
|
+
:param _ServerlessStatus: serverless实例状态, 可能值:
|
8124
|
+
resume
|
8125
|
+
pause
|
8126
|
+
:type ServerlessStatus: str
|
8097
8127
|
:param _DbType: 数据库类型
|
8098
8128
|
:type DbType: str
|
8099
8129
|
:param _DbVersion: 数据库版本
|
@@ -8138,10 +8168,6 @@ class CynosdbInstanceDetail(AbstractModel):
|
|
8138
8168
|
:type MinCpu: float
|
8139
8169
|
:param _MaxCpu: serverless实例cpu上限
|
8140
8170
|
:type MaxCpu: float
|
8141
|
-
:param _ServerlessStatus: serverless实例状态, 可能值:
|
8142
|
-
resume
|
8143
|
-
pause
|
8144
|
-
:type ServerlessStatus: str
|
8145
8171
|
"""
|
8146
8172
|
self._Uin = None
|
8147
8173
|
self._AppId = None
|
@@ -8154,6 +8180,7 @@ pause
|
|
8154
8180
|
self._Zone = None
|
8155
8181
|
self._Status = None
|
8156
8182
|
self._StatusDesc = None
|
8183
|
+
self._ServerlessStatus = None
|
8157
8184
|
self._DbType = None
|
8158
8185
|
self._DbVersion = None
|
8159
8186
|
self._Cpu = None
|
@@ -8176,7 +8203,6 @@ pause
|
|
8176
8203
|
self._RenewFlag = None
|
8177
8204
|
self._MinCpu = None
|
8178
8205
|
self._MaxCpu = None
|
8179
|
-
self._ServerlessStatus = None
|
8180
8206
|
|
8181
8207
|
@property
|
8182
8208
|
def Uin(self):
|
@@ -8266,6 +8292,14 @@ pause
|
|
8266
8292
|
def StatusDesc(self, StatusDesc):
|
8267
8293
|
self._StatusDesc = StatusDesc
|
8268
8294
|
|
8295
|
+
@property
|
8296
|
+
def ServerlessStatus(self):
|
8297
|
+
return self._ServerlessStatus
|
8298
|
+
|
8299
|
+
@ServerlessStatus.setter
|
8300
|
+
def ServerlessStatus(self, ServerlessStatus):
|
8301
|
+
self._ServerlessStatus = ServerlessStatus
|
8302
|
+
|
8269
8303
|
@property
|
8270
8304
|
def DbType(self):
|
8271
8305
|
return self._DbType
|
@@ -8442,14 +8476,6 @@ pause
|
|
8442
8476
|
def MaxCpu(self, MaxCpu):
|
8443
8477
|
self._MaxCpu = MaxCpu
|
8444
8478
|
|
8445
|
-
@property
|
8446
|
-
def ServerlessStatus(self):
|
8447
|
-
return self._ServerlessStatus
|
8448
|
-
|
8449
|
-
@ServerlessStatus.setter
|
8450
|
-
def ServerlessStatus(self, ServerlessStatus):
|
8451
|
-
self._ServerlessStatus = ServerlessStatus
|
8452
|
-
|
8453
8479
|
|
8454
8480
|
def _deserialize(self, params):
|
8455
8481
|
self._Uin = params.get("Uin")
|
@@ -8463,6 +8489,7 @@ pause
|
|
8463
8489
|
self._Zone = params.get("Zone")
|
8464
8490
|
self._Status = params.get("Status")
|
8465
8491
|
self._StatusDesc = params.get("StatusDesc")
|
8492
|
+
self._ServerlessStatus = params.get("ServerlessStatus")
|
8466
8493
|
self._DbType = params.get("DbType")
|
8467
8494
|
self._DbVersion = params.get("DbVersion")
|
8468
8495
|
self._Cpu = params.get("Cpu")
|
@@ -8485,7 +8512,6 @@ pause
|
|
8485
8512
|
self._RenewFlag = params.get("RenewFlag")
|
8486
8513
|
self._MinCpu = params.get("MinCpu")
|
8487
8514
|
self._MaxCpu = params.get("MaxCpu")
|
8488
|
-
self._ServerlessStatus = params.get("ServerlessStatus")
|
8489
8515
|
memeber_set = set(params.keys())
|
8490
8516
|
for name, value in vars(self).items():
|
8491
8517
|
property_name = name[1:]
|
@@ -23605,6 +23631,9 @@ class ParamInfo(AbstractModel):
|
|
23605
23631
|
:param _Func: 函数
|
23606
23632
|
注意:此字段可能返回 null,表示取不到有效值。
|
23607
23633
|
:type Func: str
|
23634
|
+
:param _FuncPattern: 支持公式的参数的默认公式样式
|
23635
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
23636
|
+
:type FuncPattern: str
|
23608
23637
|
"""
|
23609
23638
|
self._CurrentValue = None
|
23610
23639
|
self._Default = None
|
@@ -23621,6 +23650,7 @@ class ParamInfo(AbstractModel):
|
|
23621
23650
|
self._ModifiableInfo = None
|
23622
23651
|
self._IsFunc = None
|
23623
23652
|
self._Func = None
|
23653
|
+
self._FuncPattern = None
|
23624
23654
|
|
23625
23655
|
@property
|
23626
23656
|
def CurrentValue(self):
|
@@ -23742,6 +23772,14 @@ class ParamInfo(AbstractModel):
|
|
23742
23772
|
def Func(self, Func):
|
23743
23773
|
self._Func = Func
|
23744
23774
|
|
23775
|
+
@property
|
23776
|
+
def FuncPattern(self):
|
23777
|
+
return self._FuncPattern
|
23778
|
+
|
23779
|
+
@FuncPattern.setter
|
23780
|
+
def FuncPattern(self, FuncPattern):
|
23781
|
+
self._FuncPattern = FuncPattern
|
23782
|
+
|
23745
23783
|
|
23746
23784
|
def _deserialize(self, params):
|
23747
23785
|
self._CurrentValue = params.get("CurrentValue")
|
@@ -23761,6 +23799,7 @@ class ParamInfo(AbstractModel):
|
|
23761
23799
|
self._ModifiableInfo._deserialize(params.get("ModifiableInfo"))
|
23762
23800
|
self._IsFunc = params.get("IsFunc")
|
23763
23801
|
self._Func = params.get("Func")
|
23802
|
+
self._FuncPattern = params.get("FuncPattern")
|
23764
23803
|
memeber_set = set(params.keys())
|
23765
23804
|
for name, value in vars(self).items():
|
23766
23805
|
property_name = name[1:]
|
@@ -8936,11 +8936,7 @@ class InquiryPriceCreateInstanceRequest(AbstractModel):
|
|
8936
8936
|
<li>0:表示不开启节点高可用。</li>
|
8937
8937
|
<li>1:表示开启节点高可用。</li>
|
8938
8938
|
:type SupportHA: int
|
8939
|
-
:param _Software: 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId
|
8940
|
-
<li>ProductId为1的时候,必选组件包括:hadoop-2.7.3、knox-1.2.0、zookeeper-3.4.9</li>
|
8941
|
-
<li>ProductId为2的时候,必选组件包括:hadoop-2.7.3、knox-1.2.0、zookeeper-3.4.9</li>
|
8942
|
-
<li>ProductId为4的时候,必选组件包括:hadoop-2.8.4、knox-1.2.0、zookeeper-3.4.9</li>
|
8943
|
-
<li>ProductId为7的时候,必选组件包括:hadoop-3.1.2、knox-1.2.0、zookeeper-3.4.9</li>
|
8939
|
+
:param _Software: 部署的组件列表。不同的EMR产品ID(ProductId:具体含义参考入参ProductId字段)需要选择不同的必选组件:<li>ProductId为2(EMR-V2.0.1)的时候,必选组件包括:hdfs-2.7.3,yarn-2.7.3,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为16(EMR-V2.3.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.5.5,knox-1.2.0</li><li>ProductId为20(EMR-V2.5.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为30(EMR-V2.6.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为38(EMR-V2.7.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为57(EMR-V2.8.0)的时候,必选组件包括:hdfs-2.8.5,yarn-2.8.5,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为7(EMR-V3.0.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.4.9,knox-1.2.0</li><li>ProductId为25(EMR-V3.1.0)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为31(EMR-V3.1.1)的时候,必选组件包括:hdfs-3.1.2,yarn-3.1.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为28(EMR-V3.2.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,knox-1.2.0</li><li>ProductId为33(EMR-V3.2.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为34(EMR-V3.3.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.1,openldap-2.4.44,knox-1.2.0</li><li>ProductId为37(EMR-V3.4.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为44(EMR-V3.5.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为53(EMR-V3.6.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li><li>ProductId为58(EMR-V3.6.1)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.46,knox-1.6.1</li><li>ProductId为47(EMR-V4.0.0)的时候,必选组件包括:hdfs-3.2.2,yarn-3.2.2,zookeeper-3.6.3,openldap-2.4.44,knox-1.6.1</li>
|
8944
8940
|
:type Software: list of str
|
8945
8941
|
:param _ResourceSpec: 询价的节点规格。
|
8946
8942
|
:type ResourceSpec: :class:`tencentcloud.emr.v20190103.models.NewResourceSpec`
|
@@ -8957,11 +8953,7 @@ class InquiryPriceCreateInstanceRequest(AbstractModel):
|
|
8957
8953
|
:type UnifyMetaInstanceId: str
|
8958
8954
|
:param _MetaDBInfo: 自定义MetaDB信息
|
8959
8955
|
:type MetaDBInfo: :class:`tencentcloud.emr.v20190103.models.CustomMetaInfo`
|
8960
|
-
:param _ProductId: 产品ID,不同产品ID表示不同的EMR
|
8961
|
-
<li>1:表示EMR-V1.3.1。</li>
|
8962
|
-
<li>2:表示EMR-V2.0.1。</li>
|
8963
|
-
<li>4:表示EMR-V2.1.0。</li>
|
8964
|
-
<li>7:表示EMR-V3.0.0。</li>
|
8956
|
+
:param _ProductId: 产品ID,不同产品ID表示不同的EMR产品版本。取值范围:<li>2:表示EMR-V2.0.1</li><li>16:表示EMR-V2.3.0</li><li>20:表示EMR-V2.5.0</li><li>30:表示EMR-V2.6.0</li><li>38:表示EMR-V2.7.0</li><li>57:表示EMR-V2.8.0</li><li>7:表示EMR-V3.0.0</li><li>25:表示EMR-V3.1.0</li><li>31:表示EMR-V3.1.1</li><li>28:表示EMR-V3.2.0</li><li>33:表示EMR-V3.2.1</li><li>34:表示EMR-V3.3.0</li><li>37:表示EMR-V3.4.0</li><li>44:表示EMR-V3.5.0</li><li>53:表示EMR-V3.6.0</li><li>58:表示EMR-V3.6.1</li><li>47:表示EMR-V4.0.0</li>
|
8965
8957
|
:type ProductId: int
|
8966
8958
|
:param _SceneName: 场景化取值:
|
8967
8959
|
Hadoop-Kudu
|
@@ -10705,6 +10705,12 @@ class CreateUserVerifyUrlRequest(AbstractModel):
|
|
10705
10705
|
:type IdCardType: str
|
10706
10706
|
:param _Mobile: 要实名的手机号,兼容带+86的格式
|
10707
10707
|
:type Mobile: str
|
10708
|
+
:param _JumpUrl: 实名完之后的跳转链接,最大长度1000个字符。
|
10709
|
+
链接类型请参考 <a href="https://qian.tencent.com/developers/company/openqianh5" target="_blank">跳转电子签H5</a>。
|
10710
|
+
|
10711
|
+
注:此参数仅支持 Endpoint 为 <font color="red">H5 或 H5_SHORT_URL </font>的时候传递
|
10712
|
+
|
10713
|
+
:type JumpUrl: str
|
10708
10714
|
:param _Endpoint: 要跳转的链接类型
|
10709
10715
|
|
10710
10716
|
- HTTP:
|
@@ -10716,13 +10722,19 @@ class CreateUserVerifyUrlRequest(AbstractModel):
|
|
10716
10722
|
- APP:
|
10717
10723
|
第三方APP或小程序跳转电子签小程序的path, APP或者小程序跳转适合此类型
|
10718
10724
|
|
10719
|
-
|
10725
|
+
- H5:
|
10726
|
+
跳转电子签H5实名页面的长链
|
10727
|
+
|
10728
|
+
- H5_SHORT_URL:
|
10729
|
+
跳转电子签H5实名页面的短链
|
10730
|
+
|
10731
|
+
注:如果不传递,默认值是 <font color="red"> APP </font>
|
10720
10732
|
:type Endpoint: str
|
10721
10733
|
:param _AutoJumpBack: 签署完成后是否自动回跳
|
10722
10734
|
<ul><li>false:否, 实名完成不会自动跳转回来(默认)</li><li>true:是, 实名完成会自动跳转回来</li></ul>
|
10723
10735
|
|
10724
10736
|
注:
|
10725
|
-
1. 该参数<font color="red">只针对APP
|
10737
|
+
1. 该参数<font color="red">只针对APP类型(第三方APP或小程序跳转电子签小程序)场景</font> 的实名链接有效
|
10726
10738
|
2. <font color="red">手机应用APP 或 微信小程序需要监控界面的返回走后序逻辑</font>, 微信小程序的文档可以参考[这个](https://developers.weixin.qq.com/miniprogram/dev/reference/api/App.html#onShow-Object-object)
|
10727
10739
|
3. <font color="red">电子签小程序跳转贵方APP,不支持自动跳转,必需用户手动点击完成按钮(微信的限制)</font>
|
10728
10740
|
:type AutoJumpBack: bool
|
@@ -10734,6 +10746,7 @@ class CreateUserVerifyUrlRequest(AbstractModel):
|
|
10734
10746
|
self._IdCardNumber = None
|
10735
10747
|
self._IdCardType = None
|
10736
10748
|
self._Mobile = None
|
10749
|
+
self._JumpUrl = None
|
10737
10750
|
self._Endpoint = None
|
10738
10751
|
self._AutoJumpBack = None
|
10739
10752
|
self._UserData = None
|
@@ -10778,6 +10791,14 @@ class CreateUserVerifyUrlRequest(AbstractModel):
|
|
10778
10791
|
def Mobile(self, Mobile):
|
10779
10792
|
self._Mobile = Mobile
|
10780
10793
|
|
10794
|
+
@property
|
10795
|
+
def JumpUrl(self):
|
10796
|
+
return self._JumpUrl
|
10797
|
+
|
10798
|
+
@JumpUrl.setter
|
10799
|
+
def JumpUrl(self, JumpUrl):
|
10800
|
+
self._JumpUrl = JumpUrl
|
10801
|
+
|
10781
10802
|
@property
|
10782
10803
|
def Endpoint(self):
|
10783
10804
|
return self._Endpoint
|
@@ -10811,6 +10832,7 @@ class CreateUserVerifyUrlRequest(AbstractModel):
|
|
10811
10832
|
self._IdCardNumber = params.get("IdCardNumber")
|
10812
10833
|
self._IdCardType = params.get("IdCardType")
|
10813
10834
|
self._Mobile = params.get("Mobile")
|
10835
|
+
self._JumpUrl = params.get("JumpUrl")
|
10814
10836
|
self._Endpoint = params.get("Endpoint")
|
10815
10837
|
self._AutoJumpBack = params.get("AutoJumpBack")
|
10816
10838
|
self._UserData = params.get("UserData")
|
@@ -10843,8 +10865,14 @@ class CreateUserVerifyUrlResponse(AbstractModel):
|
|
10843
10865
|
- 如果EndPoint是HTTP_SHORT_URL,
|
10844
10866
|
得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签小程序进行签署
|
10845
10867
|
|
10868
|
+
- 如果EndPoint是H5,
|
10869
|
+
得到的链接类似于 https://quick.test.qian.tencent.cn/guide?Code=yDU****VJhsS5q&CodeType=xxx&shortKey=yD*****frcb,点击后会跳转到腾讯电子签H5页面进行签署
|
10846
10870
|
|
10847
|
-
|
10871
|
+
- 如果EndPoint是H5_SHORT_URL,
|
10872
|
+
得到的链接类似于https://essurl.cn/2n**42Nd,点击后会跳转到腾讯电子签H5页面进行签署
|
10873
|
+
|
10874
|
+
|
10875
|
+
`注:` <font color="red">生成的链路后面不能再增加参数</font>
|
10848
10876
|
示例值:https://essurl.cn/2n**42Nd
|
10849
10877
|
:type UserVerifyUrl: str
|
10850
10878
|
:param _ExpireTime: 链接过期时间
|
@@ -586,7 +586,7 @@ class ScfClient(AbstractClient):
|
|
586
586
|
|
587
587
|
|
588
588
|
def InvokeFunction(self, request):
|
589
|
-
"""SCF
|
589
|
+
"""SCF同步调用函数接口。
|
590
590
|
|
591
591
|
:param request: Request instance for InvokeFunction.
|
592
592
|
:type request: :class:`tencentcloud.scf.v20180416.models.InvokeFunctionRequest`
|
@@ -9143,18 +9143,26 @@ class DescribeManagerDetailRequest(AbstractModel):
|
|
9143
9143
|
|
9144
9144
|
@property
|
9145
9145
|
def Limit(self):
|
9146
|
+
warnings.warn("parameter `Limit` is deprecated", DeprecationWarning)
|
9147
|
+
|
9146
9148
|
return self._Limit
|
9147
9149
|
|
9148
9150
|
@Limit.setter
|
9149
9151
|
def Limit(self, Limit):
|
9152
|
+
warnings.warn("parameter `Limit` is deprecated", DeprecationWarning)
|
9153
|
+
|
9150
9154
|
self._Limit = Limit
|
9151
9155
|
|
9152
9156
|
@property
|
9153
9157
|
def Offset(self):
|
9158
|
+
warnings.warn("parameter `Offset` is deprecated", DeprecationWarning)
|
9159
|
+
|
9154
9160
|
return self._Offset
|
9155
9161
|
|
9156
9162
|
@Offset.setter
|
9157
9163
|
def Offset(self, Offset):
|
9164
|
+
warnings.warn("parameter `Offset` is deprecated", DeprecationWarning)
|
9165
|
+
|
9158
9166
|
self._Offset = Offset
|
9159
9167
|
|
9160
9168
|
|
@@ -10645,6 +10653,73 @@ class ManagerStatusInfo(AbstractModel):
|
|
10645
10653
|
|
10646
10654
|
"""
|
10647
10655
|
|
10656
|
+
def __init__(self):
|
10657
|
+
r"""
|
10658
|
+
:param _Type: 审核类型,枚举值:ov,ev,cs,ev_cs
|
10659
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10660
|
+
:type Type: str
|
10661
|
+
:param _Status: 审核状态,枚举值:pending,completed,invalid,submitted,expiring,expired
|
10662
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10663
|
+
:type Status: str
|
10664
|
+
:param _CreateTime: 创建时间
|
10665
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10666
|
+
:type CreateTime: str
|
10667
|
+
:param _ExpireTime: 过期时间
|
10668
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10669
|
+
:type ExpireTime: str
|
10670
|
+
"""
|
10671
|
+
self._Type = None
|
10672
|
+
self._Status = None
|
10673
|
+
self._CreateTime = None
|
10674
|
+
self._ExpireTime = None
|
10675
|
+
|
10676
|
+
@property
|
10677
|
+
def Type(self):
|
10678
|
+
return self._Type
|
10679
|
+
|
10680
|
+
@Type.setter
|
10681
|
+
def Type(self, Type):
|
10682
|
+
self._Type = Type
|
10683
|
+
|
10684
|
+
@property
|
10685
|
+
def Status(self):
|
10686
|
+
return self._Status
|
10687
|
+
|
10688
|
+
@Status.setter
|
10689
|
+
def Status(self, Status):
|
10690
|
+
self._Status = Status
|
10691
|
+
|
10692
|
+
@property
|
10693
|
+
def CreateTime(self):
|
10694
|
+
return self._CreateTime
|
10695
|
+
|
10696
|
+
@CreateTime.setter
|
10697
|
+
def CreateTime(self, CreateTime):
|
10698
|
+
self._CreateTime = CreateTime
|
10699
|
+
|
10700
|
+
@property
|
10701
|
+
def ExpireTime(self):
|
10702
|
+
return self._ExpireTime
|
10703
|
+
|
10704
|
+
@ExpireTime.setter
|
10705
|
+
def ExpireTime(self, ExpireTime):
|
10706
|
+
self._ExpireTime = ExpireTime
|
10707
|
+
|
10708
|
+
|
10709
|
+
def _deserialize(self, params):
|
10710
|
+
self._Type = params.get("Type")
|
10711
|
+
self._Status = params.get("Status")
|
10712
|
+
self._CreateTime = params.get("CreateTime")
|
10713
|
+
self._ExpireTime = params.get("ExpireTime")
|
10714
|
+
memeber_set = set(params.keys())
|
10715
|
+
for name, value in vars(self).items():
|
10716
|
+
property_name = name[1:]
|
10717
|
+
if property_name in memeber_set:
|
10718
|
+
memeber_set.remove(property_name)
|
10719
|
+
if len(memeber_set) > 0:
|
10720
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
10721
|
+
|
10722
|
+
|
10648
10723
|
|
10649
10724
|
class ModifyCertificateAliasRequest(AbstractModel):
|
10650
10725
|
"""ModifyCertificateAlias请求参数结构体
|
@@ -209,6 +209,9 @@ INVALIDPARAMETERVALUE_IPV6RULENOTCHANGE = 'InvalidParameterValue.IPv6RuleNotChan
|
|
209
209
|
# 资源格式错误
|
210
210
|
INVALIDPARAMETERVALUE_ILLEGAL = 'InvalidParameterValue.Illegal'
|
211
211
|
|
212
|
+
# 不能在VPC CIDR范围内。
|
213
|
+
INVALIDPARAMETERVALUE_INVPCCIDR = 'InvalidParameterValue.InVpcCidr'
|
214
|
+
|
212
215
|
# 该实例的计费方式与其他实例不同。
|
213
216
|
INVALIDPARAMETERVALUE_INCONSISTENTINSTANCEINTERNETCHARGETYPE = 'InvalidParameterValue.InconsistentInstanceInternetChargeType'
|
214
217
|
|
@@ -326,6 +329,9 @@ INVALIDPARAMETERVALUE_NETWORKINTERFACEIDMALFORMED = 'InvalidParameterValue.Netwo
|
|
326
329
|
# 未找到网络接口ID,或私有IP地址未在网络接口配置。
|
327
330
|
INVALIDPARAMETERVALUE_NETWORKINTERFACENOTFOUND = 'InvalidParameterValue.NetworkInterfaceNotFound'
|
328
331
|
|
332
|
+
# 必须在VPC CIDR范围内。
|
333
|
+
INVALIDPARAMETERVALUE_NOTINVPCCIDR = 'InvalidParameterValue.NotInVpcCidr'
|
334
|
+
|
329
335
|
# 不是UTF8编码。
|
330
336
|
INVALIDPARAMETERVALUE_NOTUTF8ENCODINGERROR = 'InvalidParameterValue.NotUtf8EncodingError'
|
331
337
|
|
@@ -335,6 +341,15 @@ INVALIDPARAMETERVALUE_ONLYSUPPORTEDFORMASTERNETWORKCARD = 'InvalidParameterValue
|
|
335
341
|
# 参数值格式不匹配。
|
336
342
|
INVALIDPARAMETERVALUE_PARAMETERMISMATCH = 'InvalidParameterValue.ParameterMismatch'
|
337
343
|
|
344
|
+
# 私网NAT网关不存在
|
345
|
+
INVALIDPARAMETERVALUE_PRIVATENATNOTEXISTS = 'InvalidParameterValue.PrivateNatNotExists'
|
346
|
+
|
347
|
+
# 私网NAT网关规则不存在。
|
348
|
+
INVALIDPARAMETERVALUE_PRIVATENATRULENOTEXISTS = 'InvalidParameterValue.PrivateNatRuleNotExists'
|
349
|
+
|
350
|
+
# 私网NAT网关传入规则类型不支持。
|
351
|
+
INVALIDPARAMETERVALUE_PRIVATENATSNATRULENOTSUPPORT = 'InvalidParameterValue.PrivateNatSnatRuleNotSupport'
|
352
|
+
|
338
353
|
# 参数值不在指定范围。
|
339
354
|
INVALIDPARAMETERVALUE_RANGE = 'InvalidParameterValue.Range'
|
340
355
|
|
@@ -551,6 +566,12 @@ LIMITEXCEEDED_NETWORKINTERFACELIMITEXCEEDED = 'LimitExceeded.NetworkInterfaceLim
|
|
551
566
|
# 过滤参数名称超过限制。
|
552
567
|
LIMITEXCEEDED_NUMBEROFFILTERS = 'LimitExceeded.NumberOfFilters'
|
553
568
|
|
569
|
+
# 私网NAT网关转换规则的访问控制规则数量达到上限。
|
570
|
+
LIMITEXCEEDED_PRIVATENATTRANSLATIONACLRULE = 'LimitExceeded.PrivateNatTranslationAclRule'
|
571
|
+
|
572
|
+
# 私网NAT网关的转换数量达到上限。
|
573
|
+
LIMITEXCEEDED_PRIVATENATTRANSLATIONNATRULE = 'LimitExceeded.PrivateNatTranslationNatRule'
|
574
|
+
|
554
575
|
# NAT网关绑定的弹性IP超过上限。
|
555
576
|
LIMITEXCEEDED_PUBLICIPADDRESSPERNATGATEWAYLIMITEXCEEDED = 'LimitExceeded.PublicIpAddressPerNatGatewayLimitExceeded'
|
556
577
|
|
@@ -953,6 +974,9 @@ UNSUPPORTEDOPERATION_PREPAIDCCNONLYSUPPORTINTERREGIONLIMIT = 'UnsupportedOperati
|
|
953
974
|
# 指定的值是主IP。
|
954
975
|
UNSUPPORTEDOPERATION_PRIMARYIP = 'UnsupportedOperation.PrimaryIp'
|
955
976
|
|
977
|
+
# 私网NAT网关存在关联规则。
|
978
|
+
UNSUPPORTEDOPERATION_PRIVATENATGATEWAYASSOCIATIONEXISTS = 'UnsupportedOperation.PrivateNatGatewayAssociationExists'
|
979
|
+
|
956
980
|
# Nat网关至少存在一个弹性IP,弹性IP不能解绑。
|
957
981
|
UNSUPPORTEDOPERATION_PUBLICIPADDRESSDISASSOCIATE = 'UnsupportedOperation.PublicIpAddressDisassociate'
|
958
982
|
|