tencentcloud-sdk-python-cfw 3.1.96__tar.gz → 3.1.101__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.96 → tencentcloud_sdk_python_cfw-3.1.101}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud/cfw/v20190904/models.py +64 -64
  5. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cfw-3.1.101/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cfw-3.1.96/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud/cfw/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
  13. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud/cfw/v20190904/cfw_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.101}/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.96
3
+ Version: 3.1.101
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.96
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.101
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.96,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.101,<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.96'
17
+ __version__ = '3.1.101'
@@ -8075,21 +8075,21 @@ class DescribeAclRuleRequest(AbstractModel):
8075
8075
 
8076
8076
  def __init__(self):
8077
8077
  r"""
8078
- :param _Limit: 每页条数
8078
+ :param _Limit: <p>每页条数</p>
8079
8079
  :type Limit: int
8080
- :param _Offset: 偏移值
8080
+ :param _Offset: <p>偏移值</p>
8081
8081
  :type Offset: int
8082
- :param _Index: 需要查询的索引,特定场景使用,可不填
8082
+ :param _Index: <p>需要查询的索引,特定场景使用,可不填</p>
8083
8083
  :type Index: str
8084
- :param _Filters: 过滤条件组合
8084
+ :param _Filters: <p>过滤条件组合</p>
8085
8085
  :type Filters: list of CommonFilter
8086
- :param _StartTime: 检索的起始时间,可不传
8086
+ :param _StartTime: <p>检索的起始时间,可不传</p>
8087
8087
  :type StartTime: str
8088
- :param _EndTime: 检索的截止时间,可不传
8088
+ :param _EndTime: <p>检索的截止时间,可不传</p>
8089
8089
  :type EndTime: str
8090
- :param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
8090
+ :param _Order: <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
8091
8091
  :type Order: str
8092
- :param _By: 排序所用到的字段,默认为sequence
8092
+ :param _By: <p>排序所用到的字段,默认为sequence</p>
8093
8093
  :type By: str
8094
8094
  """
8095
8095
  self._Limit = None
@@ -8103,7 +8103,7 @@ class DescribeAclRuleRequest(AbstractModel):
8103
8103
 
8104
8104
  @property
8105
8105
  def Limit(self):
8106
- r"""每页条数
8106
+ r"""<p>每页条数</p>
8107
8107
  :rtype: int
8108
8108
  """
8109
8109
  return self._Limit
@@ -8114,7 +8114,7 @@ class DescribeAclRuleRequest(AbstractModel):
8114
8114
 
8115
8115
  @property
8116
8116
  def Offset(self):
8117
- r"""偏移值
8117
+ r"""<p>偏移值</p>
8118
8118
  :rtype: int
8119
8119
  """
8120
8120
  return self._Offset
@@ -8125,7 +8125,7 @@ class DescribeAclRuleRequest(AbstractModel):
8125
8125
 
8126
8126
  @property
8127
8127
  def Index(self):
8128
- r"""需要查询的索引,特定场景使用,可不填
8128
+ r"""<p>需要查询的索引,特定场景使用,可不填</p>
8129
8129
  :rtype: str
8130
8130
  """
8131
8131
  return self._Index
@@ -8136,7 +8136,7 @@ class DescribeAclRuleRequest(AbstractModel):
8136
8136
 
8137
8137
  @property
8138
8138
  def Filters(self):
8139
- r"""过滤条件组合
8139
+ r"""<p>过滤条件组合</p>
8140
8140
  :rtype: list of CommonFilter
8141
8141
  """
8142
8142
  return self._Filters
@@ -8147,7 +8147,7 @@ class DescribeAclRuleRequest(AbstractModel):
8147
8147
 
8148
8148
  @property
8149
8149
  def StartTime(self):
8150
- r"""检索的起始时间,可不传
8150
+ r"""<p>检索的起始时间,可不传</p>
8151
8151
  :rtype: str
8152
8152
  """
8153
8153
  return self._StartTime
@@ -8158,7 +8158,7 @@ class DescribeAclRuleRequest(AbstractModel):
8158
8158
 
8159
8159
  @property
8160
8160
  def EndTime(self):
8161
- r"""检索的截止时间,可不传
8161
+ r"""<p>检索的截止时间,可不传</p>
8162
8162
  :rtype: str
8163
8163
  """
8164
8164
  return self._EndTime
@@ -8169,7 +8169,7 @@ class DescribeAclRuleRequest(AbstractModel):
8169
8169
 
8170
8170
  @property
8171
8171
  def Order(self):
8172
- r"""desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
8172
+ r"""<p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
8173
8173
  :rtype: str
8174
8174
  """
8175
8175
  return self._Order
@@ -8180,7 +8180,7 @@ class DescribeAclRuleRequest(AbstractModel):
8180
8180
 
8181
8181
  @property
8182
8182
  def By(self):
8183
- r"""排序所用到的字段,默认为sequence
8183
+ r"""<p>排序所用到的字段,默认为sequence</p>
8184
8184
  :rtype: str
8185
8185
  """
8186
8186
  return self._By
@@ -8221,11 +8221,11 @@ class DescribeAclRuleResponse(AbstractModel):
8221
8221
 
8222
8222
  def __init__(self):
8223
8223
  r"""
8224
- :param _Total: 总条数
8224
+ :param _Total: <p>总条数</p>
8225
8225
  :type Total: int
8226
- :param _Data: nat访问控制列表数据
8226
+ :param _Data: <p>nat访问控制列表数据</p>
8227
8227
  :type Data: list of DescAcItem
8228
- :param _AllTotal: 未过滤的总条数
8228
+ :param _AllTotal: <p>未过滤的总条数</p>
8229
8229
  :type AllTotal: int
8230
8230
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8231
8231
  :type RequestId: str
@@ -8237,7 +8237,7 @@ class DescribeAclRuleResponse(AbstractModel):
8237
8237
 
8238
8238
  @property
8239
8239
  def Total(self):
8240
- r"""总条数
8240
+ r"""<p>总条数</p>
8241
8241
  :rtype: int
8242
8242
  """
8243
8243
  return self._Total
@@ -8248,7 +8248,7 @@ class DescribeAclRuleResponse(AbstractModel):
8248
8248
 
8249
8249
  @property
8250
8250
  def Data(self):
8251
- r"""nat访问控制列表数据
8251
+ r"""<p>nat访问控制列表数据</p>
8252
8252
  :rtype: list of DescAcItem
8253
8253
  """
8254
8254
  return self._Data
@@ -8259,7 +8259,7 @@ class DescribeAclRuleResponse(AbstractModel):
8259
8259
 
8260
8260
  @property
8261
8261
  def AllTotal(self):
8262
- r"""未过滤的总条数
8262
+ r"""<p>未过滤的总条数</p>
8263
8263
  :rtype: int
8264
8264
  """
8265
8265
  return self._AllTotal
@@ -12840,21 +12840,21 @@ class DescribeNatAcRuleRequest(AbstractModel):
12840
12840
 
12841
12841
  def __init__(self):
12842
12842
  r"""
12843
- :param _Limit: 每页条数
12843
+ :param _Limit: <p>每页条数</p>
12844
12844
  :type Limit: int
12845
- :param _Offset: 偏移值
12845
+ :param _Offset: <p>偏移值</p>
12846
12846
  :type Offset: int
12847
- :param _Index: 需要查询的索引,特定场景使用,可不填
12847
+ :param _Index: <p>需要查询的索引,特定场景使用,可不填</p>
12848
12848
  :type Index: str
12849
- :param _Filters: 过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则
12849
+ :param _Filters: <p>过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则</p>
12850
12850
  :type Filters: list of CommonFilter
12851
- :param _StartTime: 检索的起始时间,可不传
12851
+ :param _StartTime: <p>检索的起始时间,可不传</p>
12852
12852
  :type StartTime: str
12853
- :param _EndTime: 检索的截止时间,可不传
12853
+ :param _EndTime: <p>检索的截止时间,可不传</p>
12854
12854
  :type EndTime: str
12855
- :param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
12855
+ :param _Order: <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
12856
12856
  :type Order: str
12857
- :param _By: 排序所用到的字段,默认为sequence
12857
+ :param _By: <p>排序所用到的字段,默认为sequence</p>
12858
12858
  :type By: str
12859
12859
  """
12860
12860
  self._Limit = None
@@ -12868,7 +12868,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12868
12868
 
12869
12869
  @property
12870
12870
  def Limit(self):
12871
- r"""每页条数
12871
+ r"""<p>每页条数</p>
12872
12872
  :rtype: int
12873
12873
  """
12874
12874
  return self._Limit
@@ -12879,7 +12879,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12879
12879
 
12880
12880
  @property
12881
12881
  def Offset(self):
12882
- r"""偏移值
12882
+ r"""<p>偏移值</p>
12883
12883
  :rtype: int
12884
12884
  """
12885
12885
  return self._Offset
@@ -12890,7 +12890,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12890
12890
 
12891
12891
  @property
12892
12892
  def Index(self):
12893
- r"""需要查询的索引,特定场景使用,可不填
12893
+ r"""<p>需要查询的索引,特定场景使用,可不填</p>
12894
12894
  :rtype: str
12895
12895
  """
12896
12896
  return self._Index
@@ -12901,7 +12901,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12901
12901
 
12902
12902
  @property
12903
12903
  def Filters(self):
12904
- r"""过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则
12904
+ r"""<p>过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则</p>
12905
12905
  :rtype: list of CommonFilter
12906
12906
  """
12907
12907
  return self._Filters
@@ -12912,7 +12912,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12912
12912
 
12913
12913
  @property
12914
12914
  def StartTime(self):
12915
- r"""检索的起始时间,可不传
12915
+ r"""<p>检索的起始时间,可不传</p>
12916
12916
  :rtype: str
12917
12917
  """
12918
12918
  return self._StartTime
@@ -12923,7 +12923,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12923
12923
 
12924
12924
  @property
12925
12925
  def EndTime(self):
12926
- r"""检索的截止时间,可不传
12926
+ r"""<p>检索的截止时间,可不传</p>
12927
12927
  :rtype: str
12928
12928
  """
12929
12929
  return self._EndTime
@@ -12934,7 +12934,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12934
12934
 
12935
12935
  @property
12936
12936
  def Order(self):
12937
- r"""desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
12937
+ r"""<p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
12938
12938
  :rtype: str
12939
12939
  """
12940
12940
  return self._Order
@@ -12945,7 +12945,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12945
12945
 
12946
12946
  @property
12947
12947
  def By(self):
12948
- r"""排序所用到的字段,默认为sequence
12948
+ r"""<p>排序所用到的字段,默认为sequence</p>
12949
12949
  :rtype: str
12950
12950
  """
12951
12951
  return self._By
@@ -12986,11 +12986,11 @@ class DescribeNatAcRuleResponse(AbstractModel):
12986
12986
 
12987
12987
  def __init__(self):
12988
12988
  r"""
12989
- :param _Total: 总条数
12989
+ :param _Total: <p>总条数</p>
12990
12990
  :type Total: int
12991
- :param _Data: nat访问控制列表数据
12991
+ :param _Data: <p>nat访问控制列表数据</p>
12992
12992
  :type Data: list of DescAcItem
12993
- :param _AllTotal: 未过滤的总条数
12993
+ :param _AllTotal: <p>未过滤的总条数</p>
12994
12994
  :type AllTotal: int
12995
12995
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12996
12996
  :type RequestId: str
@@ -13002,7 +13002,7 @@ class DescribeNatAcRuleResponse(AbstractModel):
13002
13002
 
13003
13003
  @property
13004
13004
  def Total(self):
13005
- r"""总条数
13005
+ r"""<p>总条数</p>
13006
13006
  :rtype: int
13007
13007
  """
13008
13008
  return self._Total
@@ -13013,7 +13013,7 @@ class DescribeNatAcRuleResponse(AbstractModel):
13013
13013
 
13014
13014
  @property
13015
13015
  def Data(self):
13016
- r"""nat访问控制列表数据
13016
+ r"""<p>nat访问控制列表数据</p>
13017
13017
  :rtype: list of DescAcItem
13018
13018
  """
13019
13019
  return self._Data
@@ -13024,7 +13024,7 @@ class DescribeNatAcRuleResponse(AbstractModel):
13024
13024
 
13025
13025
  @property
13026
13026
  def AllTotal(self):
13027
- r"""未过滤的总条数
13027
+ r"""<p>未过滤的总条数</p>
13028
13028
  :rtype: int
13029
13029
  """
13030
13030
  return self._AllTotal
@@ -15897,21 +15897,21 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15897
15897
 
15898
15898
  def __init__(self):
15899
15899
  r"""
15900
- :param _Limit: 每页条数
15900
+ :param _Limit: <p>每页条数</p>
15901
15901
  :type Limit: int
15902
- :param _Offset: 偏移值
15902
+ :param _Offset: <p>偏移值</p>
15903
15903
  :type Offset: int
15904
- :param _Index: 需要查询的索引,特定场景使用,可不填
15904
+ :param _Index: <p>需要查询的索引,特定场景使用,可不填</p>
15905
15905
  :type Index: str
15906
- :param _Filters: 过滤条件组合
15906
+ :param _Filters: <p>过滤条件组合</p>
15907
15907
  :type Filters: list of CommonFilter
15908
- :param _StartTime: 检索的起始时间,可不传
15908
+ :param _StartTime: <p>检索的起始时间,可不传</p>
15909
15909
  :type StartTime: str
15910
- :param _EndTime: 检索的截止时间,可不传
15910
+ :param _EndTime: <p>检索的截止时间,可不传</p>
15911
15911
  :type EndTime: str
15912
- :param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
15912
+ :param _Order: <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值</p>
15913
15913
  :type Order: str
15914
- :param _By: 排序所用到的字段
15914
+ :param _By: <p>排序所用到的字段</p>
15915
15915
  :type By: str
15916
15916
  """
15917
15917
  self._Limit = None
@@ -15925,7 +15925,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15925
15925
 
15926
15926
  @property
15927
15927
  def Limit(self):
15928
- r"""每页条数
15928
+ r"""<p>每页条数</p>
15929
15929
  :rtype: int
15930
15930
  """
15931
15931
  return self._Limit
@@ -15936,7 +15936,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15936
15936
 
15937
15937
  @property
15938
15938
  def Offset(self):
15939
- r"""偏移值
15939
+ r"""<p>偏移值</p>
15940
15940
  :rtype: int
15941
15941
  """
15942
15942
  return self._Offset
@@ -15947,7 +15947,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15947
15947
 
15948
15948
  @property
15949
15949
  def Index(self):
15950
- r"""需要查询的索引,特定场景使用,可不填
15950
+ r"""<p>需要查询的索引,特定场景使用,可不填</p>
15951
15951
  :rtype: str
15952
15952
  """
15953
15953
  return self._Index
@@ -15958,7 +15958,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15958
15958
 
15959
15959
  @property
15960
15960
  def Filters(self):
15961
- r"""过滤条件组合
15961
+ r"""<p>过滤条件组合</p>
15962
15962
  :rtype: list of CommonFilter
15963
15963
  """
15964
15964
  return self._Filters
@@ -15969,7 +15969,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15969
15969
 
15970
15970
  @property
15971
15971
  def StartTime(self):
15972
- r"""检索的起始时间,可不传
15972
+ r"""<p>检索的起始时间,可不传</p>
15973
15973
  :rtype: str
15974
15974
  """
15975
15975
  return self._StartTime
@@ -15980,7 +15980,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15980
15980
 
15981
15981
  @property
15982
15982
  def EndTime(self):
15983
- r"""检索的截止时间,可不传
15983
+ r"""<p>检索的截止时间,可不传</p>
15984
15984
  :rtype: str
15985
15985
  """
15986
15986
  return self._EndTime
@@ -15991,7 +15991,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15991
15991
 
15992
15992
  @property
15993
15993
  def Order(self):
15994
- r"""desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
15994
+ r"""<p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值</p>
15995
15995
  :rtype: str
15996
15996
  """
15997
15997
  return self._Order
@@ -16002,7 +16002,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
16002
16002
 
16003
16003
  @property
16004
16004
  def By(self):
16005
- r"""排序所用到的字段
16005
+ r"""<p>排序所用到的字段</p>
16006
16006
  :rtype: str
16007
16007
  """
16008
16008
  return self._By
@@ -16043,9 +16043,9 @@ class DescribeVpcAcRuleResponse(AbstractModel):
16043
16043
 
16044
16044
  def __init__(self):
16045
16045
  r"""
16046
- :param _Total: 总条数
16046
+ :param _Total: <p>总条数</p>
16047
16047
  :type Total: int
16048
- :param _Data: 内网间访问控制列表数据
16048
+ :param _Data: <p>内网间访问控制列表数据</p>
16049
16049
  :type Data: list of VpcRuleItem
16050
16050
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16051
16051
  :type RequestId: str
@@ -16056,7 +16056,7 @@ class DescribeVpcAcRuleResponse(AbstractModel):
16056
16056
 
16057
16057
  @property
16058
16058
  def Total(self):
16059
- r"""总条数
16059
+ r"""<p>总条数</p>
16060
16060
  :rtype: int
16061
16061
  """
16062
16062
  return self._Total
@@ -16067,7 +16067,7 @@ class DescribeVpcAcRuleResponse(AbstractModel):
16067
16067
 
16068
16068
  @property
16069
16069
  def Data(self):
16070
- r"""内网间访问控制列表数据
16070
+ r"""<p>内网间访问控制列表数据</p>
16071
16071
  :rtype: list of VpcRuleItem
16072
16072
  """
16073
16073
  return self._Data
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.1.96
3
+ Version: 3.1.101
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.96
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.101
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.101
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.96