tencentcloud-sdk-vpc 3.0.927 → 3.0.929

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19d9cd7100d8452572e28d0edafa293cdf7d7ecb
4
- data.tar.gz: 52e77cee50cd6d23c6e798d92f4530e05f5cc549
3
+ metadata.gz: 163ee6282fabfbd21fc5a7546bc4afe4e08e5cec
4
+ data.tar.gz: 0484a4ee3378c631f2ba9bbe0a19bbd67a4884c1
5
5
  SHA512:
6
- metadata.gz: 2bd67d7a7299bea27b45b5b17fe5a3972cf71c5eff42a175747aca8580ee1eabe5ca6174abbe727554f9a679661ee63c5a24a24b4741d32562ee6d9942abb0d6
7
- data.tar.gz: edfc4a933f95f37225518ffa64ce483de6a0a252b391ee2b25a6d00e350a6e68ca20670f5831b3a4dc1532b65fc39916663c6d013657d9d309e47e1098a5d19d
6
+ metadata.gz: 86cec23245bf279fe873c8d9814a28d5f1b55e212ba9c7db7b098030ff4e9b71a68e387a1e8e4ee38f8e47fb7865bf089c3419ca4e0d82d6f7b64e9b538ff566
7
+ data.tar.gz: 98db3a1f381054e531df5404373718c0256c8cf4cd331f6c79411f175968113a5494e5b5e473e3a11fd3fa7b33bec1237f904d8d6adc83e8dec15cc704a72d67
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.927
1
+ 3.0.929
@@ -6236,10 +6236,10 @@ module TencentCloud
6236
6236
  # @type VpnGatewayId: String
6237
6237
  # @param SslVpnServerName: SSL-VPN-SERVER 实例名称,长度不超过60个字节。
6238
6238
  # @type SslVpnServerName: String
6239
- # @param LocalAddress: 云端地址(CIDR)列表。
6240
- # @type LocalAddress: Array
6241
6239
  # @param RemoteAddress: 客户端地址网段。
6242
6240
  # @type RemoteAddress: String
6241
+ # @param LocalAddress: 云端地址(CIDR)列表。
6242
+ # @type LocalAddress: Array
6243
6243
  # @param SslVpnProtocol: SSL VPN服务端监听协议。当前仅支持 UDP,默认UDP。
6244
6244
  # @type SslVpnProtocol: String
6245
6245
  # @param SslVpnPort: SSL VPN服务端监听协议端口,默认1194。
@@ -6259,13 +6259,13 @@ module TencentCloud
6259
6259
  # @param Tags: 指定绑定的标签列表
6260
6260
  # @type Tags: Array
6261
6261
 
6262
- attr_accessor :VpnGatewayId, :SslVpnServerName, :LocalAddress, :RemoteAddress, :SslVpnProtocol, :SslVpnPort, :IntegrityAlgorithm, :EncryptAlgorithm, :Compress, :SsoEnabled, :AccessPolicyEnabled, :SamlData, :Tags
6262
+ attr_accessor :VpnGatewayId, :SslVpnServerName, :RemoteAddress, :LocalAddress, :SslVpnProtocol, :SslVpnPort, :IntegrityAlgorithm, :EncryptAlgorithm, :Compress, :SsoEnabled, :AccessPolicyEnabled, :SamlData, :Tags
6263
6263
 
6264
- def initialize(vpngatewayid=nil, sslvpnservername=nil, localaddress=nil, remoteaddress=nil, sslvpnprotocol=nil, sslvpnport=nil, integrityalgorithm=nil, encryptalgorithm=nil, compress=nil, ssoenabled=nil, accesspolicyenabled=nil, samldata=nil, tags=nil)
6264
+ def initialize(vpngatewayid=nil, sslvpnservername=nil, remoteaddress=nil, localaddress=nil, sslvpnprotocol=nil, sslvpnport=nil, integrityalgorithm=nil, encryptalgorithm=nil, compress=nil, ssoenabled=nil, accesspolicyenabled=nil, samldata=nil, tags=nil)
6265
6265
  @VpnGatewayId = vpngatewayid
6266
6266
  @SslVpnServerName = sslvpnservername
6267
- @LocalAddress = localaddress
6268
6267
  @RemoteAddress = remoteaddress
6268
+ @LocalAddress = localaddress
6269
6269
  @SslVpnProtocol = sslvpnprotocol
6270
6270
  @SslVpnPort = sslvpnport
6271
6271
  @IntegrityAlgorithm = integrityalgorithm
@@ -6280,8 +6280,8 @@ module TencentCloud
6280
6280
  def deserialize(params)
6281
6281
  @VpnGatewayId = params['VpnGatewayId']
6282
6282
  @SslVpnServerName = params['SslVpnServerName']
6283
- @LocalAddress = params['LocalAddress']
6284
6283
  @RemoteAddress = params['RemoteAddress']
6284
+ @LocalAddress = params['LocalAddress']
6285
6285
  @SslVpnProtocol = params['SslVpnProtocol']
6286
6286
  @SslVpnPort = params['SslVpnPort']
6287
6287
  @IntegrityAlgorithm = params['IntegrityAlgorithm']
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.927
4
+ version: 3.0.929
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-18 00:00:00.000000000 Z
11
+ date: 2024-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common