tencentcloud-sdk-cfw 3.0.532 → 3.0.534

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20190904/models.rb +0 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ffbbf58abbf90ce4b54ce8ae12f6fb0f1427728
4
- data.tar.gz: db465f9d91b62b34637a0d1d29d2b6ff609b7ecf
3
+ metadata.gz: fc92a4059be6c6569096cc78e998075c65c442de
4
+ data.tar.gz: e5281b4f171bb0b772def6fcd16d421156a0a737
5
5
  SHA512:
6
- metadata.gz: 5a39ca5e27832013675d4d6dc392e1d7442e86c5807b0289943ab2accbea9449d93143411878327e4481ed48762becd888100fcc963ac36c50ac843488716ffe
7
- data.tar.gz: 17c83568645b4c0b1364ed988f5e0c41eb801ac53048be519e8ec78593059b2508ed6687cfd866cba58188b37f1b331e9b14bc4abc0161d03290fcd41969fbc1
6
+ metadata.gz: d7bb584419efd2bdb0701ae88f218d7406561f5fba9fa4f2da89a0d595b8a89a1c1bb85f5e0ebf9fb36f29b7a2198d8dec84c534d26f9af58e31e3ef6edab0f0
7
+ data.tar.gz: 4aefe6702d18e7b833fd9ceefa1cabfc715128707c1078ca8977505b8beba7b306f4f788cd688c2c160727485494e256229cd82b883d939c57448597508a2c37
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.532
1
+ 3.0.534
@@ -885,40 +885,28 @@ module TencentCloud
885
885
  # 创建NAT ACL规则参数结构
886
886
  class CreateNatRuleItem < TencentCloud::Common::AbstractModel
887
887
  # @param SourceContent: 访问源示例: net:IP/CIDR(192.168.0.2)
888
- # 注意:此字段可能返回 null,表示取不到有效值。
889
888
  # @type SourceContent: String
890
889
  # @param SourceType: 访问源类型:入向规则时类型可以为 ip,net,template,location;出向规则时可以为 ip,net,template,instance,group,tag
891
- # 注意:此字段可能返回 null,表示取不到有效值。
892
890
  # @type SourceType: String
893
891
  # @param TargetContent: 访问目的示例: net:IP/CIDR(192.168.0.2) domain:域名规则,例如*.qq.com
894
- # 注意:此字段可能返回 null,表示取不到有效值。
895
892
  # @type TargetContent: String
896
893
  # @param TargetType: 访问目的类型:入向规则时类型可以为ip,net,template,instance,group,tag;出向规则时可以为 ip,net,domain,template,location
897
- # 注意:此字段可能返回 null,表示取不到有效值。
898
894
  # @type TargetType: String
899
895
  # @param Protocol: 协议,可选的值: TCP UDP ICMP ANY HTTP HTTPS HTTP/HTTPS SMTP SMTPS SMTP/SMTPS FTP DNS
900
- # 注意:此字段可能返回 null,表示取不到有效值。
901
896
  # @type Protocol: String
902
897
  # @param RuleAction: 访问控制策略中设置的流量通过云防火墙的方式。取值: accept:放行 drop:拒绝 log:观察
903
- # 注意:此字段可能返回 null,表示取不到有效值。
904
898
  # @type RuleAction: String
905
899
  # @param Port: 访问控制策略的端口。取值: -1/-1:全部端口 80:80端口
906
- # 注意:此字段可能返回 null,表示取不到有效值。
907
900
  # @type Port: String
908
901
  # @param Direction: 规则方向:1,入站;0,出站
909
- # 注意:此字段可能返回 null,表示取不到有效值。
910
902
  # @type Direction: Integer
911
903
  # @param OrderIndex: 规则序号
912
- # 注意:此字段可能返回 null,表示取不到有效值。
913
904
  # @type OrderIndex: Integer
914
905
  # @param Enable: 规则状态,true表示启用,false表示禁用
915
- # 注意:此字段可能返回 null,表示取不到有效值。
916
906
  # @type Enable: String
917
907
  # @param Uuid: 规则对应的唯一id,创建规则时无需填写
918
- # 注意:此字段可能返回 null,表示取不到有效值。
919
908
  # @type Uuid: Integer
920
909
  # @param Description: 描述
921
- # 注意:此字段可能返回 null,表示取不到有效值。
922
910
  # @type Description: String
923
911
 
924
912
  attr_accessor :SourceContent, :SourceType, :TargetContent, :TargetType, :Protocol, :RuleAction, :Port, :Direction, :OrderIndex, :Enable, :Uuid, :Description
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.532
4
+ version: 3.0.534
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-03-17 00:00:00.000000000 Z
11
+ date: 2023-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common