tencentcloud-sdk-vpc 3.0.568 → 3.0.569

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: d0a5391f369ffbd55038ebadacf6a35422bc1bb9
4
- data.tar.gz: 10d52ca6e0fd79fe70c685686b7b87a6a4e6d36c
3
+ metadata.gz: e48b909ddc1dd139840ee0e0a8fe9b9c36b22ff5
4
+ data.tar.gz: 7d56edbdc33656d5eb6a71b098b5ed3de7f1e06e
5
5
  SHA512:
6
- metadata.gz: 0bf7aa359366fe9d7eec198d314651bf9cf8f616bb8b158961547cfac13692fd867aeb59692aeb10e66c65fa2d8eb090e9b632a104c16ebba587ef16cd4a7525
7
- data.tar.gz: 029d31abdcd19cd164a1d6e9c632df484f36f9b8fffcbc29be25ebbbf899ea3c3fa0bbb5a77939472929f0b308b9433cbec4bf7241e854bdde23a24b654c6779
6
+ metadata.gz: 3ba6f1cbd39bbbea40d64f0d29acf271b7c320a7c82faac899c7e24717555756bfce93b47a545a5a4fec697113c1b5f017987348006707d16b2ddb172b3133ee
7
+ data.tar.gz: 07868d915f0cf9f13184f88af759ea2f14cf8f86c00ce8bee86bbe52924682e558a08f1b63a4f0a6e61f8ed90b8d21d345c63e968c41859885f4eda4903ae628
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.568
1
+ 3.0.569
@@ -2623,7 +2623,7 @@ module TencentCloud
2623
2623
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2624
2624
  end
2625
2625
 
2626
- # 本接口(DeleteVpnConnection)用于删除VPN通道。
2626
+ # 本接口(DeleteVpnConnection)用于删除VPN通道。
2627
2627
 
2628
2628
  # @param request: Request instance for DeleteVpnConnection.
2629
2629
  # @type request: :class:`Tencentcloud::vpc::V20170312::DeleteVpnConnectionRequest`
@@ -4563,7 +4563,7 @@ module TencentCloud
4563
4563
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
4564
4564
  end
4565
4565
 
4566
- # 本接口(DescribeVpnConnections)查询VPN通道列表。
4566
+ # 本接口(DescribeVpnConnections)用于查询VPN通道列表。
4567
4567
 
4568
4568
  # @param request: Request instance for DescribeVpnConnections.
4569
4569
  # @type request: :class:`Tencentcloud::vpc::V20170312::DescribeVpnConnectionsRequest`
@@ -7208,7 +7208,7 @@ module TencentCloud
7208
7208
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
7209
7209
  end
7210
7210
 
7211
- # 本接口(ResetVpnConnection)用于重置VPN通道。
7211
+ # 本接口(ResetVpnConnection)用于重置VPN通道。
7212
7212
 
7213
7213
  # @param request: Request instance for ResetVpnConnection.
7214
7214
  # @type request: :class:`Tencentcloud::vpc::V20170312::ResetVpnConnectionRequest`
@@ -7232,7 +7232,7 @@ module TencentCloud
7232
7232
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
7233
7233
  end
7234
7234
 
7235
- # 本接口(ResetVpnGatewayInternetMaxBandwidth)调整VPN网关带宽上限。目前支持升级配置,如果是包年包月VPN网关需要在有效期内。
7235
+ # 本接口(ResetVpnGatewayInternetMaxBandwidth)用于调整VPN网关带宽上限。VPN网关带宽目前仅支持部分带宽范围内升降配,如【5,100】Mbps和【200,1000】Mbps,在各自带宽范围内可提升配额,跨范围提升配额和降配暂不支持,如果是包年包月VPN网关需要在有效期内。
7236
7236
 
7237
7237
  # @param request: Request instance for ResetVpnGatewayInternetMaxBandwidth.
7238
7238
  # @type request: :class:`Tencentcloud::vpc::V20170312::ResetVpnGatewayInternetMaxBandwidthRequest`
@@ -18106,7 +18106,7 @@ module TencentCloud
18106
18106
  class ResetVpnGatewayInternetMaxBandwidthRequest < TencentCloud::Common::AbstractModel
18107
18107
  # @param VpnGatewayId: VPN网关实例ID。
18108
18108
  # @type VpnGatewayId: String
18109
- # @param InternetMaxBandwidthOut: 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100;单位:Mbps。
18109
+ # @param InternetMaxBandwidthOut: 新规格公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:Mbps。VPN网关带宽目前仅支持部分带宽范围内升降配,如【5,100】Mbps和【200,1000】Mbps,在各自带宽范围内可提升配额,跨范围提升配额和降配暂不支持。
18110
18110
  # @type InternetMaxBandwidthOut: Integer
18111
18111
 
18112
18112
  attr_accessor :VpnGatewayId, :InternetMaxBandwidthOut
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.568
4
+ version: 3.0.569
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-05-12 00:00:00.000000000 Z
11
+ date: 2023-05-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common