tencentcloud-sdk-python-cfw 3.1.96__tar.gz → 3.1.105__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.105}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/models.py +95 -88
  5. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cfw-3.1.105/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.105}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
  13. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/cfw_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cfw-3.1.96 → tencentcloud_sdk_python_cfw-3.1.105}/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.105}/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.105
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.105
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.105,<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.105'
@@ -1915,27 +1915,30 @@ class CcnAssociatedInstance(AbstractModel):
1915
1915
 
1916
1916
  def __init__(self):
1917
1917
  r"""
1918
- :param _InstanceId: 实例ID
1918
+ :param _InstanceId: <p>实例ID</p>
1919
1919
  :type InstanceId: str
1920
- :param _InstanceName: 实例名称
1920
+ :param _InstanceName: <p>实例名称</p>
1921
1921
  :type InstanceName: str
1922
- :param _InsType: 实例类型
1922
+ :param _InsType: <p>实例类型</p>
1923
1923
  :type InsType: str
1924
- :param _CidrLst: 实例的网段列表
1924
+ :param _CidrLst: <p>实例的网段列表</p>
1925
1925
  注意:此字段可能返回 null,表示取不到有效值。
1926
1926
  :type CidrLst: list of str
1927
- :param _InstanceRegion: 实例所属地域
1927
+ :param _InstanceRegion: <p>实例所属地域</p>
1928
1928
  :type InstanceRegion: str
1929
+ :param _IsCrossInstance: <p>是否跨账号</p>
1930
+ :type IsCrossInstance: int
1929
1931
  """
1930
1932
  self._InstanceId = None
1931
1933
  self._InstanceName = None
1932
1934
  self._InsType = None
1933
1935
  self._CidrLst = None
1934
1936
  self._InstanceRegion = None
1937
+ self._IsCrossInstance = None
1935
1938
 
1936
1939
  @property
1937
1940
  def InstanceId(self):
1938
- r"""实例ID
1941
+ r"""<p>实例ID</p>
1939
1942
  :rtype: str
1940
1943
  """
1941
1944
  return self._InstanceId
@@ -1946,7 +1949,7 @@ class CcnAssociatedInstance(AbstractModel):
1946
1949
 
1947
1950
  @property
1948
1951
  def InstanceName(self):
1949
- r"""实例名称
1952
+ r"""<p>实例名称</p>
1950
1953
  :rtype: str
1951
1954
  """
1952
1955
  return self._InstanceName
@@ -1957,7 +1960,7 @@ class CcnAssociatedInstance(AbstractModel):
1957
1960
 
1958
1961
  @property
1959
1962
  def InsType(self):
1960
- r"""实例类型
1963
+ r"""<p>实例类型</p>
1961
1964
  :rtype: str
1962
1965
  """
1963
1966
  return self._InsType
@@ -1968,7 +1971,7 @@ class CcnAssociatedInstance(AbstractModel):
1968
1971
 
1969
1972
  @property
1970
1973
  def CidrLst(self):
1971
- r"""实例的网段列表
1974
+ r"""<p>实例的网段列表</p>
1972
1975
  注意:此字段可能返回 null,表示取不到有效值。
1973
1976
  :rtype: list of str
1974
1977
  """
@@ -1980,7 +1983,7 @@ class CcnAssociatedInstance(AbstractModel):
1980
1983
 
1981
1984
  @property
1982
1985
  def InstanceRegion(self):
1983
- r"""实例所属地域
1986
+ r"""<p>实例所属地域</p>
1984
1987
  :rtype: str
1985
1988
  """
1986
1989
  return self._InstanceRegion
@@ -1989,6 +1992,17 @@ class CcnAssociatedInstance(AbstractModel):
1989
1992
  def InstanceRegion(self, InstanceRegion):
1990
1993
  self._InstanceRegion = InstanceRegion
1991
1994
 
1995
+ @property
1996
+ def IsCrossInstance(self):
1997
+ r"""<p>是否跨账号</p>
1998
+ :rtype: int
1999
+ """
2000
+ return self._IsCrossInstance
2001
+
2002
+ @IsCrossInstance.setter
2003
+ def IsCrossInstance(self, IsCrossInstance):
2004
+ self._IsCrossInstance = IsCrossInstance
2005
+
1992
2006
 
1993
2007
  def _deserialize(self, params):
1994
2008
  self._InstanceId = params.get("InstanceId")
@@ -1996,6 +2010,7 @@ class CcnAssociatedInstance(AbstractModel):
1996
2010
  self._InsType = params.get("InsType")
1997
2011
  self._CidrLst = params.get("CidrLst")
1998
2012
  self._InstanceRegion = params.get("InstanceRegion")
2013
+ self._IsCrossInstance = params.get("IsCrossInstance")
1999
2014
  memeber_set = set(params.keys())
2000
2015
  for name, value in vars(self).items():
2001
2016
  property_name = name[1:]
@@ -8075,21 +8090,21 @@ class DescribeAclRuleRequest(AbstractModel):
8075
8090
 
8076
8091
  def __init__(self):
8077
8092
  r"""
8078
- :param _Limit: 每页条数
8093
+ :param _Limit: <p>每页条数</p>
8079
8094
  :type Limit: int
8080
- :param _Offset: 偏移值
8095
+ :param _Offset: <p>偏移值</p>
8081
8096
  :type Offset: int
8082
- :param _Index: 需要查询的索引,特定场景使用,可不填
8097
+ :param _Index: <p>需要查询的索引,特定场景使用,可不填</p>
8083
8098
  :type Index: str
8084
- :param _Filters: 过滤条件组合
8099
+ :param _Filters: <p>过滤条件组合</p>
8085
8100
  :type Filters: list of CommonFilter
8086
- :param _StartTime: 检索的起始时间,可不传
8101
+ :param _StartTime: <p>检索的起始时间,可不传</p>
8087
8102
  :type StartTime: str
8088
- :param _EndTime: 检索的截止时间,可不传
8103
+ :param _EndTime: <p>检索的截止时间,可不传</p>
8089
8104
  :type EndTime: str
8090
- :param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
8105
+ :param _Order: <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
8091
8106
  :type Order: str
8092
- :param _By: 排序所用到的字段,默认为sequence
8107
+ :param _By: <p>排序所用到的字段,默认为sequence</p>
8093
8108
  :type By: str
8094
8109
  """
8095
8110
  self._Limit = None
@@ -8103,7 +8118,7 @@ class DescribeAclRuleRequest(AbstractModel):
8103
8118
 
8104
8119
  @property
8105
8120
  def Limit(self):
8106
- r"""每页条数
8121
+ r"""<p>每页条数</p>
8107
8122
  :rtype: int
8108
8123
  """
8109
8124
  return self._Limit
@@ -8114,7 +8129,7 @@ class DescribeAclRuleRequest(AbstractModel):
8114
8129
 
8115
8130
  @property
8116
8131
  def Offset(self):
8117
- r"""偏移值
8132
+ r"""<p>偏移值</p>
8118
8133
  :rtype: int
8119
8134
  """
8120
8135
  return self._Offset
@@ -8125,7 +8140,7 @@ class DescribeAclRuleRequest(AbstractModel):
8125
8140
 
8126
8141
  @property
8127
8142
  def Index(self):
8128
- r"""需要查询的索引,特定场景使用,可不填
8143
+ r"""<p>需要查询的索引,特定场景使用,可不填</p>
8129
8144
  :rtype: str
8130
8145
  """
8131
8146
  return self._Index
@@ -8136,7 +8151,7 @@ class DescribeAclRuleRequest(AbstractModel):
8136
8151
 
8137
8152
  @property
8138
8153
  def Filters(self):
8139
- r"""过滤条件组合
8154
+ r"""<p>过滤条件组合</p>
8140
8155
  :rtype: list of CommonFilter
8141
8156
  """
8142
8157
  return self._Filters
@@ -8147,7 +8162,7 @@ class DescribeAclRuleRequest(AbstractModel):
8147
8162
 
8148
8163
  @property
8149
8164
  def StartTime(self):
8150
- r"""检索的起始时间,可不传
8165
+ r"""<p>检索的起始时间,可不传</p>
8151
8166
  :rtype: str
8152
8167
  """
8153
8168
  return self._StartTime
@@ -8158,7 +8173,7 @@ class DescribeAclRuleRequest(AbstractModel):
8158
8173
 
8159
8174
  @property
8160
8175
  def EndTime(self):
8161
- r"""检索的截止时间,可不传
8176
+ r"""<p>检索的截止时间,可不传</p>
8162
8177
  :rtype: str
8163
8178
  """
8164
8179
  return self._EndTime
@@ -8169,7 +8184,7 @@ class DescribeAclRuleRequest(AbstractModel):
8169
8184
 
8170
8185
  @property
8171
8186
  def Order(self):
8172
- r"""desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
8187
+ r"""<p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
8173
8188
  :rtype: str
8174
8189
  """
8175
8190
  return self._Order
@@ -8180,7 +8195,7 @@ class DescribeAclRuleRequest(AbstractModel):
8180
8195
 
8181
8196
  @property
8182
8197
  def By(self):
8183
- r"""排序所用到的字段,默认为sequence
8198
+ r"""<p>排序所用到的字段,默认为sequence</p>
8184
8199
  :rtype: str
8185
8200
  """
8186
8201
  return self._By
@@ -8221,11 +8236,11 @@ class DescribeAclRuleResponse(AbstractModel):
8221
8236
 
8222
8237
  def __init__(self):
8223
8238
  r"""
8224
- :param _Total: 总条数
8239
+ :param _Total: <p>总条数</p>
8225
8240
  :type Total: int
8226
- :param _Data: nat访问控制列表数据
8241
+ :param _Data: <p>nat访问控制列表数据</p>
8227
8242
  :type Data: list of DescAcItem
8228
- :param _AllTotal: 未过滤的总条数
8243
+ :param _AllTotal: <p>未过滤的总条数</p>
8229
8244
  :type AllTotal: int
8230
8245
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8231
8246
  :type RequestId: str
@@ -8237,7 +8252,7 @@ class DescribeAclRuleResponse(AbstractModel):
8237
8252
 
8238
8253
  @property
8239
8254
  def Total(self):
8240
- r"""总条数
8255
+ r"""<p>总条数</p>
8241
8256
  :rtype: int
8242
8257
  """
8243
8258
  return self._Total
@@ -8248,7 +8263,7 @@ class DescribeAclRuleResponse(AbstractModel):
8248
8263
 
8249
8264
  @property
8250
8265
  def Data(self):
8251
- r"""nat访问控制列表数据
8266
+ r"""<p>nat访问控制列表数据</p>
8252
8267
  :rtype: list of DescAcItem
8253
8268
  """
8254
8269
  return self._Data
@@ -8259,7 +8274,7 @@ class DescribeAclRuleResponse(AbstractModel):
8259
8274
 
8260
8275
  @property
8261
8276
  def AllTotal(self):
8262
- r"""未过滤的总条数
8277
+ r"""<p>未过滤的总条数</p>
8263
8278
  :rtype: int
8264
8279
  """
8265
8280
  return self._AllTotal
@@ -12840,21 +12855,21 @@ class DescribeNatAcRuleRequest(AbstractModel):
12840
12855
 
12841
12856
  def __init__(self):
12842
12857
  r"""
12843
- :param _Limit: 每页条数
12858
+ :param _Limit: <p>每页条数</p>
12844
12859
  :type Limit: int
12845
- :param _Offset: 偏移值
12860
+ :param _Offset: <p>偏移值</p>
12846
12861
  :type Offset: int
12847
- :param _Index: 需要查询的索引,特定场景使用,可不填
12862
+ :param _Index: <p>需要查询的索引,特定场景使用,可不填</p>
12848
12863
  :type Index: str
12849
- :param _Filters: 过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则
12864
+ :param _Filters: <p>过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则</p>
12850
12865
  :type Filters: list of CommonFilter
12851
- :param _StartTime: 检索的起始时间,可不传
12866
+ :param _StartTime: <p>检索的起始时间,可不传</p>
12852
12867
  :type StartTime: str
12853
- :param _EndTime: 检索的截止时间,可不传
12868
+ :param _EndTime: <p>检索的截止时间,可不传</p>
12854
12869
  :type EndTime: str
12855
- :param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
12870
+ :param _Order: <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
12856
12871
  :type Order: str
12857
- :param _By: 排序所用到的字段,默认为sequence
12872
+ :param _By: <p>排序所用到的字段,默认为sequence</p>
12858
12873
  :type By: str
12859
12874
  """
12860
12875
  self._Limit = None
@@ -12868,7 +12883,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12868
12883
 
12869
12884
  @property
12870
12885
  def Limit(self):
12871
- r"""每页条数
12886
+ r"""<p>每页条数</p>
12872
12887
  :rtype: int
12873
12888
  """
12874
12889
  return self._Limit
@@ -12879,7 +12894,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12879
12894
 
12880
12895
  @property
12881
12896
  def Offset(self):
12882
- r"""偏移值
12897
+ r"""<p>偏移值</p>
12883
12898
  :rtype: int
12884
12899
  """
12885
12900
  return self._Offset
@@ -12890,7 +12905,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12890
12905
 
12891
12906
  @property
12892
12907
  def Index(self):
12893
- r"""需要查询的索引,特定场景使用,可不填
12908
+ r"""<p>需要查询的索引,特定场景使用,可不填</p>
12894
12909
  :rtype: str
12895
12910
  """
12896
12911
  return self._Index
@@ -12901,7 +12916,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12901
12916
 
12902
12917
  @property
12903
12918
  def Filters(self):
12904
- r"""过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则
12919
+ r"""<p>过滤条件组合,Direction 为0时表述查询出向规则,为1时表示查询入向规则</p>
12905
12920
  :rtype: list of CommonFilter
12906
12921
  """
12907
12922
  return self._Filters
@@ -12912,7 +12927,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12912
12927
 
12913
12928
  @property
12914
12929
  def StartTime(self):
12915
- r"""检索的起始时间,可不传
12930
+ r"""<p>检索的起始时间,可不传</p>
12916
12931
  :rtype: str
12917
12932
  """
12918
12933
  return self._StartTime
@@ -12923,7 +12938,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12923
12938
 
12924
12939
  @property
12925
12940
  def EndTime(self):
12926
- r"""检索的截止时间,可不传
12941
+ r"""<p>检索的截止时间,可不传</p>
12927
12942
  :rtype: str
12928
12943
  """
12929
12944
  return self._EndTime
@@ -12934,7 +12949,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12934
12949
 
12935
12950
  @property
12936
12951
  def Order(self):
12937
- r"""desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc
12952
+ r"""<p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值,默认为asc</p>
12938
12953
  :rtype: str
12939
12954
  """
12940
12955
  return self._Order
@@ -12945,7 +12960,7 @@ class DescribeNatAcRuleRequest(AbstractModel):
12945
12960
 
12946
12961
  @property
12947
12962
  def By(self):
12948
- r"""排序所用到的字段,默认为sequence
12963
+ r"""<p>排序所用到的字段,默认为sequence</p>
12949
12964
  :rtype: str
12950
12965
  """
12951
12966
  return self._By
@@ -12986,11 +13001,11 @@ class DescribeNatAcRuleResponse(AbstractModel):
12986
13001
 
12987
13002
  def __init__(self):
12988
13003
  r"""
12989
- :param _Total: 总条数
13004
+ :param _Total: <p>总条数</p>
12990
13005
  :type Total: int
12991
- :param _Data: nat访问控制列表数据
13006
+ :param _Data: <p>nat访问控制列表数据</p>
12992
13007
  :type Data: list of DescAcItem
12993
- :param _AllTotal: 未过滤的总条数
13008
+ :param _AllTotal: <p>未过滤的总条数</p>
12994
13009
  :type AllTotal: int
12995
13010
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12996
13011
  :type RequestId: str
@@ -13002,7 +13017,7 @@ class DescribeNatAcRuleResponse(AbstractModel):
13002
13017
 
13003
13018
  @property
13004
13019
  def Total(self):
13005
- r"""总条数
13020
+ r"""<p>总条数</p>
13006
13021
  :rtype: int
13007
13022
  """
13008
13023
  return self._Total
@@ -13013,7 +13028,7 @@ class DescribeNatAcRuleResponse(AbstractModel):
13013
13028
 
13014
13029
  @property
13015
13030
  def Data(self):
13016
- r"""nat访问控制列表数据
13031
+ r"""<p>nat访问控制列表数据</p>
13017
13032
  :rtype: list of DescAcItem
13018
13033
  """
13019
13034
  return self._Data
@@ -13024,7 +13039,7 @@ class DescribeNatAcRuleResponse(AbstractModel):
13024
13039
 
13025
13040
  @property
13026
13041
  def AllTotal(self):
13027
- r"""未过滤的总条数
13042
+ r"""<p>未过滤的总条数</p>
13028
13043
  :rtype: int
13029
13044
  """
13030
13045
  return self._AllTotal
@@ -15897,21 +15912,21 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15897
15912
 
15898
15913
  def __init__(self):
15899
15914
  r"""
15900
- :param _Limit: 每页条数
15915
+ :param _Limit: <p>每页条数</p>
15901
15916
  :type Limit: int
15902
- :param _Offset: 偏移值
15917
+ :param _Offset: <p>偏移值</p>
15903
15918
  :type Offset: int
15904
- :param _Index: 需要查询的索引,特定场景使用,可不填
15919
+ :param _Index: <p>需要查询的索引,特定场景使用,可不填</p>
15905
15920
  :type Index: str
15906
- :param _Filters: 过滤条件组合
15921
+ :param _Filters: <p>过滤条件组合</p>
15907
15922
  :type Filters: list of CommonFilter
15908
- :param _StartTime: 检索的起始时间,可不传
15923
+ :param _StartTime: <p>检索的起始时间,可不传</p>
15909
15924
  :type StartTime: str
15910
- :param _EndTime: 检索的截止时间,可不传
15925
+ :param _EndTime: <p>检索的截止时间,可不传</p>
15911
15926
  :type EndTime: str
15912
- :param _Order: desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
15927
+ :param _Order: <p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值</p>
15913
15928
  :type Order: str
15914
- :param _By: 排序所用到的字段
15929
+ :param _By: <p>排序所用到的字段</p>
15915
15930
  :type By: str
15916
15931
  """
15917
15932
  self._Limit = None
@@ -15925,7 +15940,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15925
15940
 
15926
15941
  @property
15927
15942
  def Limit(self):
15928
- r"""每页条数
15943
+ r"""<p>每页条数</p>
15929
15944
  :rtype: int
15930
15945
  """
15931
15946
  return self._Limit
@@ -15936,7 +15951,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15936
15951
 
15937
15952
  @property
15938
15953
  def Offset(self):
15939
- r"""偏移值
15954
+ r"""<p>偏移值</p>
15940
15955
  :rtype: int
15941
15956
  """
15942
15957
  return self._Offset
@@ -15947,7 +15962,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15947
15962
 
15948
15963
  @property
15949
15964
  def Index(self):
15950
- r"""需要查询的索引,特定场景使用,可不填
15965
+ r"""<p>需要查询的索引,特定场景使用,可不填</p>
15951
15966
  :rtype: str
15952
15967
  """
15953
15968
  return self._Index
@@ -15958,7 +15973,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15958
15973
 
15959
15974
  @property
15960
15975
  def Filters(self):
15961
- r"""过滤条件组合
15976
+ r"""<p>过滤条件组合</p>
15962
15977
  :rtype: list of CommonFilter
15963
15978
  """
15964
15979
  return self._Filters
@@ -15969,7 +15984,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15969
15984
 
15970
15985
  @property
15971
15986
  def StartTime(self):
15972
- r"""检索的起始时间,可不传
15987
+ r"""<p>检索的起始时间,可不传</p>
15973
15988
  :rtype: str
15974
15989
  """
15975
15990
  return self._StartTime
@@ -15980,7 +15995,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15980
15995
 
15981
15996
  @property
15982
15997
  def EndTime(self):
15983
- r"""检索的截止时间,可不传
15998
+ r"""<p>检索的截止时间,可不传</p>
15984
15999
  :rtype: str
15985
16000
  """
15986
16001
  return self._EndTime
@@ -15991,7 +16006,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
15991
16006
 
15992
16007
  @property
15993
16008
  def Order(self):
15994
- r"""desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值
16009
+ r"""<p>desc:降序;asc:升序。根据By字段的值进行排序,这里传参的话则By也必须有值</p>
15995
16010
  :rtype: str
15996
16011
  """
15997
16012
  return self._Order
@@ -16002,7 +16017,7 @@ class DescribeVpcAcRuleRequest(AbstractModel):
16002
16017
 
16003
16018
  @property
16004
16019
  def By(self):
16005
- r"""排序所用到的字段
16020
+ r"""<p>排序所用到的字段</p>
16006
16021
  :rtype: str
16007
16022
  """
16008
16023
  return self._By
@@ -16043,9 +16058,9 @@ class DescribeVpcAcRuleResponse(AbstractModel):
16043
16058
 
16044
16059
  def __init__(self):
16045
16060
  r"""
16046
- :param _Total: 总条数
16061
+ :param _Total: <p>总条数</p>
16047
16062
  :type Total: int
16048
- :param _Data: 内网间访问控制列表数据
16063
+ :param _Data: <p>内网间访问控制列表数据</p>
16049
16064
  :type Data: list of VpcRuleItem
16050
16065
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16051
16066
  :type RequestId: str
@@ -16056,7 +16071,7 @@ class DescribeVpcAcRuleResponse(AbstractModel):
16056
16071
 
16057
16072
  @property
16058
16073
  def Total(self):
16059
- r"""总条数
16074
+ r"""<p>总条数</p>
16060
16075
  :rtype: int
16061
16076
  """
16062
16077
  return self._Total
@@ -16067,7 +16082,7 @@ class DescribeVpcAcRuleResponse(AbstractModel):
16067
16082
 
16068
16083
  @property
16069
16084
  def Data(self):
16070
- r"""内网间访问控制列表数据
16085
+ r"""<p>内网间访问控制列表数据</p>
16071
16086
  :rtype: list of VpcRuleItem
16072
16087
  """
16073
16088
  return self._Data
@@ -25463,15 +25478,11 @@ class RegionFwStatus(AbstractModel):
25463
25478
 
25464
25479
  def __init__(self):
25465
25480
  r"""
25466
- :param _Region: 地域
25481
+ :param _Region: <p>地域</p>
25467
25482
  :type Region: str
25468
- :param _Status: 引流网络部署状态
25469
- 1. "NotDeployed" 防火墙集群未部署
25470
- 2. "Deployed" 防火墙集群已部署,但未创建引流网络
25471
- 3. "Auto" 防火墙集群已部署,并自动选择网段创建了引流网络
25472
- 4. "Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络
25483
+ :param _Status: <p>引流网络部署状态</p><ol><li>&quot;NotDeployed&quot; 防火墙集群未部署</li><li>&quot;Deployed&quot; 防火墙集群已部署,但未创建引流网络</li><li>&quot;DeployedCustomOnly&quot; 防火墙集群已部署,但内网段被全覆盖,无法自动选择引流网络,需自定义设置引流网段</li><li>&quot;Auto&quot; 防火墙集群已部署,并自动选择网段创建了引流网络</li><li>&quot;Custom&quot; 防火墙集群已部署,并根据用户自定义网段创建了引流网络</li></ol>
25473
25484
  :type Status: str
25474
- :param _Cidr: 引流网络的cidr,如果没有部署引流网络则为空
25485
+ :param _Cidr: <p>引流网络的cidr,如果没有部署引流网络则为空</p>
25475
25486
  :type Cidr: str
25476
25487
  """
25477
25488
  self._Region = None
@@ -25480,7 +25491,7 @@ class RegionFwStatus(AbstractModel):
25480
25491
 
25481
25492
  @property
25482
25493
  def Region(self):
25483
- r"""地域
25494
+ r"""<p>地域</p>
25484
25495
  :rtype: str
25485
25496
  """
25486
25497
  return self._Region
@@ -25491,11 +25502,7 @@ class RegionFwStatus(AbstractModel):
25491
25502
 
25492
25503
  @property
25493
25504
  def Status(self):
25494
- r"""引流网络部署状态
25495
- 1. "NotDeployed" 防火墙集群未部署
25496
- 2. "Deployed" 防火墙集群已部署,但未创建引流网络
25497
- 3. "Auto" 防火墙集群已部署,并自动选择网段创建了引流网络
25498
- 4. "Custom" 防火墙集群已部署,并根据用户自定义网段创建了引流网络
25505
+ r"""<p>引流网络部署状态</p><ol><li>&quot;NotDeployed&quot; 防火墙集群未部署</li><li>&quot;Deployed&quot; 防火墙集群已部署,但未创建引流网络</li><li>&quot;DeployedCustomOnly&quot; 防火墙集群已部署,但内网段被全覆盖,无法自动选择引流网络,需自定义设置引流网段</li><li>&quot;Auto&quot; 防火墙集群已部署,并自动选择网段创建了引流网络</li><li>&quot;Custom&quot; 防火墙集群已部署,并根据用户自定义网段创建了引流网络</li></ol>
25499
25506
  :rtype: str
25500
25507
  """
25501
25508
  return self._Status
@@ -25506,7 +25513,7 @@ class RegionFwStatus(AbstractModel):
25506
25513
 
25507
25514
  @property
25508
25515
  def Cidr(self):
25509
- r"""引流网络的cidr,如果没有部署引流网络则为空
25516
+ r"""<p>引流网络的cidr,如果没有部署引流网络则为空</p>
25510
25517
  :rtype: str
25511
25518
  """
25512
25519
  return self._Cidr
@@ -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.105
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.105
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.105
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.96