tencentcloud-sdk-python 3.0.1265__py2.py3-none-any.whl → 3.0.1267__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 (78) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/models.py +128 -0
  3. tencentcloud/asr/v20190614/models.py +2 -2
  4. tencentcloud/autoscaling/v20180419/models.py +65 -6
  5. tencentcloud/batch/v20170312/models.py +20 -2
  6. tencentcloud/cat/v20180409/models.py +20 -0
  7. tencentcloud/cbs/v20170312/models.py +124 -70
  8. tencentcloud/ccc/v20200210/models.py +125 -0
  9. tencentcloud/cdb/v20170320/cdb_client.py +2 -2
  10. tencentcloud/cdb/v20170320/errorcodes.py +1 -1
  11. tencentcloud/cdb/v20170320/models.py +17 -6
  12. tencentcloud/cdc/v20201214/models.py +2 -54
  13. tencentcloud/cdz/v20221123/models.py +75 -1
  14. tencentcloud/ckafka/v20190819/models.py +67 -22
  15. tencentcloud/clb/v20180317/clb_client.py +1 -1
  16. tencentcloud/clb/v20180317/models.py +54 -20
  17. tencentcloud/cloudstudio/v20230508/models.py +0 -18
  18. tencentcloud/cls/v20201016/models.py +91 -0
  19. tencentcloud/cvm/v20170312/models.py +99 -22
  20. tencentcloud/cwp/v20180228/cwp_client.py +0 -25
  21. tencentcloud/cwp/v20180228/models.py +0 -197
  22. tencentcloud/dasb/v20191018/models.py +150 -0
  23. tencentcloud/emr/v20190103/emr_client.py +9 -9
  24. tencentcloud/emr/v20190103/models.py +325 -1
  25. tencentcloud/es/v20180416/errorcodes.py +3 -0
  26. tencentcloud/es/v20180416/models.py +30 -0
  27. tencentcloud/ess/v20201111/ess_client.py +22 -30
  28. tencentcloud/ess/v20201111/models.py +59 -14
  29. tencentcloud/essbasic/v20210526/essbasic_client.py +34 -8
  30. tencentcloud/essbasic/v20210526/models.py +77 -28
  31. tencentcloud/faceid/v20180301/models.py +983 -539
  32. tencentcloud/gme/v20180711/errorcodes.py +9 -0
  33. tencentcloud/gme/v20180711/models.py +17 -2
  34. tencentcloud/hai/v20230812/models.py +2 -2
  35. tencentcloud/hunyuan/v20230901/models.py +30 -0
  36. tencentcloud/iai/v20180301/models.py +40 -26
  37. tencentcloud/iai/v20200303/models.py +760 -546
  38. tencentcloud/iotexplorer/v20190423/errorcodes.py +1 -1
  39. tencentcloud/iotexplorer/v20190423/models.py +8 -8
  40. tencentcloud/iotvideo/v20191126/models.py +4 -4
  41. tencentcloud/lke/v20231130/models.py +12 -12
  42. tencentcloud/monitor/v20180724/models.py +17 -0
  43. tencentcloud/mrs/v20200910/models.py +27 -8
  44. tencentcloud/ms/v20180408/ms_client.py +3 -1
  45. tencentcloud/ocr/v20181119/models.py +519 -14
  46. tencentcloud/ocr/v20181119/ocr_client.py +49 -2
  47. tencentcloud/omics/v20221128/models.py +100 -232
  48. tencentcloud/partners/v20180321/models.py +2 -92
  49. tencentcloud/rce/v20201103/errorcodes.py +132 -0
  50. tencentcloud/rce/v20201103/models.py +261 -0
  51. tencentcloud/rce/v20201103/rce_client.py +23 -0
  52. tencentcloud/redis/v20180412/models.py +2 -6
  53. tencentcloud/rum/v20210622/models.py +15 -0
  54. tencentcloud/scf/v20180416/models.py +2 -2
  55. tencentcloud/ssl/v20191205/models.py +2 -2
  56. tencentcloud/tdmq/v20200217/models.py +40 -10
  57. tencentcloud/tds/v20220801/models.py +4 -4
  58. tencentcloud/thpc/v20230321/models.py +2 -2
  59. tencentcloud/tke/v20180525/models.py +2 -4
  60. tencentcloud/tmt/v20180321/models.py +60 -5
  61. tencentcloud/trro/v20220325/models.py +0 -30
  62. tencentcloud/trtc/v20190722/models.py +97 -2
  63. tencentcloud/vclm/v20240523/models.py +170 -100
  64. tencentcloud/vclm/v20240523/vclm_client.py +52 -52
  65. tencentcloud/vod/v20180717/models.py +114 -2
  66. tencentcloud/vod/v20180717/vod_client.py +1 -1
  67. tencentcloud/vod/v20240718/models.py +15 -15
  68. tencentcloud/vpc/v20170312/errorcodes.py +3 -0
  69. tencentcloud/vpc/v20170312/models.py +167 -10
  70. tencentcloud/vpc/v20170312/vpc_client.py +7 -2
  71. tencentcloud/waf/v20180125/models.py +618 -0
  72. tencentcloud/waf/v20180125/waf_client.py +69 -0
  73. tencentcloud/wedata/v20210820/models.py +18 -18
  74. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/METADATA +1 -1
  75. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/RECORD +78 -78
  76. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/LICENSE +0 -0
  77. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/WHEEL +0 -0
  78. {tencentcloud_sdk_python-3.0.1265.dist-info → tencentcloud_sdk_python-3.0.1267.dist-info}/top_level.txt +0 -0
@@ -899,6 +899,57 @@ class DescribeNameListResponse(AbstractModel):
899
899
  self._RequestId = params.get("RequestId")
900
900
 
901
901
 
902
+ class DescribeUserUsageCntRequest(AbstractModel):
903
+ """DescribeUserUsageCnt请求参数结构体
904
+
905
+ """
906
+
907
+
908
+ class DescribeUserUsageCntResponse(AbstractModel):
909
+ """DescribeUserUsageCnt返回参数结构体
910
+
911
+ """
912
+
913
+ def __init__(self):
914
+ r"""
915
+ :param _Data: 业务出参
916
+ :type Data: :class:`tencentcloud.rce.v20201103.models.OutputDescribeUserUsageCntData`
917
+ :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
918
+ :type RequestId: str
919
+ """
920
+ self._Data = None
921
+ self._RequestId = None
922
+
923
+ @property
924
+ def Data(self):
925
+ """业务出参
926
+ :rtype: :class:`tencentcloud.rce.v20201103.models.OutputDescribeUserUsageCntData`
927
+ """
928
+ return self._Data
929
+
930
+ @Data.setter
931
+ def Data(self, Data):
932
+ self._Data = Data
933
+
934
+ @property
935
+ def RequestId(self):
936
+ """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
937
+ :rtype: str
938
+ """
939
+ return self._RequestId
940
+
941
+ @RequestId.setter
942
+ def RequestId(self, RequestId):
943
+ self._RequestId = RequestId
944
+
945
+
946
+ def _deserialize(self, params):
947
+ if params.get("Data") is not None:
948
+ self._Data = OutputDescribeUserUsageCntData()
949
+ self._Data._deserialize(params.get("Data"))
950
+ self._RequestId = params.get("RequestId")
951
+
952
+
902
953
  class ImportNameListDataRequest(AbstractModel):
903
954
  """ImportNameListData请求参数结构体
904
955
 
@@ -3827,6 +3878,216 @@ class OutputDescribeNameListInfo(AbstractModel):
3827
3878
 
3828
3879
 
3829
3880
 
3881
+ class OutputDescribeUserUsageCnt(AbstractModel):
3882
+ """预付费 后付费 总数显示接口出参
3883
+
3884
+ """
3885
+
3886
+ def __init__(self):
3887
+ r"""
3888
+ :param _PayMode: 当前付费模式,0 后付费 1 预付费
3889
+ 注意:此字段可能返回 null,表示取不到有效值。
3890
+ :type PayMode: int
3891
+ :param _AfterPayModeThisMonthUsedCnt: 后付费本月使用量
3892
+ 注意:此字段可能返回 null,表示取不到有效值。
3893
+ :type AfterPayModeThisMonthUsedCnt: int
3894
+ :param _CreateTime: 创建时间
3895
+ 注意:此字段可能返回 null,表示取不到有效值。
3896
+ :type CreateTime: str
3897
+ :param _ExpireTime: 超出时间
3898
+ 注意:此字段可能返回 null,表示取不到有效值。
3899
+ :type ExpireTime: str
3900
+ :param _AfterPayModeLastMonthUsedCnt: 后付费上月使用量
3901
+ 注意:此字段可能返回 null,表示取不到有效值。
3902
+ :type AfterPayModeLastMonthUsedCnt: int
3903
+ :param _BeforePayModeTotalUsedCnt: 预付费总量
3904
+ 注意:此字段可能返回 null,表示取不到有效值。
3905
+ :type BeforePayModeTotalUsedCnt: int
3906
+ :param _BeforePayModeRemainUsedCnt: 预付费剩余用量
3907
+ 注意:此字段可能返回 null,表示取不到有效值。
3908
+ :type BeforePayModeRemainUsedCnt: int
3909
+ """
3910
+ self._PayMode = None
3911
+ self._AfterPayModeThisMonthUsedCnt = None
3912
+ self._CreateTime = None
3913
+ self._ExpireTime = None
3914
+ self._AfterPayModeLastMonthUsedCnt = None
3915
+ self._BeforePayModeTotalUsedCnt = None
3916
+ self._BeforePayModeRemainUsedCnt = None
3917
+
3918
+ @property
3919
+ def PayMode(self):
3920
+ """当前付费模式,0 后付费 1 预付费
3921
+ 注意:此字段可能返回 null,表示取不到有效值。
3922
+ :rtype: int
3923
+ """
3924
+ return self._PayMode
3925
+
3926
+ @PayMode.setter
3927
+ def PayMode(self, PayMode):
3928
+ self._PayMode = PayMode
3929
+
3930
+ @property
3931
+ def AfterPayModeThisMonthUsedCnt(self):
3932
+ """后付费本月使用量
3933
+ 注意:此字段可能返回 null,表示取不到有效值。
3934
+ :rtype: int
3935
+ """
3936
+ return self._AfterPayModeThisMonthUsedCnt
3937
+
3938
+ @AfterPayModeThisMonthUsedCnt.setter
3939
+ def AfterPayModeThisMonthUsedCnt(self, AfterPayModeThisMonthUsedCnt):
3940
+ self._AfterPayModeThisMonthUsedCnt = AfterPayModeThisMonthUsedCnt
3941
+
3942
+ @property
3943
+ def CreateTime(self):
3944
+ """创建时间
3945
+ 注意:此字段可能返回 null,表示取不到有效值。
3946
+ :rtype: str
3947
+ """
3948
+ return self._CreateTime
3949
+
3950
+ @CreateTime.setter
3951
+ def CreateTime(self, CreateTime):
3952
+ self._CreateTime = CreateTime
3953
+
3954
+ @property
3955
+ def ExpireTime(self):
3956
+ """超出时间
3957
+ 注意:此字段可能返回 null,表示取不到有效值。
3958
+ :rtype: str
3959
+ """
3960
+ return self._ExpireTime
3961
+
3962
+ @ExpireTime.setter
3963
+ def ExpireTime(self, ExpireTime):
3964
+ self._ExpireTime = ExpireTime
3965
+
3966
+ @property
3967
+ def AfterPayModeLastMonthUsedCnt(self):
3968
+ """后付费上月使用量
3969
+ 注意:此字段可能返回 null,表示取不到有效值。
3970
+ :rtype: int
3971
+ """
3972
+ return self._AfterPayModeLastMonthUsedCnt
3973
+
3974
+ @AfterPayModeLastMonthUsedCnt.setter
3975
+ def AfterPayModeLastMonthUsedCnt(self, AfterPayModeLastMonthUsedCnt):
3976
+ self._AfterPayModeLastMonthUsedCnt = AfterPayModeLastMonthUsedCnt
3977
+
3978
+ @property
3979
+ def BeforePayModeTotalUsedCnt(self):
3980
+ """预付费总量
3981
+ 注意:此字段可能返回 null,表示取不到有效值。
3982
+ :rtype: int
3983
+ """
3984
+ return self._BeforePayModeTotalUsedCnt
3985
+
3986
+ @BeforePayModeTotalUsedCnt.setter
3987
+ def BeforePayModeTotalUsedCnt(self, BeforePayModeTotalUsedCnt):
3988
+ self._BeforePayModeTotalUsedCnt = BeforePayModeTotalUsedCnt
3989
+
3990
+ @property
3991
+ def BeforePayModeRemainUsedCnt(self):
3992
+ """预付费剩余用量
3993
+ 注意:此字段可能返回 null,表示取不到有效值。
3994
+ :rtype: int
3995
+ """
3996
+ return self._BeforePayModeRemainUsedCnt
3997
+
3998
+ @BeforePayModeRemainUsedCnt.setter
3999
+ def BeforePayModeRemainUsedCnt(self, BeforePayModeRemainUsedCnt):
4000
+ self._BeforePayModeRemainUsedCnt = BeforePayModeRemainUsedCnt
4001
+
4002
+
4003
+ def _deserialize(self, params):
4004
+ self._PayMode = params.get("PayMode")
4005
+ self._AfterPayModeThisMonthUsedCnt = params.get("AfterPayModeThisMonthUsedCnt")
4006
+ self._CreateTime = params.get("CreateTime")
4007
+ self._ExpireTime = params.get("ExpireTime")
4008
+ self._AfterPayModeLastMonthUsedCnt = params.get("AfterPayModeLastMonthUsedCnt")
4009
+ self._BeforePayModeTotalUsedCnt = params.get("BeforePayModeTotalUsedCnt")
4010
+ self._BeforePayModeRemainUsedCnt = params.get("BeforePayModeRemainUsedCnt")
4011
+ memeber_set = set(params.keys())
4012
+ for name, value in vars(self).items():
4013
+ property_name = name[1:]
4014
+ if property_name in memeber_set:
4015
+ memeber_set.remove(property_name)
4016
+ if len(memeber_set) > 0:
4017
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
4018
+
4019
+
4020
+
4021
+ class OutputDescribeUserUsageCntData(AbstractModel):
4022
+ """RCE控制台预付费和后付费次数展示出参数据
4023
+
4024
+ """
4025
+
4026
+ def __init__(self):
4027
+ r"""
4028
+ :param _Code: 错误码,0 表示成功,非0表示失败错误码。 0:成功 4300:未开通服务
4029
+ :type Code: int
4030
+ :param _Message: 错误信息
4031
+ :type Message: str
4032
+ :param _Value: 业务详情
4033
+ 注意:此字段可能返回 null,表示取不到有效值。
4034
+ :type Value: :class:`tencentcloud.rce.v20201103.models.OutputDescribeUserUsageCnt`
4035
+ """
4036
+ self._Code = None
4037
+ self._Message = None
4038
+ self._Value = None
4039
+
4040
+ @property
4041
+ def Code(self):
4042
+ """错误码,0 表示成功,非0表示失败错误码。 0:成功 4300:未开通服务
4043
+ :rtype: int
4044
+ """
4045
+ return self._Code
4046
+
4047
+ @Code.setter
4048
+ def Code(self, Code):
4049
+ self._Code = Code
4050
+
4051
+ @property
4052
+ def Message(self):
4053
+ """错误信息
4054
+ :rtype: str
4055
+ """
4056
+ return self._Message
4057
+
4058
+ @Message.setter
4059
+ def Message(self, Message):
4060
+ self._Message = Message
4061
+
4062
+ @property
4063
+ def Value(self):
4064
+ """业务详情
4065
+ 注意:此字段可能返回 null,表示取不到有效值。
4066
+ :rtype: :class:`tencentcloud.rce.v20201103.models.OutputDescribeUserUsageCnt`
4067
+ """
4068
+ return self._Value
4069
+
4070
+ @Value.setter
4071
+ def Value(self, Value):
4072
+ self._Value = Value
4073
+
4074
+
4075
+ def _deserialize(self, params):
4076
+ self._Code = params.get("Code")
4077
+ self._Message = params.get("Message")
4078
+ if params.get("Value") is not None:
4079
+ self._Value = OutputDescribeUserUsageCnt()
4080
+ self._Value._deserialize(params.get("Value"))
4081
+ memeber_set = set(params.keys())
4082
+ for name, value in vars(self).items():
4083
+ property_name = name[1:]
4084
+ if property_name in memeber_set:
4085
+ memeber_set.remove(property_name)
4086
+ if len(memeber_set) > 0:
4087
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
4088
+
4089
+
4090
+
3830
4091
  class OutputImportNameListDataFront(AbstractModel):
3831
4092
  """添加黑白名单数据出参
3832
4093
 
@@ -164,6 +164,29 @@ class RceClient(AbstractClient):
164
164
  raise TencentCloudSDKException(type(e).__name__, str(e))
165
165
 
166
166
 
167
+ def DescribeUserUsageCnt(self, request):
168
+ """RCE控制台预付费和后付费次数展示
169
+
170
+ :param request: Request instance for DescribeUserUsageCnt.
171
+ :type request: :class:`tencentcloud.rce.v20201103.models.DescribeUserUsageCntRequest`
172
+ :rtype: :class:`tencentcloud.rce.v20201103.models.DescribeUserUsageCntResponse`
173
+
174
+ """
175
+ try:
176
+ params = request._serialize()
177
+ headers = request.headers
178
+ body = self.call("DescribeUserUsageCnt", params, headers=headers)
179
+ response = json.loads(body)
180
+ model = models.DescribeUserUsageCntResponse()
181
+ model._deserialize(response["Response"])
182
+ return model
183
+ except Exception as e:
184
+ if isinstance(e, TencentCloudSDKException):
185
+ raise
186
+ else:
187
+ raise TencentCloudSDKException(type(e).__name__, str(e))
188
+
189
+
167
190
  def ImportNameListData(self, request):
168
191
  """新增黑白名单数据,所有黑白名单数据总量上限为10000
169
192
 
@@ -4094,12 +4094,11 @@ class DescribeBackupUrlRequest(AbstractModel):
4094
4094
 
4095
4095
  def __init__(self):
4096
4096
  r"""
4097
- :param _InstanceId: 实例 ID。
4097
+ :param _InstanceId: 实例 ID,请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID
4098
4098
  :type InstanceId: str
4099
4099
  :param _BackupId: 备份 ID,可通过 [DescribeInstanceBackups ](https://cloud.tencent.com/document/product/239/20011)接口返回的参数 RedisBackupSet 获取。
4100
4100
  :type BackupId: str
4101
4101
  :param _LimitType: 下载备份文件的网络限制类型,如果不配置该参数,则使用用户自定义的配置。
4102
-
4103
4102
  - NoLimit:不限制,腾讯云内外网均可以下载备份文件。
4104
4103
  - LimitOnlyIntranet:仅腾讯云自动分配的内网地址可下载备份文件。
4105
4104
  - Customize:指用户自定义的私有网络可下载备份文件。
@@ -4107,7 +4106,6 @@ class DescribeBackupUrlRequest(AbstractModel):
4107
4106
  :param _VpcComparisonSymbol: 该参数仅支持输入 In,表示自定义的**LimitVpc**可以下载备份文件。
4108
4107
  :type VpcComparisonSymbol: str
4109
4108
  :param _IpComparisonSymbol: 标识自定义的 LimitIp 地址是否可下载备份文件。
4110
-
4111
4109
  - In: 自定义的 IP 地址可以下载。默认为 In。
4112
4110
  - NotIn: 自定义的 IP 不可以下载。
4113
4111
  :type IpComparisonSymbol: str
@@ -4126,7 +4124,7 @@ class DescribeBackupUrlRequest(AbstractModel):
4126
4124
 
4127
4125
  @property
4128
4126
  def InstanceId(self):
4129
- """实例 ID。
4127
+ """实例 ID,请登录[Redis控制台](https://console.cloud.tencent.com/redis/instance/list)在实例列表复制实例 ID
4130
4128
  :rtype: str
4131
4129
  """
4132
4130
  return self._InstanceId
@@ -4149,7 +4147,6 @@ class DescribeBackupUrlRequest(AbstractModel):
4149
4147
  @property
4150
4148
  def LimitType(self):
4151
4149
  """下载备份文件的网络限制类型,如果不配置该参数,则使用用户自定义的配置。
4152
-
4153
4150
  - NoLimit:不限制,腾讯云内外网均可以下载备份文件。
4154
4151
  - LimitOnlyIntranet:仅腾讯云自动分配的内网地址可下载备份文件。
4155
4152
  - Customize:指用户自定义的私有网络可下载备份文件。
@@ -4175,7 +4172,6 @@ class DescribeBackupUrlRequest(AbstractModel):
4175
4172
  @property
4176
4173
  def IpComparisonSymbol(self):
4177
4174
  """标识自定义的 LimitIp 地址是否可下载备份文件。
4178
-
4179
4175
  - In: 自定义的 IP 地址可以下载。默认为 In。
4180
4176
  - NotIn: 自定义的 IP 不可以下载。
4181
4177
  :rtype: str
@@ -8626,10 +8626,13 @@ class DescribeReleaseFileSignRequest(AbstractModel):
8626
8626
  :type FileType: int
8627
8627
  :param _Site: 获取临时签名的bucket是国内站还是国际站(1表示国际站,其它表示国内站)
8628
8628
  :type Site: int
8629
+ :param _ID: ProjectID
8630
+ :type ID: int
8629
8631
  """
8630
8632
  self._Timeout = None
8631
8633
  self._FileType = None
8632
8634
  self._Site = None
8635
+ self._ID = None
8633
8636
 
8634
8637
  @property
8635
8638
  def Timeout(self):
@@ -8664,11 +8667,23 @@ class DescribeReleaseFileSignRequest(AbstractModel):
8664
8667
  def Site(self, Site):
8665
8668
  self._Site = Site
8666
8669
 
8670
+ @property
8671
+ def ID(self):
8672
+ """ProjectID
8673
+ :rtype: int
8674
+ """
8675
+ return self._ID
8676
+
8677
+ @ID.setter
8678
+ def ID(self, ID):
8679
+ self._ID = ID
8680
+
8667
8681
 
8668
8682
  def _deserialize(self, params):
8669
8683
  self._Timeout = params.get("Timeout")
8670
8684
  self._FileType = params.get("FileType")
8671
8685
  self._Site = params.get("Site")
8686
+ self._ID = params.get("ID")
8672
8687
  memeber_set = set(params.keys())
8673
8688
  for name, value in vars(self).items():
8674
8689
  property_name = name[1:]
@@ -3737,7 +3737,7 @@ class FunctionLog(AbstractModel):
3737
3737
  :type RequestId: str
3738
3738
  :param _StartTime: 函数开始执行时的时间点
3739
3739
  :type StartTime: str
3740
- :param _RetCode: 函数执行结果,如果是 0 表示执行成功,其他值表示失败
3740
+ :param _RetCode: 函数执行结果,如果是 0 表示执行成功,2表示函数运行中,3表示函数执行中断,其他值表示失败
3741
3741
  :type RetCode: int
3742
3742
  :param _InvokeFinished: 函数调用是否结束,如果是 1 表示执行结束,其他值表示调用异常
3743
3743
  :type InvokeFinished: int
@@ -3816,7 +3816,7 @@ class FunctionLog(AbstractModel):
3816
3816
 
3817
3817
  @property
3818
3818
  def RetCode(self):
3819
- """函数执行结果,如果是 0 表示执行成功,其他值表示失败
3819
+ """函数执行结果,如果是 0 表示执行成功,2表示函数运行中,3表示函数执行中断,其他值表示失败
3820
3820
  :rtype: int
3821
3821
  """
3822
3822
  return self._RetCode
@@ -8499,7 +8499,7 @@ class DescribeDownloadCertificateUrlRequest(AbstractModel):
8499
8499
  r"""
8500
8500
  :param _CertificateId: 证书ID
8501
8501
  :type CertificateId: str
8502
- :param _ServiceType: 下载的服务类型: nginx tomcat apache iis jks other root
8502
+ :param _ServiceType: 必填选项,下载的服务类型: nginx tomcat apache iis jks other root
8503
8503
  :type ServiceType: str
8504
8504
  """
8505
8505
  self._CertificateId = None
@@ -8518,7 +8518,7 @@ class DescribeDownloadCertificateUrlRequest(AbstractModel):
8518
8518
 
8519
8519
  @property
8520
8520
  def ServiceType(self):
8521
- """下载的服务类型: nginx tomcat apache iis jks other root
8521
+ """必填选项,下载的服务类型: nginx tomcat apache iis jks other root
8522
8522
  :rtype: str
8523
8523
  """
8524
8524
  return self._ServiceType
@@ -4580,7 +4580,7 @@ class CreateRabbitMQBindingRequest(AbstractModel):
4580
4580
  r"""
4581
4581
  :param _InstanceId: 实例Id
4582
4582
  :type InstanceId: str
4583
- :param _VirtualHost: Vhost参数
4583
+ :param _VirtualHost: Vhost名称
4584
4584
  :type VirtualHost: str
4585
4585
  :param _Source: 源exchange
4586
4586
  :type Source: str
@@ -4588,7 +4588,7 @@ class CreateRabbitMQBindingRequest(AbstractModel):
4588
4588
  :type DestinationType: str
4589
4589
  :param _Destination: 目标
4590
4590
  :type Destination: str
4591
- :param _RoutingKey: 绑定key
4591
+ :param _RoutingKey: 路由键
4592
4592
  :type RoutingKey: str
4593
4593
  """
4594
4594
  self._InstanceId = None
@@ -4611,7 +4611,7 @@ class CreateRabbitMQBindingRequest(AbstractModel):
4611
4611
 
4612
4612
  @property
4613
4613
  def VirtualHost(self):
4614
- """Vhost参数
4614
+ """Vhost名称
4615
4615
  :rtype: str
4616
4616
  """
4617
4617
  return self._VirtualHost
@@ -4655,7 +4655,7 @@ class CreateRabbitMQBindingRequest(AbstractModel):
4655
4655
 
4656
4656
  @property
4657
4657
  def RoutingKey(self):
4658
- """绑定key
4658
+ """路由键
4659
4659
  :rtype: str
4660
4660
  """
4661
4661
  return self._RoutingKey
@@ -4692,7 +4692,7 @@ class CreateRabbitMQBindingResponse(AbstractModel):
4692
4692
  :param _InstanceId: 实例名称
4693
4693
  注意:此字段可能返回 null,表示取不到有效值。
4694
4694
  :type InstanceId: str
4695
- :param _VirtualHost: vhost参数
4695
+ :param _VirtualHost: vhost名称
4696
4696
  注意:此字段可能返回 null,表示取不到有效值。
4697
4697
  :type VirtualHost: str
4698
4698
  :param _BindingId: 路由关系Id
@@ -4720,7 +4720,7 @@ class CreateRabbitMQBindingResponse(AbstractModel):
4720
4720
 
4721
4721
  @property
4722
4722
  def VirtualHost(self):
4723
- """vhost参数
4723
+ """vhost名称
4724
4724
  注意:此字段可能返回 null,表示取不到有效值。
4725
4725
  :rtype: str
4726
4726
  """
@@ -7678,7 +7678,7 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
7678
7678
 
7679
7679
  def __init__(self):
7680
7680
  r"""
7681
- :param _InstanceId: 队列名称
7681
+ :param _InstanceId: 实例名称
7682
7682
  注意:此字段可能返回 null,表示取不到有效值。
7683
7683
  :type InstanceId: str
7684
7684
  :param _VirtualHost: vhost参数
@@ -7697,7 +7697,7 @@ class DeleteRabbitMQBindingResponse(AbstractModel):
7697
7697
 
7698
7698
  @property
7699
7699
  def InstanceId(self):
7700
- """队列名称
7700
+ """实例名称
7701
7701
  注意:此字段可能返回 null,表示取不到有效值。
7702
7702
  :rtype: str
7703
7703
  """
@@ -12726,7 +12726,7 @@ class DescribeRabbitMQBindingsRequest(AbstractModel):
12726
12726
  r"""
12727
12727
  :param _InstanceId: 实例Id
12728
12728
  :type InstanceId: str
12729
- :param _VirtualHost: Vhost参数
12729
+ :param _VirtualHost: Vhost名称
12730
12730
  :type VirtualHost: str
12731
12731
  :param _Offset: 分页offset
12732
12732
  :type Offset: int
@@ -12763,7 +12763,7 @@ class DescribeRabbitMQBindingsRequest(AbstractModel):
12763
12763
 
12764
12764
  @property
12765
12765
  def VirtualHost(self):
12766
- """Vhost参数
12766
+ """Vhost名称
12767
12767
  :rtype: str
12768
12768
  """
12769
12769
  return self._VirtualHost
@@ -27298,6 +27298,8 @@ class RabbitMQClusterInfo(AbstractModel):
27298
27298
  :param _PayMode: 计费模式,0-后付费,1-预付费
27299
27299
  注意:此字段可能返回 null,表示取不到有效值。
27300
27300
  :type PayMode: int
27301
+ :param _InstanceType: 实例类型,0 专享版、1 Serverless 版
27302
+ :type InstanceType: int
27301
27303
  """
27302
27304
  self._ClusterId = None
27303
27305
  self._ClusterName = None
@@ -27322,6 +27324,7 @@ class RabbitMQClusterInfo(AbstractModel):
27322
27324
  self._MessageConsumeRate = None
27323
27325
  self._ClusterVersion = None
27324
27326
  self._PayMode = None
27327
+ self._InstanceType = None
27325
27328
 
27326
27329
  @property
27327
27330
  def ClusterId(self):
@@ -27584,6 +27587,17 @@ class RabbitMQClusterInfo(AbstractModel):
27584
27587
  def PayMode(self, PayMode):
27585
27588
  self._PayMode = PayMode
27586
27589
 
27590
+ @property
27591
+ def InstanceType(self):
27592
+ """实例类型,0 专享版、1 Serverless 版
27593
+ :rtype: int
27594
+ """
27595
+ return self._InstanceType
27596
+
27597
+ @InstanceType.setter
27598
+ def InstanceType(self, InstanceType):
27599
+ self._InstanceType = InstanceType
27600
+
27587
27601
 
27588
27602
  def _deserialize(self, params):
27589
27603
  self._ClusterId = params.get("ClusterId")
@@ -27614,6 +27628,7 @@ class RabbitMQClusterInfo(AbstractModel):
27614
27628
  self._MessageConsumeRate = params.get("MessageConsumeRate")
27615
27629
  self._ClusterVersion = params.get("ClusterVersion")
27616
27630
  self._PayMode = params.get("PayMode")
27631
+ self._InstanceType = params.get("InstanceType")
27617
27632
  memeber_set = set(params.keys())
27618
27633
  for name, value in vars(self).items():
27619
27634
  property_name = name[1:]
@@ -28887,6 +28902,8 @@ class RabbitMQVipInstance(AbstractModel):
28887
28902
  :param _CreateTime: 创建时间,毫秒为单位
28888
28903
  注意:此字段可能返回 null,表示取不到有效值。
28889
28904
  :type CreateTime: int
28905
+ :param _InstanceType: 实例类型,0 专享版、1 Serverless 版
28906
+ :type InstanceType: int
28890
28907
  """
28891
28908
  self._InstanceId = None
28892
28909
  self._InstanceName = None
@@ -28907,6 +28924,7 @@ class RabbitMQVipInstance(AbstractModel):
28907
28924
  self._PublicAccessEndpoint = None
28908
28925
  self._Vpcs = None
28909
28926
  self._CreateTime = None
28927
+ self._InstanceType = None
28910
28928
 
28911
28929
  @property
28912
28930
  def InstanceId(self):
@@ -29124,6 +29142,17 @@ class RabbitMQVipInstance(AbstractModel):
29124
29142
  def CreateTime(self, CreateTime):
29125
29143
  self._CreateTime = CreateTime
29126
29144
 
29145
+ @property
29146
+ def InstanceType(self):
29147
+ """实例类型,0 专享版、1 Serverless 版
29148
+ :rtype: int
29149
+ """
29150
+ return self._InstanceType
29151
+
29152
+ @InstanceType.setter
29153
+ def InstanceType(self, InstanceType):
29154
+ self._InstanceType = InstanceType
29155
+
29127
29156
 
29128
29157
  def _deserialize(self, params):
29129
29158
  self._InstanceId = params.get("InstanceId")
@@ -29150,6 +29179,7 @@ class RabbitMQVipInstance(AbstractModel):
29150
29179
  obj._deserialize(item)
29151
29180
  self._Vpcs.append(obj)
29152
29181
  self._CreateTime = params.get("CreateTime")
29182
+ self._InstanceType = params.get("InstanceType")
29153
29183
  memeber_set = set(params.keys())
29154
29184
  for name, value in vars(self).items():
29155
29185
  property_name = name[1:]
@@ -1304,9 +1304,9 @@ class RiskInfo(AbstractModel):
1304
1304
 
1305
1305
  def __init__(self):
1306
1306
  r"""
1307
- :param _Type: 风险类型
1307
+ :param _Type: 风险类型。更多详情请参见:[Android](https://cloud.tencent.com/document/product/1628/85898)、[iOS](https://cloud.tencent.com/document/product/1628/85896)、[H5](https://cloud.tencent.com/document/product/1628/85897)、[小程序](https://cloud.tencent.com/document/product/1628/85895)、[场景风险](https://cloud.tencent.com/document/product/1628/88912)
1308
1308
  :type Type: int
1309
- :param _Level: 风险等级
1309
+ :param _Level: [风险等级](https://cloud.tencent.com/document/product/1628/85308)
1310
1310
  :type Level: int
1311
1311
  """
1312
1312
  self._Type = None
@@ -1314,7 +1314,7 @@ class RiskInfo(AbstractModel):
1314
1314
 
1315
1315
  @property
1316
1316
  def Type(self):
1317
- """风险类型
1317
+ """风险类型。更多详情请参见:[Android](https://cloud.tencent.com/document/product/1628/85898)、[iOS](https://cloud.tencent.com/document/product/1628/85896)、[H5](https://cloud.tencent.com/document/product/1628/85897)、[小程序](https://cloud.tencent.com/document/product/1628/85895)、[场景风险](https://cloud.tencent.com/document/product/1628/88912)
1318
1318
  :rtype: int
1319
1319
  """
1320
1320
  return self._Type
@@ -1325,7 +1325,7 @@ class RiskInfo(AbstractModel):
1325
1325
 
1326
1326
  @property
1327
1327
  def Level(self):
1328
- """风险等级
1328
+ """[风险等级](https://cloud.tencent.com/document/product/1628/85308)
1329
1329
  :rtype: int
1330
1330
  """
1331
1331
  return self._Level
@@ -1610,7 +1610,7 @@ class CreateClusterRequest(AbstractModel):
1610
1610
  <li>SLURM:21.08.8、23.11.7</li>
1611
1611
  <li>SGE: 8.1.9</li>
1612
1612
  :type SchedulerVersion: str
1613
- :param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。
1613
+ :param _ImageId: 指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818)
1614
1614
  :type ImageId: str
1615
1615
  :param _VirtualPrivateCloud: 私有网络相关信息配置。
1616
1616
  :type VirtualPrivateCloud: :class:`tencentcloud.thpc.v20230321.models.VirtualPrivateCloud`
@@ -1751,7 +1751,7 @@ false(默认):发送正常请求,通过检查后直接创建实例
1751
1751
 
1752
1752
  @property
1753
1753
  def ImageId(self):
1754
- """指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。
1754
+ """指定有效的[镜像](https://cloud.tencent.com/document/product/213/4940)ID,格式形如`img-xxx`。目前支持部分公有镜像和自定义镜像。公共镜像请参考[镜像限制](https://cloud.tencent.com/document/product/1527/64818)
1755
1755
  :rtype: str
1756
1756
  """
1757
1757
  return self._ImageId
@@ -5455,7 +5455,7 @@ class CreateClusterEndpointRequest(AbstractModel):
5455
5455
  :type IsExtranet: bool
5456
5456
  :param _Domain: 设置域名
5457
5457
  :type Domain: str
5458
- :param _SecurityGroup: 使用的安全组,只有外网访问需要传递(开启外网访问时必传)
5458
+ :param _SecurityGroup: 使用的安全组,只有外网访问需要传递(开启外网访问且不使用已有clb时必传)
5459
5459
  :type SecurityGroup: str
5460
5460
  :param _ExtensiveParameters: 创建lb参数,只有外网访问需要设置,是一个json格式化后的字符串:{"InternetAccessible":{"InternetChargeType":"TRAFFIC_POSTPAID_BY_HOUR","InternetMaxBandwidthOut":200},"VipIsp":"","BandwidthPackageId":""}。
5461
5461
  各个参数意义:
@@ -5518,7 +5518,7 @@ BandwidthPackageId含义:带宽包ID,指定此参数时,网络计费方式
5518
5518
 
5519
5519
  @property
5520
5520
  def SecurityGroup(self):
5521
- """使用的安全组,只有外网访问需要传递(开启外网访问时必传)
5521
+ """使用的安全组,只有外网访问需要传递(开启外网访问且不使用已有clb时必传)
5522
5522
  :rtype: str
5523
5523
  """
5524
5524
  return self._SecurityGroup
@@ -33346,7 +33346,6 @@ class LoginSettings(AbstractModel):
33346
33346
  def __init__(self):
33347
33347
  r"""
33348
33348
  :param _Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
33349
- 注意:此字段可能返回 null,表示取不到有效值。
33350
33349
  :type Password: str
33351
33350
  :param _KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口[DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699)获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。
33352
33351
  注意:此字段可能返回 null,表示取不到有效值。
@@ -33362,7 +33361,6 @@ class LoginSettings(AbstractModel):
33362
33361
  @property
33363
33362
  def Password(self):
33364
33363
  """实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<li>Linux实例密码必须8到30位,至少包括两项[a-z],[A-Z]、[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? / ]中的特殊符号。</li><li>Windows实例密码必须12到30位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) \` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? /]中的特殊符号。</li>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
33365
- 注意:此字段可能返回 null,表示取不到有效值。
33366
33364
  :rtype: str
33367
33365
  """
33368
33366
  return self._Password