tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1300__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.
Files changed (42) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +55 -0
  3. tencentcloud/aiart/v20221229/models.py +367 -0
  4. tencentcloud/batch/v20170312/models.py +2 -2
  5. tencentcloud/cdb/v20170320/models.py +27 -0
  6. tencentcloud/cmq/v20190304/cmq_client.py +0 -365
  7. tencentcloud/cmq/v20190304/models.py +324 -2473
  8. tencentcloud/config/v20220802/config_client.py +46 -0
  9. tencentcloud/config/v20220802/errorcodes.py +3 -0
  10. tencentcloud/config/v20220802/models.py +716 -26
  11. tencentcloud/csxg/v20230303/errorcodes.py +48 -0
  12. tencentcloud/cvm/v20170312/models.py +2 -2
  13. tencentcloud/ecm/v20190719/models.py +0 -18
  14. tencentcloud/ess/v20201111/ess_client.py +25 -4
  15. tencentcloud/ess/v20201111/models.py +6 -46
  16. tencentcloud/essbasic/v20210526/models.py +4 -18
  17. tencentcloud/hai/v20230812/hai_client.py +23 -0
  18. tencentcloud/hai/v20230812/models.py +326 -0
  19. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +92 -0
  20. tencentcloud/iotexplorer/v20190423/models.py +1012 -36
  21. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  22. tencentcloud/iotvideo/v20211125/models.py +135 -0
  23. tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
  24. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  25. tencentcloud/lkeap/v20240522/models.py +54 -16
  26. tencentcloud/mna/v20210119/models.py +0 -20
  27. tencentcloud/redis/v20180412/models.py +6 -2
  28. tencentcloud/sms/v20190711/errorcodes.py +6 -0
  29. tencentcloud/sms/v20190711/models.py +81 -0
  30. tencentcloud/sms/v20210111/errorcodes.py +6 -0
  31. tencentcloud/sms/v20210111/models.py +81 -0
  32. tencentcloud/tcb/v20180608/models.py +2 -86
  33. tencentcloud/trro/v20220325/models.py +15 -0
  34. tencentcloud/tse/v20201207/models.py +30 -0
  35. tencentcloud/vpc/v20170312/errorcodes.py +12 -0
  36. tencentcloud/vpc/v20170312/models.py +2 -12
  37. tencentcloud/wedata/v20210820/models.py +126 -0
  38. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/METADATA +1 -1
  39. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/RECORD +42 -42
  40. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/LICENSE +0 -0
  41. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/WHEEL +0 -0
  42. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1300.dist-info}/top_level.txt +0 -0
@@ -65,6 +65,9 @@ FAILEDOPERATION_PHONENUMBERPARSEFAIL = 'FailedOperation.PhoneNumberParseFail'
65
65
  # 非主账号无法使用拉取模板列表功能。您可以使用主账号下云 API 密钥来调用接口。
66
66
  FAILEDOPERATION_PROHIBITSUBACCOUNTUSE = 'FailedOperation.ProhibitSubAccountUse'
67
67
 
68
+ # 资质ID未审核通过。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
69
+ FAILEDOPERATION_QUALIFICATIONIDNOTAPPROVED = 'FailedOperation.QualificationIdNotApproved'
70
+
68
71
  # 签名 ID 不存在。
69
72
  FAILEDOPERATION_SIGNIDNOTEXIST = 'FailedOperation.SignIdNotExist'
70
73
 
@@ -182,6 +185,9 @@ INVALIDPARAMETERVALUE_OFFSETVERIFYFAIL = 'InvalidParameterValue.OffsetVerifyFail
182
185
  # 禁止在模板变量中使用 URL。您可以参考正文模板审核标准下关于 [变量规范](https://cloud.tencent.com/document/product/382/39023#.E5.8F.98.E9.87.8F.E8.A7.84.E8.8C.83.5B.5D(id.3Avariable)) 的描述
183
186
  INVALIDPARAMETERVALUE_PROHIBITEDUSEURLINTEMPLATEPARAMETER = 'InvalidParameterValue.ProhibitedUseUrlInTemplateParameter'
184
187
 
188
+ # 资质ID未找到。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
189
+ INVALIDPARAMETERVALUE_QUALIFICATIONIDNOTFOUND = 'InvalidParameterValue.QualificationIdNotFound'
190
+
185
191
  # SdkAppId 不存在。
186
192
  INVALIDPARAMETERVALUE_SDKAPPIDNOTEXIST = 'InvalidParameterValue.SdkAppIdNotExist'
187
193
 
@@ -101,6 +101,8 @@ class AddSmsSignRequest(AbstractModel):
101
101
  :type CommissionImage: str
102
102
  :param _Remark: 签名的申请备注。
103
103
  :type Remark: str
104
+ :param _QualificationId: 已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
105
+ :type QualificationId: int
104
106
  """
105
107
  self._SignName = None
106
108
  self._SignType = None
@@ -110,6 +112,7 @@ class AddSmsSignRequest(AbstractModel):
110
112
  self._ProofImage = None
111
113
  self._CommissionImage = None
112
114
  self._Remark = None
115
+ self._QualificationId = None
113
116
 
114
117
  @property
115
118
  def SignName(self):
@@ -223,6 +226,17 @@ class AddSmsSignRequest(AbstractModel):
223
226
  def Remark(self, Remark):
224
227
  self._Remark = Remark
225
228
 
229
+ @property
230
+ def QualificationId(self):
231
+ """已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
232
+ :rtype: int
233
+ """
234
+ return self._QualificationId
235
+
236
+ @QualificationId.setter
237
+ def QualificationId(self, QualificationId):
238
+ self._QualificationId = QualificationId
239
+
226
240
 
227
241
  def _deserialize(self, params):
228
242
  self._SignName = params.get("SignName")
@@ -233,6 +247,7 @@ class AddSmsSignRequest(AbstractModel):
233
247
  self._ProofImage = params.get("ProofImage")
234
248
  self._CommissionImage = params.get("CommissionImage")
235
249
  self._Remark = params.get("Remark")
250
+ self._QualificationId = params.get("QualificationId")
236
251
  memeber_set = set(params.keys())
237
252
  for name, value in vars(self).items():
238
253
  property_name = name[1:]
@@ -1143,6 +1158,15 @@ class DescribeSignListStatus(AbstractModel):
1143
1158
  :type SignName: str
1144
1159
  :param _CreateTime: 提交审核时间,UNIX 时间戳(单位:秒)。
1145
1160
  :type CreateTime: int
1161
+ :param _QualificationId: 国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
1162
+ 注:国际短信不涉及,默认为0。
1163
+ :type QualificationId: int
1164
+ :param _QualificationName: 国内短信的资质名称。
1165
+ 注:国际短信不涉及,默认为空。
1166
+ :type QualificationName: str
1167
+ :param _QualificationStatusCode: 国内短信的资质状态。其中0表示待审核,1表示已通过,2表示已拒绝,3表示待补充后提交,4表示变更后待审核,5表示变更后被驳回。可参考 [实名资质审核状态说明](https://cloud.tencent.com/document/product/382/13444#.E5.AE.A1.E6.A0.B8.E7.8A.B6.E6.80.81.E8.AF.B4.E6.98.8E) 。
1168
+ 注:国际短信不涉及,默认为0。
1169
+ :type QualificationStatusCode: int
1146
1170
  """
1147
1171
  self._SignId = None
1148
1172
  self._International = None
@@ -1150,6 +1174,9 @@ class DescribeSignListStatus(AbstractModel):
1150
1174
  self._ReviewReply = None
1151
1175
  self._SignName = None
1152
1176
  self._CreateTime = None
1177
+ self._QualificationId = None
1178
+ self._QualificationName = None
1179
+ self._QualificationStatusCode = None
1153
1180
 
1154
1181
  @property
1155
1182
  def SignId(self):
@@ -1217,6 +1244,42 @@ class DescribeSignListStatus(AbstractModel):
1217
1244
  def CreateTime(self, CreateTime):
1218
1245
  self._CreateTime = CreateTime
1219
1246
 
1247
+ @property
1248
+ def QualificationId(self):
1249
+ """国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。
1250
+ 注:国际短信不涉及,默认为0。
1251
+ :rtype: int
1252
+ """
1253
+ return self._QualificationId
1254
+
1255
+ @QualificationId.setter
1256
+ def QualificationId(self, QualificationId):
1257
+ self._QualificationId = QualificationId
1258
+
1259
+ @property
1260
+ def QualificationName(self):
1261
+ """国内短信的资质名称。
1262
+ 注:国际短信不涉及,默认为空。
1263
+ :rtype: str
1264
+ """
1265
+ return self._QualificationName
1266
+
1267
+ @QualificationName.setter
1268
+ def QualificationName(self, QualificationName):
1269
+ self._QualificationName = QualificationName
1270
+
1271
+ @property
1272
+ def QualificationStatusCode(self):
1273
+ """国内短信的资质状态。其中0表示待审核,1表示已通过,2表示已拒绝,3表示待补充后提交,4表示变更后待审核,5表示变更后被驳回。可参考 [实名资质审核状态说明](https://cloud.tencent.com/document/product/382/13444#.E5.AE.A1.E6.A0.B8.E7.8A.B6.E6.80.81.E8.AF.B4.E6.98.8E) 。
1274
+ 注:国际短信不涉及,默认为0。
1275
+ :rtype: int
1276
+ """
1277
+ return self._QualificationStatusCode
1278
+
1279
+ @QualificationStatusCode.setter
1280
+ def QualificationStatusCode(self, QualificationStatusCode):
1281
+ self._QualificationStatusCode = QualificationStatusCode
1282
+
1220
1283
 
1221
1284
  def _deserialize(self, params):
1222
1285
  self._SignId = params.get("SignId")
@@ -1225,6 +1288,9 @@ class DescribeSignListStatus(AbstractModel):
1225
1288
  self._ReviewReply = params.get("ReviewReply")
1226
1289
  self._SignName = params.get("SignName")
1227
1290
  self._CreateTime = params.get("CreateTime")
1291
+ self._QualificationId = params.get("QualificationId")
1292
+ self._QualificationName = params.get("QualificationName")
1293
+ self._QualificationStatusCode = params.get("QualificationStatusCode")
1228
1294
  memeber_set = set(params.keys())
1229
1295
  for name, value in vars(self).items():
1230
1296
  property_name = name[1:]
@@ -1690,6 +1756,8 @@ class ModifySmsSignRequest(AbstractModel):
1690
1756
  :type CommissionImage: str
1691
1757
  :param _Remark: 签名的申请备注。
1692
1758
  :type Remark: str
1759
+ :param _QualificationId: 已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
1760
+ :type QualificationId: int
1693
1761
  """
1694
1762
  self._SignId = None
1695
1763
  self._SignName = None
@@ -1700,6 +1768,7 @@ class ModifySmsSignRequest(AbstractModel):
1700
1768
  self._ProofImage = None
1701
1769
  self._CommissionImage = None
1702
1770
  self._Remark = None
1771
+ self._QualificationId = None
1703
1772
 
1704
1773
  @property
1705
1774
  def SignId(self):
@@ -1824,6 +1893,17 @@ class ModifySmsSignRequest(AbstractModel):
1824
1893
  def Remark(self, Remark):
1825
1894
  self._Remark = Remark
1826
1895
 
1896
+ @property
1897
+ def QualificationId(self):
1898
+ """已审核通过的国内短信的资质 ID。资质 ID 信息可前往国内短信的 [实名资质管理](https://console.cloud.tencent.com/smsv2/enterprise) 页查看。<dx-alert infotype="notice" title="说明"><ul><li>国内短信需填写资质ID,国际短信无需填写。</li></ul></dx-alert>
1899
+ :rtype: int
1900
+ """
1901
+ return self._QualificationId
1902
+
1903
+ @QualificationId.setter
1904
+ def QualificationId(self, QualificationId):
1905
+ self._QualificationId = QualificationId
1906
+
1827
1907
 
1828
1908
  def _deserialize(self, params):
1829
1909
  self._SignId = params.get("SignId")
@@ -1835,6 +1915,7 @@ class ModifySmsSignRequest(AbstractModel):
1835
1915
  self._ProofImage = params.get("ProofImage")
1836
1916
  self._CommissionImage = params.get("CommissionImage")
1837
1917
  self._Remark = params.get("Remark")
1918
+ self._QualificationId = params.get("QualificationId")
1838
1919
  memeber_set = set(params.keys())
1839
1920
  for name, value in vars(self).items():
1840
1921
  property_name = name[1:]
@@ -7361,7 +7361,7 @@ class DeleteGatewayVersionRequest(AbstractModel):
7361
7361
  :type IsDeleteImage: bool
7362
7362
  :param _IsForce: 是否强制删除
7363
7363
  :type IsForce: bool
7364
- :param _OperatorRemark: 操作记录
7364
+ :param _OperatorRemark: 操作者记录
7365
7365
  :type OperatorRemark: str
7366
7366
  """
7367
7367
  self._EnvId = None
@@ -7440,7 +7440,7 @@ class DeleteGatewayVersionRequest(AbstractModel):
7440
7440
 
7441
7441
  @property
7442
7442
  def OperatorRemark(self):
7443
- """操作记录
7443
+ """操作者记录
7444
7444
  :rtype: str
7445
7445
  """
7446
7446
  return self._OperatorRemark
@@ -16378,10 +16378,8 @@ class DescribeWxGatewayRoutesResponse(AbstractModel):
16378
16378
  def __init__(self):
16379
16379
  r"""
16380
16380
  :param _TotalCount: 返回的服务个数
16381
- 注意:此字段可能返回 null,表示取不到有效值。
16382
16381
  :type TotalCount: int
16383
16382
  :param _WxGatewayRouteSet: 返回的服务列表
16384
- 注意:此字段可能返回 null,表示取不到有效值。
16385
16383
  :type WxGatewayRouteSet: list of WxGatewayRountItem
16386
16384
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16387
16385
  :type RequestId: str
@@ -16393,7 +16391,6 @@ class DescribeWxGatewayRoutesResponse(AbstractModel):
16393
16391
  @property
16394
16392
  def TotalCount(self):
16395
16393
  """返回的服务个数
16396
- 注意:此字段可能返回 null,表示取不到有效值。
16397
16394
  :rtype: int
16398
16395
  """
16399
16396
  return self._TotalCount
@@ -16405,7 +16402,6 @@ class DescribeWxGatewayRoutesResponse(AbstractModel):
16405
16402
  @property
16406
16403
  def WxGatewayRouteSet(self):
16407
16404
  """返回的服务列表
16408
- 注意:此字段可能返回 null,表示取不到有效值。
16409
16405
  :rtype: list of WxGatewayRountItem
16410
16406
  """
16411
16407
  return self._WxGatewayRouteSet
@@ -16541,10 +16537,8 @@ class DescribeWxGatewaysResponse(AbstractModel):
16541
16537
  def __init__(self):
16542
16538
  r"""
16543
16539
  :param _Gateways: 返回的服务列表
16544
- 注意:此字段可能返回 null,表示取不到有效值。
16545
16540
  :type Gateways: list of GatewayItem
16546
16541
  :param _TotalCount: 网关总数
16547
- 注意:此字段可能返回 null,表示取不到有效值。
16548
16542
  :type TotalCount: int
16549
16543
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16550
16544
  :type RequestId: str
@@ -16556,7 +16550,6 @@ class DescribeWxGatewaysResponse(AbstractModel):
16556
16550
  @property
16557
16551
  def Gateways(self):
16558
16552
  """返回的服务列表
16559
- 注意:此字段可能返回 null,表示取不到有效值。
16560
16553
  :rtype: list of GatewayItem
16561
16554
  """
16562
16555
  return self._Gateways
@@ -16568,7 +16561,6 @@ class DescribeWxGatewaysResponse(AbstractModel):
16568
16561
  @property
16569
16562
  def TotalCount(self):
16570
16563
  """网关总数
16571
- 注意:此字段可能返回 null,表示取不到有效值。
16572
16564
  :rtype: int
16573
16565
  """
16574
16566
  return self._TotalCount
@@ -18667,10 +18659,8 @@ class FrequencyLimitConfig(AbstractModel):
18667
18659
  def __init__(self):
18668
18660
  r"""
18669
18661
  :param _LimitObject: 限额对象 "ConnectionsLimit" 或 "QPSLimit"
18670
- 注意:此字段可能返回 null,表示取不到有效值。
18671
18662
  :type LimitObject: str
18672
18663
  :param _LimitConfig: 限额配置
18673
- 注意:此字段可能返回 null,表示取不到有效值。
18674
18664
  :type LimitConfig: str
18675
18665
  """
18676
18666
  self._LimitObject = None
@@ -18679,7 +18669,6 @@ class FrequencyLimitConfig(AbstractModel):
18679
18669
  @property
18680
18670
  def LimitObject(self):
18681
18671
  """限额对象 "ConnectionsLimit" 或 "QPSLimit"
18682
- 注意:此字段可能返回 null,表示取不到有效值。
18683
18672
  :rtype: str
18684
18673
  """
18685
18674
  return self._LimitObject
@@ -18691,7 +18680,6 @@ class FrequencyLimitConfig(AbstractModel):
18691
18680
  @property
18692
18681
  def LimitConfig(self):
18693
18682
  """限额配置
18694
- 注意:此字段可能返回 null,表示取不到有效值。
18695
18683
  :rtype: str
18696
18684
  """
18697
18685
  return self._LimitConfig
@@ -18777,79 +18765,54 @@ class GatewayItem(AbstractModel):
18777
18765
  :param _Uin: 用户uin
18778
18766
  :type Uin: str
18779
18767
  :param _AppId: 用户appid
18780
- 注意:此字段可能返回 null,表示取不到有效值。
18781
18768
  :type AppId: int
18782
18769
  :param _WxAppId: WxAppId
18783
- 注意:此字段可能返回 null,表示取不到有效值。
18784
18770
  :type WxAppId: str
18785
18771
  :param _EnvId: 环境id
18786
- 注意:此字段可能返回 null,表示取不到有效值。
18787
18772
  :type EnvId: str
18788
18773
  :param _GatewayId: Gateway唯一id
18789
- 注意:此字段可能返回 null,表示取不到有效值。
18790
18774
  :type GatewayId: str
18791
18775
  :param _GatewayName: Gateway名称
18792
- 注意:此字段可能返回 null,表示取不到有效值。
18793
18776
  :type GatewayName: str
18794
18777
  :param _GatewayType: Gateway类型
18795
- 注意:此字段可能返回 null,表示取不到有效值。
18796
18778
  :type GatewayType: str
18797
18779
  :param _GatewayDesc: Gateway描述
18798
- 注意:此字段可能返回 null,表示取不到有效值。
18799
18780
  :type GatewayDesc: str
18800
18781
  :param _PackageVersion: 套餐版本
18801
- 注意:此字段可能返回 null,表示取不到有效值。
18802
18782
  :type PackageVersion: str
18803
18783
  :param _PackageId: 套餐唯一id
18804
- 注意:此字段可能返回 null,表示取不到有效值。
18805
18784
  :type PackageId: int
18806
18785
  :param _VpcId: vpc唯一id
18807
- 注意:此字段可能返回 null,表示取不到有效值。
18808
18786
  :type VpcId: str
18809
18787
  :param _SubnetIds: 子网id
18810
- 注意:此字段可能返回 null,表示取不到有效值。
18811
18788
  :type SubnetIds: list of str
18812
18789
  :param _Status: 网关状态
18813
- 注意:此字段可能返回 null,表示取不到有效值。
18814
18790
  :type Status: str
18815
18791
  :param _L5Addr: l5地址
18816
- 注意:此字段可能返回 null,表示取不到有效值。
18817
18792
  :type L5Addr: str
18818
18793
  :param _Region: 地域
18819
- 注意:此字段可能返回 null,表示取不到有效值。
18820
18794
  :type Region: str
18821
18795
  :param _CanRenew: 是否可以续费
18822
- 注意:此字段可能返回 null,表示取不到有效值。
18823
18796
  :type CanRenew: bool
18824
18797
  :param _AutoRenewFlag: 自动续费标志
18825
- 注意:此字段可能返回 null,表示取不到有效值。
18826
18798
  :type AutoRenewFlag: int
18827
18799
  :param _IsolateTime: 隔离时间
18828
- 注意:此字段可能返回 null,表示取不到有效值。
18829
18800
  :type IsolateTime: str
18830
18801
  :param _ExpireTime: 到期时间
18831
- 注意:此字段可能返回 null,表示取不到有效值。
18832
18802
  :type ExpireTime: str
18833
18803
  :param _CreateTime: 创建时间
18834
- 注意:此字段可能返回 null,表示取不到有效值。
18835
18804
  :type CreateTime: str
18836
18805
  :param _UpdateTime: 变更时间
18837
- 注意:此字段可能返回 null,表示取不到有效值。
18838
18806
  :type UpdateTime: str
18839
18807
  :param _CanDowngrade: 是否可以降配
18840
- 注意:此字段可能返回 null,表示取不到有效值。
18841
18808
  :type CanDowngrade: bool
18842
18809
  :param _AllowUncertified: 允许未登录访问
18843
- 注意:此字段可能返回 null,表示取不到有效值。
18844
18810
  :type AllowUncertified: int
18845
18811
  :param _VersionNumLimit: 网关版本限额
18846
- 注意:此字段可能返回 null,表示取不到有效值。
18847
18812
  :type VersionNumLimit: int
18848
18813
  :param _LongAccessId: Donut接入ID
18849
- 注意:此字段可能返回 null,表示取不到有效值。
18850
18814
  :type LongAccessId: str
18851
18815
  :param _AccessDomain: Donut接入域名
18852
- 注意:此字段可能返回 null,表示取不到有效值。
18853
18816
  :type AccessDomain: str
18854
18817
  """
18855
18818
  self._Uin = None
@@ -18893,7 +18856,6 @@ class GatewayItem(AbstractModel):
18893
18856
  @property
18894
18857
  def AppId(self):
18895
18858
  """用户appid
18896
- 注意:此字段可能返回 null,表示取不到有效值。
18897
18859
  :rtype: int
18898
18860
  """
18899
18861
  return self._AppId
@@ -18905,7 +18867,6 @@ class GatewayItem(AbstractModel):
18905
18867
  @property
18906
18868
  def WxAppId(self):
18907
18869
  """WxAppId
18908
- 注意:此字段可能返回 null,表示取不到有效值。
18909
18870
  :rtype: str
18910
18871
  """
18911
18872
  return self._WxAppId
@@ -18917,7 +18878,6 @@ class GatewayItem(AbstractModel):
18917
18878
  @property
18918
18879
  def EnvId(self):
18919
18880
  """环境id
18920
- 注意:此字段可能返回 null,表示取不到有效值。
18921
18881
  :rtype: str
18922
18882
  """
18923
18883
  return self._EnvId
@@ -18929,7 +18889,6 @@ class GatewayItem(AbstractModel):
18929
18889
  @property
18930
18890
  def GatewayId(self):
18931
18891
  """Gateway唯一id
18932
- 注意:此字段可能返回 null,表示取不到有效值。
18933
18892
  :rtype: str
18934
18893
  """
18935
18894
  return self._GatewayId
@@ -18941,7 +18900,6 @@ class GatewayItem(AbstractModel):
18941
18900
  @property
18942
18901
  def GatewayName(self):
18943
18902
  """Gateway名称
18944
- 注意:此字段可能返回 null,表示取不到有效值。
18945
18903
  :rtype: str
18946
18904
  """
18947
18905
  return self._GatewayName
@@ -18953,7 +18911,6 @@ class GatewayItem(AbstractModel):
18953
18911
  @property
18954
18912
  def GatewayType(self):
18955
18913
  """Gateway类型
18956
- 注意:此字段可能返回 null,表示取不到有效值。
18957
18914
  :rtype: str
18958
18915
  """
18959
18916
  return self._GatewayType
@@ -18965,7 +18922,6 @@ class GatewayItem(AbstractModel):
18965
18922
  @property
18966
18923
  def GatewayDesc(self):
18967
18924
  """Gateway描述
18968
- 注意:此字段可能返回 null,表示取不到有效值。
18969
18925
  :rtype: str
18970
18926
  """
18971
18927
  return self._GatewayDesc
@@ -18977,7 +18933,6 @@ class GatewayItem(AbstractModel):
18977
18933
  @property
18978
18934
  def PackageVersion(self):
18979
18935
  """套餐版本
18980
- 注意:此字段可能返回 null,表示取不到有效值。
18981
18936
  :rtype: str
18982
18937
  """
18983
18938
  return self._PackageVersion
@@ -18989,7 +18944,6 @@ class GatewayItem(AbstractModel):
18989
18944
  @property
18990
18945
  def PackageId(self):
18991
18946
  """套餐唯一id
18992
- 注意:此字段可能返回 null,表示取不到有效值。
18993
18947
  :rtype: int
18994
18948
  """
18995
18949
  return self._PackageId
@@ -19001,7 +18955,6 @@ class GatewayItem(AbstractModel):
19001
18955
  @property
19002
18956
  def VpcId(self):
19003
18957
  """vpc唯一id
19004
- 注意:此字段可能返回 null,表示取不到有效值。
19005
18958
  :rtype: str
19006
18959
  """
19007
18960
  return self._VpcId
@@ -19013,7 +18966,6 @@ class GatewayItem(AbstractModel):
19013
18966
  @property
19014
18967
  def SubnetIds(self):
19015
18968
  """子网id
19016
- 注意:此字段可能返回 null,表示取不到有效值。
19017
18969
  :rtype: list of str
19018
18970
  """
19019
18971
  return self._SubnetIds
@@ -19025,7 +18977,6 @@ class GatewayItem(AbstractModel):
19025
18977
  @property
19026
18978
  def Status(self):
19027
18979
  """网关状态
19028
- 注意:此字段可能返回 null,表示取不到有效值。
19029
18980
  :rtype: str
19030
18981
  """
19031
18982
  return self._Status
@@ -19037,7 +18988,6 @@ class GatewayItem(AbstractModel):
19037
18988
  @property
19038
18989
  def L5Addr(self):
19039
18990
  """l5地址
19040
- 注意:此字段可能返回 null,表示取不到有效值。
19041
18991
  :rtype: str
19042
18992
  """
19043
18993
  return self._L5Addr
@@ -19049,7 +18999,6 @@ class GatewayItem(AbstractModel):
19049
18999
  @property
19050
19000
  def Region(self):
19051
19001
  """地域
19052
- 注意:此字段可能返回 null,表示取不到有效值。
19053
19002
  :rtype: str
19054
19003
  """
19055
19004
  return self._Region
@@ -19061,7 +19010,6 @@ class GatewayItem(AbstractModel):
19061
19010
  @property
19062
19011
  def CanRenew(self):
19063
19012
  """是否可以续费
19064
- 注意:此字段可能返回 null,表示取不到有效值。
19065
19013
  :rtype: bool
19066
19014
  """
19067
19015
  return self._CanRenew
@@ -19073,7 +19021,6 @@ class GatewayItem(AbstractModel):
19073
19021
  @property
19074
19022
  def AutoRenewFlag(self):
19075
19023
  """自动续费标志
19076
- 注意:此字段可能返回 null,表示取不到有效值。
19077
19024
  :rtype: int
19078
19025
  """
19079
19026
  return self._AutoRenewFlag
@@ -19085,7 +19032,6 @@ class GatewayItem(AbstractModel):
19085
19032
  @property
19086
19033
  def IsolateTime(self):
19087
19034
  """隔离时间
19088
- 注意:此字段可能返回 null,表示取不到有效值。
19089
19035
  :rtype: str
19090
19036
  """
19091
19037
  return self._IsolateTime
@@ -19097,7 +19043,6 @@ class GatewayItem(AbstractModel):
19097
19043
  @property
19098
19044
  def ExpireTime(self):
19099
19045
  """到期时间
19100
- 注意:此字段可能返回 null,表示取不到有效值。
19101
19046
  :rtype: str
19102
19047
  """
19103
19048
  return self._ExpireTime
@@ -19109,7 +19054,6 @@ class GatewayItem(AbstractModel):
19109
19054
  @property
19110
19055
  def CreateTime(self):
19111
19056
  """创建时间
19112
- 注意:此字段可能返回 null,表示取不到有效值。
19113
19057
  :rtype: str
19114
19058
  """
19115
19059
  return self._CreateTime
@@ -19121,7 +19065,6 @@ class GatewayItem(AbstractModel):
19121
19065
  @property
19122
19066
  def UpdateTime(self):
19123
19067
  """变更时间
19124
- 注意:此字段可能返回 null,表示取不到有效值。
19125
19068
  :rtype: str
19126
19069
  """
19127
19070
  return self._UpdateTime
@@ -19133,7 +19076,6 @@ class GatewayItem(AbstractModel):
19133
19076
  @property
19134
19077
  def CanDowngrade(self):
19135
19078
  """是否可以降配
19136
- 注意:此字段可能返回 null,表示取不到有效值。
19137
19079
  :rtype: bool
19138
19080
  """
19139
19081
  return self._CanDowngrade
@@ -19145,7 +19087,6 @@ class GatewayItem(AbstractModel):
19145
19087
  @property
19146
19088
  def AllowUncertified(self):
19147
19089
  """允许未登录访问
19148
- 注意:此字段可能返回 null,表示取不到有效值。
19149
19090
  :rtype: int
19150
19091
  """
19151
19092
  return self._AllowUncertified
@@ -19157,7 +19098,6 @@ class GatewayItem(AbstractModel):
19157
19098
  @property
19158
19099
  def VersionNumLimit(self):
19159
19100
  """网关版本限额
19160
- 注意:此字段可能返回 null,表示取不到有效值。
19161
19101
  :rtype: int
19162
19102
  """
19163
19103
  return self._VersionNumLimit
@@ -19169,7 +19109,6 @@ class GatewayItem(AbstractModel):
19169
19109
  @property
19170
19110
  def LongAccessId(self):
19171
19111
  """Donut接入ID
19172
- 注意:此字段可能返回 null,表示取不到有效值。
19173
19112
  :rtype: str
19174
19113
  """
19175
19114
  return self._LongAccessId
@@ -19181,7 +19120,6 @@ class GatewayItem(AbstractModel):
19181
19120
  @property
19182
19121
  def AccessDomain(self):
19183
19122
  """Donut接入域名
19184
- 注意:此字段可能返回 null,表示取不到有效值。
19185
19123
  :rtype: str
19186
19124
  """
19187
19125
  return self._AccessDomain
@@ -23725,37 +23663,26 @@ class WxGatewayRountItem(AbstractModel):
23725
23663
  :param _GatewayRouteCreateTime: 安全网关创建时间
23726
23664
  :type GatewayRouteCreateTime: str
23727
23665
  :param _FrequencyLimitConfig: 安全网关路由限制
23728
- 注意:此字段可能返回 null,表示取不到有效值。
23729
23666
  :type FrequencyLimitConfig: list of FrequencyLimitConfig
23730
23667
  :param _GatewayRouteServerType: ip代表绑定后端ip。cbr代表云托管服务
23731
- 注意:此字段可能返回 null,表示取不到有效值。
23732
23668
  :type GatewayRouteServerType: str
23733
23669
  :param _GatewayRouteServerName: 服务名
23734
- 注意:此字段可能返回 null,表示取不到有效值。
23735
23670
  :type GatewayRouteServerName: str
23736
23671
  :param _GatewayRewriteHost: ip
23737
- 注意:此字段可能返回 null,表示取不到有效值。
23738
23672
  :type GatewayRewriteHost: str
23739
23673
  :param _GatewayVersion: 网关版本
23740
- 注意:此字段可能返回 null,表示取不到有效值。
23741
23674
  :type GatewayVersion: str
23742
23675
  :param _GatewayRoutePath: 请求路径
23743
- 注意:此字段可能返回 null,表示取不到有效值。
23744
23676
  :type GatewayRoutePath: str
23745
23677
  :param _GatewayRouteMethod: 请求模式
23746
- 注意:此字段可能返回 null,表示取不到有效值。
23747
23678
  :type GatewayRouteMethod: str
23748
23679
  :param _GatewayRoutePort: 4层端口
23749
- 注意:此字段可能返回 null,表示取不到有效值。
23750
23680
  :type GatewayRoutePort: int
23751
23681
  :param _GatewayRouteEnvId: 路由环境ID
23752
- 注意:此字段可能返回 null,表示取不到有效值。
23753
23682
  :type GatewayRouteEnvId: str
23754
23683
  :param _GatewayRoutePathMatchType: 路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
23755
- 注意:此字段可能返回 null,表示取不到有效值。
23756
23684
  :type GatewayRoutePathMatchType: str
23757
23685
  :param _CustomHeader: 安全网关自定义头部
23758
- 注意:此字段可能返回 null,表示取不到有效值。
23759
23686
  :type CustomHeader: :class:`tencentcloud.tcb.v20180608.models.CustomHeader`
23760
23687
  """
23761
23688
  self._GatewayRouteName = None
@@ -23845,7 +23772,6 @@ class WxGatewayRountItem(AbstractModel):
23845
23772
  @property
23846
23773
  def FrequencyLimitConfig(self):
23847
23774
  """安全网关路由限制
23848
- 注意:此字段可能返回 null,表示取不到有效值。
23849
23775
  :rtype: list of FrequencyLimitConfig
23850
23776
  """
23851
23777
  return self._FrequencyLimitConfig
@@ -23857,7 +23783,6 @@ class WxGatewayRountItem(AbstractModel):
23857
23783
  @property
23858
23784
  def GatewayRouteServerType(self):
23859
23785
  """ip代表绑定后端ip。cbr代表云托管服务
23860
- 注意:此字段可能返回 null,表示取不到有效值。
23861
23786
  :rtype: str
23862
23787
  """
23863
23788
  return self._GatewayRouteServerType
@@ -23869,7 +23794,6 @@ class WxGatewayRountItem(AbstractModel):
23869
23794
  @property
23870
23795
  def GatewayRouteServerName(self):
23871
23796
  """服务名
23872
- 注意:此字段可能返回 null,表示取不到有效值。
23873
23797
  :rtype: str
23874
23798
  """
23875
23799
  return self._GatewayRouteServerName
@@ -23881,7 +23805,6 @@ class WxGatewayRountItem(AbstractModel):
23881
23805
  @property
23882
23806
  def GatewayRewriteHost(self):
23883
23807
  """ip
23884
- 注意:此字段可能返回 null,表示取不到有效值。
23885
23808
  :rtype: str
23886
23809
  """
23887
23810
  return self._GatewayRewriteHost
@@ -23893,7 +23816,6 @@ class WxGatewayRountItem(AbstractModel):
23893
23816
  @property
23894
23817
  def GatewayVersion(self):
23895
23818
  """网关版本
23896
- 注意:此字段可能返回 null,表示取不到有效值。
23897
23819
  :rtype: str
23898
23820
  """
23899
23821
  return self._GatewayVersion
@@ -23905,7 +23827,6 @@ class WxGatewayRountItem(AbstractModel):
23905
23827
  @property
23906
23828
  def GatewayRoutePath(self):
23907
23829
  """请求路径
23908
- 注意:此字段可能返回 null,表示取不到有效值。
23909
23830
  :rtype: str
23910
23831
  """
23911
23832
  return self._GatewayRoutePath
@@ -23917,7 +23838,6 @@ class WxGatewayRountItem(AbstractModel):
23917
23838
  @property
23918
23839
  def GatewayRouteMethod(self):
23919
23840
  """请求模式
23920
- 注意:此字段可能返回 null,表示取不到有效值。
23921
23841
  :rtype: str
23922
23842
  """
23923
23843
  return self._GatewayRouteMethod
@@ -23929,7 +23849,6 @@ class WxGatewayRountItem(AbstractModel):
23929
23849
  @property
23930
23850
  def GatewayRoutePort(self):
23931
23851
  """4层端口
23932
- 注意:此字段可能返回 null,表示取不到有效值。
23933
23852
  :rtype: int
23934
23853
  """
23935
23854
  return self._GatewayRoutePort
@@ -23941,7 +23860,6 @@ class WxGatewayRountItem(AbstractModel):
23941
23860
  @property
23942
23861
  def GatewayRouteEnvId(self):
23943
23862
  """路由环境ID
23944
- 注意:此字段可能返回 null,表示取不到有效值。
23945
23863
  :rtype: str
23946
23864
  """
23947
23865
  return self._GatewayRouteEnvId
@@ -23953,7 +23871,6 @@ class WxGatewayRountItem(AbstractModel):
23953
23871
  @property
23954
23872
  def GatewayRoutePathMatchType(self):
23955
23873
  """路径匹配类型,支持prefix(前缀匹配),regex(正则匹配), 默认prefix
23956
- 注意:此字段可能返回 null,表示取不到有效值。
23957
23874
  :rtype: str
23958
23875
  """
23959
23876
  return self._GatewayRoutePathMatchType
@@ -23965,7 +23882,6 @@ class WxGatewayRountItem(AbstractModel):
23965
23882
  @property
23966
23883
  def CustomHeader(self):
23967
23884
  """安全网关自定义头部
23968
- 注意:此字段可能返回 null,表示取不到有效值。
23969
23885
  :rtype: :class:`tencentcloud.tcb.v20180608.models.CustomHeader`
23970
23886
  """
23971
23887
  return self._CustomHeader