tencentcloud-sdk-python 3.0.1404__py2.py3-none-any.whl → 3.0.1406__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/antiddos/v20200309/models.py +4 -4
- tencentcloud/bi/v20220105/models.py +162 -0
- tencentcloud/captcha/v20190722/models.py +15 -0
- tencentcloud/cdb/v20170320/models.py +4 -2
- tencentcloud/cdwdoris/v20211228/models.py +4 -4
- tencentcloud/cfs/v20190719/models.py +14 -14
- tencentcloud/cfw/v20190904/models.py +15 -0
- tencentcloud/cls/v20201016/models.py +15 -0
- tencentcloud/cme/v20191029/cme_client.py +13 -13
- tencentcloud/csip/v20221121/models.py +15 -0
- tencentcloud/domain/v20180808/errorcodes.py +6 -0
- tencentcloud/es/v20250101/models.py +85 -0
- tencentcloud/ess/v20201111/ess_client.py +2 -0
- tencentcloud/ess/v20201111/models.py +31 -0
- tencentcloud/essbasic/v20210526/essbasic_client.py +2 -0
- tencentcloud/essbasic/v20210526/models.py +17 -2
- tencentcloud/gs/v20191118/models.py +17 -2
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +306 -0
- tencentcloud/lighthouse/v20200324/errorcodes.py +21 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +29 -0
- tencentcloud/lighthouse/v20200324/models.py +79 -0
- tencentcloud/lke/v20231130/lke_client.py +46 -0
- tencentcloud/lke/v20231130/models.py +282 -2
- tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
- tencentcloud/lkeap/v20240522/models.py +8 -4
- tencentcloud/monitor/v20180724/models.py +79 -0
- tencentcloud/monitor/v20180724/monitor_client.py +23 -0
- tencentcloud/mps/v20190612/models.py +202 -2
- tencentcloud/ocr/v20181119/models.py +0 -8
- tencentcloud/tcbr/v20220217/models.py +30 -0
- tencentcloud/tdmq/v20200217/models.py +247 -33
- tencentcloud/teo/v20220901/models.py +2 -2
- tencentcloud/tiia/v20190529/models.py +0 -262
- tencentcloud/tiia/v20190529/tiia_client.py +0 -26
- tencentcloud/tione/v20211111/models.py +348 -0
- tencentcloud/tione/v20211111/tione_client.py +92 -0
- tencentcloud/tke/v20180525/errorcodes.py +1 -1
- tencentcloud/tke/v20220501/errorcodes.py +1 -1
- tencentcloud/trocket/v20230308/models.py +276 -2
- tencentcloud/trocket/v20230308/trocket_client.py +27 -0
- tencentcloud/trtc/v20190722/models.py +1 -1
- tencentcloud/tsf/v20180326/models.py +8 -0
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/RECORD +49 -49
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1404.dist-info → tencentcloud_sdk_python-3.0.1406.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py
CHANGED
@@ -8816,7 +8816,7 @@ class DescribeBizTrendRequest(AbstractModel):
|
|
8816
8816
|
:type Domain: str
|
8817
8817
|
:param _ProtoInfo: 协议及端口列表,协议可取值TCP, UDP, HTTP, HTTPS,仅统计纬度为连接数时有效
|
8818
8818
|
:type ProtoInfo: list of ProtocolPort
|
8819
|
-
:param _BusinessType:
|
8819
|
+
:param _BusinessType: 业务类型:</br>
|
8820
8820
|
port:端口业务
|
8821
8821
|
domain:域名业务
|
8822
8822
|
:type BusinessType: str
|
@@ -8933,7 +8933,7 @@ domain:域名业务
|
|
8933
8933
|
|
8934
8934
|
@property
|
8935
8935
|
def BusinessType(self):
|
8936
|
-
"""
|
8936
|
+
"""业务类型:</br>
|
8937
8937
|
port:端口业务
|
8938
8938
|
domain:域名业务
|
8939
8939
|
:rtype: str
|
@@ -11734,7 +11734,7 @@ class DescribeListBGPInstancesRequest(AbstractModel):
|
|
11734
11734
|
:type FilterPlanCntFlag: int
|
11735
11735
|
:param _FilterTransRegionFlag: 是否跨区域产品 0: 不包含跨区域产品 1: 中国大陆跨区域产品 2: 非中国大陆跨区域产品 3: 包含全部
|
11736
11736
|
:type FilterTransRegionFlag: int
|
11737
|
-
:param _FilterZoneIdList:
|
11737
|
+
:param _FilterZoneIdList: ZoneID列表
|
11738
11738
|
:type FilterZoneIdList: list of int
|
11739
11739
|
"""
|
11740
11740
|
self._Offset = None
|
@@ -11993,7 +11993,7 @@ class DescribeListBGPInstancesRequest(AbstractModel):
|
|
11993
11993
|
|
11994
11994
|
@property
|
11995
11995
|
def FilterZoneIdList(self):
|
11996
|
-
"""
|
11996
|
+
"""ZoneID列表
|
11997
11997
|
:rtype: list of int
|
11998
11998
|
"""
|
11999
11999
|
return self._FilterZoneIdList
|
@@ -8773,6 +8773,146 @@ class ProjectListData(AbstractModel):
|
|
8773
8773
|
|
8774
8774
|
|
8775
8775
|
|
8776
|
+
class UserGroupDTO(AbstractModel):
|
8777
|
+
"""用户组
|
8778
|
+
|
8779
|
+
"""
|
8780
|
+
|
8781
|
+
def __init__(self):
|
8782
|
+
r"""
|
8783
|
+
:param _Id: id
|
8784
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8785
|
+
:type Id: int
|
8786
|
+
:param _GroupName: 用户组名称
|
8787
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8788
|
+
:type GroupName: str
|
8789
|
+
:param _ParentId: 父节点id
|
8790
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8791
|
+
:type ParentId: int
|
8792
|
+
:param _IsDefault: 是否为默认
|
8793
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8794
|
+
:type IsDefault: int
|
8795
|
+
:param _AdminUserId: 管理员用户id
|
8796
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8797
|
+
:type AdminUserId: str
|
8798
|
+
:param _Description: 描述
|
8799
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8800
|
+
:type Description: str
|
8801
|
+
:param _Location: 定位
|
8802
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8803
|
+
:type Location: int
|
8804
|
+
"""
|
8805
|
+
self._Id = None
|
8806
|
+
self._GroupName = None
|
8807
|
+
self._ParentId = None
|
8808
|
+
self._IsDefault = None
|
8809
|
+
self._AdminUserId = None
|
8810
|
+
self._Description = None
|
8811
|
+
self._Location = None
|
8812
|
+
|
8813
|
+
@property
|
8814
|
+
def Id(self):
|
8815
|
+
"""id
|
8816
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8817
|
+
:rtype: int
|
8818
|
+
"""
|
8819
|
+
return self._Id
|
8820
|
+
|
8821
|
+
@Id.setter
|
8822
|
+
def Id(self, Id):
|
8823
|
+
self._Id = Id
|
8824
|
+
|
8825
|
+
@property
|
8826
|
+
def GroupName(self):
|
8827
|
+
"""用户组名称
|
8828
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8829
|
+
:rtype: str
|
8830
|
+
"""
|
8831
|
+
return self._GroupName
|
8832
|
+
|
8833
|
+
@GroupName.setter
|
8834
|
+
def GroupName(self, GroupName):
|
8835
|
+
self._GroupName = GroupName
|
8836
|
+
|
8837
|
+
@property
|
8838
|
+
def ParentId(self):
|
8839
|
+
"""父节点id
|
8840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8841
|
+
:rtype: int
|
8842
|
+
"""
|
8843
|
+
return self._ParentId
|
8844
|
+
|
8845
|
+
@ParentId.setter
|
8846
|
+
def ParentId(self, ParentId):
|
8847
|
+
self._ParentId = ParentId
|
8848
|
+
|
8849
|
+
@property
|
8850
|
+
def IsDefault(self):
|
8851
|
+
"""是否为默认
|
8852
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8853
|
+
:rtype: int
|
8854
|
+
"""
|
8855
|
+
return self._IsDefault
|
8856
|
+
|
8857
|
+
@IsDefault.setter
|
8858
|
+
def IsDefault(self, IsDefault):
|
8859
|
+
self._IsDefault = IsDefault
|
8860
|
+
|
8861
|
+
@property
|
8862
|
+
def AdminUserId(self):
|
8863
|
+
"""管理员用户id
|
8864
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8865
|
+
:rtype: str
|
8866
|
+
"""
|
8867
|
+
return self._AdminUserId
|
8868
|
+
|
8869
|
+
@AdminUserId.setter
|
8870
|
+
def AdminUserId(self, AdminUserId):
|
8871
|
+
self._AdminUserId = AdminUserId
|
8872
|
+
|
8873
|
+
@property
|
8874
|
+
def Description(self):
|
8875
|
+
"""描述
|
8876
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8877
|
+
:rtype: str
|
8878
|
+
"""
|
8879
|
+
return self._Description
|
8880
|
+
|
8881
|
+
@Description.setter
|
8882
|
+
def Description(self, Description):
|
8883
|
+
self._Description = Description
|
8884
|
+
|
8885
|
+
@property
|
8886
|
+
def Location(self):
|
8887
|
+
"""定位
|
8888
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
8889
|
+
:rtype: int
|
8890
|
+
"""
|
8891
|
+
return self._Location
|
8892
|
+
|
8893
|
+
@Location.setter
|
8894
|
+
def Location(self, Location):
|
8895
|
+
self._Location = Location
|
8896
|
+
|
8897
|
+
|
8898
|
+
def _deserialize(self, params):
|
8899
|
+
self._Id = params.get("Id")
|
8900
|
+
self._GroupName = params.get("GroupName")
|
8901
|
+
self._ParentId = params.get("ParentId")
|
8902
|
+
self._IsDefault = params.get("IsDefault")
|
8903
|
+
self._AdminUserId = params.get("AdminUserId")
|
8904
|
+
self._Description = params.get("Description")
|
8905
|
+
self._Location = params.get("Location")
|
8906
|
+
memeber_set = set(params.keys())
|
8907
|
+
for name, value in vars(self).items():
|
8908
|
+
property_name = name[1:]
|
8909
|
+
if property_name in memeber_set:
|
8910
|
+
memeber_set.remove(property_name)
|
8911
|
+
if len(memeber_set) > 0:
|
8912
|
+
warnings.warn("%s fileds are useless." % ",".join(memeber_set))
|
8913
|
+
|
8914
|
+
|
8915
|
+
|
8776
8916
|
class UserIdAndUserName(AbstractModel):
|
8777
8917
|
"""用户ID和用户名
|
8778
8918
|
|
@@ -9589,6 +9729,9 @@ class UserRoleListDataUserRoleInfo(AbstractModel):
|
|
9589
9729
|
:param _EmailActivationStatus: 邮箱激活状态
|
9590
9730
|
注意:此字段可能返回 null,表示取不到有效值。
|
9591
9731
|
:type EmailActivationStatus: int
|
9732
|
+
:param _UserGroupList: 用户组信息
|
9733
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
9734
|
+
:type UserGroupList: list of UserGroupDTO
|
9592
9735
|
"""
|
9593
9736
|
self._Id = None
|
9594
9737
|
self._RoleList = None
|
@@ -9613,6 +9756,7 @@ class UserRoleListDataUserRoleInfo(AbstractModel):
|
|
9613
9756
|
self._InValidateAppRange = None
|
9614
9757
|
self._AppOpenUserId = None
|
9615
9758
|
self._EmailActivationStatus = None
|
9759
|
+
self._UserGroupList = None
|
9616
9760
|
|
9617
9761
|
@property
|
9618
9762
|
def Id(self):
|
@@ -9886,6 +10030,18 @@ class UserRoleListDataUserRoleInfo(AbstractModel):
|
|
9886
10030
|
def EmailActivationStatus(self, EmailActivationStatus):
|
9887
10031
|
self._EmailActivationStatus = EmailActivationStatus
|
9888
10032
|
|
10033
|
+
@property
|
10034
|
+
def UserGroupList(self):
|
10035
|
+
"""用户组信息
|
10036
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
10037
|
+
:rtype: list of UserGroupDTO
|
10038
|
+
"""
|
10039
|
+
return self._UserGroupList
|
10040
|
+
|
10041
|
+
@UserGroupList.setter
|
10042
|
+
def UserGroupList(self, UserGroupList):
|
10043
|
+
self._UserGroupList = UserGroupList
|
10044
|
+
|
9889
10045
|
|
9890
10046
|
def _deserialize(self, params):
|
9891
10047
|
self._Id = params.get("Id")
|
@@ -9916,6 +10072,12 @@ class UserRoleListDataUserRoleInfo(AbstractModel):
|
|
9916
10072
|
self._InValidateAppRange = params.get("InValidateAppRange")
|
9917
10073
|
self._AppOpenUserId = params.get("AppOpenUserId")
|
9918
10074
|
self._EmailActivationStatus = params.get("EmailActivationStatus")
|
10075
|
+
if params.get("UserGroupList") is not None:
|
10076
|
+
self._UserGroupList = []
|
10077
|
+
for item in params.get("UserGroupList"):
|
10078
|
+
obj = UserGroupDTO()
|
10079
|
+
obj._deserialize(item)
|
10080
|
+
self._UserGroupList.append(obj)
|
9919
10081
|
memeber_set = set(params.keys())
|
9920
10082
|
for name, value in vars(self).items():
|
9921
10083
|
property_name = name[1:]
|
@@ -3266,6 +3266,8 @@ EvilLevel=100 请求有恶意
|
|
3266
3266
|
:param _DeviceRiskCategory: 设备风险大类
|
3267
3267
|
注意:此字段可能返回 null,表示取不到有效值。
|
3268
3268
|
:type DeviceRiskCategory: str
|
3269
|
+
:param _Score: 验证码评分
|
3270
|
+
:type Score: int
|
3269
3271
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3270
3272
|
:type RequestId: str
|
3271
3273
|
"""
|
@@ -3276,6 +3278,7 @@ EvilLevel=100 请求有恶意
|
|
3276
3278
|
self._EvilBitmap = None
|
3277
3279
|
self._SubmitCaptchaTime = None
|
3278
3280
|
self._DeviceRiskCategory = None
|
3281
|
+
self._Score = None
|
3279
3282
|
self._RequestId = None
|
3280
3283
|
|
3281
3284
|
@property
|
@@ -3366,6 +3369,17 @@ EvilLevel=100 请求有恶意
|
|
3366
3369
|
def DeviceRiskCategory(self, DeviceRiskCategory):
|
3367
3370
|
self._DeviceRiskCategory = DeviceRiskCategory
|
3368
3371
|
|
3372
|
+
@property
|
3373
|
+
def Score(self):
|
3374
|
+
"""验证码评分
|
3375
|
+
:rtype: int
|
3376
|
+
"""
|
3377
|
+
return self._Score
|
3378
|
+
|
3379
|
+
@Score.setter
|
3380
|
+
def Score(self, Score):
|
3381
|
+
self._Score = Score
|
3382
|
+
|
3369
3383
|
@property
|
3370
3384
|
def RequestId(self):
|
3371
3385
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -3386,6 +3400,7 @@ EvilLevel=100 请求有恶意
|
|
3386
3400
|
self._EvilBitmap = params.get("EvilBitmap")
|
3387
3401
|
self._SubmitCaptchaTime = params.get("SubmitCaptchaTime")
|
3388
3402
|
self._DeviceRiskCategory = params.get("DeviceRiskCategory")
|
3403
|
+
self._Score = params.get("Score")
|
3389
3404
|
self._RequestId = params.get("RequestId")
|
3390
3405
|
|
3391
3406
|
|
@@ -22022,7 +22022,7 @@ class DescribeTableColumnsRequest(AbstractModel):
|
|
22022
22022
|
r"""
|
22023
22023
|
:param _InstanceId: 实例ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例ID相同,可使用[查询实例列表](https://cloud.tencent.com/document/api/236/15872) 接口获取,其值为输出参数中字段 InstanceId 的值。
|
22024
22024
|
:type InstanceId: str
|
22025
|
-
:param _Database: 数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/
|
22025
|
+
:param _Database: 数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/236/17493)接口获得。
|
22026
22026
|
:type Database: str
|
22027
22027
|
:param _Table: 数据库中的表的名称。
|
22028
22028
|
:type Table: str
|
@@ -22044,7 +22044,7 @@ class DescribeTableColumnsRequest(AbstractModel):
|
|
22044
22044
|
|
22045
22045
|
@property
|
22046
22046
|
def Database(self):
|
22047
|
-
"""数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/
|
22047
|
+
"""数据库名称,可使用[查询数据库](https://cloud.tencent.com/document/api/236/17493)接口获得。
|
22048
22048
|
:rtype: str
|
22049
22049
|
"""
|
22050
22050
|
return self._Database
|
@@ -29181,6 +29181,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
29181
29181
|
:param _InstanceId: 实例 ID,格式如:cdb-c1nl9rpv 或者 cdbro-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
|
29182
29182
|
:type InstanceId: str
|
29183
29183
|
:param _SecurityGroupIds: 要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。
|
29184
|
+
注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
29184
29185
|
:type SecurityGroupIds: list of str
|
29185
29186
|
:param _ForReadonlyInstance: 当传入只读实例ID时,默认操作的是对应只读组的安全组。如果需要操作只读实例ID的安全组, 需要将该入参置为True
|
29186
29187
|
:type ForReadonlyInstance: bool
|
@@ -29206,6 +29207,7 @@ class ModifyDBInstanceSecurityGroupsRequest(AbstractModel):
|
|
29206
29207
|
@property
|
29207
29208
|
def SecurityGroupIds(self):
|
29208
29209
|
"""要修改的安全组 ID 列表,一个或者多个安全组 ID 组成的数组。
|
29210
|
+
注意:该入参会全量替换存量已有集合,非增量更新。修改需传入预期的全量集合。
|
29209
29211
|
:rtype: list of str
|
29210
29212
|
"""
|
29211
29213
|
return self._SecurityGroupIds
|
@@ -578,7 +578,7 @@ class BackupStatus(AbstractModel):
|
|
578
578
|
:type Timeout: int
|
579
579
|
:param _BackupJobId: 备份实例id
|
580
580
|
:type BackupJobId: int
|
581
|
-
:param _TaskId: 实例对应
|
581
|
+
:param _TaskId: 实例对应Snapshot的id
|
582
582
|
:type TaskId: int
|
583
583
|
"""
|
584
584
|
self._JobId = None
|
@@ -765,7 +765,7 @@ class BackupStatus(AbstractModel):
|
|
765
765
|
|
766
766
|
@property
|
767
767
|
def TaskId(self):
|
768
|
-
"""实例对应
|
768
|
+
"""实例对应Snapshot的id
|
769
769
|
:rtype: int
|
770
770
|
"""
|
771
771
|
return self._TaskId
|
@@ -15546,7 +15546,7 @@ class ZoneInfo(AbstractModel):
|
|
15546
15546
|
:type Desc: str
|
15547
15547
|
:param _ZoneId: 可用区唯一标记
|
15548
15548
|
:type ZoneId: int
|
15549
|
-
:param _Encrypt:
|
15549
|
+
:param _Encrypt: Encrypted
|
15550
15550
|
:type Encrypt: int
|
15551
15551
|
:param _Main: 是否为主力园区
|
15552
15552
|
:type Main: bool
|
@@ -15595,7 +15595,7 @@ class ZoneInfo(AbstractModel):
|
|
15595
15595
|
|
15596
15596
|
@property
|
15597
15597
|
def Encrypt(self):
|
15598
|
-
"""
|
15598
|
+
"""Encrypted
|
15599
15599
|
:rtype: int
|
15600
15600
|
"""
|
15601
15601
|
return self._Encrypt
|
@@ -5800,13 +5800,13 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5800
5800
|
|
5801
5801
|
def __init__(self):
|
5802
5802
|
r"""
|
5803
|
-
:param _FileSystemId: 文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
5803
|
+
:param _FileSystemId: 文件系统 ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
5804
5804
|
:type FileSystemId: str
|
5805
5805
|
:param _ScaleUpThreshold: 扩容阈值,范围[10-90]
|
5806
5806
|
:type ScaleUpThreshold: int
|
5807
|
-
:param _TargetThreshold:
|
5807
|
+
:param _TargetThreshold: 扩容后目标阈值,范围[1-90],该值要小于 ScaleUpThreshold
|
5808
5808
|
:type TargetThreshold: int
|
5809
|
-
:param _Status: 规则状态0
|
5809
|
+
:param _Status: 规则状态 0:关闭,1:开启;不传保留原状态
|
5810
5810
|
:type Status: int
|
5811
5811
|
"""
|
5812
5812
|
self._FileSystemId = None
|
@@ -5816,7 +5816,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5816
5816
|
|
5817
5817
|
@property
|
5818
5818
|
def FileSystemId(self):
|
5819
|
-
"""文件系统ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
5819
|
+
"""文件系统 ID,通过查询文件系统列表获取;[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)
|
5820
5820
|
:rtype: str
|
5821
5821
|
"""
|
5822
5822
|
return self._FileSystemId
|
@@ -5838,7 +5838,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5838
5838
|
|
5839
5839
|
@property
|
5840
5840
|
def TargetThreshold(self):
|
5841
|
-
"""
|
5841
|
+
"""扩容后目标阈值,范围[1-90],该值要小于 ScaleUpThreshold
|
5842
5842
|
:rtype: int
|
5843
5843
|
"""
|
5844
5844
|
return self._TargetThreshold
|
@@ -5849,7 +5849,7 @@ class ModifyFileSystemAutoScaleUpRuleRequest(AbstractModel):
|
|
5849
5849
|
|
5850
5850
|
@property
|
5851
5851
|
def Status(self):
|
5852
|
-
"""规则状态0
|
5852
|
+
"""规则状态 0:关闭,1:开启;不传保留原状态
|
5853
5853
|
:rtype: int
|
5854
5854
|
"""
|
5855
5855
|
return self._Status
|
@@ -5881,13 +5881,13 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
|
|
5881
5881
|
|
5882
5882
|
def __init__(self):
|
5883
5883
|
r"""
|
5884
|
-
:param _FileSystemId: 文件系统
|
5884
|
+
:param _FileSystemId: 文件系统 ID
|
5885
5885
|
:type FileSystemId: str
|
5886
|
-
:param _Status: 规则状态0
|
5886
|
+
:param _Status: 规则状态 0:关闭,1:开启
|
5887
5887
|
:type Status: int
|
5888
|
-
:param _ScaleUpThreshold:
|
5888
|
+
:param _ScaleUpThreshold: 扩容阈值,范围[10-90]
|
5889
5889
|
:type ScaleUpThreshold: int
|
5890
|
-
:param _TargetThreshold:
|
5890
|
+
:param _TargetThreshold: 扩容后达到阈值,范围[1-90]
|
5891
5891
|
:type TargetThreshold: int
|
5892
5892
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5893
5893
|
:type RequestId: str
|
@@ -5900,7 +5900,7 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
|
|
5900
5900
|
|
5901
5901
|
@property
|
5902
5902
|
def FileSystemId(self):
|
5903
|
-
"""文件系统
|
5903
|
+
"""文件系统 ID
|
5904
5904
|
:rtype: str
|
5905
5905
|
"""
|
5906
5906
|
return self._FileSystemId
|
@@ -5911,7 +5911,7 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
|
|
5911
5911
|
|
5912
5912
|
@property
|
5913
5913
|
def Status(self):
|
5914
|
-
"""规则状态0
|
5914
|
+
"""规则状态 0:关闭,1:开启
|
5915
5915
|
:rtype: int
|
5916
5916
|
"""
|
5917
5917
|
return self._Status
|
@@ -5922,7 +5922,7 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
|
|
5922
5922
|
|
5923
5923
|
@property
|
5924
5924
|
def ScaleUpThreshold(self):
|
5925
|
-
"""
|
5925
|
+
"""扩容阈值,范围[10-90]
|
5926
5926
|
:rtype: int
|
5927
5927
|
"""
|
5928
5928
|
return self._ScaleUpThreshold
|
@@ -5933,7 +5933,7 @@ class ModifyFileSystemAutoScaleUpRuleResponse(AbstractModel):
|
|
5933
5933
|
|
5934
5934
|
@property
|
5935
5935
|
def TargetThreshold(self):
|
5936
|
-
"""
|
5936
|
+
"""扩容后达到阈值,范围[1-90]
|
5937
5937
|
:rtype: int
|
5938
5938
|
"""
|
5939
5939
|
return self._TargetThreshold
|
@@ -2726,9 +2726,12 @@ class CreateAlertCenterOmitRequest(AbstractModel):
|
|
2726
2726
|
:param _TableType: 忽略数据来源:
|
2727
2727
|
AlertTable 告警中心 InterceptionTable拦截列表
|
2728
2728
|
:type TableType: str
|
2729
|
+
:param _HandleEventIdList: 处置对象,事件ID列表
|
2730
|
+
:type HandleEventIdList: list of str
|
2729
2731
|
"""
|
2730
2732
|
self._HandleIdList = None
|
2731
2733
|
self._TableType = None
|
2734
|
+
self._HandleEventIdList = None
|
2732
2735
|
|
2733
2736
|
@property
|
2734
2737
|
def HandleIdList(self):
|
@@ -2753,10 +2756,22 @@ AlertTable 告警中心 InterceptionTable拦截列表
|
|
2753
2756
|
def TableType(self, TableType):
|
2754
2757
|
self._TableType = TableType
|
2755
2758
|
|
2759
|
+
@property
|
2760
|
+
def HandleEventIdList(self):
|
2761
|
+
"""处置对象,事件ID列表
|
2762
|
+
:rtype: list of str
|
2763
|
+
"""
|
2764
|
+
return self._HandleEventIdList
|
2765
|
+
|
2766
|
+
@HandleEventIdList.setter
|
2767
|
+
def HandleEventIdList(self, HandleEventIdList):
|
2768
|
+
self._HandleEventIdList = HandleEventIdList
|
2769
|
+
|
2756
2770
|
|
2757
2771
|
def _deserialize(self, params):
|
2758
2772
|
self._HandleIdList = params.get("HandleIdList")
|
2759
2773
|
self._TableType = params.get("TableType")
|
2774
|
+
self._HandleEventIdList = params.get("HandleEventIdList")
|
2760
2775
|
memeber_set = set(params.keys())
|
2761
2776
|
for name, value in vars(self).items():
|
2762
2777
|
property_name = name[1:]
|
@@ -8107,9 +8107,12 @@ class CreateLogsetRequest(AbstractModel):
|
|
8107
8107
|
:type LogsetName: str
|
8108
8108
|
:param _Tags: 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
|
8109
8109
|
:type Tags: list of Tag
|
8110
|
+
:param _LogsetId: 日志集ID,格式为:用户自定义部分-用户appid,用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符,尾部需要使用-拼接用户appid
|
8111
|
+
:type LogsetId: str
|
8110
8112
|
"""
|
8111
8113
|
self._LogsetName = None
|
8112
8114
|
self._Tags = None
|
8115
|
+
self._LogsetId = None
|
8113
8116
|
|
8114
8117
|
@property
|
8115
8118
|
def LogsetName(self):
|
@@ -8133,6 +8136,17 @@ class CreateLogsetRequest(AbstractModel):
|
|
8133
8136
|
def Tags(self, Tags):
|
8134
8137
|
self._Tags = Tags
|
8135
8138
|
|
8139
|
+
@property
|
8140
|
+
def LogsetId(self):
|
8141
|
+
"""日志集ID,格式为:用户自定义部分-用户appid,用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符,尾部需要使用-拼接用户appid
|
8142
|
+
:rtype: str
|
8143
|
+
"""
|
8144
|
+
return self._LogsetId
|
8145
|
+
|
8146
|
+
@LogsetId.setter
|
8147
|
+
def LogsetId(self, LogsetId):
|
8148
|
+
self._LogsetId = LogsetId
|
8149
|
+
|
8136
8150
|
|
8137
8151
|
def _deserialize(self, params):
|
8138
8152
|
self._LogsetName = params.get("LogsetName")
|
@@ -8142,6 +8156,7 @@ class CreateLogsetRequest(AbstractModel):
|
|
8142
8156
|
obj = Tag()
|
8143
8157
|
obj._deserialize(item)
|
8144
8158
|
self._Tags.append(obj)
|
8159
|
+
self._LogsetId = params.get("LogsetId")
|
8145
8160
|
memeber_set = set(params.keys())
|
8146
8161
|
for name, value in vars(self).items():
|
8147
8162
|
property_name = name[1:]
|
@@ -851,20 +851,20 @@ class CmeClient(AbstractClient):
|
|
851
851
|
def HandleMediaCastProject(self, request):
|
852
852
|
"""对媒体转推项目进行操作。
|
853
853
|
### 操作类型<a id="Operation"></a>
|
854
|
-
- `AddSource`(添加输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
855
|
-
- `DeleteSource`(删除输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
856
|
-
- `SwitchSource`(切换当前播放的输入源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
857
|
-
- `AddDestination`( 添加输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
858
|
-
- `DeleteDestination`(删除输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
859
|
-
- `EnableDestination`(启动输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
860
|
-
- `DisableDestination`(停止输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
861
|
-
- `ModifyDestination`(修改输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
862
|
-
- `Start`(启动媒体转推),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
854
|
+
- `AddSource`(添加输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B6-.E6.B7.BB.E5.8A.A0.E8.BE.93.E5.85.A5.E6.BA.90);
|
855
|
+
- `DeleteSource`(删除输入源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B3-.E5.88.A0.E9.99.A4.E8.BE.93.E5.85.A5.E6.BA.90);
|
856
|
+
- `SwitchSource`(切换当前播放的输入源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B13-.E5.88.87.E6.8D.A2.E5.BD.93.E5.89.8D.E6.92.AD.E6.94.BE.E7.9A.84.E8.BE.93.E5.85.A5.E6.BA.90)
|
857
|
+
- `AddDestination`( 添加输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B7-.E6.B7.BB.E5.8A.A0.E8.BE.93.E5.87.BA.E6.BA.90);
|
858
|
+
- `DeleteDestination`(删除输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B4-.E5.88.A0.E9.99.A4.E8.BE.93.E5.87.BA.E6.BA.90);
|
859
|
+
- `EnableDestination`(启动输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B5-.E5.90.AF.E5.8A.A8.E8.BE.93.E5.87.BA.E6.BA.90);
|
860
|
+
- `DisableDestination`(停止输出源),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B2-.E5.81.9C.E6.AD.A2.E8.BE.93.E5.87.BA.E6.BA.90);
|
861
|
+
- `ModifyDestination`(修改输出源),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B1-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E6.BA.90);
|
862
|
+
- `Start`(启动媒体转推),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B10-.E5.90.AF.E5.8A.A8.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8)。发起 Start 请求成功后,媒体转推项目开始启动,30秒内还需要再进行一次 Confirm操作进行确认;
|
863
863
|
- `Confirm`(确认媒体转推项目启动),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B14-.E7.A1.AE.E8.AE.A4.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8.E9.A1.B9.E7.9B.AE.E5.90.AF.E5.8A.A8);
|
864
|
-
- `Stop`(停止媒体转推),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
865
|
-
- `ModifyOutputMediaSetting`(修改媒体输出配置),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
866
|
-
- `ModifyPlaySetting`(修改播放结束时间),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
867
|
-
- `DescribePlayInfo`(查询播放信息),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.
|
864
|
+
- `Stop`(停止媒体转推),项目状态为 Working 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B9-.E5.81.9C.E6.AD.A2.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8);
|
865
|
+
- `ModifyOutputMediaSetting`(修改媒体输出配置),项目状态为 Idle 时可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B12-.E4.BF.AE.E6.94.B9.E8.BE.93.E5.87.BA.E7.9A.84.E5.AA.92.E4.BD.93.E9.85.8D.E7.BD.AE);
|
866
|
+
- `ModifyPlaySetting`(修改播放结束时间),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B8-.E4.BF.AE.E6.94.B9.E7.BB.93.E6.9D.9F.E6.97.B6.E9.97.B4);
|
867
|
+
- `DescribePlayInfo`(查询播放信息),项目状态为 Idle、Working 时均可以操作。参见 [示例](#.E7.A4.BA.E4.BE.8B15-.E6.9F.A5.E8.AF.A2.E5.AA.92.E4.BD.93.E8.BD.AC.E6.8E.A8.E9.A1.B9.E7.9B.AE.E7.9A.84.E6.92.AD.E6.94.BE.E4.BF.A1.E6.81.AF)。
|
868
868
|
|
869
869
|
:param request: Request instance for HandleMediaCastProject.
|
870
870
|
:type request: :class:`tencentcloud.cme.v20191029.models.HandleMediaCastProjectRequest`
|
@@ -16608,6 +16608,8 @@ class ExposesItem(AbstractModel):
|
|
16608
16608
|
:type HasScan: str
|
16609
16609
|
:param _AppId: 租户ID
|
16610
16610
|
:type AppId: int
|
16611
|
+
:param _AppIdStr: 租户ID字符串
|
16612
|
+
:type AppIdStr: str
|
16611
16613
|
"""
|
16612
16614
|
self._Provider = None
|
16613
16615
|
self._CloudAccountName = None
|
@@ -16637,6 +16639,7 @@ class ExposesItem(AbstractModel):
|
|
16637
16639
|
self._Uuid = None
|
16638
16640
|
self._HasScan = None
|
16639
16641
|
self._AppId = None
|
16642
|
+
self._AppIdStr = None
|
16640
16643
|
|
16641
16644
|
@property
|
16642
16645
|
def Provider(self):
|
@@ -16946,6 +16949,17 @@ class ExposesItem(AbstractModel):
|
|
16946
16949
|
def AppId(self, AppId):
|
16947
16950
|
self._AppId = AppId
|
16948
16951
|
|
16952
|
+
@property
|
16953
|
+
def AppIdStr(self):
|
16954
|
+
"""租户ID字符串
|
16955
|
+
:rtype: str
|
16956
|
+
"""
|
16957
|
+
return self._AppIdStr
|
16958
|
+
|
16959
|
+
@AppIdStr.setter
|
16960
|
+
def AppIdStr(self, AppIdStr):
|
16961
|
+
self._AppIdStr = AppIdStr
|
16962
|
+
|
16949
16963
|
|
16950
16964
|
def _deserialize(self, params):
|
16951
16965
|
self._Provider = params.get("Provider")
|
@@ -16976,6 +16990,7 @@ class ExposesItem(AbstractModel):
|
|
16976
16990
|
self._Uuid = params.get("Uuid")
|
16977
16991
|
self._HasScan = params.get("HasScan")
|
16978
16992
|
self._AppId = params.get("AppId")
|
16993
|
+
self._AppIdStr = params.get("AppIdStr")
|
16979
16994
|
memeber_set = set(params.keys())
|
16980
16995
|
for name, value in vars(self).items():
|
16981
16996
|
property_name = name[1:]
|
@@ -56,6 +56,9 @@ FAILEDOPERATION_DESCRIBEDOMAINFAILED = 'FailedOperation.DescribeDomainFailed'
|
|
56
56
|
# 获取域名信息操作失败,请稍后重试。
|
57
57
|
FAILEDOPERATION_DESCRIBEDOMAINLISTFAILED = 'FailedOperation.DescribeDomainListFailed'
|
58
58
|
|
59
|
+
# 获取列表异常
|
60
|
+
FAILEDOPERATION_DESCRIBEPRERELEASELIST = 'FailedOperation.DescribePreReleaseList'
|
61
|
+
|
59
62
|
# 查询模板操作失败。
|
60
63
|
FAILEDOPERATION_DESCRIBETEMPLATEFAILED = 'FailedOperation.DescribeTemplateFailed'
|
61
64
|
|
@@ -71,6 +74,9 @@ FAILEDOPERATION_DOMAINPRICELISTFAILED = 'FailedOperation.DomainPriceListFailed'
|
|
71
74
|
# 当前账号下已有相同的手机/邮箱,无需重复添加。
|
72
75
|
FAILEDOPERATION_DUPLICATEPHONEEMAIL = 'FailedOperation.DuplicatePhoneEmail'
|
73
76
|
|
77
|
+
# 禁止请求
|
78
|
+
FAILEDOPERATION_FORBIDDENREQUEST = 'FailedOperation.ForbiddenRequest'
|
79
|
+
|
74
80
|
# 获取域名价格失败。
|
75
81
|
FAILEDOPERATION_GETDOMAINPRICEFAILED = 'FailedOperation.GetDomainPriceFailed'
|
76
82
|
|