tencentcloud-sdk-python 3.0.1359__py2.py3-none-any.whl → 3.0.1361__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/batch/v20170312/models.py +14 -44
- tencentcloud/bh/v20230418/bh_client.py +115 -0
- tencentcloud/bh/v20230418/models.py +1064 -131
- tencentcloud/cbs/v20170312/models.py +2 -2
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +6 -6
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cdwpg/v20201230/models.py +22 -206
- tencentcloud/ckafka/v20190819/ckafka_client.py +46 -0
- tencentcloud/ckafka/v20190819/models.py +367 -0
- tencentcloud/cvm/v20170312/cvm_client.py +10 -7
- tencentcloud/cvm/v20170312/errorcodes.py +3 -0
- tencentcloud/cvm/v20170312/models.py +186 -174
- tencentcloud/cynosdb/v20190107/models.py +105 -0
- tencentcloud/dlc/v20210125/models.py +107 -564
- tencentcloud/dsgc/v20190723/models.py +30 -0
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +214 -0
- tencentcloud/ess/v20201111/models.py +256 -0
- tencentcloud/essbasic/v20210526/models.py +281 -13
- tencentcloud/gaap/v20180529/models.py +0 -166
- tencentcloud/gs/v20191118/errorcodes.py +24 -0
- tencentcloud/gs/v20191118/gs_client.py +138 -0
- tencentcloud/gs/v20191118/models.py +683 -21
- tencentcloud/gwlb/v20240906/gwlb_client.py +5 -7
- tencentcloud/gwlb/v20240906/models.py +72 -54
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +358 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +600 -0
- tencentcloud/kms/v20190118/models.py +71 -0
- tencentcloud/lcic/v20220817/models.py +34 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -1
- tencentcloud/lighthouse/v20200324/models.py +14 -10
- tencentcloud/monitor/v20180724/models.py +2 -2
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/models.py +12 -10
- tencentcloud/privatedns/v20201028/models.py +36 -6
- tencentcloud/tan/v20220420/tan_client.py +3 -1
- tencentcloud/tcb/v20180608/models.py +60 -0
- tencentcloud/tione/v20211111/errorcodes.py +3 -0
- tencentcloud/tione/v20211111/models.py +53 -0
- tencentcloud/trocket/v20230308/models.py +1398 -66
- tencentcloud/trocket/v20230308/trocket_client.py +214 -0
- tencentcloud/vclm/v20240523/models.py +2 -2
- tencentcloud/vpc/v20170312/models.py +263 -81
- tencentcloud/vpc/v20170312/vpc_client.py +25 -2
- tencentcloud/wedata/v20210820/models.py +2691 -4
- tencentcloud/wedata/v20210820/wedata_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/RECORD +55 -55
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1359.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/top_level.txt +0 -0
@@ -2901,6 +2901,57 @@ class EncryptResponse(AbstractModel):
|
|
2901
2901
|
self._RequestId = params.get("RequestId")
|
2902
2902
|
|
2903
2903
|
|
2904
|
+
class ExclusiveHSM(AbstractModel):
|
2905
|
+
"""独享版集群
|
2906
|
+
|
2907
|
+
"""
|
2908
|
+
|
2909
|
+
def __init__(self):
|
2910
|
+
r"""
|
2911
|
+
:param _HsmClusterId: 独享集群Id
|
2912
|
+
:type HsmClusterId: str
|
2913
|
+
:param _HsmClusterName: 独享集群名称
|
2914
|
+
:type HsmClusterName: str
|
2915
|
+
"""
|
2916
|
+
self._HsmClusterId = None
|
2917
|
+
self._HsmClusterName = None
|
2918
|
+
|
2919
|
+
@property
|
2920
|
+
def HsmClusterId(self):
|
2921
|
+
"""独享集群Id
|
2922
|
+
:rtype: str
|
2923
|
+
"""
|
2924
|
+
return self._HsmClusterId
|
2925
|
+
|
2926
|
+
@HsmClusterId.setter
|
2927
|
+
def HsmClusterId(self, HsmClusterId):
|
2928
|
+
self._HsmClusterId = HsmClusterId
|
2929
|
+
|
2930
|
+
@property
|
2931
|
+
def HsmClusterName(self):
|
2932
|
+
"""独享集群名称
|
2933
|
+
:rtype: str
|
2934
|
+
"""
|
2935
|
+
return self._HsmClusterName
|
2936
|
+
|
2937
|
+
@HsmClusterName.setter
|
2938
|
+
def HsmClusterName(self, HsmClusterName):
|
2939
|
+
self._HsmClusterName = HsmClusterName
|
2940
|
+
|
2941
|
+
|
2942
|
+
def _deserialize(self, params):
|
2943
|
+
self._HsmClusterId = params.get("HsmClusterId")
|
2944
|
+
self._HsmClusterName = params.get("HsmClusterName")
|
2945
|
+
memeber_set = set(params.keys())
|
2946
|
+
for name, value in vars(self).items():
|
2947
|
+
property_name = name[1:]
|
2948
|
+
if property_name in memeber_set:
|
2949
|
+
memeber_set.remove(property_name)
|
2950
|
+
if len(memeber_set) > 0:
|
2951
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
2952
|
+
|
2953
|
+
|
2954
|
+
|
2904
2955
|
class GenerateDataKeyRequest(AbstractModel):
|
2905
2956
|
"""GenerateDataKey请求参数结构体
|
2906
2957
|
|
@@ -3592,6 +3643,8 @@ class GetServiceStatusResponse(AbstractModel):
|
|
3592
3643
|
:type CmkUserCount: int
|
3593
3644
|
:param _CmkLimit: 返回KMS用户密钥规格数量
|
3594
3645
|
:type CmkLimit: int
|
3646
|
+
:param _ExclusiveHSMList: 返回独享集群组
|
3647
|
+
:type ExclusiveHSMList: list of ExclusiveHSM
|
3595
3648
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3596
3649
|
:type RequestId: str
|
3597
3650
|
"""
|
@@ -3606,6 +3659,7 @@ class GetServiceStatusResponse(AbstractModel):
|
|
3606
3659
|
self._SubscriptionInfo = None
|
3607
3660
|
self._CmkUserCount = None
|
3608
3661
|
self._CmkLimit = None
|
3662
|
+
self._ExclusiveHSMList = None
|
3609
3663
|
self._RequestId = None
|
3610
3664
|
|
3611
3665
|
@property
|
@@ -3729,6 +3783,17 @@ class GetServiceStatusResponse(AbstractModel):
|
|
3729
3783
|
def CmkLimit(self, CmkLimit):
|
3730
3784
|
self._CmkLimit = CmkLimit
|
3731
3785
|
|
3786
|
+
@property
|
3787
|
+
def ExclusiveHSMList(self):
|
3788
|
+
"""返回独享集群组
|
3789
|
+
:rtype: list of ExclusiveHSM
|
3790
|
+
"""
|
3791
|
+
return self._ExclusiveHSMList
|
3792
|
+
|
3793
|
+
@ExclusiveHSMList.setter
|
3794
|
+
def ExclusiveHSMList(self, ExclusiveHSMList):
|
3795
|
+
self._ExclusiveHSMList = ExclusiveHSMList
|
3796
|
+
|
3732
3797
|
@property
|
3733
3798
|
def RequestId(self):
|
3734
3799
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -3753,6 +3818,12 @@ class GetServiceStatusResponse(AbstractModel):
|
|
3753
3818
|
self._SubscriptionInfo = params.get("SubscriptionInfo")
|
3754
3819
|
self._CmkUserCount = params.get("CmkUserCount")
|
3755
3820
|
self._CmkLimit = params.get("CmkLimit")
|
3821
|
+
if params.get("ExclusiveHSMList") is not None:
|
3822
|
+
self._ExclusiveHSMList = []
|
3823
|
+
for item in params.get("ExclusiveHSMList"):
|
3824
|
+
obj = ExclusiveHSM()
|
3825
|
+
obj._deserialize(item)
|
3826
|
+
self._ExclusiveHSMList.append(obj)
|
3756
3827
|
self._RequestId = params.get("RequestId")
|
3757
3828
|
|
3758
3829
|
|
@@ -2156,6 +2156,7 @@ class CreateRoomRequest(AbstractModel):
|
|
2156
2156
|
1 标清
|
2157
2157
|
2 高清
|
2158
2158
|
3 全高清
|
2159
|
+
注意:连麦人数(MaxMicNumber)>6时,仅可使用标清
|
2159
2160
|
:type Resolution: int
|
2160
2161
|
:param _MaxMicNumber: 设置课堂同时最大可与老师进行连麦互动的人数,该参数支持正式上课/开播前调用修改房间修改。小班课取值范围[0,16],大班课取值范围[0,1],当取值为0时表示当前课堂/直播,不支持连麦互动。该取值影响计费,请根据业务实际情况设置。计费规则见“购买指南”下“计费概述”。
|
2161
2162
|
:type MaxMicNumber: int
|
@@ -2220,6 +2221,8 @@ class CreateRoomRequest(AbstractModel):
|
|
2220
2221
|
:type RecordStream: int
|
2221
2222
|
:param _WhiteBoardSnapshotMode: 板书截图生成类型。0 不生成板书(默认);1 全量模式;2 单页去重模式
|
2222
2223
|
:type WhiteBoardSnapshotMode: int
|
2224
|
+
:param _SubtitlesTranscription: 字幕转写功能开关:0关闭,1开启,默认关闭
|
2225
|
+
:type SubtitlesTranscription: int
|
2223
2226
|
"""
|
2224
2227
|
self._Name = None
|
2225
2228
|
self._StartTime = None
|
@@ -2252,6 +2255,7 @@ class CreateRoomRequest(AbstractModel):
|
|
2252
2255
|
self._RecordLang = None
|
2253
2256
|
self._RecordStream = None
|
2254
2257
|
self._WhiteBoardSnapshotMode = None
|
2258
|
+
self._SubtitlesTranscription = None
|
2255
2259
|
|
2256
2260
|
@property
|
2257
2261
|
def Name(self):
|
@@ -2303,6 +2307,7 @@ class CreateRoomRequest(AbstractModel):
|
|
2303
2307
|
1 标清
|
2304
2308
|
2 高清
|
2305
2309
|
3 全高清
|
2310
|
+
注意:连麦人数(MaxMicNumber)>6时,仅可使用标清
|
2306
2311
|
:rtype: int
|
2307
2312
|
"""
|
2308
2313
|
return self._Resolution
|
@@ -2616,6 +2621,17 @@ class CreateRoomRequest(AbstractModel):
|
|
2616
2621
|
def WhiteBoardSnapshotMode(self, WhiteBoardSnapshotMode):
|
2617
2622
|
self._WhiteBoardSnapshotMode = WhiteBoardSnapshotMode
|
2618
2623
|
|
2624
|
+
@property
|
2625
|
+
def SubtitlesTranscription(self):
|
2626
|
+
"""字幕转写功能开关:0关闭,1开启,默认关闭
|
2627
|
+
:rtype: int
|
2628
|
+
"""
|
2629
|
+
return self._SubtitlesTranscription
|
2630
|
+
|
2631
|
+
@SubtitlesTranscription.setter
|
2632
|
+
def SubtitlesTranscription(self, SubtitlesTranscription):
|
2633
|
+
self._SubtitlesTranscription = SubtitlesTranscription
|
2634
|
+
|
2619
2635
|
|
2620
2636
|
def _deserialize(self, params):
|
2621
2637
|
self._Name = params.get("Name")
|
@@ -2649,6 +2665,7 @@ class CreateRoomRequest(AbstractModel):
|
|
2649
2665
|
self._RecordLang = params.get("RecordLang")
|
2650
2666
|
self._RecordStream = params.get("RecordStream")
|
2651
2667
|
self._WhiteBoardSnapshotMode = params.get("WhiteBoardSnapshotMode")
|
2668
|
+
self._SubtitlesTranscription = params.get("SubtitlesTranscription")
|
2652
2669
|
memeber_set = set(params.keys())
|
2653
2670
|
for name, value in vars(self).items():
|
2654
2671
|
property_name = name[1:]
|
@@ -12448,6 +12465,9 @@ class SendRoomNormalMessageRequest(AbstractModel):
|
|
12448
12465
|
:type CloudCustomData: str
|
12449
12466
|
:param _NickName: 昵称,当FromAccount没有在房间中,需要填写NickName,当FromAccount在房间中,填写NickName无意义
|
12450
12467
|
:type NickName: str
|
12468
|
+
:param _Priority: 消息的优先级,默认优先级 Normal。
|
12469
|
+
可以指定3种优先级,从高到低依次为 High、Normal 和 Low,区分大小写。
|
12470
|
+
:type Priority: str
|
12451
12471
|
"""
|
12452
12472
|
self._SdkAppId = None
|
12453
12473
|
self._RoomId = None
|
@@ -12455,6 +12475,7 @@ class SendRoomNormalMessageRequest(AbstractModel):
|
|
12455
12475
|
self._MsgBody = None
|
12456
12476
|
self._CloudCustomData = None
|
12457
12477
|
self._NickName = None
|
12478
|
+
self._Priority = None
|
12458
12479
|
|
12459
12480
|
@property
|
12460
12481
|
def SdkAppId(self):
|
@@ -12522,6 +12543,18 @@ class SendRoomNormalMessageRequest(AbstractModel):
|
|
12522
12543
|
def NickName(self, NickName):
|
12523
12544
|
self._NickName = NickName
|
12524
12545
|
|
12546
|
+
@property
|
12547
|
+
def Priority(self):
|
12548
|
+
"""消息的优先级,默认优先级 Normal。
|
12549
|
+
可以指定3种优先级,从高到低依次为 High、Normal 和 Low,区分大小写。
|
12550
|
+
:rtype: str
|
12551
|
+
"""
|
12552
|
+
return self._Priority
|
12553
|
+
|
12554
|
+
@Priority.setter
|
12555
|
+
def Priority(self, Priority):
|
12556
|
+
self._Priority = Priority
|
12557
|
+
|
12525
12558
|
|
12526
12559
|
def _deserialize(self, params):
|
12527
12560
|
self._SdkAppId = params.get("SdkAppId")
|
@@ -12535,6 +12568,7 @@ class SendRoomNormalMessageRequest(AbstractModel):
|
|
12535
12568
|
self._MsgBody.append(obj)
|
12536
12569
|
self._CloudCustomData = params.get("CloudCustomData")
|
12537
12570
|
self._NickName = params.get("NickName")
|
12571
|
+
self._Priority = params.get("Priority")
|
12538
12572
|
memeber_set = set(params.keys())
|
12539
12573
|
for name, value in vars(self).items():
|
12540
12574
|
property_name = name[1:]
|
@@ -158,7 +158,7 @@ class LighthouseClient(AbstractClient):
|
|
158
158
|
|
159
159
|
def AttachDisks(self, request):
|
160
160
|
"""本接口(AttachDisks)用于挂载一个或多个云硬盘。
|
161
|
-
<li
|
161
|
+
<li>只能挂载磁盘状态(DiskState)处于待挂载(UNATTACHED)状态的云硬盘,磁盘状态可通过接口查询云硬盘(DescribeDisks)获取</li>
|
162
162
|
|
163
163
|
:param request: Request instance for AttachDisks.
|
164
164
|
:type request: :class:`tencentcloud.lighthouse.v20200324.models.AttachDisksRequest`
|
@@ -1856,6 +1856,9 @@ class LighthouseClient(AbstractClient):
|
|
1856
1856
|
|
1857
1857
|
def ModifyDisksAttribute(self, request):
|
1858
1858
|
"""本接口(ModifyDisksAttribute)用于修改云硬盘属性。
|
1859
|
+
云硬盘必须处于以下状态:
|
1860
|
+
<li> ATTACHED(已挂载)</li>
|
1861
|
+
<li> UNATTACHED(待挂载)</li>
|
1859
1862
|
|
1860
1863
|
:param request: Request instance for ModifyDisksAttribute.
|
1861
1864
|
:type request: :class:`tencentcloud.lighthouse.v20200324.models.ModifyDisksAttributeRequest`
|
@@ -674,13 +674,13 @@ class Blueprint(AbstractModel):
|
|
674
674
|
:type Platform: str
|
675
675
|
:param _PlatformType: 操作系统平台类型,如 LINUX_UNIX、WINDOWS。
|
676
676
|
:type PlatformType: str
|
677
|
-
:param _BlueprintType: 镜像类型,如 APP_OS
|
677
|
+
:param _BlueprintType: 镜像类型,如 APP_OS(应用镜像), PURE_OS(系统镜像), DOCKER(容器), PRIVATE(私有镜像), SHARED(共享镜像), GAME_PORTAL(游戏专区镜像)。
|
678
678
|
:type BlueprintType: str
|
679
679
|
:param _ImageUrl: 镜像图片 URL。
|
680
680
|
:type ImageUrl: str
|
681
681
|
:param _RequiredSystemDiskSize: 镜像所需系统盘大小,单位 GB。
|
682
682
|
:type RequiredSystemDiskSize: int
|
683
|
-
:param _BlueprintState:
|
683
|
+
:param _BlueprintState: 镜像状态,镜镜像状态,NORMAL(正常)、SYNCING(同步中)、OFFLINE(下线)、ISOLATED(已隔离)、CREATEFAILED(创建失败)、SYNCING_FAILED(目的地域同步失败)、ISOLATING(隔离中)、ISOLATED(已隔离)、DELETING(删除中)、DESTROYING(销毁中)。
|
684
684
|
:type BlueprintState: str
|
685
685
|
:param _CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
686
686
|
格式为: YYYY-MM-DDThh:mm:ssZ。
|
@@ -808,7 +808,7 @@ class Blueprint(AbstractModel):
|
|
808
808
|
|
809
809
|
@property
|
810
810
|
def BlueprintType(self):
|
811
|
-
"""镜像类型,如 APP_OS
|
811
|
+
"""镜像类型,如 APP_OS(应用镜像), PURE_OS(系统镜像), DOCKER(容器), PRIVATE(私有镜像), SHARED(共享镜像), GAME_PORTAL(游戏专区镜像)。
|
812
812
|
:rtype: str
|
813
813
|
"""
|
814
814
|
return self._BlueprintType
|
@@ -841,7 +841,7 @@ class Blueprint(AbstractModel):
|
|
841
841
|
|
842
842
|
@property
|
843
843
|
def BlueprintState(self):
|
844
|
-
"""
|
844
|
+
"""镜像状态,镜镜像状态,NORMAL(正常)、SYNCING(同步中)、OFFLINE(下线)、ISOLATED(已隔离)、CREATEFAILED(创建失败)、SYNCING_FAILED(目的地域同步失败)、ISOLATING(隔离中)、ISOLATED(已隔离)、DELETING(删除中)、DESTROYING(销毁中)。
|
845
845
|
:rtype: str
|
846
846
|
"""
|
847
847
|
return self._BlueprintState
|
@@ -3955,6 +3955,7 @@ class DescribeBlueprintsRequest(AbstractModel):
|
|
3955
3955
|
<li>blueprint-state</li>按照【镜像状态】进行过滤。
|
3956
3956
|
类型:String
|
3957
3957
|
必选:否
|
3958
|
+
镜像状态,可通过[数据结构Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)中的BlueprintState来获取。
|
3958
3959
|
<li>scene-id</li>按照【使用场景Id】进行过滤。
|
3959
3960
|
类型:String
|
3960
3961
|
必选:否
|
@@ -4022,6 +4023,7 @@ class DescribeBlueprintsRequest(AbstractModel):
|
|
4022
4023
|
<li>blueprint-state</li>按照【镜像状态】进行过滤。
|
4023
4024
|
类型:String
|
4024
4025
|
必选:否
|
4026
|
+
镜像状态,可通过[数据结构Blueprint](https://cloud.tencent.com/document/api/1207/47576#Blueprint)中的BlueprintState来获取。
|
4025
4027
|
<li>scene-id</li>按照【使用场景Id】进行过滤。
|
4026
4028
|
类型:String
|
4027
4029
|
必选:否
|
@@ -11231,13 +11233,13 @@ class FirewallTemplate(AbstractModel):
|
|
11231
11233
|
|
11232
11234
|
def __init__(self):
|
11233
11235
|
r"""
|
11234
|
-
:param _TemplateId: 模板
|
11236
|
+
:param _TemplateId: 模板ID。
|
11235
11237
|
:type TemplateId: str
|
11236
11238
|
:param _TemplateName: 模板名称。
|
11237
11239
|
:type TemplateName: str
|
11238
|
-
:param _TemplateType:
|
11240
|
+
:param _TemplateType: 模板类型。取值: "PRIVATE"(个人模版)
|
11239
11241
|
:type TemplateType: str
|
11240
|
-
:param _TemplateState:
|
11242
|
+
:param _TemplateState: 模板状态。取值: "NORMAL"(正常)
|
11241
11243
|
:type TemplateState: str
|
11242
11244
|
:param _CreatedTime: 模板创建时间。
|
11243
11245
|
:type CreatedTime: str
|
@@ -11250,7 +11252,7 @@ class FirewallTemplate(AbstractModel):
|
|
11250
11252
|
|
11251
11253
|
@property
|
11252
11254
|
def TemplateId(self):
|
11253
|
-
"""模板
|
11255
|
+
"""模板ID。
|
11254
11256
|
:rtype: str
|
11255
11257
|
"""
|
11256
11258
|
return self._TemplateId
|
@@ -11272,7 +11274,7 @@ class FirewallTemplate(AbstractModel):
|
|
11272
11274
|
|
11273
11275
|
@property
|
11274
11276
|
def TemplateType(self):
|
11275
|
-
"""
|
11277
|
+
"""模板类型。取值: "PRIVATE"(个人模版)
|
11276
11278
|
:rtype: str
|
11277
11279
|
"""
|
11278
11280
|
return self._TemplateType
|
@@ -11283,7 +11285,7 @@ class FirewallTemplate(AbstractModel):
|
|
11283
11285
|
|
11284
11286
|
@property
|
11285
11287
|
def TemplateState(self):
|
11286
|
-
"""
|
11288
|
+
"""模板状态。取值: "NORMAL"(正常)
|
11287
11289
|
:rtype: str
|
11288
11290
|
"""
|
11289
11291
|
return self._TemplateState
|
@@ -11490,6 +11492,7 @@ class FirewallTemplateApplyRecordDetail(AbstractModel):
|
|
11490
11492
|
|
11491
11493
|
- SUCCESS:成功
|
11492
11494
|
- FAILED:失败
|
11495
|
+
- RUNNING:运行中
|
11493
11496
|
:type ApplyState: str
|
11494
11497
|
:param _ErrorMessage: 防火墙模板应用错误信息。
|
11495
11498
|
:type ErrorMessage: str
|
@@ -11515,6 +11518,7 @@ class FirewallTemplateApplyRecordDetail(AbstractModel):
|
|
11515
11518
|
|
11516
11519
|
- SUCCESS:成功
|
11517
11520
|
- FAILED:失败
|
11521
|
+
- RUNNING:运行中
|
11518
11522
|
:rtype: str
|
11519
11523
|
"""
|
11520
11524
|
return self._ApplyState
|
@@ -24734,7 +24734,7 @@ class GetMonitorDataRequest(AbstractModel):
|
|
24734
24734
|
:type StartTime: str
|
24735
24735
|
:param _EndTime: 结束时间,如2018-09-22T20:51:23+08:00,默认为当前时间。 EndTime不能小于StartTime
|
24736
24736
|
:type EndTime: str
|
24737
|
-
:param _SpecifyStatistics: 返回多种统计方式数据。avg, max, min (1,2,4)
|
24737
|
+
:param _SpecifyStatistics: 返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合。注意: 仅支持对API配置文档中展示的统计方式返回对应的统计数据。如所需的统计方式不满足您的查询需求,请提工单反馈。
|
24738
24738
|
:type SpecifyStatistics: int
|
24739
24739
|
"""
|
24740
24740
|
self._Namespace = None
|
@@ -24813,7 +24813,7 @@ class GetMonitorDataRequest(AbstractModel):
|
|
24813
24813
|
|
24814
24814
|
@property
|
24815
24815
|
def SpecifyStatistics(self):
|
24816
|
-
"""返回多种统计方式数据。avg, max, min (1,2,4)
|
24816
|
+
"""返回多种统计方式数据。avg, max, min (1,2,4)可以自由组合。注意: 仅支持对API配置文档中展示的统计方式返回对应的统计数据。如所需的统计方式不满足您的查询需求,请提工单反馈。
|
24817
24817
|
:rtype: int
|
24818
24818
|
"""
|
24819
24819
|
return self._SpecifyStatistics
|
@@ -2649,7 +2649,7 @@ class MonitorClient(AbstractClient):
|
|
2649
2649
|
若您需要调用的指标、对象较多,可能存在因限频出现拉取失败的情况,建议尽量将请求按时间维度均摊。
|
2650
2650
|
参数SpecifyStatistics目前可支持返回三种统计方式(avg,max,min),分别为二进制1,2,4。
|
2651
2651
|
例子:3:avg+max,5:avg+min,6:max+min,7:avg+max+min
|
2652
|
-
|
2652
|
+
拉取数据的粒度和统计方式的对应关系尽量在接入平台进行配置,如果没有配置对应统计方式,请提工单反馈。
|
2653
2653
|
|
2654
2654
|
>?
|
2655
2655
|
>- 2022年9月1日起,腾讯云可观测平台开始对GetMonitorData接口计费。每个主账号每月可获得100万次免费请求额度,超过免费额度后如需继续调用接口需要开通 [API请求按量付费](https://buy.cloud.tencent.com/APIRequestBuy)。计费规则可查看[API计费文档](https://cloud.tencent.com/document/product/248/77914)。
|
@@ -11595,7 +11595,7 @@ class AudioTemplateInfo(AbstractModel):
|
|
11595
11595
|
|
11596
11596
|
|
11597
11597
|
:type Bitrate: int
|
11598
|
-
:param _SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
|
11598
|
+
:param _SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
|
11599
11599
|
单位:Hz
|
11600
11600
|
注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
|
11601
11601
|
:type SampleRate: int
|
@@ -11666,7 +11666,7 @@ class AudioTemplateInfo(AbstractModel):
|
|
11666
11666
|
|
11667
11667
|
@property
|
11668
11668
|
def SampleRate(self):
|
11669
|
-
"""音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
|
11669
|
+
"""音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
|
11670
11670
|
单位:Hz
|
11671
11671
|
注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
|
11672
11672
|
:rtype: int
|
@@ -11754,7 +11754,8 @@ class AudioTemplateInfoForUpdate(AbstractModel):
|
|
11754
11754
|
:param _Bitrate: 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。 当取值为 0,表示音频码率和原始音频保持一致。
|
11755
11755
|
注意:此字段可能返回 null,表示取不到有效值。
|
11756
11756
|
:type Bitrate: int
|
11757
|
-
:param _SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
|
11757
|
+
:param _SampleRate: 音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
|
11758
|
+
单位:Hz
|
11758
11759
|
注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
|
11759
11760
|
注意:此字段可能返回 null,表示取不到有效值。
|
11760
11761
|
:type SampleRate: int
|
@@ -11817,7 +11818,8 @@ class AudioTemplateInfoForUpdate(AbstractModel):
|
|
11817
11818
|
|
11818
11819
|
@property
|
11819
11820
|
def SampleRate(self):
|
11820
|
-
"""音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档]https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53
|
11821
|
+
"""音频流的采样率,不同编码标准支持的采样率选项不同。详细参考[音频采样率支持范围文档](https://cloud.tencent.com/document/product/862/77166#f3b039f1-d817-4a96-b4e4-90132d31cd53)
|
11822
|
+
单位:Hz
|
11821
11823
|
注意:请确保源音频流的采样率在上述选项范围内,否则可能导致转码失败!
|
11822
11824
|
注意:此字段可能返回 null,表示取不到有效值。
|
11823
11825
|
:rtype: int
|
@@ -17495,7 +17497,7 @@ class CreateOutputInfo(AbstractModel):
|
|
17495
17497
|
:type SecurityGroupIds: list of str
|
17496
17498
|
:param _Zones: 可用区,output最多只支持输入一个可用区。
|
17497
17499
|
:type Zones: list of str
|
17498
|
-
:param _OutputType: 输出类型:Internet/TencentCSS
|
17500
|
+
:param _OutputType: 输出类型:Internet/TencentCSS
|
17499
17501
|
:type OutputType: str
|
17500
17502
|
:param _RISTSettings: 输出的RIST的配置。
|
17501
17503
|
:type RISTSettings: :class:`tencentcloud.mps.v20190612.models.CreateOutputRistSettings`
|
@@ -17641,7 +17643,7 @@ class CreateOutputInfo(AbstractModel):
|
|
17641
17643
|
|
17642
17644
|
@property
|
17643
17645
|
def OutputType(self):
|
17644
|
-
"""输出类型:Internet/TencentCSS
|
17646
|
+
"""输出类型:Internet/TencentCSS
|
17645
17647
|
:rtype: str
|
17646
17648
|
"""
|
17647
17649
|
return self._OutputType
|
@@ -58722,8 +58724,8 @@ class TrackInfo(AbstractModel):
|
|
58722
58724
|
def __init__(self):
|
58723
58725
|
r"""
|
58724
58726
|
:param _TrackNum: 音轨和声道数字,说明:
|
58725
|
-
当:SelectType值为
|
58726
|
-
当:SelectType值为
|
58727
|
+
当:SelectType值为track,此值为整数类型,例如:1;
|
58728
|
+
当:SelectType值为track_channel,此值为小数类型,例如:1.0;
|
58727
58729
|
默认值:1.0
|
58728
58730
|
注意:整数部分代表音轨序号,以小数部分代表声道。音轨序号即为音轨的stream index,支持输入0和正整数。小数部分最多支持2位小数,并且仅支持0-63,但是如果Codec为aac/eac3/ac3时,小数部分仅支持0-15。例如:对于stream index为1的音轨,1.0代表这个音轨的第1个声道,1.1代表这个音轨的第2个声道。
|
58729
58731
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -58744,8 +58746,8 @@ class TrackInfo(AbstractModel):
|
|
58744
58746
|
@property
|
58745
58747
|
def TrackNum(self):
|
58746
58748
|
"""音轨和声道数字,说明:
|
58747
|
-
当:SelectType值为
|
58748
|
-
当:SelectType值为
|
58749
|
+
当:SelectType值为track,此值为整数类型,例如:1;
|
58750
|
+
当:SelectType值为track_channel,此值为小数类型,例如:1.0;
|
58749
58751
|
默认值:1.0
|
58750
58752
|
注意:整数部分代表音轨序号,以小数部分代表声道。音轨序号即为音轨的stream index,支持输入0和正整数。小数部分最多支持2位小数,并且仅支持0-63,但是如果Codec为aac/eac3/ac3时,小数部分仅支持0-15。例如:对于stream index为1的音轨,1.0代表这个音轨的第1个声道,1.1代表这个音轨的第2个声道。
|
58751
58753
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1009,7 +1009,7 @@ class CreatePrivateZoneResponse(AbstractModel):
|
|
1009
1009
|
|
1010
1010
|
def __init__(self):
|
1011
1011
|
r"""
|
1012
|
-
:param _ZoneId: 私有域ID, zone-
|
1012
|
+
:param _ZoneId: 私有域ID, zone-12345678
|
1013
1013
|
:type ZoneId: str
|
1014
1014
|
:param _Domain: 私有域名
|
1015
1015
|
:type Domain: str
|
@@ -1022,7 +1022,7 @@ class CreatePrivateZoneResponse(AbstractModel):
|
|
1022
1022
|
|
1023
1023
|
@property
|
1024
1024
|
def ZoneId(self):
|
1025
|
-
"""私有域ID, zone-
|
1025
|
+
"""私有域ID, zone-12345678
|
1026
1026
|
:rtype: str
|
1027
1027
|
"""
|
1028
1028
|
return self._ZoneId
|
@@ -2360,14 +2360,14 @@ class DescribePrivateZoneRequest(AbstractModel):
|
|
2360
2360
|
|
2361
2361
|
def __init__(self):
|
2362
2362
|
r"""
|
2363
|
-
:param _ZoneId:
|
2363
|
+
:param _ZoneId: 私有域id
|
2364
2364
|
:type ZoneId: str
|
2365
2365
|
"""
|
2366
2366
|
self._ZoneId = None
|
2367
2367
|
|
2368
2368
|
@property
|
2369
2369
|
def ZoneId(self):
|
2370
|
-
"""
|
2370
|
+
"""私有域id
|
2371
2371
|
:rtype: str
|
2372
2372
|
"""
|
2373
2373
|
return self._ZoneId
|
@@ -2547,10 +2547,13 @@ class DescribeRequestDataRequest(AbstractModel):
|
|
2547
2547
|
:type Filters: list of Filter
|
2548
2548
|
:param _TimeRangeEnd: 请求量统计结束时间,格式:2020-11-22 23:59:59
|
2549
2549
|
:type TimeRangeEnd: str
|
2550
|
+
:param _Export: 是否导出:true导出,false不导出
|
2551
|
+
:type Export: bool
|
2550
2552
|
"""
|
2551
2553
|
self._TimeRangeBegin = None
|
2552
2554
|
self._Filters = None
|
2553
2555
|
self._TimeRangeEnd = None
|
2556
|
+
self._Export = None
|
2554
2557
|
|
2555
2558
|
@property
|
2556
2559
|
def TimeRangeBegin(self):
|
@@ -2585,6 +2588,17 @@ class DescribeRequestDataRequest(AbstractModel):
|
|
2585
2588
|
def TimeRangeEnd(self, TimeRangeEnd):
|
2586
2589
|
self._TimeRangeEnd = TimeRangeEnd
|
2587
2590
|
|
2591
|
+
@property
|
2592
|
+
def Export(self):
|
2593
|
+
"""是否导出:true导出,false不导出
|
2594
|
+
:rtype: bool
|
2595
|
+
"""
|
2596
|
+
return self._Export
|
2597
|
+
|
2598
|
+
@Export.setter
|
2599
|
+
def Export(self, Export):
|
2600
|
+
self._Export = Export
|
2601
|
+
|
2588
2602
|
|
2589
2603
|
def _deserialize(self, params):
|
2590
2604
|
self._TimeRangeBegin = params.get("TimeRangeBegin")
|
@@ -2595,6 +2609,7 @@ class DescribeRequestDataRequest(AbstractModel):
|
|
2595
2609
|
obj._deserialize(item)
|
2596
2610
|
self._Filters.append(obj)
|
2597
2611
|
self._TimeRangeEnd = params.get("TimeRangeEnd")
|
2612
|
+
self._Export = params.get("Export")
|
2598
2613
|
memeber_set = set(params.keys())
|
2599
2614
|
for name, value in vars(self).items():
|
2600
2615
|
property_name = name[1:]
|
@@ -2616,11 +2631,14 @@ class DescribeRequestDataResponse(AbstractModel):
|
|
2616
2631
|
:type Data: list of MetricData
|
2617
2632
|
:param _Interval: 请求量单位时间: Day:天,Hour:小时
|
2618
2633
|
:type Interval: str
|
2634
|
+
:param _Url: 导出数据下载地址
|
2635
|
+
:type Url: str
|
2619
2636
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2620
2637
|
:type RequestId: str
|
2621
2638
|
"""
|
2622
2639
|
self._Data = None
|
2623
2640
|
self._Interval = None
|
2641
|
+
self._Url = None
|
2624
2642
|
self._RequestId = None
|
2625
2643
|
|
2626
2644
|
@property
|
@@ -2645,6 +2663,17 @@ class DescribeRequestDataResponse(AbstractModel):
|
|
2645
2663
|
def Interval(self, Interval):
|
2646
2664
|
self._Interval = Interval
|
2647
2665
|
|
2666
|
+
@property
|
2667
|
+
def Url(self):
|
2668
|
+
"""导出数据下载地址
|
2669
|
+
:rtype: str
|
2670
|
+
"""
|
2671
|
+
return self._Url
|
2672
|
+
|
2673
|
+
@Url.setter
|
2674
|
+
def Url(self, Url):
|
2675
|
+
self._Url = Url
|
2676
|
+
|
2648
2677
|
@property
|
2649
2678
|
def RequestId(self):
|
2650
2679
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -2665,6 +2694,7 @@ class DescribeRequestDataResponse(AbstractModel):
|
|
2665
2694
|
obj._deserialize(item)
|
2666
2695
|
self._Data.append(obj)
|
2667
2696
|
self._Interval = params.get("Interval")
|
2697
|
+
self._Url = params.get("Url")
|
2668
2698
|
self._RequestId = params.get("RequestId")
|
2669
2699
|
|
2670
2700
|
|
@@ -3247,7 +3277,7 @@ class ModifyPrivateZoneVpcResponse(AbstractModel):
|
|
3247
3277
|
|
3248
3278
|
def __init__(self):
|
3249
3279
|
r"""
|
3250
|
-
:param _ZoneId: 私有域ID, zone-
|
3280
|
+
:param _ZoneId: 私有域ID, zone-12345ds6
|
3251
3281
|
:type ZoneId: str
|
3252
3282
|
:param _VpcSet: 解析域关联的VPC列表
|
3253
3283
|
:type VpcSet: list of VpcInfo
|
@@ -3263,7 +3293,7 @@ class ModifyPrivateZoneVpcResponse(AbstractModel):
|
|
3263
3293
|
|
3264
3294
|
@property
|
3265
3295
|
def ZoneId(self):
|
3266
|
-
"""私有域ID, zone-
|
3296
|
+
"""私有域ID, zone-12345ds6
|
3267
3297
|
:rtype: str
|
3268
3298
|
"""
|
3269
3299
|
return self._ZoneId
|
@@ -27,7 +27,9 @@ class TanClient(AbstractClient):
|
|
27
27
|
|
28
28
|
|
29
29
|
def CreateBlockNodeRecords(self, request):
|
30
|
-
"""
|
30
|
+
"""产品下线
|
31
|
+
|
32
|
+
推送节点数据
|
31
33
|
|
32
34
|
:param request: Request instance for CreateBlockNodeRecords.
|
33
35
|
:type request: :class:`tencentcloud.tan.v20220420.models.CreateBlockNodeRecordsRequest`
|
@@ -11796,6 +11796,66 @@ class DescribeCloudBaseRunVersionRsByConditionRequest(AbstractModel):
|
|
11796
11796
|
|
11797
11797
|
"""
|
11798
11798
|
|
11799
|
+
def __init__(self):
|
11800
|
+
r"""
|
11801
|
+
:param _EnvId: 环境ID;EnvId和ClusterId不能同时为空
|
11802
|
+
:type EnvId: str
|
11803
|
+
:param _ClusterId: 集群ID;EnvId和ClusterId不能同时为空
|
11804
|
+
:type ClusterId: str
|
11805
|
+
:param _FilterGwSwitch: 过滤网关服务开关
|
11806
|
+
:type FilterGwSwitch: bool
|
11807
|
+
"""
|
11808
|
+
self._EnvId = None
|
11809
|
+
self._ClusterId = None
|
11810
|
+
self._FilterGwSwitch = None
|
11811
|
+
|
11812
|
+
@property
|
11813
|
+
def EnvId(self):
|
11814
|
+
"""环境ID;EnvId和ClusterId不能同时为空
|
11815
|
+
:rtype: str
|
11816
|
+
"""
|
11817
|
+
return self._EnvId
|
11818
|
+
|
11819
|
+
@EnvId.setter
|
11820
|
+
def EnvId(self, EnvId):
|
11821
|
+
self._EnvId = EnvId
|
11822
|
+
|
11823
|
+
@property
|
11824
|
+
def ClusterId(self):
|
11825
|
+
"""集群ID;EnvId和ClusterId不能同时为空
|
11826
|
+
:rtype: str
|
11827
|
+
"""
|
11828
|
+
return self._ClusterId
|
11829
|
+
|
11830
|
+
@ClusterId.setter
|
11831
|
+
def ClusterId(self, ClusterId):
|
11832
|
+
self._ClusterId = ClusterId
|
11833
|
+
|
11834
|
+
@property
|
11835
|
+
def FilterGwSwitch(self):
|
11836
|
+
"""过滤网关服务开关
|
11837
|
+
:rtype: bool
|
11838
|
+
"""
|
11839
|
+
return self._FilterGwSwitch
|
11840
|
+
|
11841
|
+
@FilterGwSwitch.setter
|
11842
|
+
def FilterGwSwitch(self, FilterGwSwitch):
|
11843
|
+
self._FilterGwSwitch = FilterGwSwitch
|
11844
|
+
|
11845
|
+
|
11846
|
+
def _deserialize(self, params):
|
11847
|
+
self._EnvId = params.get("EnvId")
|
11848
|
+
self._ClusterId = params.get("ClusterId")
|
11849
|
+
self._FilterGwSwitch = params.get("FilterGwSwitch")
|
11850
|
+
memeber_set = set(params.keys())
|
11851
|
+
for name, value in vars(self).items():
|
11852
|
+
property_name = name[1:]
|
11853
|
+
if property_name in memeber_set:
|
11854
|
+
memeber_set.remove(property_name)
|
11855
|
+
if len(memeber_set) > 0:
|
11856
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
11857
|
+
|
11858
|
+
|
11799
11859
|
|
11800
11860
|
class DescribeCloudBaseRunVersionRsByConditionResponse(AbstractModel):
|
11801
11861
|
"""DescribeCloudBaseRunVersionRsByCondition返回参数结构体
|
@@ -170,6 +170,9 @@ FAILEDOPERATION_RELEASESSHPORTFAILED = 'FailedOperation.ReleaseSSHPortFailed'
|
|
170
170
|
# 存储库有绑定的实例,请先删除绑定的实例。
|
171
171
|
FAILEDOPERATION_REPOBINDBYINSTANCE = 'FailedOperation.RepoBindByInstance'
|
172
172
|
|
173
|
+
# 查询第三方机房信息失败
|
174
|
+
FAILEDOPERATION_SERVERROOMQUERYFAILED = 'FailedOperation.ServerRoomQueryFailed'
|
175
|
+
|
173
176
|
# 停止实例失败。
|
174
177
|
FAILEDOPERATION_STOPJOBINSTANCEFAILED = 'FailedOperation.StopJobInstanceFailed'
|
175
178
|
|