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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200324/client.rb +1 -1
- data/lib/v20200324/models.rb +7 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6168132edabff3af795c22d4eb695318309d7829
|
4
|
+
data.tar.gz: 4ac67f0e378b5bc45cf81ea0a54e849fdff080a9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82233fec4428a17d0cf80a2bae92ef82872783155dcf4c593cf1e184e87d241accdfa75bd41c62d00976ab3e9a1f8ba111c2c1696d413d0862ef0ab7a1cb3f21
|
7
|
+
data.tar.gz: 9a874edacc4310cc69b8aee8869ce580ae2165c08288c6e7f3222c52d44c47972a97c043afb742f277f6e224dc3be92dc577d75dc04fe74b0179a6b051290609
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1103
|
data/lib/v20200324/client.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
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.
|
data/lib/v20200324/models.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
|
-
# Copyright (c) 2017-
|
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.
|
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-
|
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
|