tencentcloud-sdk-vpc 3.0.1094 → 3.0.1106

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: a6216fbdbe46a3b1e128f5da6df11510c823ac4b
4
- data.tar.gz: 0381b42a265bb21466d1c0278b67f6cfaeb80ea3
3
+ metadata.gz: 606ede6f78a26bd5161acff1ec65478deb8cce9f
4
+ data.tar.gz: ff46e283f7d54b5df281fb0cfb248b01845d7793
5
5
  SHA512:
6
- metadata.gz: 92bb65773c97161259595fbacfeb027b71e87ecca785d1c3ee19afd045b81e6364ececd1ee82e485669de1bd332f1bbc0e224bdacdf751081848ecc8fbbb1bf2
7
- data.tar.gz: 8524ebc1ebfca0ed81215d468e2ca5cc6e8bf0e8b9ce5525c9fba706a0a7f52f595d86fb65a0c0fadd9c56a8fd2b41cdd30f5375320e6a9cc04ea1900205f817
6
+ metadata.gz: 39f709378c932ed3b4ccc2b56f2a374ea4316df3b0d07b2ec584bbdcff038c5fe970d63443fdc9c04d5721d2a7c066a36b16067a9a1953d1d7f011f01c932c22
7
+ data.tar.gz: 76cad9d9afa5491d47fb6d3e7d4ce3a3fe1c5828d554600f2137c4da51ab6652bc778b21d8d9493f8f7856560d5ec87f1733c29b4dce3541b521279bc9e694e4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1094
1
+ 3.0.1106
@@ -18649,11 +18649,11 @@ module TencentCloud
18649
18649
 
18650
18650
  # IKE配置(Internet Key Exchange,因特网密钥交换),IKE具有一套自我保护机制,用户配置网络安全协议
18651
18651
  class IKEOptionsSpecification < TencentCloud::Common::AbstractModel
18652
- # @param PropoEncryAlgorithm: 加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBS-192', 'AES-CBC-256', 'DES-CBC','SM4', 默认为3DES-CBC
18652
+ # @param PropoEncryAlgorithm: 加密算法,可选值:'3DES-CBC', 'AES-CBC-128', 'AES-CBC-192', 'AES-CBC-256', 'DES-CBC','SM4', 默认为3DES-CBC
18653
18653
  # @type PropoEncryAlgorithm: String
18654
- # @param PropoAuthenAlgorithm: 认证算法:可选值:'MD5', 'SHA1','SHA-256' 默认为MD5
18654
+ # @param PropoAuthenAlgorithm: 认证算法:可选值:'MD5''SHA','SHA-256','SHA-512', 默认为SHA。
18655
18655
  # @type PropoAuthenAlgorithm: String
18656
- # @param ExchangeMode: 协商模式:可选值:'AGGRESSIVE', 'MAIN',默认为MAIN
18656
+ # @param ExchangeMode: 协商模式:可选值:'AGGRESSIVE' 'MAIN',默认为MAIN
18657
18657
  # @type ExchangeMode: String
18658
18658
  # @param LocalIdentity: 本端标识类型:可选值:'ADDRESS', 'FQDN',默认为ADDRESS
18659
18659
  # @type LocalIdentity: String
@@ -18667,7 +18667,7 @@ module TencentCloud
18667
18667
  # @type LocalFqdnName: String
18668
18668
  # @param RemoteFqdnName: 对端标识,当remoteIdentity选为FQDN时,RemoteFqdnName必填
18669
18669
  # @type RemoteFqdnName: String
18670
- # @param DhGroupName: DH group,指定IKE交换密钥时使用的DH组,可选值:'GROUP1', 'GROUP2', 'GROUP5', 'GROUP14', 'GROUP24'
18670
+ # @param DhGroupName: DH group,指定IKE交换密钥时使用的DH组,可选值:'GROUP1', 'GROUP2', 'GROUP5', 'GROUP14', 'GROUP24',默认是GROUP1。
18671
18671
  # @type DhGroupName: String
18672
18672
  # @param IKESaLifetimeSeconds: IKE SA Lifetime,单位:秒,设置IKE SA的生存周期,取值范围:60-604800
18673
18673
  # @type IKESaLifetimeSeconds: Integer
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1094
4
+ version: 3.0.1106
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-07-05 00:00:00.000000000 Z
11
+ date: 2025-07-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common