tencentcloud-sdk-lighthouse 3.0.996 → 3.0.997

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: efc1b190b0e993226ea3584859a74a9c2273cd55
4
- data.tar.gz: f0bc1c1823a04cfeec1996efd06aab32a01ae7f7
3
+ metadata.gz: e2d32513a0b1b2381cec0f873a78cdf336e162f0
4
+ data.tar.gz: 4d1a0653168b9f4c583ad338afe6d8e9526a69a3
5
5
  SHA512:
6
- metadata.gz: d8e409f1605a9ab9d5c1e78165c75aa7f8d8cf751b3550594b7a3421007e30ed5c1ebf9eaa405a4d2c1d6647feea7769ce59d49998ecdb52e1c3273ed40c0676
7
- data.tar.gz: 9d83e7187b995bb963d70a52001ff7f2f9a0b5f969fe9d4ee6b55b42d32e6e2b99126eb5d602b84711543cf9b1eb8a5a22e926312ab1ded72b416ec926e00918
6
+ metadata.gz: 3bfa3ef725a8c362b9ce9d772233f1b613adcb5ec040eb5ec1f8bd7ebf6d1ef6420eed9edaa5ceb4d92e7e4a375874ddabaf45aec7e04b9ed6045e0f4e74a48e
7
+ data.tar.gz: cdf0459d2f1594eaae3356b54543c34a56c63b7bd4390761c6c32e8e9c386e6f36721a87893965daaa2478188b53b1473e90754a0683cf1c61051ac7c2c1483c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.996
1
+ 3.0.997
@@ -5509,7 +5509,6 @@ module TencentCloud
5509
5509
  # 注意:此字段可能返回 null,表示取不到有效值。
5510
5510
  # @type InstancePrice: :class:`Tencentcloud::Lighthouse.v20200324.models.InstancePrice`
5511
5511
  # @param DiscountDetail: 折扣梯度详情,每个梯度包含的信息有:时长,折扣数,总价,折扣价,折扣详情(用户折扣、官网折扣、最终折扣)。
5512
- # 注意:此字段可能返回 null,表示取不到有效值。
5513
5512
  # @type DiscountDetail: Array
5514
5513
 
5515
5514
  attr_accessor :InstanceId, :InstancePrice, :DiscountDetail
@@ -5595,16 +5594,12 @@ module TencentCloud
5595
5594
  # 实例违规详情。
5596
5595
  class InstanceViolationDetail < TencentCloud::Common::AbstractModel
5597
5596
  # @param Source: 来源:RESTRICT:封禁、FREEZW:冻结
5598
- # 注意:此字段可能返回 null,表示取不到有效值。
5599
5597
  # @type Source: String
5600
5598
  # @param State: 是否允许自助解封:1是,2否
5601
- # 注意:此字段可能返回 null,表示取不到有效值。
5602
5599
  # @type State: String
5603
5600
  # @param Reason: 违规类型
5604
- # 注意:此字段可能返回 null,表示取不到有效值。
5605
5601
  # @type Reason: String
5606
5602
  # @param Content: 违规内容(URL、关联域名)
5607
- # 注意:此字段可能返回 null,表示取不到有效值。
5608
5603
  # @type Content: String
5609
5604
 
5610
5605
  attr_accessor :Source, :State, :Reason, :Content
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.996
4
+ version: 3.0.997
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 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common