tencentcloud-sdk-python 3.0.1292__py2.py3-none-any.whl → 3.0.1294__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 (44) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/apm_client.py +1 -1
  3. tencentcloud/apm/v20210622/errorcodes.py +3 -3
  4. tencentcloud/apm/v20210622/models.py +119 -271
  5. tencentcloud/bh/v20230418/models.py +15 -0
  6. tencentcloud/cfs/v20190719/errorcodes.py +6 -3
  7. tencentcloud/ckafka/v20190819/models.py +62 -0
  8. tencentcloud/clb/v20180317/models.py +32 -0
  9. tencentcloud/cls/v20201016/cls_client.py +92 -0
  10. tencentcloud/cls/v20201016/models.py +740 -23
  11. tencentcloud/cwp/v20180228/models.py +2 -2
  12. tencentcloud/dnspod/v20210323/models.py +37 -37
  13. tencentcloud/emr/v20190103/models.py +15 -720
  14. tencentcloud/ess/v20201111/models.py +61 -12
  15. tencentcloud/essbasic/v20210526/models.py +164 -10
  16. tencentcloud/gwlb/v20240906/models.py +0 -14
  17. tencentcloud/hunyuan/v20230901/models.py +2 -2
  18. tencentcloud/iotexplorer/v20190423/models.py +2 -2
  19. tencentcloud/mna/v20210119/models.py +2 -20
  20. tencentcloud/mps/v20190612/models.py +15 -0
  21. tencentcloud/ocr/v20181119/models.py +676 -8
  22. tencentcloud/ocr/v20181119/ocr_client.py +52 -6
  23. tencentcloud/pts/v20210728/models.py +2 -2
  24. tencentcloud/sqlserver/v20180328/models.py +120 -4
  25. tencentcloud/tcb/v20180608/models.py +0 -12
  26. tencentcloud/tdmq/v20200217/models.py +543 -0
  27. tencentcloud/tdmq/v20200217/tdmq_client.py +69 -0
  28. tencentcloud/teo/v20220901/models.py +2 -0
  29. tencentcloud/teo/v20220901/teo_client.py +1 -1
  30. tencentcloud/thpc/v20211109/models.py +22 -40
  31. tencentcloud/thpc/v20220401/models.py +42 -64
  32. tencentcloud/thpc/v20230321/models.py +30 -42
  33. tencentcloud/trocket/v20230308/models.py +396 -0
  34. tencentcloud/trocket/v20230308/trocket_client.py +23 -0
  35. tencentcloud/trtc/v20190722/models.py +17 -0
  36. tencentcloud/tse/v20201207/models.py +32 -0
  37. tencentcloud/vpc/v20170312/errorcodes.py +6 -0
  38. tencentcloud/vpc/v20170312/models.py +66 -88
  39. tencentcloud/waf/v20180125/waf_client.py +3 -1
  40. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/METADATA +1 -1
  41. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/RECORD +44 -44
  42. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/LICENSE +0 -0
  43. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/WHEEL +0 -0
  44. {tencentcloud_sdk_python-3.0.1292.dist-info → tencentcloud_sdk_python-3.0.1294.dist-info}/top_level.txt +0 -0
@@ -345,7 +345,7 @@ class AddDeviceRequest(AbstractModel):
345
345
  :param _LicensePayMode: license付费方式:
346
346
  0,月度授权
347
347
  1,永久授权
348
- 若不传则默认为月度授权
348
+ 若不传则默认为月度授权,永久授权设备需要调用OrderPerLicense接口支付授权费,否则设备无法使用
349
349
  :type LicensePayMode: int
350
350
  :param _GroupName: 设备分组名称,非必选,预留参数,需要分组时传入GroupId
351
351
  :type GroupName: str
@@ -428,7 +428,7 @@ class AddDeviceRequest(AbstractModel):
428
428
  """license付费方式:
429
429
  0,月度授权
430
430
  1,永久授权
431
- 若不传则默认为月度授权
431
+ 若不传则默认为月度授权,永久授权设备需要调用OrderPerLicense接口支付授权费,否则设备无法使用
432
432
  :rtype: int
433
433
  """
434
434
  return self._LicensePayMode
@@ -7988,29 +7988,22 @@ class VendorHardware(AbstractModel):
7988
7988
  def __init__(self):
7989
7989
  r"""
7990
7990
  :param _HardwareId: 硬件id
7991
- 注意:此字段可能返回 null,表示取不到有效值。
7992
7991
  :type HardwareId: str
7993
7992
  :param _SN: 硬件序列号
7994
- 注意:此字段可能返回 null,表示取不到有效值。
7995
7993
  :type SN: str
7996
7994
  :param _CreateTime: 创建时间
7997
- 注意:此字段可能返回 null,表示取不到有效值。
7998
7995
  :type CreateTime: str
7999
7996
  :param _Status: 激活状态, 空:全部; 1:待激活; 2:已激活
8000
- 注意:此字段可能返回 null,表示取不到有效值。
8001
7997
  :type Status: int
8002
7998
  :param _ActiveTime: 激活时间
8003
7999
  注意:此字段可能返回 null,表示取不到有效值。
8004
8000
  :type ActiveTime: str
8005
8001
  :param _Description: 厂商备注
8006
- 注意:此字段可能返回 null,表示取不到有效值。
8007
8002
  :type Description: str
8008
8003
  :param _DeviceId: 设备id
8009
- 注意:此字段可能返回 null,表示取不到有效值。
8010
8004
  :type DeviceId: str
8011
8005
  :param _LicenseChargingMode: license计费模式: 1,租户月付费 2,厂商月付费 3,license永久授权
8012
8006
  注:设备为租户付费且未激活(未选择月付还是永久付费)时,此参数返回1,仅代表租户付费。后续将废弃此参数,新接入请使用LicensePayMode和Payer
8013
- 注意:此字段可能返回 null,表示取不到有效值。
8014
8007
  :type LicenseChargingMode: int
8015
8008
  :param _LastOnlineTime: 最后在线时间
8016
8009
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8019,12 +8012,10 @@ class VendorHardware(AbstractModel):
8019
8012
  0:月度授权
8020
8013
  1:永久授权
8021
8014
  -1:未知
8022
- 注意:此字段可能返回 null,表示取不到有效值。
8023
8015
  :type LicensePayMode: int
8024
8016
  :param _Payer: 付费方
8025
8017
  0:客户付费
8026
8018
  1:厂商付费
8027
- 注意:此字段可能返回 null,表示取不到有效值。
8028
8019
  :type Payer: int
8029
8020
  """
8030
8021
  self._HardwareId = None
@@ -8042,7 +8033,6 @@ class VendorHardware(AbstractModel):
8042
8033
  @property
8043
8034
  def HardwareId(self):
8044
8035
  """硬件id
8045
- 注意:此字段可能返回 null,表示取不到有效值。
8046
8036
  :rtype: str
8047
8037
  """
8048
8038
  return self._HardwareId
@@ -8054,7 +8044,6 @@ class VendorHardware(AbstractModel):
8054
8044
  @property
8055
8045
  def SN(self):
8056
8046
  """硬件序列号
8057
- 注意:此字段可能返回 null,表示取不到有效值。
8058
8047
  :rtype: str
8059
8048
  """
8060
8049
  return self._SN
@@ -8066,7 +8055,6 @@ class VendorHardware(AbstractModel):
8066
8055
  @property
8067
8056
  def CreateTime(self):
8068
8057
  """创建时间
8069
- 注意:此字段可能返回 null,表示取不到有效值。
8070
8058
  :rtype: str
8071
8059
  """
8072
8060
  return self._CreateTime
@@ -8078,7 +8066,6 @@ class VendorHardware(AbstractModel):
8078
8066
  @property
8079
8067
  def Status(self):
8080
8068
  """激活状态, 空:全部; 1:待激活; 2:已激活
8081
- 注意:此字段可能返回 null,表示取不到有效值。
8082
8069
  :rtype: int
8083
8070
  """
8084
8071
  return self._Status
@@ -8102,7 +8089,6 @@ class VendorHardware(AbstractModel):
8102
8089
  @property
8103
8090
  def Description(self):
8104
8091
  """厂商备注
8105
- 注意:此字段可能返回 null,表示取不到有效值。
8106
8092
  :rtype: str
8107
8093
  """
8108
8094
  return self._Description
@@ -8114,7 +8100,6 @@ class VendorHardware(AbstractModel):
8114
8100
  @property
8115
8101
  def DeviceId(self):
8116
8102
  """设备id
8117
- 注意:此字段可能返回 null,表示取不到有效值。
8118
8103
  :rtype: str
8119
8104
  """
8120
8105
  return self._DeviceId
@@ -8127,7 +8112,6 @@ class VendorHardware(AbstractModel):
8127
8112
  def LicenseChargingMode(self):
8128
8113
  """license计费模式: 1,租户月付费 2,厂商月付费 3,license永久授权
8129
8114
  注:设备为租户付费且未激活(未选择月付还是永久付费)时,此参数返回1,仅代表租户付费。后续将废弃此参数,新接入请使用LicensePayMode和Payer
8130
- 注意:此字段可能返回 null,表示取不到有效值。
8131
8115
  :rtype: int
8132
8116
  """
8133
8117
  return self._LicenseChargingMode
@@ -8154,7 +8138,6 @@ class VendorHardware(AbstractModel):
8154
8138
  0:月度授权
8155
8139
  1:永久授权
8156
8140
  -1:未知
8157
- 注意:此字段可能返回 null,表示取不到有效值。
8158
8141
  :rtype: int
8159
8142
  """
8160
8143
  return self._LicensePayMode
@@ -8168,7 +8151,6 @@ class VendorHardware(AbstractModel):
8168
8151
  """付费方
8169
8152
  0:客户付费
8170
8153
  1:厂商付费
8171
- 注意:此字段可能返回 null,表示取不到有效值。
8172
8154
  :rtype: int
8173
8155
  """
8174
8156
  return self._Payer
@@ -41872,6 +41872,8 @@ class ModifyOutputInfo(AbstractModel):
41872
41872
  :type Zones: list of str
41873
41873
  :param _RISTSettings: 转推RIST的配置。
41874
41874
  :type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputRistSettings`
41875
+ :param _OutputType: 输出类型:Internet/TencentCSS/StreamLive
41876
+ :type OutputType: str
41875
41877
  """
41876
41878
  self._OutputId = None
41877
41879
  self._OutputName = None
@@ -41885,6 +41887,7 @@ class ModifyOutputInfo(AbstractModel):
41885
41887
  self._SecurityGroupIds = None
41886
41888
  self._Zones = None
41887
41889
  self._RISTSettings = None
41890
+ self._OutputType = None
41888
41891
 
41889
41892
  @property
41890
41893
  def OutputId(self):
@@ -42019,6 +42022,17 @@ class ModifyOutputInfo(AbstractModel):
42019
42022
  def RISTSettings(self, RISTSettings):
42020
42023
  self._RISTSettings = RISTSettings
42021
42024
 
42025
+ @property
42026
+ def OutputType(self):
42027
+ """输出类型:Internet/TencentCSS/StreamLive
42028
+ :rtype: str
42029
+ """
42030
+ return self._OutputType
42031
+
42032
+ @OutputType.setter
42033
+ def OutputType(self, OutputType):
42034
+ self._OutputType = OutputType
42035
+
42022
42036
 
42023
42037
  def _deserialize(self, params):
42024
42038
  self._OutputId = params.get("OutputId")
@@ -42041,6 +42055,7 @@ class ModifyOutputInfo(AbstractModel):
42041
42055
  if params.get("RISTSettings") is not None:
42042
42056
  self._RISTSettings = CreateOutputRistSettings()
42043
42057
  self._RISTSettings._deserialize(params.get("RISTSettings"))
42058
+ self._OutputType = params.get("OutputType")
42044
42059
  memeber_set = set(params.keys())
42045
42060
  for name, value in vars(self).items():
42046
42061
  property_name = name[1:]