tencentcloud-sdk-python 3.0.1059__py2.py3-none-any.whl → 3.0.1062__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/billing/v20180709/models.py +27 -0
- tencentcloud/cat/v20180409/models.py +13 -1
- tencentcloud/cbs/v20170312/models.py +4 -4
- tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +322 -0
- tencentcloud/cdwdoris/v20211228/models.py +3758 -867
- tencentcloud/cls/v20201016/models.py +1 -1
- tencentcloud/cwp/v20180228/models.py +9 -15
- tencentcloud/dts/v20211206/models.py +1 -1
- tencentcloud/emr/v20190103/models.py +502 -0
- tencentcloud/ess/v20201111/ess_client.py +61 -4
- tencentcloud/ess/v20201111/models.py +349 -93
- tencentcloud/essbasic/v20210526/essbasic_client.py +46 -6
- tencentcloud/essbasic/v20210526/models.py +290 -28
- tencentcloud/faceid/v20180301/models.py +2 -2
- tencentcloud/iotcloud/v20210408/errorcodes.py +3 -0
- tencentcloud/iss/v20230517/errorcodes.py +6 -0
- tencentcloud/iss/v20230517/models.py +20 -8
- tencentcloud/mongodb/v20190725/models.py +166 -8
- tencentcloud/mongodb/v20190725/mongodb_client.py +1 -1
- tencentcloud/organization/v20210331/errorcodes.py +9 -0
- tencentcloud/rkp/v20191209/rkp_client.py +9 -3
- tencentcloud/ses/v20201002/errorcodes.py +3 -0
- tencentcloud/ses/v20201002/models.py +2 -3
- tencentcloud/sqlserver/v20180328/sqlserver_client.py +6 -6
- tencentcloud/tcb/v20180608/models.py +3 -3
- tencentcloud/teo/v20220901/errorcodes.py +15 -0
- tencentcloud/tione/v20211111/errorcodes.py +6 -0
- tencentcloud/tke/v20180525/models.py +97 -1
- tencentcloud/vod/v20180717/models.py +169 -169
- tencentcloud/vod/v20180717/vod_client.py +24 -12
- tencentcloud/vpc/v20170312/models.py +36 -0
- tencentcloud/waf/v20180125/models.py +13 -0
- tencentcloud/yinsuda/v20220527/models.py +431 -0
- tencentcloud/yinsuda/v20220527/yinsuda_client.py +69 -0
- {tencentcloud_sdk_python-3.0.1059.dist-info → tencentcloud_sdk_python-3.0.1062.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1059.dist-info → tencentcloud_sdk_python-3.0.1062.dist-info}/RECORD +40 -40
- {tencentcloud_sdk_python-3.0.1059.dist-info → tencentcloud_sdk_python-3.0.1062.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1059.dist-info → tencentcloud_sdk_python-3.0.1062.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1059.dist-info → tencentcloud_sdk_python-3.0.1062.dist-info}/top_level.txt +0 -0
|
@@ -17440,7 +17440,7 @@ BizType为1时,优先使用MetricNames字段多指标只能填充到MetricName
|
|
|
17440
17440
|
:type MetricNames: list of str
|
|
17441
17441
|
:param _MetricLabels: 指标维度,不接受时间类型。
|
|
17442
17442
|
:type MetricLabels: list of str
|
|
17443
|
-
:param _CustomTime: 指标时间戳,默认值为SQL查询时间范围的左侧时间点,您也可以指定其他字段(类型为uinx
|
|
17443
|
+
:param _CustomTime: 指标时间戳,默认值为SQL查询时间范围的左侧时间点,您也可以指定其他字段(类型为uinx时间、TimeStamp,精度毫秒)为指标时间戳。
|
|
17444
17444
|
:type CustomTime: str
|
|
17445
17445
|
:param _CustomMetricLabels: 除了MetricLabels,您还可以使用该参数,为指标补充静态的维度。
|
|
17446
17446
|
维度名以字母或下划线开头,后面可以跟字母、数字或下划线,长度小于等于1024 字节
|
|
@@ -21982,15 +21982,9 @@ class DescribeAssetMachineListRequest(AbstractModel):
|
|
|
21982
21982
|
def __init__(self):
|
|
21983
21983
|
r"""
|
|
21984
21984
|
:param _Filters: 过滤条件。
|
|
21985
|
-
<li>MachineName
|
|
21986
|
-
|
|
21987
|
-
|
|
21988
|
-
|
|
21989
|
-
InstanceID 实例ID
|
|
21990
|
-
|
|
21991
|
-
|
|
21992
|
-
|
|
21993
|
-
IP 内网IP或公网IP</li>
|
|
21985
|
+
<li>MachineName 主机名称</li>
|
|
21986
|
+
<li>InstanceID 实例ID </li>
|
|
21987
|
+
<li>IP 内网IP或公网IP</li>
|
|
21994
21988
|
<li>OsType - String - 是否必填:否 - windows或linux</li>
|
|
21995
21989
|
<li>CpuLoad - Int - 是否必填:否 -
|
|
21996
21990
|
0: 未知 1: 低负载
|
|
@@ -23191,7 +23185,7 @@ jar: Jar包
|
|
|
23191
23185
|
initservice: 启动服务
|
|
23192
23186
|
planTask:计划任务
|
|
23193
23187
|
env:环境变量
|
|
23194
|
-
|
|
23188
|
+
coremodule:内核模块
|
|
23195
23189
|
:type Types: list of AssetKeyVal
|
|
23196
23190
|
:param _RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
23197
23191
|
:type RequestId: str
|
|
@@ -23797,8 +23791,8 @@ class DescribeAssetUserListRequest(AbstractModel):
|
|
|
23797
23791
|
<li>OsType - String - 是否必填:否 - windows或linux</li>
|
|
23798
23792
|
<li>Status - uint64 - 是否必填:否 - 账号状态:0-禁用;1-启用</li>
|
|
23799
23793
|
<li>UserType - uint64 - 是否必填:否 - 账号类型:0访客用户,1标准用户,2管理员用户 仅windows</li>
|
|
23800
|
-
<li>IsDomain - uint64 - 是否必填:否 - 是否域账号:0 不是,1是 仅windows
|
|
23801
|
-
<li>IsRoot - uint64 - 是否必填:否 - 是否Root权限:0 不是,1是 仅linux
|
|
23794
|
+
<li>IsDomain - uint64 - 是否必填:否 - 是否域账号:0 不是,1是 仅windows</li>
|
|
23795
|
+
<li>IsRoot - uint64 - 是否必填:否 - 是否Root权限:0 不是,1是 仅linux</li>
|
|
23802
23796
|
<li>IsSudo - uint64 - 是否必填:否 - 是否Sudo权限:0 不是,1是 仅linux</li>
|
|
23803
23797
|
<li>IsSshLogin - uint64 - 是否必填:否 - 是否ssh登录:0 不是,1是 仅linux</li>
|
|
23804
23798
|
<li>ShellLoginStatus - uint64 - 是否必填:否 - 是否shell登录性,0不是;1是 仅linux</li>
|
|
@@ -33777,7 +33771,7 @@ class DescribeFileTamperRulesRequest(AbstractModel):
|
|
|
33777
33771
|
r"""
|
|
33778
33772
|
:param _Filters: 过滤条件。
|
|
33779
33773
|
<li>RuleCategory- string- 规则类别 0=系统规则,1=用户规则</li>
|
|
33780
|
-
<li>Name- String -
|
|
33774
|
+
<li>Name- String - 规则名称</li>
|
|
33781
33775
|
:type Filters: list of Filters
|
|
33782
33776
|
:param _Offset: 偏移量,默认为0。
|
|
33783
33777
|
:type Offset: int
|
|
@@ -54621,7 +54615,7 @@ class ExportAssetCoreModuleListRequest(AbstractModel):
|
|
|
54621
54615
|
:type Quuid: str
|
|
54622
54616
|
:param _Filters: 过滤条件。
|
|
54623
54617
|
<li>Name- string - 是否必填:否 - 包名</li>
|
|
54624
|
-
<li>User- string - 是否必填:否 -
|
|
54618
|
+
<li>User- string - 是否必填:否 - 用户名</li>
|
|
54625
54619
|
:type Filters: list of AssetFilters
|
|
54626
54620
|
:param _Order: 排序方式,asc升序 或 desc降序
|
|
54627
54621
|
:type Order: str
|
|
@@ -55924,7 +55918,7 @@ class ExportAssetSystemPackageListRequest(AbstractModel):
|
|
|
55924
55918
|
<li>StartTime - String - 是否必填:否 - 安装开始时间</li>
|
|
55925
55919
|
<li>EndTime - String - 是否必填:否 - 安装开始时间</li>
|
|
55926
55920
|
<li>Type - int - 是否必填:否 - 安装包类型:
|
|
55927
|
-
1:
|
|
55921
|
+
1:rpm
|
|
55928
55922
|
2:dpkg
|
|
55929
55923
|
3:java
|
|
55930
55924
|
4:system</li>
|
|
@@ -730,7 +730,7 @@ class CompareOptions(AbstractModel):
|
|
|
730
730
|
|
|
731
731
|
def __init__(self):
|
|
732
732
|
r"""
|
|
733
|
-
:param _Method:
|
|
733
|
+
:param _Method: 对比方式:dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比)
|
|
734
734
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
735
735
|
:type Method: str
|
|
736
736
|
:param _SampleRate: 抽样比例;范围0,100
|