tencentcloud-sdk-cfw 3.0.737 → 3.0.738

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c0feb2c1932ddb58ced74f4e819c4c5ecc224048
4
- data.tar.gz: 352b058dc3252817336cbf8d76df3d8b656c2d75
3
+ metadata.gz: 672ac3b793fceadb375cd2b1a259318945549d00
4
+ data.tar.gz: 6ef8b7abedbe2f732aebe8f87f47d4ac8589c04d
5
5
  SHA512:
6
- metadata.gz: f6c5454a2b07cec61600f3927eb6ea38d882f4d077e43309fbe0976f7cf13d974e5209205b7571f32e1286566c4898374cd8f945589b8ef32082b24553caa36e
7
- data.tar.gz: 9151ff8843a8b42c724521156a1ea27253985c28355b70deb3aa587c7d3d8c2a3aca540b1707effe69c10ae39015cd85e045bb4dc06bd1fd5aa9cfa8e2c8fd1e
6
+ metadata.gz: 24fc9b1a8578a2a1e5c537e8cc885ac442ce447a332b5a8e234b7c39ed59e0f6380017dd26995e0975eae75d67b709a47bda9931dc21a1a98b9d018fa561c6bc
7
+ data.tar.gz: 0fcce0dc59d88708127786dbcad1c2fab7029b134721a9ffda8eb645b6a9842987fb2e19ffb404fb01c7979a11e2c49d09d9ea8bb3ce5bbda22c10dc3aa52a51
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.737
1
+ 3.0.738
@@ -7788,13 +7788,13 @@ module TencentCloud
7788
7788
  # @type Protocol: String
7789
7789
  # @param Strategy: 策略, 0:观察,1:阻断,2:放行
7790
7790
  # @type Strategy: String
7791
- # @param SourceType: 访问源类型,1是IP,3是域名,4是IP地址模版,5是域名地址模版
7791
+ # @param SourceType: 访问源类型,1是IP,3是域名,4是IP地址模板,5是域名地址模板
7792
7792
  # @type SourceType: Integer
7793
7793
  # @param Direction: 方向,0:出站,1:入站
7794
7794
  # @type Direction: Integer
7795
7795
  # @param Detail: 描述
7796
7796
  # @type Detail: String
7797
- # @param TargetType: 访问目的类型,1是IP,3是域名,4是IP地址模版,5是域名地址模版
7797
+ # @param TargetType: 访问目的类型,1是IP,3是域名,4是IP地址模板,5是域名地址模板
7798
7798
  # @type TargetType: Integer
7799
7799
  # @param Port: 端口
7800
7800
  # @type Port: String
@@ -8703,18 +8703,18 @@ module TencentCloud
8703
8703
  end
8704
8704
  end
8705
8705
 
8706
- # 地址模版列表数据
8706
+ # 地址模板列表数据
8707
8707
  class TemplateListInfo < TencentCloud::Common::AbstractModel
8708
- # @param Uuid: 模版ID
8708
+ # @param Uuid: 模板ID
8709
8709
  # 注意:此字段可能返回 null,表示取不到有效值。
8710
8710
  # @type Uuid: String
8711
- # @param Name: 模版名称
8711
+ # @param Name: 模板名称
8712
8712
  # 注意:此字段可能返回 null,表示取不到有效值。
8713
8713
  # @type Name: String
8714
8714
  # @param Detail: 描述
8715
8715
  # 注意:此字段可能返回 null,表示取不到有效值。
8716
8716
  # @type Detail: String
8717
- # @param IpString: IP模版
8717
+ # @param IpString: IP模板
8718
8718
  # 注意:此字段可能返回 null,表示取不到有效值。
8719
8719
  # @type IpString: String
8720
8720
  # @param InsertTime: 插入时间
@@ -8723,7 +8723,7 @@ module TencentCloud
8723
8723
  # @param UpdateTime: 修改时间
8724
8724
  # 注意:此字段可能返回 null,表示取不到有效值。
8725
8725
  # @type UpdateTime: String
8726
- # @param Type: 模版类型
8726
+ # @param Type: 模板类型
8727
8727
  # 注意:此字段可能返回 null,表示取不到有效值。
8728
8728
  # @type Type: Integer
8729
8729
  # @param RulesNum: 关联规则条数
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.737
4
+ version: 3.0.738
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-27 00:00:00.000000000 Z
11
+ date: 2023-12-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common