tencentcloud-sdk-lighthouse 3.0.540 → 3.0.542

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: 5cd533550ce4b119c8ab60232613a907907e7fa8
4
- data.tar.gz: 3e23fa3d65907671fc1719bcbcea562db0a19eae
3
+ metadata.gz: a6108b886cbc74f34fb57af62e443377d107f180
4
+ data.tar.gz: df0a7b9ce57e0450e989329295782e2de96fecf0
5
5
  SHA512:
6
- metadata.gz: b0dcd4e7745b2273088011f2989908993d50cef297e854c78ee7c4eefdcff93617ec6265c34a3864b73b0a0ce81f1c58862285453d640fec7267b4b00b1a7a0b
7
- data.tar.gz: cde321ee99d52f4dc80b27cc14c07f78051c89946677019d961315a835a1fd9fa8238fe5b3cab4f618dcf7936e61a5bb01cfd2bc6e4b4c48b531b1f5a75dcdbf
6
+ metadata.gz: fe57dca45198d53ce53fb0164595a2b1a5b52ab0438ca11a3d6d334c17631faf03481bdbe021b75b484a21d45cf6784eca2db7416b0999d306932fa6a4f27c6f
7
+ data.tar.gz: b82e6e56c5c772edca420dcd6637a344df984d785cc11f87a28ac0e47a77e14c0fd24e03377591847ac33f1c81405c4a5f440347a700897f41e3d6c25bdbe66a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.540
1
+ 3.0.542
@@ -696,9 +696,9 @@ module TencentCloud
696
696
 
697
697
  # CreateInstances请求参数结构体
698
698
  class CreateInstancesRequest < TencentCloud::Common::AbstractModel
699
- # @param BundleId: 套餐ID
699
+ # @param BundleId: 套餐ID。可以通过调用 [查询套餐](https://cloud.tencent.com/document/api/1207/47575) 接口获取。
700
700
  # @type BundleId: String
701
- # @param BlueprintId: 镜像ID
701
+ # @param BlueprintId: 镜像ID。可以通过调用 [查询镜像信息](https://cloud.tencent.com/document/api/1207/47689) 接口获取。
702
702
  # @type BlueprintId: String
703
703
  # @param InstanceChargePrepaid: 当前实例仅支持预付费模式,即包年包月相关参数设置,单位(月)。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。该参数必传。
704
704
  # @type InstanceChargePrepaid: :class:`Tencentcloud::Lighthouse.v20200324.models.InstanceChargePrepaid`
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.540
4
+ version: 3.0.542
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-03-29 00:00:00.000000000 Z
11
+ date: 2023-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common