tencentcloud-sdk-lighthouse 3.0.994 → 3.0.996
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/models.rb +0 -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: efc1b190b0e993226ea3584859a74a9c2273cd55
|
4
|
+
data.tar.gz: f0bc1c1823a04cfeec1996efd06aab32a01ae7f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d8e409f1605a9ab9d5c1e78165c75aa7f8d8cf751b3550594b7a3421007e30ed5c1ebf9eaa405a4d2c1d6647feea7769ce59d49998ecdb52e1c3273ed40c0676
|
7
|
+
data.tar.gz: 9d83e7187b995bb963d70a52001ff7f2f9a0b5f969fe9d4ee6b55b42d32e6e2b99126eb5d602b84711543cf9b1eb8a5a22e926312ab1ded72b416ec926e00918
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.996
|
data/lib/v20200324/models.rb
CHANGED
@@ -1839,7 +1839,6 @@ module TencentCloud
|
|
1839
1839
|
# DescribeCcnAttachedInstances返回参数结构体
|
1840
1840
|
class DescribeCcnAttachedInstancesResponse < TencentCloud::Common::AbstractModel
|
1841
1841
|
# @param CcnAttachedInstanceSet: 云联网关联的实例列表。
|
1842
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1843
1842
|
# @type CcnAttachedInstanceSet: Array
|
1844
1843
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1845
1844
|
# @type RequestId: String
|
@@ -5171,10 +5170,8 @@ module TencentCloud
|
|
5171
5170
|
# @param Price: 询价信息。默认为列表中第一个实例的价格信息。
|
5172
5171
|
# @type Price: :class:`Tencentcloud::Lighthouse.v20200324.models.Price`
|
5173
5172
|
# @param DataDiskPriceSet: 数据盘价格信息列表。
|
5174
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5175
5173
|
# @type DataDiskPriceSet: Array
|
5176
5174
|
# @param InstancePriceDetailSet: 待续费实例价格列表。
|
5177
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5178
5175
|
# @type InstancePriceDetailSet: Array
|
5179
5176
|
# @param TotalPrice: 总计价格。
|
5180
5177
|
# @type TotalPrice: :class:`Tencentcloud::Lighthouse.v20200324.models.TotalPrice`
|
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.996
|
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-02-
|
11
|
+
date: 2025-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|