tencentcloud-sdk-lighthouse 3.0.515 → 3.0.517

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20200324/models.rb +13 -10
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 60dcf285569fa09c8b246e2c4469e97c0a773b15
4
- data.tar.gz: 09be65e3f8e4d74f1b5b0bd007c1cba38df0be0a
3
+ metadata.gz: 3e0c9b2638a0bfa769c62e5d272f688f60f888dd
4
+ data.tar.gz: 459715266ba7cb8a81d713ef65e3263857c04f26
5
5
  SHA512:
6
- metadata.gz: 6193d39090221657d70b7802b45a8f3ee638798351d601dc8cca700617e7c6f6c7209249a8cb50b468e39b497080038b0f9e40065456296482e261274c5b1311
7
- data.tar.gz: 470d0f12502d0a131a8196097ec62867a1fd5d2e78a877418c5ed9f6b26ebabeb49496a7ff503b82f69d872abab6cebdd1f273be527d42ce8a9008fd256365ef
6
+ metadata.gz: 174b2e1d4061ee44bf434d0ee294095a4181d68af0ed8cc3d054bf7b957a647f879f9ec030c5a3dd461ca19e704f2b8a69d3fdc4f0a5ec25aab5f695ebde008f
7
+ data.tar.gz: fc86e7e7f832403f21b814f2177234f2215013a88052b4960ee00670f07d717c3bdafff3e423296af3b9250f937e71fb1eb13752571041c1c79469fd181a3cf1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.515
1
+ 3.0.517
@@ -230,6 +230,7 @@ module TencentCloud
230
230
  # @param DisplayVersion: 镜像对外展示版本。
231
231
  # @type DisplayVersion: String
232
232
  # @param Description: 镜像描述信息。
233
+ # 注意:此字段可能返回 null,表示取不到有效值。
233
234
  # @type Description: String
234
235
  # @param OsName: 操作系统名称。
235
236
  # @type OsName: String
@@ -359,7 +360,7 @@ module TencentCloud
359
360
  # @param OriginalPrice: 镜像总价,原价。单位元。
360
361
  # @type OriginalPrice: Float
361
362
  # @param Discount: 折扣。
362
- # @type Discount: Integer
363
+ # @type Discount: Float
363
364
  # @param DiscountPrice: 镜像折扣后总价。单位元。
364
365
  # @type DiscountPrice: Float
365
366
 
@@ -3027,7 +3028,7 @@ module TencentCloud
3027
3028
  # @param RealTotalCost: 折后总价。
3028
3029
  # @type RealTotalCost: Float
3029
3030
  # @param Discount: 折扣。
3030
- # @type Discount: Integer
3031
+ # @type Discount: Float
3031
3032
  # @param PolicyDetail: 具体折扣详情。
3032
3033
  # @type PolicyDetail: :class:`Tencentcloud::Lighthouse.v20200324.models.PolicyDetail`
3033
3034
 
@@ -3099,6 +3100,7 @@ module TencentCloud
3099
3100
  # @type LatestOperationRequestId: String
3100
3101
  # @param CreatedTime: 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
3101
3102
  # 格式为: YYYY-MM-DDThh:mm:ssZ。
3103
+ # 注意:此字段可能返回 null,表示取不到有效值。
3102
3104
  # @type CreatedTime: String
3103
3105
  # @param ExpiredTime: 到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
3104
3106
  # 格式为: YYYY-MM-DDThh:mm:ssZ。
@@ -3778,29 +3780,29 @@ module TencentCloud
3778
3780
  class InquirePriceCreateInstancesRequest < TencentCloud::Common::AbstractModel
3779
3781
  # @param BundleId: 实例的套餐 ID。
3780
3782
  # @type BundleId: String
3783
+ # @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。
3784
+ # @type InstanceChargePrepaid: :class:`Tencentcloud::Lighthouse.v20200324.models.InstanceChargePrepaid`
3781
3785
  # @param InstanceCount: 创建数量,默认为 1。
3782
3786
  # @type InstanceCount: Integer
3783
- # @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
3784
- # @type InstanceChargePrepaid: :class:`Tencentcloud::Lighthouse.v20200324.models.InstanceChargePrepaid`
3785
3787
  # @param BlueprintId: 应用镜像 ID,使用收费应用镜像时必填。可通过[DescribeBlueprints](https://cloud.tencent.com/document/product/1207/47689)接口返回值中的BlueprintId获取。
3786
3788
  # @type BlueprintId: String
3787
3789
 
3788
- attr_accessor :BundleId, :InstanceCount, :InstanceChargePrepaid, :BlueprintId
3790
+ attr_accessor :BundleId, :InstanceChargePrepaid, :InstanceCount, :BlueprintId
3789
3791
 
3790
- def initialize(bundleid=nil, instancecount=nil, instancechargeprepaid=nil, blueprintid=nil)
3792
+ def initialize(bundleid=nil, instancechargeprepaid=nil, instancecount=nil, blueprintid=nil)
3791
3793
  @BundleId = bundleid
3792
- @InstanceCount = instancecount
3793
3794
  @InstanceChargePrepaid = instancechargeprepaid
3795
+ @InstanceCount = instancecount
3794
3796
  @BlueprintId = blueprintid
3795
3797
  end
3796
3798
 
3797
3799
  def deserialize(params)
3798
3800
  @BundleId = params['BundleId']
3799
- @InstanceCount = params['InstanceCount']
3800
3801
  unless params['InstanceChargePrepaid'].nil?
3801
3802
  @InstanceChargePrepaid = InstanceChargePrepaid.new
3802
3803
  @InstanceChargePrepaid.deserialize(params['InstanceChargePrepaid'])
3803
3804
  end
3805
+ @InstanceCount = params['InstanceCount']
3804
3806
  @BlueprintId = params['BlueprintId']
3805
3807
  end
3806
3808
  end
@@ -3878,7 +3880,7 @@ module TencentCloud
3878
3880
  class InquirePriceRenewInstancesRequest < TencentCloud::Common::AbstractModel
3879
3881
  # @param InstanceIds: 待续费的实例ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573 )接口返回值中的InstanceId获取。每次请求批量实例的上限为50。
3880
3882
  # @type InstanceIds: Array
3881
- # @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
3883
+ # @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。
3882
3884
  # @type InstanceChargePrepaid: :class:`Tencentcloud::Lighthouse.v20200324.models.InstanceChargePrepaid`
3883
3885
  # @param RenewDataDisk: 是否续费数据盘。默认值: false, 即不续费。
3884
3886
  # @type RenewDataDisk: Boolean
@@ -4168,7 +4170,7 @@ module TencentCloud
4168
4170
  # @param OriginalPrice: 原价。
4169
4171
  # @type OriginalPrice: Float
4170
4172
  # @param Discount: 折扣。
4171
- # @type Discount: Integer
4173
+ # @type Discount: Float
4172
4174
  # @param DiscountPrice: 折后价。
4173
4175
  # @type DiscountPrice: Float
4174
4176
  # @param Currency: 价格货币单位。取值范围CNY:人民币。USD:美元。
@@ -5309,6 +5311,7 @@ module TencentCloud
5309
5311
  # 注意:此字段可能返回 null,表示取不到有效值。
5310
5312
  # @type LatestOperationRequestId: String
5311
5313
  # @param CreatedTime: 快照的创建时间。
5314
+ # 注意:此字段可能返回 null,表示取不到有效值。
5312
5315
  # @type CreatedTime: String
5313
5316
 
5314
5317
  attr_accessor :SnapshotId, :DiskUsage, :DiskId, :DiskSize, :SnapshotName, :SnapshotState, :Percent, :LatestOperation, :LatestOperationState, :LatestOperationRequestId, :CreatedTime
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.515
4
+ version: 3.0.517
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-02-23 00:00:00.000000000 Z
11
+ date: 2023-02-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common