tencentcloud-sdk-python 3.0.1437__py2.py3-none-any.whl → 3.0.1439__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.
Potentially problematic release.
This version of tencentcloud-sdk-python might be problematic. Click here for more details.
- tencentcloud/__init__.py +1 -1
- tencentcloud/apm/v20210622/models.py +15 -0
- tencentcloud/cdn/v20180606/models.py +8 -0
- tencentcloud/cfw/v20190904/cfw_client.py +0 -75
- tencentcloud/cfw/v20190904/models.py +107 -702
- tencentcloud/ciam/v20220331/errorcodes.py +1 -1
- tencentcloud/cls/v20201016/models.py +38 -24
- tencentcloud/cwp/v20180228/cwp_client.py +2 -2
- tencentcloud/cwp/v20180228/models.py +8 -8
- tencentcloud/dlc/v20210125/models.py +120 -15
- tencentcloud/es/v20180416/errorcodes.py +3 -0
- tencentcloud/es/v20180416/models.py +225 -0
- tencentcloud/ess/v20201111/ess_client.py +0 -3
- tencentcloud/essbasic/v20210526/essbasic_client.py +0 -1
- tencentcloud/essbasic/v20210526/models.py +4 -0
- tencentcloud/iotexplorer/v20190423/errorcodes.py +12 -0
- tencentcloud/iotexplorer/v20190423/models.py +204 -4
- tencentcloud/lighthouse/v20200324/errorcodes.py +3 -0
- tencentcloud/mna/v20210119/errorcodes.py +1 -1
- tencentcloud/ocr/v20181119/models.py +2 -2
- tencentcloud/sqlserver/v20180328/models.py +6 -6
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +2 -2
- tencentcloud/ssl/v20191205/errorcodes.py +3 -0
- tencentcloud/ssl/v20191205/models.py +60 -0
- tencentcloud/sts/v20180813/sts_client.py +16 -4
- tencentcloud/tdmq/v20200217/models.py +102 -0
- tencentcloud/teo/v20220901/models.py +14 -94
- tencentcloud/teo/v20220901/teo_client.py +8 -2
- tencentcloud/thpc/v20230321/errorcodes.py +24 -0
- tencentcloud/thpc/v20230321/models.py +1398 -132
- tencentcloud/thpc/v20230321/thpc_client.py +138 -0
- tencentcloud/trocket/v20230308/models.py +70 -0
- tencentcloud/tsf/v20180326/errorcodes.py +4 -4
- tencentcloud/tsf/v20180326/models.py +1211 -0
- tencentcloud/tsf/v20180326/tsf_client.py +69 -0
- tencentcloud/vod/v20180717/models.py +12 -4
- tencentcloud/wedata/v20210820/models.py +285 -19
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1439.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1439.dist-info}/RECORD +42 -42
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1439.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1439.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1437.dist-info → tencentcloud_sdk_python-3.0.1439.dist-info}/top_level.txt +0 -0
|
@@ -131,7 +131,7 @@ INTERNALERROR_JUDGEUSEREXISTEXCEPTION = 'InternalError.JudgeUserExistException'
|
|
|
131
131
|
# 未知错误。
|
|
132
132
|
INTERNALERROR_UNKNOWNERROR = 'InternalError.UnknownError'
|
|
133
133
|
|
|
134
|
-
#
|
|
134
|
+
# 创建用户目录时创建密钥失败。
|
|
135
135
|
INTERNALERROR_USERSTORECREATESECRETFAIL = 'InternalError.UserStoreCreateSecretFail'
|
|
136
136
|
|
|
137
137
|
# 删除用户目录时删除用户失败。
|
|
@@ -7748,7 +7748,8 @@ class CreateIndexRequest(AbstractModel):
|
|
|
7748
7748
|
|
|
7749
7749
|
def __init__(self):
|
|
7750
7750
|
r"""
|
|
7751
|
-
:param _TopicId: 日志主题
|
|
7751
|
+
:param _TopicId: 日志主题Id。
|
|
7752
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
7752
7753
|
:type TopicId: str
|
|
7753
7754
|
:param _Rule: 索引规则
|
|
7754
7755
|
:type Rule: :class:`tencentcloud.cls.v20201016.models.RuleInfo`
|
|
@@ -7772,7 +7773,8 @@ class CreateIndexRequest(AbstractModel):
|
|
|
7772
7773
|
|
|
7773
7774
|
@property
|
|
7774
7775
|
def TopicId(self):
|
|
7775
|
-
"""日志主题
|
|
7776
|
+
"""日志主题Id。
|
|
7777
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
7776
7778
|
:rtype: str
|
|
7777
7779
|
"""
|
|
7778
7780
|
return self._TopicId
|
|
@@ -8119,7 +8121,9 @@ class CreateLogsetRequest(AbstractModel):
|
|
|
8119
8121
|
|
|
8120
8122
|
def __init__(self):
|
|
8121
8123
|
r"""
|
|
8122
|
-
:param _LogsetName:
|
|
8124
|
+
:param _LogsetName: 日志集名字。
|
|
8125
|
+
|
|
8126
|
+
- 最大支持255个字符。不支持`|`字符。
|
|
8123
8127
|
:type LogsetName: str
|
|
8124
8128
|
:param _Tags: 标签描述列表。最大支持10个标签键值对,并且不能有重复的键值对
|
|
8125
8129
|
:type Tags: list of Tag
|
|
@@ -8132,7 +8136,9 @@ class CreateLogsetRequest(AbstractModel):
|
|
|
8132
8136
|
|
|
8133
8137
|
@property
|
|
8134
8138
|
def LogsetName(self):
|
|
8135
|
-
"""
|
|
8139
|
+
"""日志集名字。
|
|
8140
|
+
|
|
8141
|
+
- 最大支持255个字符。不支持`|`字符。
|
|
8136
8142
|
:rtype: str
|
|
8137
8143
|
"""
|
|
8138
8144
|
return self._LogsetName
|
|
@@ -11549,14 +11555,16 @@ class DeleteIndexRequest(AbstractModel):
|
|
|
11549
11555
|
|
|
11550
11556
|
def __init__(self):
|
|
11551
11557
|
r"""
|
|
11552
|
-
:param _TopicId: 日志主题
|
|
11558
|
+
:param _TopicId: 日志主题Id。
|
|
11559
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
11553
11560
|
:type TopicId: str
|
|
11554
11561
|
"""
|
|
11555
11562
|
self._TopicId = None
|
|
11556
11563
|
|
|
11557
11564
|
@property
|
|
11558
11565
|
def TopicId(self):
|
|
11559
|
-
"""日志主题
|
|
11566
|
+
"""日志主题Id。
|
|
11567
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
11560
11568
|
:rtype: str
|
|
11561
11569
|
"""
|
|
11562
11570
|
return self._TopicId
|
|
@@ -11692,14 +11700,14 @@ class DeleteLogsetRequest(AbstractModel):
|
|
|
11692
11700
|
|
|
11693
11701
|
def __init__(self):
|
|
11694
11702
|
r"""
|
|
11695
|
-
:param _LogsetId: 日志集
|
|
11703
|
+
:param _LogsetId: 日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
11696
11704
|
:type LogsetId: str
|
|
11697
11705
|
"""
|
|
11698
11706
|
self._LogsetId = None
|
|
11699
11707
|
|
|
11700
11708
|
@property
|
|
11701
11709
|
def LogsetId(self):
|
|
11702
|
-
"""日志集
|
|
11710
|
+
"""日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
11703
11711
|
:rtype: str
|
|
11704
11712
|
"""
|
|
11705
11713
|
return self._LogsetId
|
|
@@ -14579,14 +14587,16 @@ class DescribeIndexRequest(AbstractModel):
|
|
|
14579
14587
|
|
|
14580
14588
|
def __init__(self):
|
|
14581
14589
|
r"""
|
|
14582
|
-
:param _TopicId: 日志主题
|
|
14590
|
+
:param _TopicId: 日志主题Id。
|
|
14591
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
14583
14592
|
:type TopicId: str
|
|
14584
14593
|
"""
|
|
14585
14594
|
self._TopicId = None
|
|
14586
14595
|
|
|
14587
14596
|
@property
|
|
14588
14597
|
def TopicId(self):
|
|
14589
|
-
"""日志主题
|
|
14598
|
+
"""日志主题Id。
|
|
14599
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
14590
14600
|
:rtype: str
|
|
14591
14601
|
"""
|
|
14592
14602
|
return self._TopicId
|
|
@@ -14615,14 +14625,15 @@ class DescribeIndexResponse(AbstractModel):
|
|
|
14615
14625
|
|
|
14616
14626
|
def __init__(self):
|
|
14617
14627
|
r"""
|
|
14618
|
-
:param _TopicId: 日志主题
|
|
14628
|
+
:param _TopicId: 日志主题Id
|
|
14619
14629
|
:type TopicId: str
|
|
14620
|
-
:param _Status:
|
|
14630
|
+
:param _Status: 索引状态。true:开启状态,false:关闭状态
|
|
14631
|
+
开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
|
|
14621
14632
|
:type Status: bool
|
|
14622
14633
|
:param _Rule: 索引配置信息
|
|
14623
14634
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
14624
14635
|
:type Rule: :class:`tencentcloud.cls.v20201016.models.RuleInfo`
|
|
14625
|
-
:param _ModifyTime:
|
|
14636
|
+
:param _ModifyTime: 索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`
|
|
14626
14637
|
:type ModifyTime: str
|
|
14627
14638
|
:param _IncludeInternalFields: 内置保留字段(`__FILENAME__`,`__HOSTNAME__`及`__SOURCE__`)是否包含至全文索引
|
|
14628
14639
|
* false:不包含
|
|
@@ -14646,7 +14657,7 @@ class DescribeIndexResponse(AbstractModel):
|
|
|
14646
14657
|
|
|
14647
14658
|
@property
|
|
14648
14659
|
def TopicId(self):
|
|
14649
|
-
"""日志主题
|
|
14660
|
+
"""日志主题Id
|
|
14650
14661
|
:rtype: str
|
|
14651
14662
|
"""
|
|
14652
14663
|
return self._TopicId
|
|
@@ -14657,7 +14668,8 @@ class DescribeIndexResponse(AbstractModel):
|
|
|
14657
14668
|
|
|
14658
14669
|
@property
|
|
14659
14670
|
def Status(self):
|
|
14660
|
-
"""
|
|
14671
|
+
"""索引状态。true:开启状态,false:关闭状态
|
|
14672
|
+
开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
|
|
14661
14673
|
:rtype: bool
|
|
14662
14674
|
"""
|
|
14663
14675
|
return self._Status
|
|
@@ -14680,7 +14692,7 @@ class DescribeIndexResponse(AbstractModel):
|
|
|
14680
14692
|
|
|
14681
14693
|
@property
|
|
14682
14694
|
def ModifyTime(self):
|
|
14683
|
-
"""
|
|
14695
|
+
"""索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`
|
|
14684
14696
|
:rtype: str
|
|
14685
14697
|
"""
|
|
14686
14698
|
return self._ModifyTime
|
|
@@ -15451,11 +15463,12 @@ class DescribeLogsetsRequest(AbstractModel):
|
|
|
15451
15463
|
- 按照【日志集名称】进行过滤。
|
|
15452
15464
|
- 类型:String
|
|
15453
15465
|
- 必选:否
|
|
15454
|
-
|
|
15466
|
+
- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集名称。
|
|
15455
15467
|
logsetId
|
|
15456
15468
|
- 按照【日志集ID】进行过滤。
|
|
15457
15469
|
- 类型:String
|
|
15458
15470
|
- 必选:否
|
|
15471
|
+
- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
15459
15472
|
|
|
15460
15473
|
tagKey
|
|
15461
15474
|
- 按照【标签键】进行过滤。
|
|
@@ -15484,11 +15497,12 @@ tag:tagKey
|
|
|
15484
15497
|
- 按照【日志集名称】进行过滤。
|
|
15485
15498
|
- 类型:String
|
|
15486
15499
|
- 必选:否
|
|
15487
|
-
|
|
15500
|
+
- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集名称。
|
|
15488
15501
|
logsetId
|
|
15489
15502
|
- 按照【日志集ID】进行过滤。
|
|
15490
15503
|
- 类型:String
|
|
15491
15504
|
- 必选:否
|
|
15505
|
+
- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
15492
15506
|
|
|
15493
15507
|
tagKey
|
|
15494
15508
|
- 按照【标签键】进行过滤。
|
|
@@ -20413,7 +20427,7 @@ class LogsetInfo(AbstractModel):
|
|
|
20413
20427
|
:type LogsetId: str
|
|
20414
20428
|
:param _LogsetName: 日志集名称
|
|
20415
20429
|
:type LogsetName: str
|
|
20416
|
-
:param _CreateTime:
|
|
20430
|
+
:param _CreateTime: 创建时间。格式 `YYYY-MM-DD HH:MM:SS`
|
|
20417
20431
|
:type CreateTime: str
|
|
20418
20432
|
:param _AssumerName: 云产品标识,日志集由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
|
|
20419
20433
|
:type AssumerName: str
|
|
@@ -20456,7 +20470,7 @@ class LogsetInfo(AbstractModel):
|
|
|
20456
20470
|
|
|
20457
20471
|
@property
|
|
20458
20472
|
def CreateTime(self):
|
|
20459
|
-
"""
|
|
20473
|
+
"""创建时间。格式 `YYYY-MM-DD HH:MM:SS`
|
|
20460
20474
|
:rtype: str
|
|
20461
20475
|
"""
|
|
20462
20476
|
return self._CreateTime
|
|
@@ -23987,9 +24001,9 @@ class ModifyLogsetRequest(AbstractModel):
|
|
|
23987
24001
|
|
|
23988
24002
|
def __init__(self):
|
|
23989
24003
|
r"""
|
|
23990
|
-
:param _LogsetId: 日志集
|
|
24004
|
+
:param _LogsetId: 日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
23991
24005
|
:type LogsetId: str
|
|
23992
|
-
:param _LogsetName:
|
|
24006
|
+
:param _LogsetName: 日志集名字。- 最大支持255个字符。不支持`|`字符。
|
|
23993
24007
|
:type LogsetName: str
|
|
23994
24008
|
:param _Tags: 日志集的绑定的标签键值对。最大支持10个标签键值对,同一个资源只能同时绑定一个标签键。
|
|
23995
24009
|
:type Tags: list of Tag
|
|
@@ -24000,7 +24014,7 @@ class ModifyLogsetRequest(AbstractModel):
|
|
|
24000
24014
|
|
|
24001
24015
|
@property
|
|
24002
24016
|
def LogsetId(self):
|
|
24003
|
-
"""日志集
|
|
24017
|
+
"""日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。
|
|
24004
24018
|
:rtype: str
|
|
24005
24019
|
"""
|
|
24006
24020
|
return self._LogsetId
|
|
@@ -24011,7 +24025,7 @@ class ModifyLogsetRequest(AbstractModel):
|
|
|
24011
24025
|
|
|
24012
24026
|
@property
|
|
24013
24027
|
def LogsetName(self):
|
|
24014
|
-
"""
|
|
24028
|
+
"""日志集名字。- 最大支持255个字符。不支持`|`字符。
|
|
24015
24029
|
:rtype: str
|
|
24016
24030
|
"""
|
|
24017
24031
|
return self._LogsetName
|
|
@@ -1619,7 +1619,7 @@ class CwpClient(AbstractClient):
|
|
|
1619
1619
|
|
|
1620
1620
|
|
|
1621
1621
|
def DescribeAccountStatistics(self, request):
|
|
1622
|
-
"""本接口 (DescribeAccountStatistics)
|
|
1622
|
+
"""本接口 (DescribeAccountStatistics) 用于获取账号统计列表数据。
|
|
1623
1623
|
|
|
1624
1624
|
:param request: Request instance for DescribeAccountStatistics.
|
|
1625
1625
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeAccountStatisticsRequest`
|
|
@@ -4333,7 +4333,7 @@ class CwpClient(AbstractClient):
|
|
|
4333
4333
|
|
|
4334
4334
|
|
|
4335
4335
|
def DescribeHistoryAccounts(self, request):
|
|
4336
|
-
"""本接口 (DescribeHistoryAccounts)
|
|
4336
|
+
"""本接口 (DescribeHistoryAccounts) 用于获取账号变更历史列表数据。
|
|
4337
4337
|
|
|
4338
4338
|
:param request: Request instance for DescribeHistoryAccounts.
|
|
4339
4339
|
:type request: :class:`tencentcloud.cwp.v20180228.models.DescribeHistoryAccountsRequest`
|
|
@@ -22227,9 +22227,9 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22227
22227
|
|
|
22228
22228
|
def __init__(self):
|
|
22229
22229
|
r"""
|
|
22230
|
-
:param _TotalCount:
|
|
22230
|
+
:param _TotalCount: 账号统计列表记录总数。
|
|
22231
22231
|
:type TotalCount: int
|
|
22232
|
-
:param _AccountStatistics:
|
|
22232
|
+
:param _AccountStatistics: 账号统计列表。
|
|
22233
22233
|
:type AccountStatistics: list of AccountStatistics
|
|
22234
22234
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
22235
22235
|
:type RequestId: str
|
|
@@ -22240,7 +22240,7 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22240
22240
|
|
|
22241
22241
|
@property
|
|
22242
22242
|
def TotalCount(self):
|
|
22243
|
-
"""
|
|
22243
|
+
"""账号统计列表记录总数。
|
|
22244
22244
|
:rtype: int
|
|
22245
22245
|
"""
|
|
22246
22246
|
return self._TotalCount
|
|
@@ -22251,7 +22251,7 @@ class DescribeAccountStatisticsResponse(AbstractModel):
|
|
|
22251
22251
|
|
|
22252
22252
|
@property
|
|
22253
22253
|
def AccountStatistics(self):
|
|
22254
|
-
"""
|
|
22254
|
+
"""账号统计列表。
|
|
22255
22255
|
:rtype: list of AccountStatistics
|
|
22256
22256
|
"""
|
|
22257
22257
|
return self._AccountStatistics
|
|
@@ -39086,9 +39086,9 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39086
39086
|
|
|
39087
39087
|
def __init__(self):
|
|
39088
39088
|
r"""
|
|
39089
|
-
:param _TotalCount:
|
|
39089
|
+
:param _TotalCount: 账号变更历史列表记录总数。
|
|
39090
39090
|
:type TotalCount: int
|
|
39091
|
-
:param _HistoryAccounts:
|
|
39091
|
+
:param _HistoryAccounts: 账号变更历史数据数组。
|
|
39092
39092
|
:type HistoryAccounts: list of HistoryAccount
|
|
39093
39093
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
39094
39094
|
:type RequestId: str
|
|
@@ -39099,7 +39099,7 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39099
39099
|
|
|
39100
39100
|
@property
|
|
39101
39101
|
def TotalCount(self):
|
|
39102
|
-
"""
|
|
39102
|
+
"""账号变更历史列表记录总数。
|
|
39103
39103
|
:rtype: int
|
|
39104
39104
|
"""
|
|
39105
39105
|
return self._TotalCount
|
|
@@ -39110,7 +39110,7 @@ class DescribeHistoryAccountsResponse(AbstractModel):
|
|
|
39110
39110
|
|
|
39111
39111
|
@property
|
|
39112
39112
|
def HistoryAccounts(self):
|
|
39113
|
-
"""
|
|
39113
|
+
"""账号变更历史数据数组。
|
|
39114
39114
|
:rtype: list of HistoryAccount
|
|
39115
39115
|
"""
|
|
39116
39116
|
return self._HistoryAccounts
|
|
@@ -17931,12 +17931,15 @@ class DescribeEngineUsageInfoResponse(AbstractModel):
|
|
|
17931
17931
|
:type Used: int
|
|
17932
17932
|
:param _Available: 剩余集群规格
|
|
17933
17933
|
:type Available: int
|
|
17934
|
+
:param _AvailPercent: 剩余集群规格百分比
|
|
17935
|
+
:type AvailPercent: int
|
|
17934
17936
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17935
17937
|
:type RequestId: str
|
|
17936
17938
|
"""
|
|
17937
17939
|
self._Total = None
|
|
17938
17940
|
self._Used = None
|
|
17939
17941
|
self._Available = None
|
|
17942
|
+
self._AvailPercent = None
|
|
17940
17943
|
self._RequestId = None
|
|
17941
17944
|
|
|
17942
17945
|
@property
|
|
@@ -17972,6 +17975,17 @@ class DescribeEngineUsageInfoResponse(AbstractModel):
|
|
|
17972
17975
|
def Available(self, Available):
|
|
17973
17976
|
self._Available = Available
|
|
17974
17977
|
|
|
17978
|
+
@property
|
|
17979
|
+
def AvailPercent(self):
|
|
17980
|
+
"""剩余集群规格百分比
|
|
17981
|
+
:rtype: int
|
|
17982
|
+
"""
|
|
17983
|
+
return self._AvailPercent
|
|
17984
|
+
|
|
17985
|
+
@AvailPercent.setter
|
|
17986
|
+
def AvailPercent(self, AvailPercent):
|
|
17987
|
+
self._AvailPercent = AvailPercent
|
|
17988
|
+
|
|
17975
17989
|
@property
|
|
17976
17990
|
def RequestId(self):
|
|
17977
17991
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -17988,6 +18002,7 @@ class DescribeEngineUsageInfoResponse(AbstractModel):
|
|
|
17988
18002
|
self._Total = params.get("Total")
|
|
17989
18003
|
self._Used = params.get("Used")
|
|
17990
18004
|
self._Available = params.get("Available")
|
|
18005
|
+
self._AvailPercent = params.get("AvailPercent")
|
|
17991
18006
|
self._RequestId = params.get("RequestId")
|
|
17992
18007
|
|
|
17993
18008
|
|
|
@@ -27856,8 +27871,6 @@ class ListTaskJobLogDetailRequest(AbstractModel):
|
|
|
27856
27871
|
|
|
27857
27872
|
def __init__(self):
|
|
27858
27873
|
r"""
|
|
27859
|
-
:param _TaskId: 列表返回的Id
|
|
27860
|
-
:type TaskId: str
|
|
27861
27874
|
:param _StartTime: 开始运行时间,unix时间戳(毫秒)
|
|
27862
27875
|
:type StartTime: int
|
|
27863
27876
|
:param _EndTime: 结束运行时间,unix时间戳(毫秒)
|
|
@@ -27866,32 +27879,29 @@ class ListTaskJobLogDetailRequest(AbstractModel):
|
|
|
27866
27879
|
:type Limit: int
|
|
27867
27880
|
:param _Context: 下一次分页参数,第一次传空
|
|
27868
27881
|
:type Context: str
|
|
27882
|
+
:param _TaskId: 列表返回的Id
|
|
27883
|
+
:type TaskId: str
|
|
27869
27884
|
:param _Asc: 最近1000条日志是否升序排列,true:升序排序,false:倒序,默认false,倒序排列
|
|
27870
27885
|
:type Asc: bool
|
|
27871
27886
|
:param _Filters: 预览日志的通用过滤条件
|
|
27872
27887
|
:type Filters: list of Filter
|
|
27873
27888
|
:param _BatchId: SparkSQL任务唯一ID
|
|
27874
27889
|
:type BatchId: str
|
|
27890
|
+
:param _DataEngineId: 引擎id
|
|
27891
|
+
:type DataEngineId: str
|
|
27892
|
+
:param _ResourceGroupId: 资源组id
|
|
27893
|
+
:type ResourceGroupId: str
|
|
27875
27894
|
"""
|
|
27876
|
-
self._TaskId = None
|
|
27877
27895
|
self._StartTime = None
|
|
27878
27896
|
self._EndTime = None
|
|
27879
27897
|
self._Limit = None
|
|
27880
27898
|
self._Context = None
|
|
27899
|
+
self._TaskId = None
|
|
27881
27900
|
self._Asc = None
|
|
27882
27901
|
self._Filters = None
|
|
27883
27902
|
self._BatchId = None
|
|
27884
|
-
|
|
27885
|
-
|
|
27886
|
-
def TaskId(self):
|
|
27887
|
-
"""列表返回的Id
|
|
27888
|
-
:rtype: str
|
|
27889
|
-
"""
|
|
27890
|
-
return self._TaskId
|
|
27891
|
-
|
|
27892
|
-
@TaskId.setter
|
|
27893
|
-
def TaskId(self, TaskId):
|
|
27894
|
-
self._TaskId = TaskId
|
|
27903
|
+
self._DataEngineId = None
|
|
27904
|
+
self._ResourceGroupId = None
|
|
27895
27905
|
|
|
27896
27906
|
@property
|
|
27897
27907
|
def StartTime(self):
|
|
@@ -27937,6 +27947,17 @@ class ListTaskJobLogDetailRequest(AbstractModel):
|
|
|
27937
27947
|
def Context(self, Context):
|
|
27938
27948
|
self._Context = Context
|
|
27939
27949
|
|
|
27950
|
+
@property
|
|
27951
|
+
def TaskId(self):
|
|
27952
|
+
"""列表返回的Id
|
|
27953
|
+
:rtype: str
|
|
27954
|
+
"""
|
|
27955
|
+
return self._TaskId
|
|
27956
|
+
|
|
27957
|
+
@TaskId.setter
|
|
27958
|
+
def TaskId(self, TaskId):
|
|
27959
|
+
self._TaskId = TaskId
|
|
27960
|
+
|
|
27940
27961
|
@property
|
|
27941
27962
|
def Asc(self):
|
|
27942
27963
|
"""最近1000条日志是否升序排列,true:升序排序,false:倒序,默认false,倒序排列
|
|
@@ -27970,13 +27991,35 @@ class ListTaskJobLogDetailRequest(AbstractModel):
|
|
|
27970
27991
|
def BatchId(self, BatchId):
|
|
27971
27992
|
self._BatchId = BatchId
|
|
27972
27993
|
|
|
27994
|
+
@property
|
|
27995
|
+
def DataEngineId(self):
|
|
27996
|
+
"""引擎id
|
|
27997
|
+
:rtype: str
|
|
27998
|
+
"""
|
|
27999
|
+
return self._DataEngineId
|
|
28000
|
+
|
|
28001
|
+
@DataEngineId.setter
|
|
28002
|
+
def DataEngineId(self, DataEngineId):
|
|
28003
|
+
self._DataEngineId = DataEngineId
|
|
28004
|
+
|
|
28005
|
+
@property
|
|
28006
|
+
def ResourceGroupId(self):
|
|
28007
|
+
"""资源组id
|
|
28008
|
+
:rtype: str
|
|
28009
|
+
"""
|
|
28010
|
+
return self._ResourceGroupId
|
|
28011
|
+
|
|
28012
|
+
@ResourceGroupId.setter
|
|
28013
|
+
def ResourceGroupId(self, ResourceGroupId):
|
|
28014
|
+
self._ResourceGroupId = ResourceGroupId
|
|
28015
|
+
|
|
27973
28016
|
|
|
27974
28017
|
def _deserialize(self, params):
|
|
27975
|
-
self._TaskId = params.get("TaskId")
|
|
27976
28018
|
self._StartTime = params.get("StartTime")
|
|
27977
28019
|
self._EndTime = params.get("EndTime")
|
|
27978
28020
|
self._Limit = params.get("Limit")
|
|
27979
28021
|
self._Context = params.get("Context")
|
|
28022
|
+
self._TaskId = params.get("TaskId")
|
|
27980
28023
|
self._Asc = params.get("Asc")
|
|
27981
28024
|
if params.get("Filters") is not None:
|
|
27982
28025
|
self._Filters = []
|
|
@@ -27985,6 +28028,8 @@ class ListTaskJobLogDetailRequest(AbstractModel):
|
|
|
27985
28028
|
obj._deserialize(item)
|
|
27986
28029
|
self._Filters.append(obj)
|
|
27987
28030
|
self._BatchId = params.get("BatchId")
|
|
28031
|
+
self._DataEngineId = params.get("DataEngineId")
|
|
28032
|
+
self._ResourceGroupId = params.get("ResourceGroupId")
|
|
27988
28033
|
memeber_set = set(params.keys())
|
|
27989
28034
|
for name, value in vars(self).items():
|
|
27990
28035
|
property_name = name[1:]
|
|
@@ -35735,6 +35780,14 @@ class StandardEngineResourceGroupInfo(AbstractModel):
|
|
|
35735
35780
|
:param _SparkMinSize: Spark类型资源组资源最小值
|
|
35736
35781
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35737
35782
|
:type SparkMinSize: int
|
|
35783
|
+
:param _PublicDomain: 自定义镜像容器镜像服务domain 名称
|
|
35784
|
+
:type PublicDomain: str
|
|
35785
|
+
:param _RegistryId: 自定义镜像容器镜像服务tcr实例id
|
|
35786
|
+
:type RegistryId: str
|
|
35787
|
+
:param _RegionName: 容器镜像服务tcr所在地域
|
|
35788
|
+
:type RegionName: str
|
|
35789
|
+
:param _LaunchTime: 资源组启动耗时
|
|
35790
|
+
:type LaunchTime: str
|
|
35738
35791
|
"""
|
|
35739
35792
|
self._EngineResourceGroupId = None
|
|
35740
35793
|
self._EngineResourceGroupName = None
|
|
@@ -35771,6 +35824,10 @@ class StandardEngineResourceGroupInfo(AbstractModel):
|
|
|
35771
35824
|
self._SparkSpecMode = None
|
|
35772
35825
|
self._SparkSize = None
|
|
35773
35826
|
self._SparkMinSize = None
|
|
35827
|
+
self._PublicDomain = None
|
|
35828
|
+
self._RegistryId = None
|
|
35829
|
+
self._RegionName = None
|
|
35830
|
+
self._LaunchTime = None
|
|
35774
35831
|
|
|
35775
35832
|
@property
|
|
35776
35833
|
def EngineResourceGroupId(self):
|
|
@@ -36177,6 +36234,50 @@ class StandardEngineResourceGroupInfo(AbstractModel):
|
|
|
36177
36234
|
def SparkMinSize(self, SparkMinSize):
|
|
36178
36235
|
self._SparkMinSize = SparkMinSize
|
|
36179
36236
|
|
|
36237
|
+
@property
|
|
36238
|
+
def PublicDomain(self):
|
|
36239
|
+
"""自定义镜像容器镜像服务domain 名称
|
|
36240
|
+
:rtype: str
|
|
36241
|
+
"""
|
|
36242
|
+
return self._PublicDomain
|
|
36243
|
+
|
|
36244
|
+
@PublicDomain.setter
|
|
36245
|
+
def PublicDomain(self, PublicDomain):
|
|
36246
|
+
self._PublicDomain = PublicDomain
|
|
36247
|
+
|
|
36248
|
+
@property
|
|
36249
|
+
def RegistryId(self):
|
|
36250
|
+
"""自定义镜像容器镜像服务tcr实例id
|
|
36251
|
+
:rtype: str
|
|
36252
|
+
"""
|
|
36253
|
+
return self._RegistryId
|
|
36254
|
+
|
|
36255
|
+
@RegistryId.setter
|
|
36256
|
+
def RegistryId(self, RegistryId):
|
|
36257
|
+
self._RegistryId = RegistryId
|
|
36258
|
+
|
|
36259
|
+
@property
|
|
36260
|
+
def RegionName(self):
|
|
36261
|
+
"""容器镜像服务tcr所在地域
|
|
36262
|
+
:rtype: str
|
|
36263
|
+
"""
|
|
36264
|
+
return self._RegionName
|
|
36265
|
+
|
|
36266
|
+
@RegionName.setter
|
|
36267
|
+
def RegionName(self, RegionName):
|
|
36268
|
+
self._RegionName = RegionName
|
|
36269
|
+
|
|
36270
|
+
@property
|
|
36271
|
+
def LaunchTime(self):
|
|
36272
|
+
"""资源组启动耗时
|
|
36273
|
+
:rtype: str
|
|
36274
|
+
"""
|
|
36275
|
+
return self._LaunchTime
|
|
36276
|
+
|
|
36277
|
+
@LaunchTime.setter
|
|
36278
|
+
def LaunchTime(self, LaunchTime):
|
|
36279
|
+
self._LaunchTime = LaunchTime
|
|
36280
|
+
|
|
36180
36281
|
|
|
36181
36282
|
def _deserialize(self, params):
|
|
36182
36283
|
self._EngineResourceGroupId = params.get("EngineResourceGroupId")
|
|
@@ -36214,6 +36315,10 @@ class StandardEngineResourceGroupInfo(AbstractModel):
|
|
|
36214
36315
|
self._SparkSpecMode = params.get("SparkSpecMode")
|
|
36215
36316
|
self._SparkSize = params.get("SparkSize")
|
|
36216
36317
|
self._SparkMinSize = params.get("SparkMinSize")
|
|
36318
|
+
self._PublicDomain = params.get("PublicDomain")
|
|
36319
|
+
self._RegistryId = params.get("RegistryId")
|
|
36320
|
+
self._RegionName = params.get("RegionName")
|
|
36321
|
+
self._LaunchTime = params.get("LaunchTime")
|
|
36217
36322
|
memeber_set = set(params.keys())
|
|
36218
36323
|
for name, value in vars(self).items():
|
|
36219
36324
|
property_name = name[1:]
|
|
@@ -617,6 +617,9 @@ UNSUPPORTEDOPERATION_MIGRATE = 'UnsupportedOperation.Migrate'
|
|
|
617
617
|
# 不支持多可用区变配。
|
|
618
618
|
UNSUPPORTEDOPERATION_MULTIZONESUPGRADE = 'UnsupportedOperation.MultiZonesUpgrade'
|
|
619
619
|
|
|
620
|
+
# UIN注册地为美加墨或者服务地域在美国,协议签署不是Agree
|
|
621
|
+
UNSUPPORTEDOPERATION_NOTAGREEMENT = 'UnsupportedOperation.NotAgreement'
|
|
622
|
+
|
|
620
623
|
# 用户同步日志的配置passLogstashId为空,不支持该操作。
|
|
621
624
|
UNSUPPORTEDOPERATION_PASSLOGSTASHID = 'UnsupportedOperation.PassLogstashId'
|
|
622
625
|
|