tencentcloud-sdk-lighthouse 3.0.1132 → 3.0.1139

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 +26 -5
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f1ab2e469c3d8f1479afda6344d4025bbcc4cc9
4
- data.tar.gz: 128aafa1ae1f7191c5b4be664cbaa7e3d5916233
3
+ metadata.gz: 0e60d7bba0b3ffadf3833c981e36a9c2da73151d
4
+ data.tar.gz: 6c21f92eb58e7740c44919826a61e0dad2e2fae1
5
5
  SHA512:
6
- metadata.gz: fcbcf38e2614ddfb2f523892d42a4fcebee3dc974c4edce1aee7d6588c2e644e1d363890884a1774a11b380bc6c25a472c6c6a999fa238672cb84d29a3f87ac3
7
- data.tar.gz: 59ded4e9604f9cf69b1d79efd5c4ff0a26f247e420a20642f55eb527f934cb670f12bfb573617a3e4e62444c12ce0abb395bf2506587513178bd855d1a10f304
6
+ metadata.gz: ed8cb1697656e80fdf946229c740bee1c06daf49839d384db8175273e7bbc9e667ec0d4ac845543eb16953a5396ed85be277a426c8077c67ea4c015d5994dd79
7
+ data.tar.gz: b58dcf3c81d0724ef0b33e856f642ce787ad88771eecbf11c388a2fe9dc2277c9075084f04684ae7fc079d5889a9528c6c253492b599b79553b15d36575708f2
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1132
1
+ 3.0.1139
@@ -5835,7 +5835,7 @@ module TencentCloud
5835
5835
  # @type IsReturnable: Boolean
5836
5836
  # @param ReturnFailCode: 实例退还失败错误码。取值:
5837
5837
  # 0: 可以退还
5838
- # 1: 资源已退货。如为退货后续费资源,请于购买6小时后操作
5838
+ # 1: 资源已退货。
5839
5839
  # 2: 资源已到期
5840
5840
  # 3: 资源购买超过5天不支持退款
5841
5841
  # 4: 非预付费资源不支持退款
@@ -6963,15 +6963,25 @@ module TencentCloud
6963
6963
  class RebootInstancesRequest < TencentCloud::Common::AbstractModel
6964
6964
  # @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
6965
6965
  # @type InstanceIds: Array
6966
+ # @param StopType: 关机类型。
6967
+ # 取值范围:
6968
+ # - SOFT:表示软关机
6969
+ # - HARD:表示硬关机
6970
+ # - SOFT_FIRST:表示优先软关机,失败再执行硬关机
6966
6971
 
6967
- attr_accessor :InstanceIds
6972
+ # 默认取值:SOFT_FIRST。
6973
+ # @type StopType: String
6968
6974
 
6969
- def initialize(instanceids=nil)
6975
+ attr_accessor :InstanceIds, :StopType
6976
+
6977
+ def initialize(instanceids=nil, stoptype=nil)
6970
6978
  @InstanceIds = instanceids
6979
+ @StopType = stoptype
6971
6980
  end
6972
6981
 
6973
6982
  def deserialize(params)
6974
6983
  @InstanceIds = params['InstanceIds']
6984
+ @StopType = params['StopType']
6975
6985
  end
6976
6986
  end
6977
6987
 
@@ -8115,15 +8125,26 @@ module TencentCloud
8115
8125
  class StopInstancesRequest < TencentCloud::Common::AbstractModel
8116
8126
  # @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
8117
8127
  # @type InstanceIds: Array
8128
+ # @param StopType: 关机类型。
8129
+ # 取值范围:
8118
8130
 
8119
- attr_accessor :InstanceIds
8131
+ # - SOFT:表示软关机
8132
+ # - HARD:表示硬关机
8133
+ # - SOFT_FIRST:表示优先软关机,失败再执行硬关机
8120
8134
 
8121
- def initialize(instanceids=nil)
8135
+ # 默认取值:SOFT_FIRST
8136
+ # @type StopType: String
8137
+
8138
+ attr_accessor :InstanceIds, :StopType
8139
+
8140
+ def initialize(instanceids=nil, stoptype=nil)
8122
8141
  @InstanceIds = instanceids
8142
+ @StopType = stoptype
8123
8143
  end
8124
8144
 
8125
8145
  def deserialize(params)
8126
8146
  @InstanceIds = params['InstanceIds']
8147
+ @StopType = params['StopType']
8127
8148
  end
8128
8149
  end
8129
8150
 
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.1132
4
+ version: 3.0.1139
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-08-28 00:00:00.000000000 Z
11
+ date: 2025-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,8 +33,8 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20200324/client.rb
37
36
  - lib/v20200324/models.rb
37
+ - lib/v20200324/client.rb
38
38
  - lib/tencentcloud-sdk-lighthouse.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby