tencentcloud-sdk-python-cfw 3.1.110__tar.gz → 3.1.111__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.110 → tencentcloud_sdk_python_cfw-3.1.111}/PKG-INFO +2 -2
  2. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/setup.py +1 -1
  3. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud/__init__.py +1 -1
  4. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud/cfw/v20190904/models.py +46 -48
  5. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud_sdk_python_cfw.egg-info/PKG-INFO +2 -2
  6. tencentcloud_sdk_python_cfw-3.1.111/tencentcloud_sdk_python_cfw.egg-info/requires.txt +1 -0
  7. tencentcloud_sdk_python_cfw-3.1.110/tencentcloud_sdk_python_cfw.egg-info/requires.txt +0 -1
  8. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/README.rst +0 -0
  9. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/setup.cfg +0 -0
  10. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud/cfw/__init__.py +0 -0
  11. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud/cfw/v20190904/__init__.py +0 -0
  12. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud/cfw/v20190904/cfw_client.py +0 -0
  13. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud/cfw/v20190904/cfw_client_async.py +0 -0
  14. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud/cfw/v20190904/errorcodes.py +0 -0
  15. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud_sdk_python_cfw.egg-info/SOURCES.txt +0 -0
  16. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/tencentcloud_sdk_python_cfw.egg-info/dependency_links.txt +0 -0
  17. {tencentcloud_sdk_python_cfw-3.1.110 → tencentcloud_sdk_python_cfw-3.1.111}/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.110
3
+ Version: 3.1.111
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.110
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.111
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.110,<4.0.0"],
11
+ install_requires=["tencentcloud-sdk-python-common>=3.1.111,<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.110'
17
+ __version__ = '3.1.111'
@@ -2155,22 +2155,21 @@ class CfwInsStatus(AbstractModel):
2155
2155
 
2156
2156
  def __init__(self):
2157
2157
  r"""
2158
- :param _CfwInsId: 防火墙实例id
2158
+ :param _CfwInsId: <p>防火墙实例id</p>
2159
2159
  :type CfwInsId: str
2160
- :param _FwType: 防火墙类型,nat:nat防火墙;ew:vpc间防火墙
2160
+ :param _FwType: <p>防火墙类型,nat:nat防火墙;ew:vpc间防火墙</p>
2161
2161
  :type FwType: str
2162
- :param _Region: 实例所属地域
2162
+ :param _Region: <p>实例所属地域</p>
2163
2163
  :type Region: str
2164
- :param _Status: 实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass
2164
+ :param _Status: <p>实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass中;BypassTcDrop:丢包触发bypass中</p><p>枚举值:</p><ul><li>Running: 正常运行</li><li>BypassAutoFix: 自动bypass已修复</li><li>Updating: 实例升级中</li><li>Expand: 实例扩容中</li><li>BypassManual: 手动触发bypass中</li><li>BypassAuto: 自动触发bypass中</li><li>BypassTcDrop: 丢包触发bypass中</li></ul>
2165
2165
  :type Status: str
2166
- :param _EventTime: 事件时间
2166
+ :param _EventTime: <p>事件时间</p>
2167
2167
  :type EventTime: str
2168
- :param _RecoverTime: 恢复时间
2168
+ :param _RecoverTime: <p>恢复时间</p>
2169
2169
  :type RecoverTime: str
2170
- :param _CfwInsName: 实例名称
2170
+ :param _CfwInsName: <p>实例名称</p>
2171
2171
  :type CfwInsName: str
2172
- :param _TrafficMode: Normal: 正常模式
2173
- OnlyRoute: 透明模式
2172
+ :param _TrafficMode: <p>Normal: 正常模式<br>OnlyRoute: 透明模式</p>
2174
2173
  :type TrafficMode: str
2175
2174
  """
2176
2175
  self._CfwInsId = None
@@ -2184,7 +2183,7 @@ OnlyRoute: 透明模式
2184
2183
 
2185
2184
  @property
2186
2185
  def CfwInsId(self):
2187
- r"""防火墙实例id
2186
+ r"""<p>防火墙实例id</p>
2188
2187
  :rtype: str
2189
2188
  """
2190
2189
  return self._CfwInsId
@@ -2195,7 +2194,7 @@ OnlyRoute: 透明模式
2195
2194
 
2196
2195
  @property
2197
2196
  def FwType(self):
2198
- r"""防火墙类型,nat:nat防火墙;ew:vpc间防火墙
2197
+ r"""<p>防火墙类型,nat:nat防火墙;ew:vpc间防火墙</p>
2199
2198
  :rtype: str
2200
2199
  """
2201
2200
  return self._FwType
@@ -2206,7 +2205,7 @@ OnlyRoute: 透明模式
2206
2205
 
2207
2206
  @property
2208
2207
  def Region(self):
2209
- r"""实例所属地域
2208
+ r"""<p>实例所属地域</p>
2210
2209
  :rtype: str
2211
2210
  """
2212
2211
  return self._Region
@@ -2217,7 +2216,7 @@ OnlyRoute: 透明模式
2217
2216
 
2218
2217
  @property
2219
2218
  def Status(self):
2220
- r"""实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass
2219
+ r"""<p>实例运行状态,Running:正常运行;BypassAutoFix:bypass修复;Updating:升级中;Expand:扩容中;BypassManual:手动触发bypass中;BypassAuto:自动触发bypass中;BypassTcDrop:丢包触发bypass中</p><p>枚举值:</p><ul><li>Running: 正常运行</li><li>BypassAutoFix: 自动bypass已修复</li><li>Updating: 实例升级中</li><li>Expand: 实例扩容中</li><li>BypassManual: 手动触发bypass中</li><li>BypassAuto: 自动触发bypass中</li><li>BypassTcDrop: 丢包触发bypass中</li></ul>
2221
2220
  :rtype: str
2222
2221
  """
2223
2222
  return self._Status
@@ -2228,7 +2227,7 @@ OnlyRoute: 透明模式
2228
2227
 
2229
2228
  @property
2230
2229
  def EventTime(self):
2231
- r"""事件时间
2230
+ r"""<p>事件时间</p>
2232
2231
  :rtype: str
2233
2232
  """
2234
2233
  return self._EventTime
@@ -2239,7 +2238,7 @@ OnlyRoute: 透明模式
2239
2238
 
2240
2239
  @property
2241
2240
  def RecoverTime(self):
2242
- r"""恢复时间
2241
+ r"""<p>恢复时间</p>
2243
2242
  :rtype: str
2244
2243
  """
2245
2244
  return self._RecoverTime
@@ -2250,7 +2249,7 @@ OnlyRoute: 透明模式
2250
2249
 
2251
2250
  @property
2252
2251
  def CfwInsName(self):
2253
- r"""实例名称
2252
+ r"""<p>实例名称</p>
2254
2253
  :rtype: str
2255
2254
  """
2256
2255
  return self._CfwInsName
@@ -2261,8 +2260,7 @@ OnlyRoute: 透明模式
2261
2260
 
2262
2261
  @property
2263
2262
  def TrafficMode(self):
2264
- r"""Normal: 正常模式
2265
- OnlyRoute: 透明模式
2263
+ r"""<p>Normal: 正常模式<br>OnlyRoute: 透明模式</p>
2266
2264
  :rtype: str
2267
2265
  """
2268
2266
  return self._TrafficMode
@@ -5014,35 +5012,35 @@ class CreateNatRuleItem(AbstractModel):
5014
5012
 
5015
5013
  def __init__(self):
5016
5014
  r"""
5017
- :param _SourceContent: 访问源示例: net:IP/CIDR(192.168.0.2)
5015
+ :param _SourceContent: <p>访问源示例: net:IP/CIDR(192.168.0.2)</p>
5018
5016
  :type SourceContent: str
5019
- :param _SourceType: 访问源类型:入向规则时类型可以为 ip,net,template,location;出向规则时可以为 ip,net,template,instance,group,tag
5017
+ :param _SourceType: <p>访问源类型:入向规则时类型可以为 ip,net,template,location;出向规则时可以为 ip,net,template,instance,group,tag</p>
5020
5018
  :type SourceType: str
5021
- :param _TargetContent: 访问目的示例: net:IP/CIDR(192.168.0.2) domain:域名规则,例如*.qq.com
5019
+ :param _TargetContent: <p>访问目的示例: net:IP/CIDR(192.168.0.2) domain:域名规则,例如*.qq.com</p>
5022
5020
  :type TargetContent: str
5023
- :param _TargetType: 访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location
5021
+ :param _TargetType: <p>访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location</p>
5024
5022
  :type TargetType: str
5025
- :param _Protocol: 协议,可选的值: TCP UDP ICMP ANY HTTP HTTPS HTTP/HTTPS SMTP SMTPS SMTP/SMTPS FTP DNS
5023
+ :param _Protocol: <p>协议,可选的值: TCP UDP ICMP ANY HTTP HTTPS HTTP/HTTPS SMTP SMTPS SMTP/SMTPS FTP DNS</p>
5026
5024
  :type Protocol: str
5027
- :param _RuleAction: 访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察
5025
+ :param _RuleAction: <p>访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察</p>
5028
5026
  :type RuleAction: str
5029
- :param _Port: 访问控制策略的端口。取值: -1/-1:全部端口 80:80端口
5027
+ :param _Port: <p>访问控制策略的端口。取值: -1/-1:全部端口 80:80端口</p>
5030
5028
  :type Port: str
5031
- :param _Direction: 规则方向:1,入站;0,出站
5029
+ :param _Direction: <p>规则方向:1,入站;0,出站</p>
5032
5030
  :type Direction: int
5033
- :param _OrderIndex: 规则序号
5031
+ :param _OrderIndex: <p>规则序号</p>
5034
5032
  :type OrderIndex: int
5035
- :param _Enable: 规则状态,true表示启用,false表示禁用
5033
+ :param _Enable: <p>规则状态,true表示启用,false表示禁用</p>
5036
5034
  :type Enable: str
5037
- :param _Uuid: 规则对应的唯一id,创建规则时无需填写
5035
+ :param _Uuid: <p>规则对应的唯一id,创建规则AddNatAcRule时无需填写;修改规则ModifyNatAcRule时必须填写</p><p>创建规则AddNatAcRule时无需填写;修改规则ModifyNatAcRule时必须填写</p>
5038
5036
  :type Uuid: int
5039
- :param _Description: 描述
5037
+ :param _Description: <p>描述</p>
5040
5038
  :type Description: str
5041
- :param _ParamTemplateId: 端口协议组ID
5039
+ :param _ParamTemplateId: <p>端口协议组ID</p>
5042
5040
  :type ParamTemplateId: str
5043
- :param _InternalUuid: 内部id
5041
+ :param _InternalUuid: <p>内部id</p>
5044
5042
  :type InternalUuid: int
5045
- :param _Scope: 规则生效的范围:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
5043
+ :param _Scope: <p>规则生效的范围:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度</p>
5046
5044
  :type Scope: str
5047
5045
  """
5048
5046
  self._SourceContent = None
@@ -5063,7 +5061,7 @@ class CreateNatRuleItem(AbstractModel):
5063
5061
 
5064
5062
  @property
5065
5063
  def SourceContent(self):
5066
- r"""访问源示例: net:IP/CIDR(192.168.0.2)
5064
+ r"""<p>访问源示例: net:IP/CIDR(192.168.0.2)</p>
5067
5065
  :rtype: str
5068
5066
  """
5069
5067
  return self._SourceContent
@@ -5074,7 +5072,7 @@ class CreateNatRuleItem(AbstractModel):
5074
5072
 
5075
5073
  @property
5076
5074
  def SourceType(self):
5077
- r"""访问源类型:入向规则时类型可以为 ip,net,template,location;出向规则时可以为 ip,net,template,instance,group,tag
5075
+ r"""<p>访问源类型:入向规则时类型可以为 ip,net,template,location;出向规则时可以为 ip,net,template,instance,group,tag</p>
5078
5076
  :rtype: str
5079
5077
  """
5080
5078
  return self._SourceType
@@ -5085,7 +5083,7 @@ class CreateNatRuleItem(AbstractModel):
5085
5083
 
5086
5084
  @property
5087
5085
  def TargetContent(self):
5088
- r"""访问目的示例: net:IP/CIDR(192.168.0.2) domain:域名规则,例如*.qq.com
5086
+ r"""<p>访问目的示例: net:IP/CIDR(192.168.0.2) domain:域名规则,例如*.qq.com</p>
5089
5087
  :rtype: str
5090
5088
  """
5091
5089
  return self._TargetContent
@@ -5096,7 +5094,7 @@ class CreateNatRuleItem(AbstractModel):
5096
5094
 
5097
5095
  @property
5098
5096
  def TargetType(self):
5099
- r"""访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location
5097
+ r"""<p>访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location</p>
5100
5098
  :rtype: str
5101
5099
  """
5102
5100
  return self._TargetType
@@ -5107,7 +5105,7 @@ class CreateNatRuleItem(AbstractModel):
5107
5105
 
5108
5106
  @property
5109
5107
  def Protocol(self):
5110
- r"""协议,可选的值: TCP UDP ICMP ANY HTTP HTTPS HTTP/HTTPS SMTP SMTPS SMTP/SMTPS FTP DNS
5108
+ r"""<p>协议,可选的值: TCP UDP ICMP ANY HTTP HTTPS HTTP/HTTPS SMTP SMTPS SMTP/SMTPS FTP DNS</p>
5111
5109
  :rtype: str
5112
5110
  """
5113
5111
  return self._Protocol
@@ -5118,7 +5116,7 @@ class CreateNatRuleItem(AbstractModel):
5118
5116
 
5119
5117
  @property
5120
5118
  def RuleAction(self):
5121
- r"""访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察
5119
+ r"""<p>访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察</p>
5122
5120
  :rtype: str
5123
5121
  """
5124
5122
  return self._RuleAction
@@ -5129,7 +5127,7 @@ class CreateNatRuleItem(AbstractModel):
5129
5127
 
5130
5128
  @property
5131
5129
  def Port(self):
5132
- r"""访问控制策略的端口。取值: -1/-1:全部端口 80:80端口
5130
+ r"""<p>访问控制策略的端口。取值: -1/-1:全部端口 80:80端口</p>
5133
5131
  :rtype: str
5134
5132
  """
5135
5133
  return self._Port
@@ -5140,7 +5138,7 @@ class CreateNatRuleItem(AbstractModel):
5140
5138
 
5141
5139
  @property
5142
5140
  def Direction(self):
5143
- r"""规则方向:1,入站;0,出站
5141
+ r"""<p>规则方向:1,入站;0,出站</p>
5144
5142
  :rtype: int
5145
5143
  """
5146
5144
  return self._Direction
@@ -5151,7 +5149,7 @@ class CreateNatRuleItem(AbstractModel):
5151
5149
 
5152
5150
  @property
5153
5151
  def OrderIndex(self):
5154
- r"""规则序号
5152
+ r"""<p>规则序号</p>
5155
5153
  :rtype: int
5156
5154
  """
5157
5155
  return self._OrderIndex
@@ -5162,7 +5160,7 @@ class CreateNatRuleItem(AbstractModel):
5162
5160
 
5163
5161
  @property
5164
5162
  def Enable(self):
5165
- r"""规则状态,true表示启用,false表示禁用
5163
+ r"""<p>规则状态,true表示启用,false表示禁用</p>
5166
5164
  :rtype: str
5167
5165
  """
5168
5166
  return self._Enable
@@ -5173,7 +5171,7 @@ class CreateNatRuleItem(AbstractModel):
5173
5171
 
5174
5172
  @property
5175
5173
  def Uuid(self):
5176
- r"""规则对应的唯一id,创建规则时无需填写
5174
+ r"""<p>规则对应的唯一id,创建规则AddNatAcRule时无需填写;修改规则ModifyNatAcRule时必须填写</p><p>创建规则AddNatAcRule时无需填写;修改规则ModifyNatAcRule时必须填写</p>
5177
5175
  :rtype: int
5178
5176
  """
5179
5177
  return self._Uuid
@@ -5184,7 +5182,7 @@ class CreateNatRuleItem(AbstractModel):
5184
5182
 
5185
5183
  @property
5186
5184
  def Description(self):
5187
- r"""描述
5185
+ r"""<p>描述</p>
5188
5186
  :rtype: str
5189
5187
  """
5190
5188
  return self._Description
@@ -5195,7 +5193,7 @@ class CreateNatRuleItem(AbstractModel):
5195
5193
 
5196
5194
  @property
5197
5195
  def ParamTemplateId(self):
5198
- r"""端口协议组ID
5196
+ r"""<p>端口协议组ID</p>
5199
5197
  :rtype: str
5200
5198
  """
5201
5199
  return self._ParamTemplateId
@@ -5206,7 +5204,7 @@ class CreateNatRuleItem(AbstractModel):
5206
5204
 
5207
5205
  @property
5208
5206
  def InternalUuid(self):
5209
- r"""内部id
5207
+ r"""<p>内部id</p>
5210
5208
  :rtype: int
5211
5209
  """
5212
5210
  return self._InternalUuid
@@ -5217,7 +5215,7 @@ class CreateNatRuleItem(AbstractModel):
5217
5215
 
5218
5216
  @property
5219
5217
  def Scope(self):
5220
- r"""规则生效的范围:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度
5218
+ r"""<p>规则生效的范围:ALL,全局生效;ap-guangzhou,生效的地域;cfwnat-xxx,生效基于实例维度</p>
5221
5219
  :rtype: str
5222
5220
  """
5223
5221
  return self._Scope
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tencentcloud-sdk-python-cfw
3
- Version: 3.1.110
3
+ Version: 3.1.111
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.110
18
+ Requires-Dist: tencentcloud-sdk-python-common<4.0.0,>=3.1.111
19
19
 
20
20
  ============================
21
21
  Tencent Cloud SDK for Python
@@ -0,0 +1 @@
1
+ tencentcloud-sdk-python-common<4.0.0,>=3.1.111
@@ -1 +0,0 @@
1
- tencentcloud-sdk-python-common<4.0.0,>=3.1.110