tencentcloud-sdk-vpc 3.0.509 → 3.0.510

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: 4dc0161c54800e3e080e865d1f491bdfd52b1aed
4
+ data.tar.gz: c7e0dc8468c7f6ee4e7dbae5e34daa530f39766f
5
5
  SHA512:
6
- metadata.gz: f637e0a2a159a9deccf8e18b569bff03a57d90267dbb9b37dca2b24ca54e53dcdde7b913e3fe3519d4ebcd1e787cc51d8edf8030079b4ad771173c5ca16adbf4
7
- data.tar.gz: b2cca48e4a37ffb1b4396765feca06250cfba5146738d2b37b27b366713aaa1c0ea16ed4b7946de4d984a2d18a4234f77771a7419556c9aa62bbb32f0ecee343
6
+ metadata.gz: f7d9614a3c9949ac30830b69e8a47457103994264ae7e0aa8b0ebd800fd881e0319d969f7f21fdf767c0e6240a89339aa3bf49df47e5751a3d1d5e3830fe1614
7
+ data.tar.gz: a029df72ef74c007a857650072449e771ed44c9b5bd3dae884bfb3be408ef38cd5ca70e323c12eded4e86dc851de4f8c7a248ed62d89b75625a16bd77ed4757a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.509
1
+ 3.0.510
@@ -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.510
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-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common