tencentcloud-sdk-vpc 3.0.509 → 3.0.511

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: 7a92cfa1b0bf799874b95c4b8027f44df1f77834
4
- data.tar.gz: eb364dce2725f1f35eb993c910476bf73651f01c
3
+ metadata.gz: 3f0ac76ff3413ac896e324070606f1240c78923e
4
+ data.tar.gz: 0ecfc8b4d851dd2d46565b272cf091ef9c143f47
5
5
  SHA512:
6
- metadata.gz: f637e0a2a159a9deccf8e18b569bff03a57d90267dbb9b37dca2b24ca54e53dcdde7b913e3fe3519d4ebcd1e787cc51d8edf8030079b4ad771173c5ca16adbf4
7
- data.tar.gz: b2cca48e4a37ffb1b4396765feca06250cfba5146738d2b37b27b366713aaa1c0ea16ed4b7946de4d984a2d18a4234f77771a7419556c9aa62bbb32f0ecee343
6
+ metadata.gz: 4f122a7df79a363a98eebaf3113ce540cd6c1d970f62e96123b5d1054425136c3c95c7dbc4315e2aee019c3cce3caf8dd5714ae56056b57d328cef557e60be78
7
+ data.tar.gz: b3ac4917281b4032205be4b571348adedc55367b9282140f00a6526d538dd55e8c70a318156f6c9e23704e7ef16d87417720d047fc3e54a4394228bab5785a9d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
1
+ 3.0.511
@@ -2536,10 +2536,12 @@ module TencentCloud
2536
2536
  # @type Tags: Array
2537
2537
  # @param Protocol: 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
2538
2538
  # @type Protocol: String
2539
+ # @param TimeSpan: 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
2540
+ # @type TimeSpan: Integer
2539
2541
 
2540
- attr_accessor :NetworkType, :ChargeType, :BandwidthPackageName, :BandwidthPackageCount, :InternetMaxBandwidth, :Tags, :Protocol
2542
+ attr_accessor :NetworkType, :ChargeType, :BandwidthPackageName, :BandwidthPackageCount, :InternetMaxBandwidth, :Tags, :Protocol, :TimeSpan
2541
2543
 
2542
- def initialize(networktype=nil, chargetype=nil, bandwidthpackagename=nil, bandwidthpackagecount=nil, internetmaxbandwidth=nil, tags=nil, protocol=nil)
2544
+ def initialize(networktype=nil, chargetype=nil, bandwidthpackagename=nil, bandwidthpackagecount=nil, internetmaxbandwidth=nil, tags=nil, protocol=nil, timespan=nil)
2543
2545
  @NetworkType = networktype
2544
2546
  @ChargeType = chargetype
2545
2547
  @BandwidthPackageName = bandwidthpackagename
@@ -2547,6 +2549,7 @@ module TencentCloud
2547
2549
  @InternetMaxBandwidth = internetmaxbandwidth
2548
2550
  @Tags = tags
2549
2551
  @Protocol = protocol
2552
+ @TimeSpan = timespan
2550
2553
  end
2551
2554
 
2552
2555
  def deserialize(params)
@@ -2564,6 +2567,7 @@ module TencentCloud
2564
2567
  end
2565
2568
  end
2566
2569
  @Protocol = params['Protocol']
2570
+ @TimeSpan = params['TimeSpan']
2567
2571
  end
2568
2572
  end
2569
2573
 
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.509
4
+ version: 3.0.511
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-02-15 00:00:00.000000000 Z
11
+ date: 2023-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common