tencentcloud-sdk-python-config 3.1.78__tar.gz → 3.1.100__tar.gz
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_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/setup.py +1 -1
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud/config/v20220802/models.py +96 -81
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud_sdk_python_config.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_config-3.1.100/tencentcloud_sdk_python_config.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_config-3.1.78/tencentcloud_sdk_python_config.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/README.rst +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/setup.cfg +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud/config/__init__.py +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud/config/v20220802/__init__.py +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud/config/v20220802/config_client.py +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud/config/v20220802/config_client_async.py +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud/config/v20220802/errorcodes.py +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud_sdk_python_config.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud_sdk_python_config.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_config-3.1.78 → tencentcloud_sdk_python_config-3.1.100}/tencentcloud_sdk_python_config.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-config
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.100
|
|
4
4
|
Summary: Tencent Cloud Config SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-config',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.100,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Config SDK for Python',
|
|
@@ -2343,23 +2343,23 @@ class CompliancePackRule(AbstractModel):
|
|
|
2343
2343
|
|
|
2344
2344
|
def __init__(self):
|
|
2345
2345
|
r"""
|
|
2346
|
-
:param _RuleName:
|
|
2346
|
+
:param _RuleName: <p>规则名称</p>
|
|
2347
2347
|
:type RuleName: str
|
|
2348
|
-
:param _RiskLevel:
|
|
2348
|
+
:param _RiskLevel: <p>风险等级</p>
|
|
2349
2349
|
:type RiskLevel: int
|
|
2350
|
-
:param _InputParameter:
|
|
2350
|
+
:param _InputParameter: <p>入参</p>
|
|
2351
2351
|
:type InputParameter: list of InputParameter
|
|
2352
|
-
:param _Identifier:
|
|
2352
|
+
:param _Identifier: <p>规则身份标识</p>
|
|
2353
2353
|
:type Identifier: str
|
|
2354
|
-
:param _Description:
|
|
2354
|
+
:param _Description: <p>描述</p>
|
|
2355
2355
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2356
2356
|
:type Description: str
|
|
2357
|
-
:param _ManagedRuleIdentifier:
|
|
2357
|
+
:param _ManagedRuleIdentifier: <p>预设规则身份标识</p>
|
|
2358
2358
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2359
2359
|
:type ManagedRuleIdentifier: str
|
|
2360
|
-
:param _ConfigRuleId:
|
|
2360
|
+
:param _ConfigRuleId: <p>规则ID</p>
|
|
2361
2361
|
:type ConfigRuleId: str
|
|
2362
|
-
:param _CompliancePackId:
|
|
2362
|
+
:param _CompliancePackId: <p>合规包ID</p>
|
|
2363
2363
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2364
2364
|
:type CompliancePackId: str
|
|
2365
2365
|
"""
|
|
@@ -2374,7 +2374,7 @@ class CompliancePackRule(AbstractModel):
|
|
|
2374
2374
|
|
|
2375
2375
|
@property
|
|
2376
2376
|
def RuleName(self):
|
|
2377
|
-
r"""
|
|
2377
|
+
r"""<p>规则名称</p>
|
|
2378
2378
|
:rtype: str
|
|
2379
2379
|
"""
|
|
2380
2380
|
return self._RuleName
|
|
@@ -2385,7 +2385,7 @@ class CompliancePackRule(AbstractModel):
|
|
|
2385
2385
|
|
|
2386
2386
|
@property
|
|
2387
2387
|
def RiskLevel(self):
|
|
2388
|
-
r"""
|
|
2388
|
+
r"""<p>风险等级</p>
|
|
2389
2389
|
:rtype: int
|
|
2390
2390
|
"""
|
|
2391
2391
|
return self._RiskLevel
|
|
@@ -2396,7 +2396,7 @@ class CompliancePackRule(AbstractModel):
|
|
|
2396
2396
|
|
|
2397
2397
|
@property
|
|
2398
2398
|
def InputParameter(self):
|
|
2399
|
-
r"""
|
|
2399
|
+
r"""<p>入参</p>
|
|
2400
2400
|
:rtype: list of InputParameter
|
|
2401
2401
|
"""
|
|
2402
2402
|
return self._InputParameter
|
|
@@ -2407,7 +2407,7 @@ class CompliancePackRule(AbstractModel):
|
|
|
2407
2407
|
|
|
2408
2408
|
@property
|
|
2409
2409
|
def Identifier(self):
|
|
2410
|
-
r"""
|
|
2410
|
+
r"""<p>规则身份标识</p>
|
|
2411
2411
|
:rtype: str
|
|
2412
2412
|
"""
|
|
2413
2413
|
return self._Identifier
|
|
@@ -2418,7 +2418,7 @@ class CompliancePackRule(AbstractModel):
|
|
|
2418
2418
|
|
|
2419
2419
|
@property
|
|
2420
2420
|
def Description(self):
|
|
2421
|
-
r"""
|
|
2421
|
+
r"""<p>描述</p>
|
|
2422
2422
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2423
2423
|
:rtype: str
|
|
2424
2424
|
"""
|
|
@@ -2430,7 +2430,7 @@ class CompliancePackRule(AbstractModel):
|
|
|
2430
2430
|
|
|
2431
2431
|
@property
|
|
2432
2432
|
def ManagedRuleIdentifier(self):
|
|
2433
|
-
r"""
|
|
2433
|
+
r"""<p>预设规则身份标识</p>
|
|
2434
2434
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2435
2435
|
:rtype: str
|
|
2436
2436
|
"""
|
|
@@ -2442,7 +2442,7 @@ class CompliancePackRule(AbstractModel):
|
|
|
2442
2442
|
|
|
2443
2443
|
@property
|
|
2444
2444
|
def ConfigRuleId(self):
|
|
2445
|
-
r"""
|
|
2445
|
+
r"""<p>规则ID</p>
|
|
2446
2446
|
:rtype: str
|
|
2447
2447
|
"""
|
|
2448
2448
|
return self._ConfigRuleId
|
|
@@ -2453,7 +2453,7 @@ class CompliancePackRule(AbstractModel):
|
|
|
2453
2453
|
|
|
2454
2454
|
@property
|
|
2455
2455
|
def CompliancePackId(self):
|
|
2456
|
-
r"""
|
|
2456
|
+
r"""<p>合规包ID</p>
|
|
2457
2457
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2458
2458
|
:rtype: str
|
|
2459
2459
|
"""
|
|
@@ -2744,26 +2744,26 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2744
2744
|
|
|
2745
2745
|
def __init__(self):
|
|
2746
2746
|
r"""
|
|
2747
|
-
:param _Status:
|
|
2747
|
+
:param _Status: <p>合规包状态</p>
|
|
2748
2748
|
:type Status: str
|
|
2749
|
-
:param _CompliancePackId:
|
|
2749
|
+
:param _CompliancePackId: <p>合规包ID</p>
|
|
2750
2750
|
:type CompliancePackId: str
|
|
2751
|
-
:param _Description:
|
|
2751
|
+
:param _Description: <p>描述</p>
|
|
2752
2752
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2753
2753
|
:type Description: str
|
|
2754
|
-
:param _CompliancePackName:
|
|
2754
|
+
:param _CompliancePackName: <p>合规包名称</p>
|
|
2755
2755
|
:type CompliancePackName: str
|
|
2756
|
-
:param _RiskLevel:
|
|
2756
|
+
:param _RiskLevel: <p>风险等级</p>
|
|
2757
2757
|
:type RiskLevel: int
|
|
2758
|
-
:param _ComplianceResult:
|
|
2758
|
+
:param _ComplianceResult: <p>评估结果</p>
|
|
2759
2759
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2760
2760
|
:type ComplianceResult: str
|
|
2761
|
-
:param _CreateTime:
|
|
2761
|
+
:param _CreateTime: <p>创建时间</p>
|
|
2762
2762
|
:type CreateTime: str
|
|
2763
|
-
:param _NoCompliantNames:
|
|
2763
|
+
:param _NoCompliantNames: <p>不合规规则名</p>
|
|
2764
2764
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2765
2765
|
:type NoCompliantNames: list of str
|
|
2766
|
-
:param _RuleCount:
|
|
2766
|
+
:param _RuleCount: <p>合规包规则数</p>
|
|
2767
2767
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2768
2768
|
:type RuleCount: int
|
|
2769
2769
|
"""
|
|
@@ -2779,7 +2779,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2779
2779
|
|
|
2780
2780
|
@property
|
|
2781
2781
|
def Status(self):
|
|
2782
|
-
r"""
|
|
2782
|
+
r"""<p>合规包状态</p>
|
|
2783
2783
|
:rtype: str
|
|
2784
2784
|
"""
|
|
2785
2785
|
return self._Status
|
|
@@ -2790,7 +2790,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2790
2790
|
|
|
2791
2791
|
@property
|
|
2792
2792
|
def CompliancePackId(self):
|
|
2793
|
-
r"""
|
|
2793
|
+
r"""<p>合规包ID</p>
|
|
2794
2794
|
:rtype: str
|
|
2795
2795
|
"""
|
|
2796
2796
|
return self._CompliancePackId
|
|
@@ -2801,7 +2801,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2801
2801
|
|
|
2802
2802
|
@property
|
|
2803
2803
|
def Description(self):
|
|
2804
|
-
r"""
|
|
2804
|
+
r"""<p>描述</p>
|
|
2805
2805
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2806
2806
|
:rtype: str
|
|
2807
2807
|
"""
|
|
@@ -2813,7 +2813,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2813
2813
|
|
|
2814
2814
|
@property
|
|
2815
2815
|
def CompliancePackName(self):
|
|
2816
|
-
r"""
|
|
2816
|
+
r"""<p>合规包名称</p>
|
|
2817
2817
|
:rtype: str
|
|
2818
2818
|
"""
|
|
2819
2819
|
return self._CompliancePackName
|
|
@@ -2824,7 +2824,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2824
2824
|
|
|
2825
2825
|
@property
|
|
2826
2826
|
def RiskLevel(self):
|
|
2827
|
-
r"""
|
|
2827
|
+
r"""<p>风险等级</p>
|
|
2828
2828
|
:rtype: int
|
|
2829
2829
|
"""
|
|
2830
2830
|
return self._RiskLevel
|
|
@@ -2835,7 +2835,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2835
2835
|
|
|
2836
2836
|
@property
|
|
2837
2837
|
def ComplianceResult(self):
|
|
2838
|
-
r"""
|
|
2838
|
+
r"""<p>评估结果</p>
|
|
2839
2839
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2840
2840
|
:rtype: str
|
|
2841
2841
|
"""
|
|
@@ -2847,7 +2847,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2847
2847
|
|
|
2848
2848
|
@property
|
|
2849
2849
|
def CreateTime(self):
|
|
2850
|
-
r"""
|
|
2850
|
+
r"""<p>创建时间</p>
|
|
2851
2851
|
:rtype: str
|
|
2852
2852
|
"""
|
|
2853
2853
|
return self._CreateTime
|
|
@@ -2858,7 +2858,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2858
2858
|
|
|
2859
2859
|
@property
|
|
2860
2860
|
def NoCompliantNames(self):
|
|
2861
|
-
r"""
|
|
2861
|
+
r"""<p>不合规规则名</p>
|
|
2862
2862
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2863
2863
|
:rtype: list of str
|
|
2864
2864
|
"""
|
|
@@ -2870,7 +2870,7 @@ class ConfigCompliancePack(AbstractModel):
|
|
|
2870
2870
|
|
|
2871
2871
|
@property
|
|
2872
2872
|
def RuleCount(self):
|
|
2873
|
-
r"""
|
|
2873
|
+
r"""<p>合规包规则数</p>
|
|
2874
2874
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2875
2875
|
:rtype: int
|
|
2876
2876
|
"""
|
|
@@ -5902,14 +5902,14 @@ class DescribeSystemCompliancePackRequest(AbstractModel):
|
|
|
5902
5902
|
|
|
5903
5903
|
def __init__(self):
|
|
5904
5904
|
r"""
|
|
5905
|
-
:param _CompliancePackId:
|
|
5905
|
+
:param _CompliancePackId: <p>合规包ID</p>
|
|
5906
5906
|
:type CompliancePackId: str
|
|
5907
5907
|
"""
|
|
5908
5908
|
self._CompliancePackId = None
|
|
5909
5909
|
|
|
5910
5910
|
@property
|
|
5911
5911
|
def CompliancePackId(self):
|
|
5912
|
-
r"""
|
|
5912
|
+
r"""<p>合规包ID</p>
|
|
5913
5913
|
:rtype: str
|
|
5914
5914
|
"""
|
|
5915
5915
|
return self._CompliancePackId
|
|
@@ -5938,15 +5938,15 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
|
|
|
5938
5938
|
|
|
5939
5939
|
def __init__(self):
|
|
5940
5940
|
r"""
|
|
5941
|
-
:param _CompliancePackId:
|
|
5941
|
+
:param _CompliancePackId: <p>合规包ID</p>
|
|
5942
5942
|
:type CompliancePackId: str
|
|
5943
|
-
:param _CompliancePackName:
|
|
5943
|
+
:param _CompliancePackName: <p>合规包名称</p>
|
|
5944
5944
|
:type CompliancePackName: str
|
|
5945
|
-
:param _Description:
|
|
5945
|
+
:param _Description: <p>合规包描述</p>
|
|
5946
5946
|
:type Description: str
|
|
5947
|
-
:param _RiskLevel:
|
|
5947
|
+
:param _RiskLevel: <p>风险等级</p>
|
|
5948
5948
|
:type RiskLevel: int
|
|
5949
|
-
:param _ConfigRules:
|
|
5949
|
+
:param _ConfigRules: <p>合规包规则列表</p>
|
|
5950
5950
|
:type ConfigRules: list of CompliancePackRuleForManage
|
|
5951
5951
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5952
5952
|
:type RequestId: str
|
|
@@ -5960,7 +5960,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
|
|
|
5960
5960
|
|
|
5961
5961
|
@property
|
|
5962
5962
|
def CompliancePackId(self):
|
|
5963
|
-
r"""
|
|
5963
|
+
r"""<p>合规包ID</p>
|
|
5964
5964
|
:rtype: str
|
|
5965
5965
|
"""
|
|
5966
5966
|
return self._CompliancePackId
|
|
@@ -5971,7 +5971,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
|
|
|
5971
5971
|
|
|
5972
5972
|
@property
|
|
5973
5973
|
def CompliancePackName(self):
|
|
5974
|
-
r"""
|
|
5974
|
+
r"""<p>合规包名称</p>
|
|
5975
5975
|
:rtype: str
|
|
5976
5976
|
"""
|
|
5977
5977
|
return self._CompliancePackName
|
|
@@ -5982,7 +5982,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
|
|
|
5982
5982
|
|
|
5983
5983
|
@property
|
|
5984
5984
|
def Description(self):
|
|
5985
|
-
r"""
|
|
5985
|
+
r"""<p>合规包描述</p>
|
|
5986
5986
|
:rtype: str
|
|
5987
5987
|
"""
|
|
5988
5988
|
return self._Description
|
|
@@ -5993,7 +5993,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
|
|
|
5993
5993
|
|
|
5994
5994
|
@property
|
|
5995
5995
|
def RiskLevel(self):
|
|
5996
|
-
r"""
|
|
5996
|
+
r"""<p>风险等级</p>
|
|
5997
5997
|
:rtype: int
|
|
5998
5998
|
"""
|
|
5999
5999
|
return self._RiskLevel
|
|
@@ -6004,7 +6004,7 @@ class DescribeSystemCompliancePackResponse(AbstractModel):
|
|
|
6004
6004
|
|
|
6005
6005
|
@property
|
|
6006
6006
|
def ConfigRules(self):
|
|
6007
|
-
r"""
|
|
6007
|
+
r"""<p>合规包规则列表</p>
|
|
6008
6008
|
:rtype: list of CompliancePackRuleForManage
|
|
6009
6009
|
"""
|
|
6010
6010
|
return self._ConfigRules
|
|
@@ -7807,14 +7807,17 @@ class ListAlarmPolicyRequest(AbstractModel):
|
|
|
7807
7807
|
|
|
7808
7808
|
def __init__(self):
|
|
7809
7809
|
r"""
|
|
7810
|
-
:param _Offset:
|
|
7810
|
+
:param _Offset: <p>页码</p>
|
|
7811
7811
|
:type Offset: int
|
|
7812
|
+
:param _Limit: <p>每页展示数量</p>
|
|
7813
|
+
:type Limit: int
|
|
7812
7814
|
"""
|
|
7813
7815
|
self._Offset = None
|
|
7816
|
+
self._Limit = None
|
|
7814
7817
|
|
|
7815
7818
|
@property
|
|
7816
7819
|
def Offset(self):
|
|
7817
|
-
r"""
|
|
7820
|
+
r"""<p>页码</p>
|
|
7818
7821
|
:rtype: int
|
|
7819
7822
|
"""
|
|
7820
7823
|
return self._Offset
|
|
@@ -7823,9 +7826,21 @@ class ListAlarmPolicyRequest(AbstractModel):
|
|
|
7823
7826
|
def Offset(self, Offset):
|
|
7824
7827
|
self._Offset = Offset
|
|
7825
7828
|
|
|
7829
|
+
@property
|
|
7830
|
+
def Limit(self):
|
|
7831
|
+
r"""<p>每页展示数量</p>
|
|
7832
|
+
:rtype: int
|
|
7833
|
+
"""
|
|
7834
|
+
return self._Limit
|
|
7835
|
+
|
|
7836
|
+
@Limit.setter
|
|
7837
|
+
def Limit(self, Limit):
|
|
7838
|
+
self._Limit = Limit
|
|
7839
|
+
|
|
7826
7840
|
|
|
7827
7841
|
def _deserialize(self, params):
|
|
7828
7842
|
self._Offset = params.get("Offset")
|
|
7843
|
+
self._Limit = params.get("Limit")
|
|
7829
7844
|
memeber_set = set(params.keys())
|
|
7830
7845
|
for name, value in vars(self).items():
|
|
7831
7846
|
property_name = name[1:]
|
|
@@ -7843,9 +7858,9 @@ class ListAlarmPolicyResponse(AbstractModel):
|
|
|
7843
7858
|
|
|
7844
7859
|
def __init__(self):
|
|
7845
7860
|
r"""
|
|
7846
|
-
:param _Total:
|
|
7861
|
+
:param _Total: <p>返回记录的数量</p>
|
|
7847
7862
|
:type Total: int
|
|
7848
|
-
:param _AlarmPolicyList:
|
|
7863
|
+
:param _AlarmPolicyList: <p>告警策略返回值</p>
|
|
7849
7864
|
:type AlarmPolicyList: list of AlarmPolicyRsp
|
|
7850
7865
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7851
7866
|
:type RequestId: str
|
|
@@ -7856,7 +7871,7 @@ class ListAlarmPolicyResponse(AbstractModel):
|
|
|
7856
7871
|
|
|
7857
7872
|
@property
|
|
7858
7873
|
def Total(self):
|
|
7859
|
-
r"""
|
|
7874
|
+
r"""<p>返回记录的数量</p>
|
|
7860
7875
|
:rtype: int
|
|
7861
7876
|
"""
|
|
7862
7877
|
return self._Total
|
|
@@ -7867,7 +7882,7 @@ class ListAlarmPolicyResponse(AbstractModel):
|
|
|
7867
7882
|
|
|
7868
7883
|
@property
|
|
7869
7884
|
def AlarmPolicyList(self):
|
|
7870
|
-
r"""
|
|
7885
|
+
r"""<p>告警策略返回值</p>
|
|
7871
7886
|
:rtype: list of AlarmPolicyRsp
|
|
7872
7887
|
"""
|
|
7873
7888
|
return self._AlarmPolicyList
|
|
@@ -9703,7 +9718,7 @@ class RemediationExecutions(AbstractModel):
|
|
|
9703
9718
|
|
|
9704
9719
|
|
|
9705
9720
|
class ResourceListInfo(AbstractModel):
|
|
9706
|
-
r"""
|
|
9721
|
+
r"""资源列表信息
|
|
9707
9722
|
|
|
9708
9723
|
"""
|
|
9709
9724
|
|
|
@@ -10342,46 +10357,46 @@ class SystemConfigRule(AbstractModel):
|
|
|
10342
10357
|
|
|
10343
10358
|
def __init__(self):
|
|
10344
10359
|
r"""
|
|
10345
|
-
:param _Identifier:
|
|
10360
|
+
:param _Identifier: <p>规则标识</p>
|
|
10346
10361
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10347
10362
|
:type Identifier: str
|
|
10348
|
-
:param _RuleName:
|
|
10363
|
+
:param _RuleName: <p>规则名</p>
|
|
10349
10364
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10350
10365
|
:type RuleName: str
|
|
10351
|
-
:param _InputParameter:
|
|
10366
|
+
:param _InputParameter: <p>规则参数</p>
|
|
10352
10367
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10353
10368
|
:type InputParameter: list of InputParameterForManage
|
|
10354
|
-
:param _SourceCondition:
|
|
10369
|
+
:param _SourceCondition: <p>规则触发条件</p>
|
|
10355
10370
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10356
10371
|
:type SourceCondition: list of SourceConditionForManage
|
|
10357
|
-
:param _ResourceType:
|
|
10372
|
+
:param _ResourceType: <p>支持的资源类型</p>
|
|
10358
10373
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10359
10374
|
:type ResourceType: list of str
|
|
10360
|
-
:param _Label:
|
|
10375
|
+
:param _Label: <p>标签</p>
|
|
10361
10376
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10362
10377
|
:type Label: list of str
|
|
10363
|
-
:param _RiskLevel:
|
|
10378
|
+
:param _RiskLevel: <p>风险等级,1,2,3</p>
|
|
10364
10379
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10365
10380
|
:type RiskLevel: int
|
|
10366
|
-
:param _ServiceFunction:
|
|
10381
|
+
:param _ServiceFunction: <p>对应的函数</p>
|
|
10367
10382
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10368
10383
|
:type ServiceFunction: str
|
|
10369
|
-
:param _CreateTime:
|
|
10384
|
+
:param _CreateTime: <p>创建时间</p>
|
|
10370
10385
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10371
10386
|
:type CreateTime: str
|
|
10372
|
-
:param _UpdateTime:
|
|
10387
|
+
:param _UpdateTime: <p>更新时间</p>
|
|
10373
10388
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10374
10389
|
:type UpdateTime: str
|
|
10375
|
-
:param _TriggerType:
|
|
10390
|
+
:param _TriggerType: <p>触发类型</p>
|
|
10376
10391
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10377
10392
|
:type TriggerType: list of str
|
|
10378
|
-
:param _Description:
|
|
10393
|
+
:param _Description: <p>描述</p>
|
|
10379
10394
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10380
10395
|
:type Description: str
|
|
10381
|
-
:param _ReferenceCount:
|
|
10396
|
+
:param _ReferenceCount: <p>使用次数</p>
|
|
10382
10397
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10383
10398
|
:type ReferenceCount: int
|
|
10384
|
-
:param _IdentifierType:
|
|
10399
|
+
:param _IdentifierType: <p>规则类型</p>
|
|
10385
10400
|
:type IdentifierType: str
|
|
10386
10401
|
"""
|
|
10387
10402
|
self._Identifier = None
|
|
@@ -10401,7 +10416,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10401
10416
|
|
|
10402
10417
|
@property
|
|
10403
10418
|
def Identifier(self):
|
|
10404
|
-
r"""
|
|
10419
|
+
r"""<p>规则标识</p>
|
|
10405
10420
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10406
10421
|
:rtype: str
|
|
10407
10422
|
"""
|
|
@@ -10413,7 +10428,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10413
10428
|
|
|
10414
10429
|
@property
|
|
10415
10430
|
def RuleName(self):
|
|
10416
|
-
r"""
|
|
10431
|
+
r"""<p>规则名</p>
|
|
10417
10432
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10418
10433
|
:rtype: str
|
|
10419
10434
|
"""
|
|
@@ -10425,7 +10440,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10425
10440
|
|
|
10426
10441
|
@property
|
|
10427
10442
|
def InputParameter(self):
|
|
10428
|
-
r"""
|
|
10443
|
+
r"""<p>规则参数</p>
|
|
10429
10444
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10430
10445
|
:rtype: list of InputParameterForManage
|
|
10431
10446
|
"""
|
|
@@ -10437,7 +10452,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10437
10452
|
|
|
10438
10453
|
@property
|
|
10439
10454
|
def SourceCondition(self):
|
|
10440
|
-
r"""
|
|
10455
|
+
r"""<p>规则触发条件</p>
|
|
10441
10456
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10442
10457
|
:rtype: list of SourceConditionForManage
|
|
10443
10458
|
"""
|
|
@@ -10449,7 +10464,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10449
10464
|
|
|
10450
10465
|
@property
|
|
10451
10466
|
def ResourceType(self):
|
|
10452
|
-
r"""
|
|
10467
|
+
r"""<p>支持的资源类型</p>
|
|
10453
10468
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10454
10469
|
:rtype: list of str
|
|
10455
10470
|
"""
|
|
@@ -10461,7 +10476,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10461
10476
|
|
|
10462
10477
|
@property
|
|
10463
10478
|
def Label(self):
|
|
10464
|
-
r"""
|
|
10479
|
+
r"""<p>标签</p>
|
|
10465
10480
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10466
10481
|
:rtype: list of str
|
|
10467
10482
|
"""
|
|
@@ -10473,7 +10488,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10473
10488
|
|
|
10474
10489
|
@property
|
|
10475
10490
|
def RiskLevel(self):
|
|
10476
|
-
r"""
|
|
10491
|
+
r"""<p>风险等级,1,2,3</p>
|
|
10477
10492
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10478
10493
|
:rtype: int
|
|
10479
10494
|
"""
|
|
@@ -10485,7 +10500,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10485
10500
|
|
|
10486
10501
|
@property
|
|
10487
10502
|
def ServiceFunction(self):
|
|
10488
|
-
r"""
|
|
10503
|
+
r"""<p>对应的函数</p>
|
|
10489
10504
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10490
10505
|
:rtype: str
|
|
10491
10506
|
"""
|
|
@@ -10497,7 +10512,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10497
10512
|
|
|
10498
10513
|
@property
|
|
10499
10514
|
def CreateTime(self):
|
|
10500
|
-
r"""
|
|
10515
|
+
r"""<p>创建时间</p>
|
|
10501
10516
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10502
10517
|
:rtype: str
|
|
10503
10518
|
"""
|
|
@@ -10509,7 +10524,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10509
10524
|
|
|
10510
10525
|
@property
|
|
10511
10526
|
def UpdateTime(self):
|
|
10512
|
-
r"""
|
|
10527
|
+
r"""<p>更新时间</p>
|
|
10513
10528
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10514
10529
|
:rtype: str
|
|
10515
10530
|
"""
|
|
@@ -10521,7 +10536,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10521
10536
|
|
|
10522
10537
|
@property
|
|
10523
10538
|
def TriggerType(self):
|
|
10524
|
-
r"""
|
|
10539
|
+
r"""<p>触发类型</p>
|
|
10525
10540
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10526
10541
|
:rtype: list of str
|
|
10527
10542
|
"""
|
|
@@ -10533,7 +10548,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10533
10548
|
|
|
10534
10549
|
@property
|
|
10535
10550
|
def Description(self):
|
|
10536
|
-
r"""
|
|
10551
|
+
r"""<p>描述</p>
|
|
10537
10552
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10538
10553
|
:rtype: str
|
|
10539
10554
|
"""
|
|
@@ -10545,7 +10560,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10545
10560
|
|
|
10546
10561
|
@property
|
|
10547
10562
|
def ReferenceCount(self):
|
|
10548
|
-
r"""
|
|
10563
|
+
r"""<p>使用次数</p>
|
|
10549
10564
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10550
10565
|
:rtype: int
|
|
10551
10566
|
"""
|
|
@@ -10557,7 +10572,7 @@ class SystemConfigRule(AbstractModel):
|
|
|
10557
10572
|
|
|
10558
10573
|
@property
|
|
10559
10574
|
def IdentifierType(self):
|
|
10560
|
-
r"""
|
|
10575
|
+
r"""<p>规则类型</p>
|
|
10561
10576
|
:rtype: str
|
|
10562
10577
|
"""
|
|
10563
10578
|
return self._IdentifierType
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-config
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.100
|
|
4
4
|
Summary: Tencent Cloud Config SDK for Python
|
|
5
5
|
Home-page: https://github.com/TencentCloud/tencentcloud-sdk-python
|
|
6
6
|
Author: Tencent Cloud
|
|
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 2.7
|
|
|
15
15
|
Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.6
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.7
|
|
18
|
-
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.
|
|
18
|
+
Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.100
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.78
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|