tencentcloud-sdk-lighthouse 3.0.514 → 3.0.516

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: 2c4cfd7d9c0986340c17eaff9922e7899f4a5034
4
- data.tar.gz: 49771d757d3ef431c2c8c1307165a27574a5a4ca
3
+ metadata.gz: 4350a9963f550ed52d99ed11e5e03a979b2ea7f2
4
+ data.tar.gz: 13b97a32590dd80ce087d5180fa37a1715594a21
5
5
  SHA512:
6
- metadata.gz: ac718a309ceeff33eecb4ecbe540310391f9521b8f3e7bb158514e8ecf2c1270a89a5701b8fc2d6b7e4866025fe58c867aef706f9902498757ed515238341bf9
7
- data.tar.gz: 1e9c5e2dc233afb03fb3dfbb81883dbb2a03c331995bd5c4436b27647e8d512ddaf33afb35c0d2bbcfc8886917a11383303a618eb511835836c76480075461e3
6
+ metadata.gz: 17dcc549e8e6cfb6dba0c067caeea72f1b3323330f2ab581245af70d084f8e4e50a87a1060c94f35e533116a4625242c97400ec42f41133aa04205a95d01cdb7
7
+ data.tar.gz: 9c257a37a28a6ef2eafb452cc8be44de264589a7fbaf05a3a538739a9b35fc7827851c6886d218013ddebaba611704eb283c2b6f9040224cc09d1d3c1822d2a3
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.514
1
+ 3.0.516
@@ -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。
@@ -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.514
4
+ version: 3.0.516
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-22 00:00:00.000000000 Z
11
+ date: 2023-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common