tencentcloud-sdk-lighthouse 3.0.989 → 3.0.991

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: e17f77bf948e8dae5d1230b7263bf80ea8ac161b
4
- data.tar.gz: 260e935ca767f6289ec364e665d12c5aff372727
3
+ metadata.gz: 7519a0ac7279690d507b8926840c479da544ce95
4
+ data.tar.gz: 8c4010f042330352da082489aaec1bc44f2907e5
5
5
  SHA512:
6
- metadata.gz: 040d17b2144f4c7043060e0664d6362af699728a8c679f8f780377adfaa6b0d884d084ab5b43e44a2eeabd27e5c0690f597e9f607af10279f2e430967c977c6d
7
- data.tar.gz: 77d09b04ecb90be613647207987b5a74fc21227e725773a3fc791cd7bd4d143f44e0b664385a6a86937e7e5545f7697d77821cda7400ad5221a10da975c631c8
6
+ metadata.gz: dd22bdf730f65b1906d6d943b70dd43b3ce672038988e1cee8470d1b3301b4272a62d393172fc054a6af22dfba23091898e952f16700b7998fca345be992d5cb
7
+ data.tar.gz: 212de27815cfba5a7366ac63642808670834f4f0893639e161474d58c6420aea7cd9ffd0d85eefdb6ef270e5c64774e6171921b5b4c1a6119319eb955fd3bc1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.989
1
+ 3.0.991
@@ -1479,7 +1479,7 @@ module TencentCloud
1479
1479
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1480
1480
  end
1481
1481
 
1482
- # 本接口(DescribeResetInstanceBlueprints)查询重置实例的镜像信息。
1482
+ # 本接口(DescribeResetInstanceBlueprints)查询重置实例的镜像信息。对于游戏专区实例,该接口只会返回当前镜像,且不支持 Filters 参数。
1483
1483
 
1484
1484
  # @param request: Request instance for DescribeResetInstanceBlueprints.
1485
1485
  # @type request: :class:`Tencentcloud::lighthouse::V20200324::DescribeResetInstanceBlueprintsRequest`
@@ -2486,6 +2486,7 @@ module TencentCloud
2486
2486
  # * 系统盘将会被格式化,并重置;请确保系统盘中无重要文件。
2487
2487
  # * 目前不支持实例使用该接口实现 LINUX_UNIX 和 WINDOWS 操作系统切换。
2488
2488
  # * 本接口为异步接口,请求发送成功后会返回一个 RequestId,此时操作并未立即完成。实例操作结果可以通过调用 <a href="https://cloud.tencent.com/document/product/1207/47573" target="_blank">DescribeInstances</a> 接口查询,如果实例的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
2489
+ # * 对于游戏专区实例,仅支持重装当前镜像。
2489
2490
 
2490
2491
  # @param request: Request instance for ResetInstance.
2491
2492
  # @type request: :class:`Tencentcloud::lighthouse::V20200324::ResetInstanceRequest`
@@ -1741,7 +1741,7 @@ module TencentCloud
1741
1741
 
1742
1742
  # DescribeBundles请求参数结构体
1743
1743
  class DescribeBundlesRequest < TencentCloud::Common::AbstractModel
1744
- # @param BundleIds: 套餐 ID 列表。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。
1744
+ # @param BundleIds: 套餐 ID 列表。每次请求批量套餐的上限为 100。可通过[DescribeBundles](https://cloud.tencent.com/document/product/1207/47575)接口返回值中的BundleId获取。
1745
1745
  # @type BundleIds: Array
1746
1746
  # @param Offset: 偏移量,默认为 0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/product/1207/47578)中的相关小节。
1747
1747
  # @type Offset: Integer
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.989
4
+ version: 3.0.991
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-01-23 00:00:00.000000000 Z
11
+ date: 2025-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common