tencentcloud-sdk-lighthouse 3.0.1085 → 3.0.1103

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: 8fcaeccb26e2fb13f41258f4a78a33fc0fd7983c
4
- data.tar.gz: bbb3ae3588d13498f98409cac7a026a5c679b447
3
+ metadata.gz: 6168132edabff3af795c22d4eb695318309d7829
4
+ data.tar.gz: 4ac67f0e378b5bc45cf81ea0a54e849fdff080a9
5
5
  SHA512:
6
- metadata.gz: bb30407cb4f16b6d7ec15e606ac66b3c6a9d84ba37123b7b1eda5bdb85579cef71eee90571a549e17c1e0f21e912e9387d358a566762a75f3f83df1da32780a7
7
- data.tar.gz: a0d95b8fa55fbf7741da8f3a91c9bc7f6215dceab40e84e84d0ce1125a056d35c668f6917fa2c255b741e66cbaee305e73c712fc558f53b213741e1dc89c5710
6
+ metadata.gz: 82233fec4428a17d0cf80a2bae92ef82872783155dcf4c593cf1e184e87d241accdfa75bd41c62d00976ab3e9a1f8ba111c2c1696d413d0862ef0ab7a1cb3f21
7
+ data.tar.gz: 9a874edacc4310cc69b8aee8869ce580ae2165c08288c6e7f3222c52d44c47972a97c043afb742f277f6e224dc3be92dc577d75dc04fe74b0179a6b051290609
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1085
1
+ 3.0.1103
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- # Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
3
+ # Copyright (c) 2017-2025 Tencent. All Rights Reserved.
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -507,10 +507,12 @@ module TencentCloud
507
507
  # "NORMAL": 普通套餐
508
508
  # "CAREFREE": 无忧套餐
509
509
  # @type BundleDisplayLabel: String
510
+ # @param TrafficUnlimited: 流量是否无上限。
511
+ # @type TrafficUnlimited: Boolean
510
512
 
511
- attr_accessor :BundleId, :Memory, :SystemDiskType, :SystemDiskSize, :MonthlyTraffic, :SupportLinuxUnixPlatform, :SupportWindowsPlatform, :Price, :CPU, :InternetMaxBandwidthOut, :InternetChargeType, :BundleSalesState, :BundleType, :BundleTypeDescription, :BundleDisplayLabel
513
+ attr_accessor :BundleId, :Memory, :SystemDiskType, :SystemDiskSize, :MonthlyTraffic, :SupportLinuxUnixPlatform, :SupportWindowsPlatform, :Price, :CPU, :InternetMaxBandwidthOut, :InternetChargeType, :BundleSalesState, :BundleType, :BundleTypeDescription, :BundleDisplayLabel, :TrafficUnlimited
512
514
 
513
- def initialize(bundleid=nil, memory=nil, systemdisktype=nil, systemdisksize=nil, monthlytraffic=nil, supportlinuxunixplatform=nil, supportwindowsplatform=nil, price=nil, cpu=nil, internetmaxbandwidthout=nil, internetchargetype=nil, bundlesalesstate=nil, bundletype=nil, bundletypedescription=nil, bundledisplaylabel=nil)
515
+ def initialize(bundleid=nil, memory=nil, systemdisktype=nil, systemdisksize=nil, monthlytraffic=nil, supportlinuxunixplatform=nil, supportwindowsplatform=nil, price=nil, cpu=nil, internetmaxbandwidthout=nil, internetchargetype=nil, bundlesalesstate=nil, bundletype=nil, bundletypedescription=nil, bundledisplaylabel=nil, trafficunlimited=nil)
514
516
  @BundleId = bundleid
515
517
  @Memory = memory
516
518
  @SystemDiskType = systemdisktype
@@ -526,6 +528,7 @@ module TencentCloud
526
528
  @BundleType = bundletype
527
529
  @BundleTypeDescription = bundletypedescription
528
530
  @BundleDisplayLabel = bundledisplaylabel
531
+ @TrafficUnlimited = trafficunlimited
529
532
  end
530
533
 
531
534
  def deserialize(params)
@@ -547,6 +550,7 @@ module TencentCloud
547
550
  @BundleType = params['BundleType']
548
551
  @BundleTypeDescription = params['BundleTypeDescription']
549
552
  @BundleDisplayLabel = params['BundleDisplayLabel']
553
+ @TrafficUnlimited = params['TrafficUnlimited']
550
554
  end
551
555
  end
552
556
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-lighthouse
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1085
4
+ version: 3.0.1103
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-06-19 00:00:00.000000000 Z
11
+ date: 2025-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common