tencentcloud-sdk-cfw 3.0.929 → 3.0.930

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: ad3681a8e9d2035ad06aa1b86b4165f1a0f55f24
4
- data.tar.gz: e5001acdfad45a37f4e37f45eb2c76466457f732
3
+ metadata.gz: 4ffb5170506cf7c2e24fbcd5e8198af00208d614
4
+ data.tar.gz: f205a5669015e7596179109920f3e57ec18250e7
5
5
  SHA512:
6
- metadata.gz: 5ff0d9ee55d3ba7c3cbf53f44436e8b8c48f01659888abdfa847db82eddef8ca7acfd1f05650d64ea35a5c618f973e858c51a0ca21e8e6c26e52ef6b538cd9de
7
- data.tar.gz: 85648c24db1d562fd1dfec21ac24fd9bbe5dc42893969bd9b88ed68a7c4c6e876aba9b82928ee6035bf4f936c19822561c6a29f6594241db6930c355907193d8
6
+ metadata.gz: c00eb07363fab49b0e2b719dcbd8760adde2210e5fd344cdc6737dca3fe6b5817db2c54ec06f8ca5702628528902cfa71984b1bd70484db996cccc264177b03a
7
+ data.tar.gz: e2034d306f1897e7fb479f86175ef1dc7c1c2683a6b23a21088a62056e381a5fdedbb067dc4fd7e2375a56b56bdeea8b14e23b62478afe9a9be821797153dba2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.929
1
+ 3.0.930
@@ -1397,6 +1397,8 @@ module TencentCloud
1397
1397
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1398
1398
  end
1399
1399
 
1400
+ # 旧接口,不再维护
1401
+
1400
1402
  # 查询NAT边界防火墙开关列表
1401
1403
 
1402
1404
  # @param request: Request instance for DescribeNatSwitchList.
@@ -3596,7 +3596,7 @@ module TencentCloud
3596
3596
  # @type Port: String
3597
3597
  # @param Protocol: 协议;TCP/UDP/ICMP/ANY
3598
3598
  # @type Protocol: String
3599
- # @param ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id;与Protocol,Port互斥
3599
+ # @param ServiceTemplateId: 端口协议类型参数模板id;协议端口模板id
3600
3600
  # @type ServiceTemplateId: String
3601
3601
  # @param RuleUuid: 规则的uuid
3602
3602
  # @type RuleUuid: Integer
@@ -5433,7 +5433,7 @@ module TencentCloud
5433
5433
  class EdgeIpInfo < TencentCloud::Common::AbstractModel
5434
5434
  # @param PublicIp: 公网IP
5435
5435
  # @type PublicIp: String
5436
- # @param PublicIpType: 公网 IP 类型
5436
+ # @param PublicIpType: 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
5437
5437
  # 注意:此字段可能返回 null,表示取不到有效值。
5438
5438
  # @type PublicIpType: Integer
5439
5439
  # @param InstanceId: 实例ID
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.929
4
+ version: 3.0.930
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-10-21 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common