tencentcloud-sdk-python-cfw 3.1.32__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.32 → tencentcloud_sdk_python_cfw-3.1.69}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/models.py +120 -0
  5. {tencentcloud_sdk_python_cfw-3.1.32 → 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.32/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
  13. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/cfw_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cfw-3.1.32 → tencentcloud_sdk_python_cfw-3.1.69}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cfw-3.1.32 → 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.32 → 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.32
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.32
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.32,<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.32'
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:]
@@ -16255,6 +16285,10 @@ ANY:表示所有
16255
16285
  :type CreateTime: str
16256
16286
  :param _UpdateTime: 规则最近更新时间
16257
16287
  :type UpdateTime: str
16288
+ :param _RulePartition: 规则分区,1最前分区,2中间分区,3最后分区
16289
+ :type RulePartition: int
16290
+ :param _Scope: 规则生效范围,SG安全组,LH轻量服务器
16291
+ :type Scope: str
16258
16292
  """
16259
16293
  self._OrderIndex = None
16260
16294
  self._RuleUuid = None
@@ -16289,6 +16323,8 @@ ANY:表示所有
16289
16323
  self._DnsParseCount = None
16290
16324
  self._CreateTime = None
16291
16325
  self._UpdateTime = None
16326
+ self._RulePartition = None
16327
+ self._Scope = None
16292
16328
 
16293
16329
  @property
16294
16330
  def OrderIndex(self):
@@ -16691,6 +16727,28 @@ ANY:表示所有
16691
16727
  def UpdateTime(self, UpdateTime):
16692
16728
  self._UpdateTime = UpdateTime
16693
16729
 
16730
+ @property
16731
+ def RulePartition(self):
16732
+ r"""规则分区,1最前分区,2中间分区,3最后分区
16733
+ :rtype: int
16734
+ """
16735
+ return self._RulePartition
16736
+
16737
+ @RulePartition.setter
16738
+ def RulePartition(self, RulePartition):
16739
+ self._RulePartition = RulePartition
16740
+
16741
+ @property
16742
+ def Scope(self):
16743
+ r"""规则生效范围,SG安全组,LH轻量服务器
16744
+ :rtype: str
16745
+ """
16746
+ return self._Scope
16747
+
16748
+ @Scope.setter
16749
+ def Scope(self, Scope):
16750
+ self._Scope = Scope
16751
+
16694
16752
 
16695
16753
  def _deserialize(self, params):
16696
16754
  self._OrderIndex = params.get("OrderIndex")
@@ -16733,6 +16791,8 @@ ANY:表示所有
16733
16791
  self._DnsParseCount._deserialize(params.get("DnsParseCount"))
16734
16792
  self._CreateTime = params.get("CreateTime")
16735
16793
  self._UpdateTime = params.get("UpdateTime")
16794
+ self._RulePartition = params.get("RulePartition")
16795
+ self._Scope = params.get("Scope")
16736
16796
  memeber_set = set(params.keys())
16737
16797
  for name, value in vars(self).items():
16738
16798
  property_name = name[1:]
@@ -26534,6 +26594,8 @@ drop:拒绝
26534
26594
  :type Enable: str
26535
26595
  :param _Uid: 规则对应的唯一内部id
26536
26596
  :type Uid: str
26597
+ :param _Scope: 规则生效范围,SG安全组,LH轻量服务器
26598
+ :type Scope: str
26537
26599
  """
26538
26600
  self._SourceContent = None
26539
26601
  self._SourceType = None
@@ -26548,6 +26610,7 @@ drop:拒绝
26548
26610
  self._Id = None
26549
26611
  self._Enable = None
26550
26612
  self._Uid = None
26613
+ self._Scope = None
26551
26614
 
26552
26615
  @property
26553
26616
  def SourceContent(self):
@@ -26709,6 +26772,17 @@ drop:拒绝
26709
26772
  def Uid(self, Uid):
26710
26773
  self._Uid = Uid
26711
26774
 
26775
+ @property
26776
+ def Scope(self):
26777
+ r"""规则生效范围,SG安全组,LH轻量服务器
26778
+ :rtype: str
26779
+ """
26780
+ return self._Scope
26781
+
26782
+ @Scope.setter
26783
+ def Scope(self, Scope):
26784
+ self._Scope = Scope
26785
+
26712
26786
 
26713
26787
  def _deserialize(self, params):
26714
26788
  self._SourceContent = params.get("SourceContent")
@@ -26724,6 +26798,7 @@ drop:拒绝
26724
26798
  self._Id = params.get("Id")
26725
26799
  self._Enable = params.get("Enable")
26726
26800
  self._Uid = params.get("Uid")
26801
+ self._Scope = params.get("Scope")
26727
26802
  memeber_set = set(params.keys())
26728
26803
  for name, value in vars(self).items():
26729
26804
  property_name = name[1:]
@@ -26765,6 +26840,8 @@ region:地域(ap-gaungzhou)
26765
26840
  :type RuleUuid: int
26766
26841
  :param _Sequence: 规则序号
26767
26842
  :type Sequence: int
26843
+ :param _Scope: 规则生效范围,SG安全组,LH轻量服务器
26844
+ :type Scope: str
26768
26845
  """
26769
26846
  self._SourceContent = None
26770
26847
  self._DestContent = None
@@ -26772,6 +26849,7 @@ region:地域(ap-gaungzhou)
26772
26849
  self._Description = None
26773
26850
  self._RuleUuid = None
26774
26851
  self._Sequence = None
26852
+ self._Scope = None
26775
26853
 
26776
26854
  @property
26777
26855
  def SourceContent(self):
@@ -26851,6 +26929,17 @@ region:地域(ap-gaungzhou)
26851
26929
  def Sequence(self, Sequence):
26852
26930
  self._Sequence = Sequence
26853
26931
 
26932
+ @property
26933
+ def Scope(self):
26934
+ r"""规则生效范围,SG安全组,LH轻量服务器
26935
+ :rtype: str
26936
+ """
26937
+ return self._Scope
26938
+
26939
+ @Scope.setter
26940
+ def Scope(self, Scope):
26941
+ self._Scope = Scope
26942
+
26854
26943
 
26855
26944
  def _deserialize(self, params):
26856
26945
  self._SourceContent = params.get("SourceContent")
@@ -26859,6 +26948,7 @@ region:地域(ap-gaungzhou)
26859
26948
  self._Description = params.get("Description")
26860
26949
  self._RuleUuid = params.get("RuleUuid")
26861
26950
  self._Sequence = params.get("Sequence")
26951
+ self._Scope = params.get("Scope")
26862
26952
  memeber_set = set(params.keys())
26863
26953
  for name, value in vars(self).items():
26864
26954
  property_name = name[1:]
@@ -30016,6 +30106,10 @@ log:观察
30016
30106
  :type CreateTime: str
30017
30107
  :param _UpdateTime: 规则最近更新时间
30018
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
30019
30113
  """
30020
30114
  self._SourceContent = None
30021
30115
  self._SourceType = None
@@ -30044,6 +30138,8 @@ log:观察
30044
30138
  self._Invalid = None
30045
30139
  self._CreateTime = None
30046
30140
  self._UpdateTime = None
30141
+ self._DestValueType = None
30142
+ self._RulePartition = None
30047
30143
 
30048
30144
  @property
30049
30145
  def SourceContent(self):
@@ -30363,6 +30459,28 @@ log:观察
30363
30459
  def UpdateTime(self, UpdateTime):
30364
30460
  self._UpdateTime = UpdateTime
30365
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
+
30366
30484
 
30367
30485
  def _deserialize(self, params):
30368
30486
  self._SourceContent = params.get("SourceContent")
@@ -30397,6 +30515,8 @@ log:观察
30397
30515
  self._Invalid = params.get("Invalid")
30398
30516
  self._CreateTime = params.get("CreateTime")
30399
30517
  self._UpdateTime = params.get("UpdateTime")
30518
+ self._DestValueType = params.get("DestValueType")
30519
+ self._RulePartition = params.get("RulePartition")
30400
30520
  memeber_set = set(params.keys())
30401
30521
  for name, value in vars(self).items():
30402
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.32
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.32
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.32