tencentcloud-sdk-python-cfw 3.1.51__tar.gz → 3.1.69__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.
Files changed (17) hide show
  1. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/models.py +60 -0
  5. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cfw-3.1.69/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cfw-3.1.51/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
  13. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/cfw_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cfw-3.1.51 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud_sdk_python_cfw.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.1.51
3
+ Version: 3.1.69
4
4
  Summary: Tencent Cloud Cfw 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.51
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.69
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-cfw',
11
- install_requires=["tencentcloud-sdk-python-common>=3.1.51,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.69,<4.0.0"],
12
12
 
13
13
  version=tencentcloud.__version__,
14
14
  description='Tencent Cloud Cfw SDK for Python',
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.1.51'
17
+ __version__ = '3.1.69'
@@ -6869,6 +6869,10 @@ class DescAcItem(AbstractModel):
6869
6869
  :type CreateTime: str
6870
6870
  :param _UpdateTime: 规则最近更新时间
6871
6871
  :type UpdateTime: str
6872
+ :param _DestValueType: 目的值的类型,与TargetType或DestType所代表的目的类型含义有所不同,如目的类型是template,但template分ip模板和域名模板,故需通过DestValueType进一步区分
6873
+ :type DestValueType: str
6874
+ :param _RulePartition: 规则分区,1最前分区,2中间分区,3最后分区
6875
+ :type RulePartition: int
6872
6876
  """
6873
6877
  self._SourceContent = None
6874
6878
  self._TargetContent = None
@@ -6907,6 +6911,8 @@ class DescAcItem(AbstractModel):
6907
6911
  self._CityKey = None
6908
6912
  self._CreateTime = None
6909
6913
  self._UpdateTime = None
6914
+ self._DestValueType = None
6915
+ self._RulePartition = None
6910
6916
 
6911
6917
  @property
6912
6918
  def SourceContent(self):
@@ -7316,6 +7322,28 @@ class DescAcItem(AbstractModel):
7316
7322
  def UpdateTime(self, UpdateTime):
7317
7323
  self._UpdateTime = UpdateTime
7318
7324
 
7325
+ @property
7326
+ def DestValueType(self):
7327
+ r"""目的值的类型,与TargetType或DestType所代表的目的类型含义有所不同,如目的类型是template,但template分ip模板和域名模板,故需通过DestValueType进一步区分
7328
+ :rtype: str
7329
+ """
7330
+ return self._DestValueType
7331
+
7332
+ @DestValueType.setter
7333
+ def DestValueType(self, DestValueType):
7334
+ self._DestValueType = DestValueType
7335
+
7336
+ @property
7337
+ def RulePartition(self):
7338
+ r"""规则分区,1最前分区,2中间分区,3最后分区
7339
+ :rtype: int
7340
+ """
7341
+ return self._RulePartition
7342
+
7343
+ @RulePartition.setter
7344
+ def RulePartition(self, RulePartition):
7345
+ self._RulePartition = RulePartition
7346
+
7319
7347
 
7320
7348
  def _deserialize(self, params):
7321
7349
  self._SourceContent = params.get("SourceContent")
@@ -7360,6 +7388,8 @@ class DescAcItem(AbstractModel):
7360
7388
  self._CityKey = params.get("CityKey")
7361
7389
  self._CreateTime = params.get("CreateTime")
7362
7390
  self._UpdateTime = params.get("UpdateTime")
7391
+ self._DestValueType = params.get("DestValueType")
7392
+ self._RulePartition = params.get("RulePartition")
7363
7393
  memeber_set = set(params.keys())
7364
7394
  for name, value in vars(self).items():
7365
7395
  property_name = name[1:]
@@ -30076,6 +30106,10 @@ log:观察
30076
30106
  :type CreateTime: str
30077
30107
  :param _UpdateTime: 规则最近更新时间
30078
30108
  :type UpdateTime: str
30109
+ :param _DestValueType: 目的值的类型,与TargetType或DestType所代表的目的类型含义有所不同,如目的类型是template,但template分ip模板和域名模板,故需通过DestValueType进一步区分
30110
+ :type DestValueType: str
30111
+ :param _RulePartition: 规则分区,1最前分区,2中间分区,3最后分区,增删改查规则时无需传入此参数
30112
+ :type RulePartition: int
30079
30113
  """
30080
30114
  self._SourceContent = None
30081
30115
  self._SourceType = None
@@ -30104,6 +30138,8 @@ log:观察
30104
30138
  self._Invalid = None
30105
30139
  self._CreateTime = None
30106
30140
  self._UpdateTime = None
30141
+ self._DestValueType = None
30142
+ self._RulePartition = None
30107
30143
 
30108
30144
  @property
30109
30145
  def SourceContent(self):
@@ -30423,6 +30459,28 @@ log:观察
30423
30459
  def UpdateTime(self, UpdateTime):
30424
30460
  self._UpdateTime = UpdateTime
30425
30461
 
30462
+ @property
30463
+ def DestValueType(self):
30464
+ r"""目的值的类型,与TargetType或DestType所代表的目的类型含义有所不同,如目的类型是template,但template分ip模板和域名模板,故需通过DestValueType进一步区分
30465
+ :rtype: str
30466
+ """
30467
+ return self._DestValueType
30468
+
30469
+ @DestValueType.setter
30470
+ def DestValueType(self, DestValueType):
30471
+ self._DestValueType = DestValueType
30472
+
30473
+ @property
30474
+ def RulePartition(self):
30475
+ r"""规则分区,1最前分区,2中间分区,3最后分区,增删改查规则时无需传入此参数
30476
+ :rtype: int
30477
+ """
30478
+ return self._RulePartition
30479
+
30480
+ @RulePartition.setter
30481
+ def RulePartition(self, RulePartition):
30482
+ self._RulePartition = RulePartition
30483
+
30426
30484
 
30427
30485
  def _deserialize(self, params):
30428
30486
  self._SourceContent = params.get("SourceContent")
@@ -30457,6 +30515,8 @@ log:观察
30457
30515
  self._Invalid = params.get("Invalid")
30458
30516
  self._CreateTime = params.get("CreateTime")
30459
30517
  self._UpdateTime = params.get("UpdateTime")
30518
+ self._DestValueType = params.get("DestValueType")
30519
+ self._RulePartition = params.get("RulePartition")
30460
30520
  memeber_set = set(params.keys())
30461
30521
  for name, value in vars(self).items():
30462
30522
  property_name = name[1:]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.1.51
3
+ Version: 3.1.69
4
4
  Summary: Tencent Cloud Cfw 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.51
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.69
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.69
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.51