tencentcloud-sdk-python-igtm 3.1.114__tar.gz → 3.1.177__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_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/setup.py +1 -1
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud/igtm/v20231024/models.py +34 -34
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud_sdk_python_igtm.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_igtm-3.1.177/tencentcloud_sdk_python_igtm.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_igtm-3.1.114/tencentcloud_sdk_python_igtm.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/README.rst +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/setup.cfg +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud/igtm/__init__.py +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud/igtm/v20231024/__init__.py +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud/igtm/v20231024/errorcodes.py +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud/igtm/v20231024/igtm_client.py +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud/igtm/v20231024/igtm_client_async.py +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud_sdk_python_igtm.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud_sdk_python_igtm.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_igtm-3.1.114 → tencentcloud_sdk_python_igtm-3.1.177}/tencentcloud_sdk_python_igtm.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-igtm
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.177
|
|
4
4
|
Summary: Tencent Cloud Igtm 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.177
|
|
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-igtm',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.177,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Igtm SDK for Python',
|
|
@@ -2092,11 +2092,11 @@ class DescribeAddressPoolListRequest(AbstractModel):
|
|
|
2092
2092
|
|
|
2093
2093
|
def __init__(self):
|
|
2094
2094
|
r"""
|
|
2095
|
-
:param _Filters:
|
|
2095
|
+
:param _Filters: <p>告警过滤条件:PoolName:地址池名称;MonitorId:监控器id</p>
|
|
2096
2096
|
:type Filters: list of ResourceFilter
|
|
2097
|
-
:param _Offset:
|
|
2097
|
+
:param _Offset: <p>页数</p>
|
|
2098
2098
|
:type Offset: int
|
|
2099
|
-
:param _Limit:
|
|
2099
|
+
:param _Limit: <p>每页数</p>
|
|
2100
2100
|
:type Limit: int
|
|
2101
2101
|
"""
|
|
2102
2102
|
self._Filters = None
|
|
@@ -2105,7 +2105,7 @@ class DescribeAddressPoolListRequest(AbstractModel):
|
|
|
2105
2105
|
|
|
2106
2106
|
@property
|
|
2107
2107
|
def Filters(self):
|
|
2108
|
-
r"""
|
|
2108
|
+
r"""<p>告警过滤条件:PoolName:地址池名称;MonitorId:监控器id</p>
|
|
2109
2109
|
:rtype: list of ResourceFilter
|
|
2110
2110
|
"""
|
|
2111
2111
|
return self._Filters
|
|
@@ -2116,7 +2116,7 @@ class DescribeAddressPoolListRequest(AbstractModel):
|
|
|
2116
2116
|
|
|
2117
2117
|
@property
|
|
2118
2118
|
def Offset(self):
|
|
2119
|
-
r"""
|
|
2119
|
+
r"""<p>页数</p>
|
|
2120
2120
|
:rtype: int
|
|
2121
2121
|
"""
|
|
2122
2122
|
return self._Offset
|
|
@@ -2127,7 +2127,7 @@ class DescribeAddressPoolListRequest(AbstractModel):
|
|
|
2127
2127
|
|
|
2128
2128
|
@property
|
|
2129
2129
|
def Limit(self):
|
|
2130
|
-
r"""
|
|
2130
|
+
r"""<p>每页数</p>
|
|
2131
2131
|
:rtype: int
|
|
2132
2132
|
"""
|
|
2133
2133
|
return self._Limit
|
|
@@ -2163,9 +2163,9 @@ class DescribeAddressPoolListResponse(AbstractModel):
|
|
|
2163
2163
|
|
|
2164
2164
|
def __init__(self):
|
|
2165
2165
|
r"""
|
|
2166
|
-
:param _AddressPoolSet:
|
|
2166
|
+
:param _AddressPoolSet: <p>资源组列表</p>
|
|
2167
2167
|
:type AddressPoolSet: list of AddressPool
|
|
2168
|
-
:param _TotalCount:
|
|
2168
|
+
:param _TotalCount: <p>总数</p>
|
|
2169
2169
|
:type TotalCount: int
|
|
2170
2170
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2171
2171
|
:type RequestId: str
|
|
@@ -2176,7 +2176,7 @@ class DescribeAddressPoolListResponse(AbstractModel):
|
|
|
2176
2176
|
|
|
2177
2177
|
@property
|
|
2178
2178
|
def AddressPoolSet(self):
|
|
2179
|
-
r"""
|
|
2179
|
+
r"""<p>资源组列表</p>
|
|
2180
2180
|
:rtype: list of AddressPool
|
|
2181
2181
|
"""
|
|
2182
2182
|
return self._AddressPoolSet
|
|
@@ -2187,7 +2187,7 @@ class DescribeAddressPoolListResponse(AbstractModel):
|
|
|
2187
2187
|
|
|
2188
2188
|
@property
|
|
2189
2189
|
def TotalCount(self):
|
|
2190
|
-
r"""
|
|
2190
|
+
r"""<p>总数</p>
|
|
2191
2191
|
:rtype: int
|
|
2192
2192
|
"""
|
|
2193
2193
|
return self._TotalCount
|
|
@@ -2648,14 +2648,14 @@ class DescribeDnsLineListRequest(AbstractModel):
|
|
|
2648
2648
|
|
|
2649
2649
|
def __init__(self):
|
|
2650
2650
|
r"""
|
|
2651
|
-
:param _InstanceId:
|
|
2651
|
+
:param _InstanceId: <p>实例id</p>
|
|
2652
2652
|
:type InstanceId: str
|
|
2653
2653
|
"""
|
|
2654
2654
|
self._InstanceId = None
|
|
2655
2655
|
|
|
2656
2656
|
@property
|
|
2657
2657
|
def InstanceId(self):
|
|
2658
|
-
r"""
|
|
2658
|
+
r"""<p>实例id</p>
|
|
2659
2659
|
:rtype: str
|
|
2660
2660
|
"""
|
|
2661
2661
|
return self._InstanceId
|
|
@@ -2684,7 +2684,7 @@ class DescribeDnsLineListResponse(AbstractModel):
|
|
|
2684
2684
|
|
|
2685
2685
|
def __init__(self):
|
|
2686
2686
|
r"""
|
|
2687
|
-
:param _DnsLineSet:
|
|
2687
|
+
:param _DnsLineSet: <p>地址池列表</p>
|
|
2688
2688
|
:type DnsLineSet: list of GroupLine
|
|
2689
2689
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2690
2690
|
:type RequestId: str
|
|
@@ -2694,7 +2694,7 @@ class DescribeDnsLineListResponse(AbstractModel):
|
|
|
2694
2694
|
|
|
2695
2695
|
@property
|
|
2696
2696
|
def DnsLineSet(self):
|
|
2697
|
-
r"""
|
|
2697
|
+
r"""<p>地址池列表</p>
|
|
2698
2698
|
:rtype: list of GroupLine
|
|
2699
2699
|
"""
|
|
2700
2700
|
return self._DnsLineSet
|
|
@@ -3111,14 +3111,14 @@ class DescribeMonitorDetailRequest(AbstractModel):
|
|
|
3111
3111
|
|
|
3112
3112
|
def __init__(self):
|
|
3113
3113
|
r"""
|
|
3114
|
-
:param _MonitorId:
|
|
3114
|
+
:param _MonitorId: <p>监控器id</p>
|
|
3115
3115
|
:type MonitorId: int
|
|
3116
3116
|
"""
|
|
3117
3117
|
self._MonitorId = None
|
|
3118
3118
|
|
|
3119
3119
|
@property
|
|
3120
3120
|
def MonitorId(self):
|
|
3121
|
-
r"""
|
|
3121
|
+
r"""<p>监控器id</p>
|
|
3122
3122
|
:rtype: int
|
|
3123
3123
|
"""
|
|
3124
3124
|
return self._MonitorId
|
|
@@ -3147,7 +3147,7 @@ class DescribeMonitorDetailResponse(AbstractModel):
|
|
|
3147
3147
|
|
|
3148
3148
|
def __init__(self):
|
|
3149
3149
|
r"""
|
|
3150
|
-
:param _MonitorDetail:
|
|
3150
|
+
:param _MonitorDetail: <p>探测规则</p>
|
|
3151
3151
|
:type MonitorDetail: :class:`tencentcloud.igtm.v20231024.models.MonitorDetail`
|
|
3152
3152
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3153
3153
|
:type RequestId: str
|
|
@@ -3157,7 +3157,7 @@ class DescribeMonitorDetailResponse(AbstractModel):
|
|
|
3157
3157
|
|
|
3158
3158
|
@property
|
|
3159
3159
|
def MonitorDetail(self):
|
|
3160
|
-
r"""
|
|
3160
|
+
r"""<p>探测规则</p>
|
|
3161
3161
|
:rtype: :class:`tencentcloud.igtm.v20231024.models.MonitorDetail`
|
|
3162
3162
|
"""
|
|
3163
3163
|
return self._MonitorDetail
|
|
@@ -3518,13 +3518,13 @@ class DescribeStrategyListRequest(AbstractModel):
|
|
|
3518
3518
|
|
|
3519
3519
|
def __init__(self):
|
|
3520
3520
|
r"""
|
|
3521
|
-
:param _InstanceId:
|
|
3521
|
+
:param _InstanceId: <p>实例 id</p>
|
|
3522
3522
|
:type InstanceId: str
|
|
3523
|
-
:param _Offset:
|
|
3523
|
+
:param _Offset: <p>偏移量</p>
|
|
3524
3524
|
:type Offset: int
|
|
3525
|
-
:param _Limit:
|
|
3525
|
+
:param _Limit: <p>每页条数</p>
|
|
3526
3526
|
:type Limit: int
|
|
3527
|
-
:param _Filters:
|
|
3527
|
+
:param _Filters: <p>策略过滤条件:StrategyName:策略名称</p>
|
|
3528
3528
|
:type Filters: list of ResourceFilter
|
|
3529
3529
|
"""
|
|
3530
3530
|
self._InstanceId = None
|
|
@@ -3534,7 +3534,7 @@ class DescribeStrategyListRequest(AbstractModel):
|
|
|
3534
3534
|
|
|
3535
3535
|
@property
|
|
3536
3536
|
def InstanceId(self):
|
|
3537
|
-
r"""
|
|
3537
|
+
r"""<p>实例 id</p>
|
|
3538
3538
|
:rtype: str
|
|
3539
3539
|
"""
|
|
3540
3540
|
return self._InstanceId
|
|
@@ -3545,7 +3545,7 @@ class DescribeStrategyListRequest(AbstractModel):
|
|
|
3545
3545
|
|
|
3546
3546
|
@property
|
|
3547
3547
|
def Offset(self):
|
|
3548
|
-
r"""
|
|
3548
|
+
r"""<p>偏移量</p>
|
|
3549
3549
|
:rtype: int
|
|
3550
3550
|
"""
|
|
3551
3551
|
return self._Offset
|
|
@@ -3556,7 +3556,7 @@ class DescribeStrategyListRequest(AbstractModel):
|
|
|
3556
3556
|
|
|
3557
3557
|
@property
|
|
3558
3558
|
def Limit(self):
|
|
3559
|
-
r"""
|
|
3559
|
+
r"""<p>每页条数</p>
|
|
3560
3560
|
:rtype: int
|
|
3561
3561
|
"""
|
|
3562
3562
|
return self._Limit
|
|
@@ -3567,7 +3567,7 @@ class DescribeStrategyListRequest(AbstractModel):
|
|
|
3567
3567
|
|
|
3568
3568
|
@property
|
|
3569
3569
|
def Filters(self):
|
|
3570
|
-
r"""
|
|
3570
|
+
r"""<p>策略过滤条件:StrategyName:策略名称</p>
|
|
3571
3571
|
:rtype: list of ResourceFilter
|
|
3572
3572
|
"""
|
|
3573
3573
|
return self._Filters
|
|
@@ -3604,9 +3604,9 @@ class DescribeStrategyListResponse(AbstractModel):
|
|
|
3604
3604
|
|
|
3605
3605
|
def __init__(self):
|
|
3606
3606
|
r"""
|
|
3607
|
-
:param _StrategySet:
|
|
3607
|
+
:param _StrategySet: <p>策略列表</p>
|
|
3608
3608
|
:type StrategySet: list of Strategy
|
|
3609
|
-
:param _TotalCount:
|
|
3609
|
+
:param _TotalCount: <p>总数</p>
|
|
3610
3610
|
:type TotalCount: int
|
|
3611
3611
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3612
3612
|
:type RequestId: str
|
|
@@ -3617,7 +3617,7 @@ class DescribeStrategyListResponse(AbstractModel):
|
|
|
3617
3617
|
|
|
3618
3618
|
@property
|
|
3619
3619
|
def StrategySet(self):
|
|
3620
|
-
r"""
|
|
3620
|
+
r"""<p>策略列表</p>
|
|
3621
3621
|
:rtype: list of Strategy
|
|
3622
3622
|
"""
|
|
3623
3623
|
return self._StrategySet
|
|
@@ -3628,7 +3628,7 @@ class DescribeStrategyListResponse(AbstractModel):
|
|
|
3628
3628
|
|
|
3629
3629
|
@property
|
|
3630
3630
|
def TotalCount(self):
|
|
3631
|
-
r"""
|
|
3631
|
+
r"""<p>总数</p>
|
|
3632
3632
|
:rtype: int
|
|
3633
3633
|
"""
|
|
3634
3634
|
return self._TotalCount
|
|
@@ -6809,8 +6809,8 @@ class ResourceFilter(AbstractModel):
|
|
|
6809
6809
|
def __init__(self):
|
|
6810
6810
|
r"""
|
|
6811
6811
|
:param _Name: 过滤字段名,支持的列表如下:
|
|
6812
|
-
-
|
|
6813
|
-
-
|
|
6812
|
+
- MonitorName:监控器名称。
|
|
6813
|
+
- MonitorId:监控器名称
|
|
6814
6814
|
:type Name: str
|
|
6815
6815
|
:param _Value: 过滤字段值。
|
|
6816
6816
|
|
|
@@ -6826,8 +6826,8 @@ class ResourceFilter(AbstractModel):
|
|
|
6826
6826
|
@property
|
|
6827
6827
|
def Name(self):
|
|
6828
6828
|
r"""过滤字段名,支持的列表如下:
|
|
6829
|
-
-
|
|
6830
|
-
-
|
|
6829
|
+
- MonitorName:监控器名称。
|
|
6830
|
+
- MonitorId:监控器名称
|
|
6831
6831
|
:rtype: str
|
|
6832
6832
|
"""
|
|
6833
6833
|
return self._Name
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-igtm
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.177
|
|
4
4
|
Summary: Tencent Cloud Igtm 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.177
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.177
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.114
|
|
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
|