tencentcloud-sdk-lighthouse 3.0.1041 → 3.0.1042

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: e49c57341c9ee88cb26a0c7cec97aa403f3dbdc1
4
- data.tar.gz: 625a78226b143780a9cdd18fe382200285132119
3
+ metadata.gz: 7569abc2c250f9ef460157ad1752866ae9cab509
4
+ data.tar.gz: 4f76590412ac398dda73e6672a8978cf3752e057
5
5
  SHA512:
6
- metadata.gz: 8dd7f8af0d541b84c8f92f1ddd9598a5c9769260c9bb6b01af8a335395d14b65d81cbf4bf32eda486718fa2c894de84f0b3fddc0936c3afca36038c1ac414260
7
- data.tar.gz: 0ec8a2778a91da48d1aeaf89c1e97311d1d064db3a43b66970ee36815889aae6be3c6950714a57e8f9a9c5208a668b76a1dd7d320c7455d9c298efbe8c00e7c3
6
+ metadata.gz: d3b0d13be7714e77ab9002b9b947547339ead45f0c0a8d4f2a78152e27272443d8a8235bdc927de865460b27e12de692a5eadbabfbeab4c044fb979dc5eaa8a8
7
+ data.tar.gz: 2d7ea308e366be4035ef32f1d39b0d7ec568099acbb244f494e2dc924cb23b7c42bc19f6d39b1dcc301bd6cec65ec333707a86e124b98a696e469973e704fa03
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1041
1
+ 3.0.1042
@@ -1223,34 +1223,6 @@ module TencentCloud
1223
1223
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1224
1224
  end
1225
1225
 
1226
- # 后端代码已与23年2月4号下线
1227
- # 近90天无调用记录
1228
- # 经评估,下线无风险,操作下线
1229
-
1230
- # 本接口用于查询实例默认登录密钥属性。
1231
-
1232
- # @param request: Request instance for DescribeInstanceLoginKeyPairAttribute.
1233
- # @type request: :class:`Tencentcloud::lighthouse::V20200324::DescribeInstanceLoginKeyPairAttributeRequest`
1234
- # @rtype: :class:`Tencentcloud::lighthouse::V20200324::DescribeInstanceLoginKeyPairAttributeResponse`
1235
- def DescribeInstanceLoginKeyPairAttribute(request)
1236
- body = send_request('DescribeInstanceLoginKeyPairAttribute', request.serialize)
1237
- response = JSON.parse(body)
1238
- if response['Response'].key?('Error') == false
1239
- model = DescribeInstanceLoginKeyPairAttributeResponse.new
1240
- model.deserialize(response['Response'])
1241
- model
1242
- else
1243
- code = response['Response']['Error']['Code']
1244
- message = response['Response']['Error']['Message']
1245
- reqid = response['Response']['RequestId']
1246
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
1247
- end
1248
- rescue TencentCloud::Common::TencentCloudSDKException => e
1249
- raise e
1250
- rescue StandardError => e
1251
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1252
- end
1253
-
1254
1226
  # 本接口 ( DescribeInstanceVncUrl ) 用于查询实例管理终端地址,获取的地址可用于实例的 VNC 登录。
1255
1227
 
1256
1228
  # * 仅处于 `RUNNING`,`RESCUE_MODE` 状态的机器,且当前机器无变更中操作,才可使用此功能。
@@ -2187,36 +2159,6 @@ module TencentCloud
2187
2159
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2188
2160
  end
2189
2161
 
2190
- # 后端代码已与23年2月4号下线
2191
- # 近90天只有一次调用记录,且明确返回前端接口下线错误信息
2192
-
2193
- # 经评估无风险,操作接口下线
2194
-
2195
- # 本接口用于设置实例默认登录密钥对属性。
2196
-
2197
-
2198
- # @param request: Request instance for ModifyInstancesLoginKeyPairAttribute.
2199
- # @type request: :class:`Tencentcloud::lighthouse::V20200324::ModifyInstancesLoginKeyPairAttributeRequest`
2200
- # @rtype: :class:`Tencentcloud::lighthouse::V20200324::ModifyInstancesLoginKeyPairAttributeResponse`
2201
- def ModifyInstancesLoginKeyPairAttribute(request)
2202
- body = send_request('ModifyInstancesLoginKeyPairAttribute', request.serialize)
2203
- response = JSON.parse(body)
2204
- if response['Response'].key?('Error') == false
2205
- model = ModifyInstancesLoginKeyPairAttributeResponse.new
2206
- model.deserialize(response['Response'])
2207
- model
2208
- else
2209
- code = response['Response']['Error']['Code']
2210
- message = response['Response']['Error']['Message']
2211
- reqid = response['Response']['RequestId']
2212
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2213
- end
2214
- rescue TencentCloud::Common::TencentCloudSDKException => e
2215
- raise e
2216
- rescue StandardError => e
2217
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2218
- end
2219
-
2220
2162
  # 本接口 (ModifyInstancesRenewFlag) 用于修改包年包月实例续费标识。
2221
2163
 
2222
2164
  # * 实例被标识为自动续费后,每次在实例到期时,会自动续费一个月。
@@ -2943,42 +2943,6 @@ module TencentCloud
2943
2943
  end
2944
2944
  end
2945
2945
 
2946
- # DescribeInstanceLoginKeyPairAttribute请求参数结构体
2947
- class DescribeInstanceLoginKeyPairAttributeRequest < TencentCloud::Common::AbstractModel
2948
- # @param InstanceId: 实例ID。
2949
- # @type InstanceId: String
2950
-
2951
- attr_accessor :InstanceId
2952
-
2953
- def initialize(instanceid=nil)
2954
- @InstanceId = instanceid
2955
- end
2956
-
2957
- def deserialize(params)
2958
- @InstanceId = params['InstanceId']
2959
- end
2960
- end
2961
-
2962
- # DescribeInstanceLoginKeyPairAttribute返回参数结构体
2963
- class DescribeInstanceLoginKeyPairAttributeResponse < TencentCloud::Common::AbstractModel
2964
- # @param PermitLogin: 是否允许使用默认密钥对登录,YES:允许登录 NO:禁止登录。
2965
- # @type PermitLogin: String
2966
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2967
- # @type RequestId: String
2968
-
2969
- attr_accessor :PermitLogin, :RequestId
2970
-
2971
- def initialize(permitlogin=nil, requestid=nil)
2972
- @PermitLogin = permitlogin
2973
- @RequestId = requestid
2974
- end
2975
-
2976
- def deserialize(params)
2977
- @PermitLogin = params['PermitLogin']
2978
- @RequestId = params['RequestId']
2979
- end
2980
- end
2981
-
2982
2946
  # DescribeInstanceVncUrl请求参数结构体
2983
2947
  class DescribeInstanceVncUrlRequest < TencentCloud::Common::AbstractModel
2984
2948
  # @param InstanceId: 实例 ID。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
@@ -6366,42 +6330,6 @@ module TencentCloud
6366
6330
  end
6367
6331
  end
6368
6332
 
6369
- # ModifyInstancesLoginKeyPairAttribute请求参数结构体
6370
- class ModifyInstancesLoginKeyPairAttributeRequest < TencentCloud::Common::AbstractModel
6371
- # @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100。
6372
- # @type InstanceIds: Array
6373
- # @param PermitLogin: 是否允许使用默认密钥对登录,YES:允许登录;NO:禁止登录
6374
- # @type PermitLogin: String
6375
-
6376
- attr_accessor :InstanceIds, :PermitLogin
6377
-
6378
- def initialize(instanceids=nil, permitlogin=nil)
6379
- @InstanceIds = instanceids
6380
- @PermitLogin = permitlogin
6381
- end
6382
-
6383
- def deserialize(params)
6384
- @InstanceIds = params['InstanceIds']
6385
- @PermitLogin = params['PermitLogin']
6386
- end
6387
- end
6388
-
6389
- # ModifyInstancesLoginKeyPairAttribute返回参数结构体
6390
- class ModifyInstancesLoginKeyPairAttributeResponse < TencentCloud::Common::AbstractModel
6391
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6392
- # @type RequestId: String
6393
-
6394
- attr_accessor :RequestId
6395
-
6396
- def initialize(requestid=nil)
6397
- @RequestId = requestid
6398
- end
6399
-
6400
- def deserialize(params)
6401
- @RequestId = params['RequestId']
6402
- end
6403
- end
6404
-
6405
6333
  # ModifyInstancesRenewFlag请求参数结构体
6406
6334
  class ModifyInstancesRenewFlagRequest < TencentCloud::Common::AbstractModel
6407
6335
  # @param InstanceIds: 实例 ID 列表。每次请求批量实例的上限为 100。可通过[DescribeInstances](https://cloud.tencent.com/document/api/1207/47573)接口返回值中的InstanceId获取。
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.1041
4
+ version: 3.0.1042
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-04-16 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - lib/tencentcloud-sdk-lighthouse.rb
36
37
  - lib/v20200324/client.rb
37
38
  - lib/v20200324/models.rb
38
- - lib/tencentcloud-sdk-lighthouse.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: