tencentcloud-sdk-python-csip 3.1.129__tar.gz → 3.1.132__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_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/PKG-INFO +2 -2
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/setup.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud/__init__.py +1 -1
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud/csip/v20221121/models.py +15 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud_sdk_python_csip.egg-info/PKG-INFO +2 -2
- tencentcloud_sdk_python_csip-3.1.132/tencentcloud_sdk_python_csip.egg-info/requires.txt +1 -0
- tencentcloud_sdk_python_csip-3.1.129/tencentcloud_sdk_python_csip.egg-info/requires.txt +0 -1
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/README.rst +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/setup.cfg +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud/csip/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud/csip/v20221121/__init__.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud/csip/v20221121/csip_client.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud/csip/v20221121/csip_client_async.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud/csip/v20221121/errorcodes.py +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud_sdk_python_csip.egg-info/SOURCES.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud_sdk_python_csip.egg-info/dependency_links.txt +0 -0
- {tencentcloud_sdk_python_csip-3.1.129 → tencentcloud_sdk_python_csip-3.1.132}/tencentcloud_sdk_python_csip.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.132
|
|
4
4
|
Summary: Tencent Cloud Csip 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.132
|
|
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-csip',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common>=3.1.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common>=3.1.132,<4.0.0"],
|
|
12
12
|
|
|
13
13
|
version=tencentcloud.__version__,
|
|
14
14
|
description='Tencent Cloud Csip SDK for Python',
|
|
@@ -14587,10 +14587,13 @@ class CosBucketId(AbstractModel):
|
|
|
14587
14587
|
r"""
|
|
14588
14588
|
:param _AppId: appid
|
|
14589
14589
|
:type AppId: str
|
|
14590
|
+
:param _IsAutoMonitor:
|
|
14591
|
+
:type IsAutoMonitor: int
|
|
14590
14592
|
:param _BucketIdSet: bucket id集合
|
|
14591
14593
|
:type BucketIdSet: list of str
|
|
14592
14594
|
"""
|
|
14593
14595
|
self._AppId = None
|
|
14596
|
+
self._IsAutoMonitor = None
|
|
14594
14597
|
self._BucketIdSet = None
|
|
14595
14598
|
|
|
14596
14599
|
@property
|
|
@@ -14604,6 +14607,17 @@ class CosBucketId(AbstractModel):
|
|
|
14604
14607
|
def AppId(self, AppId):
|
|
14605
14608
|
self._AppId = AppId
|
|
14606
14609
|
|
|
14610
|
+
@property
|
|
14611
|
+
def IsAutoMonitor(self):
|
|
14612
|
+
r"""
|
|
14613
|
+
:rtype: int
|
|
14614
|
+
"""
|
|
14615
|
+
return self._IsAutoMonitor
|
|
14616
|
+
|
|
14617
|
+
@IsAutoMonitor.setter
|
|
14618
|
+
def IsAutoMonitor(self, IsAutoMonitor):
|
|
14619
|
+
self._IsAutoMonitor = IsAutoMonitor
|
|
14620
|
+
|
|
14607
14621
|
@property
|
|
14608
14622
|
def BucketIdSet(self):
|
|
14609
14623
|
r"""bucket id集合
|
|
@@ -14618,6 +14632,7 @@ class CosBucketId(AbstractModel):
|
|
|
14618
14632
|
|
|
14619
14633
|
def _deserialize(self, params):
|
|
14620
14634
|
self._AppId = params.get("AppId")
|
|
14635
|
+
self._IsAutoMonitor = params.get("IsAutoMonitor")
|
|
14621
14636
|
self._BucketIdSet = params.get("BucketIdSet")
|
|
14622
14637
|
memeber_set = set(params.keys())
|
|
14623
14638
|
for name, value in vars(self).items():
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: tencentcloud-sdk-python-csip
|
|
3
|
-
Version: 3.1.
|
|
3
|
+
Version: 3.1.132
|
|
4
4
|
Summary: Tencent Cloud Csip 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.132
|
|
19
19
|
|
|
20
20
|
============================
|
|
21
21
|
Tencent Cloud SDK for Python
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common<4.0.0,>=3.1.132
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common<4.0.0,>=3.1.129
|
|
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
|