tencentcloud-sdk-lighthouse 3.0.996 → 3.0.998
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200324/models.rb +0 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79591a03c9ce5db9a17df10112fd4b9595c48530
|
4
|
+
data.tar.gz: 7f1dfc1374522676701810ac456bbc530a3c738f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5aa04063910f119d22c7ebbf69059bfdd65ecc0ee02ee4e2114a5e933bd950d6e28fd71c59f48e260a1e1b43844b05f4bcfa8b6fde281e5b8e422c64345011f
|
7
|
+
data.tar.gz: 863e1b7e0f3f42a46acc28ef59189341fd49a9dc983a84ea1d28a0917c5dd7f58814f74b43850f7c6cc136d94c22e9a969bb4de57e0e01e00fef54066e57b8e4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.998
|
data/lib/v20200324/models.rb
CHANGED
@@ -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.
|
4
|
+
version: 3.0.998
|
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
|
+
date: 2025-02-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|