tencentcloud-sdk-python-waf 3.0.1377__tar.gz → 3.0.1379__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-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/setup.py +1 -1
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud/waf/v20180125/models.py +15 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud_sdk_python_waf.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-waf-3.0.1379/tencentcloud_sdk_python_waf.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-waf-3.0.1377/tencentcloud_sdk_python_waf.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/README.rst +0 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/setup.cfg +0 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud/waf/__init__.py +0 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud/waf/v20180125/__init__.py +0 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud/waf/v20180125/errorcodes.py +0 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud/waf/v20180125/waf_client.py +0 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud_sdk_python_waf.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud_sdk_python_waf.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-waf-3.0.1377 → tencentcloud-sdk-python-waf-3.0.1379}/tencentcloud_sdk_python_waf.egg-info/top_level.txt +0 -0
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-waf',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1379"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Waf SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -27925,6 +27925,8 @@ class InstanceInfo(AbstractModel):
|
|
|
27925
27925
|
:type Last3MaxBandwidth: int
|
|
27926
27926
|
:param _MajorEventsProPkg: 重保增强包
|
|
27927
27927
|
:type MajorEventsProPkg: :class:`tencentcloud.waf.v20180125.models.MajorEventsProPkg`
|
|
27928
|
+
:param _BasicFlag: 1是基础2025版本;0不是
|
|
27929
|
+
:type BasicFlag: int
|
|
27928
27930
|
"""
|
|
27929
27931
|
self._InstanceId = None
|
|
27930
27932
|
self._InstanceName = None
|
|
@@ -27970,6 +27972,7 @@ class InstanceInfo(AbstractModel):
|
|
|
27970
27972
|
self._Last3MaxQPS = None
|
|
27971
27973
|
self._Last3MaxBandwidth = None
|
|
27972
27974
|
self._MajorEventsProPkg = None
|
|
27975
|
+
self._BasicFlag = None
|
|
27973
27976
|
|
|
27974
27977
|
@property
|
|
27975
27978
|
def InstanceId(self):
|
|
@@ -28465,6 +28468,17 @@ class InstanceInfo(AbstractModel):
|
|
|
28465
28468
|
def MajorEventsProPkg(self, MajorEventsProPkg):
|
|
28466
28469
|
self._MajorEventsProPkg = MajorEventsProPkg
|
|
28467
28470
|
|
|
28471
|
+
@property
|
|
28472
|
+
def BasicFlag(self):
|
|
28473
|
+
"""1是基础2025版本;0不是
|
|
28474
|
+
:rtype: int
|
|
28475
|
+
"""
|
|
28476
|
+
return self._BasicFlag
|
|
28477
|
+
|
|
28478
|
+
@BasicFlag.setter
|
|
28479
|
+
def BasicFlag(self, BasicFlag):
|
|
28480
|
+
self._BasicFlag = BasicFlag
|
|
28481
|
+
|
|
28468
28482
|
|
|
28469
28483
|
def _deserialize(self, params):
|
|
28470
28484
|
self._InstanceId = params.get("InstanceId")
|
|
@@ -28533,6 +28547,7 @@ class InstanceInfo(AbstractModel):
|
|
|
28533
28547
|
if params.get("MajorEventsProPkg") is not None:
|
|
28534
28548
|
self._MajorEventsProPkg = MajorEventsProPkg()
|
|
28535
28549
|
self._MajorEventsProPkg._deserialize(params.get("MajorEventsProPkg"))
|
|
28550
|
+
self._BasicFlag = params.get("BasicFlag")
|
|
28536
28551
|
memeber_set = set(params.keys())
|
|
28537
28552
|
for name, value in vars(self).items():
|
|
28538
28553
|
property_name = name[1:]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1379
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1377
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|