tencentcloud-sdk-tse 3.0.666 → 3.0.667
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/v20201207/models.rb +32 -2
- 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: 0b85a3537df5e1fcecf0b702c4384712ac152aaf
|
4
|
+
data.tar.gz: 63da76b56318c4067ff2d75731934db128ba0b95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58bc0ece54d06cf3010e5ea117b3eedc4c49957a10a270951333cf76e1c7f8daa65dde474a1fe1577fcf243f571349bd6a5cbc8cfcc21931be6084f885155acd
|
7
|
+
data.tar.gz: c5d0e3b060bb60c7ae4e2ed3843db1c0f6c6aa51e8f795319d9ab5ea62c175d1920ba9c1d39a1e581ed297e65a4c00b9cfd0211ce4a992b0e59939906edeccbc
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.667
|
data/lib/v20201207/models.rb
CHANGED
@@ -4239,16 +4239,22 @@ module TencentCloud
|
|
4239
4239
|
# Kong Upstream中的Target
|
4240
4240
|
class KongTarget < TencentCloud::Common::AbstractModel
|
4241
4241
|
# @param Host: Host
|
4242
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4242
4243
|
# @type Host: String
|
4243
4244
|
# @param Port: 端口
|
4245
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4244
4246
|
# @type Port: Integer
|
4245
4247
|
# @param Weight: 权重
|
4248
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4246
4249
|
# @type Weight: Integer
|
4247
4250
|
# @param Health: 健康状态
|
4251
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4248
4252
|
# @type Health: String
|
4249
4253
|
# @param CreatedTime: 创建时间
|
4254
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4250
4255
|
# @type CreatedTime: String
|
4251
4256
|
# @param Source: Target的来源
|
4257
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4252
4258
|
# @type Source: String
|
4253
4259
|
|
4254
4260
|
attr_accessor :Host, :Port, :Weight, :Health, :CreatedTime, :Source
|
@@ -4275,47 +4281,69 @@ module TencentCloud
|
|
4275
4281
|
# 服务的后端配置
|
4276
4282
|
class KongUpstreamInfo < TencentCloud::Common::AbstractModel
|
4277
4283
|
# @param Host: IP或域名
|
4284
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4278
4285
|
# @type Host: String
|
4279
4286
|
# @param Port: 端口
|
4287
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4280
4288
|
# @type Port: Integer
|
4281
4289
|
# @param SourceID: 服务来源ID
|
4290
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4282
4291
|
# @type SourceID: String
|
4283
4292
|
# @param Namespace: 命名空间
|
4293
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4284
4294
|
# @type Namespace: String
|
4285
4295
|
# @param ServiceName: 服务(注册中心或Kubernetes中的服务)名字
|
4296
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4286
4297
|
# @type ServiceName: String
|
4287
4298
|
# @param Targets: 服务后端类型是IPList时提供
|
4299
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4288
4300
|
# @type Targets: Array
|
4289
4301
|
# @param SourceType: 服务来源类型
|
4302
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4290
4303
|
# @type SourceType: String
|
4291
4304
|
# @param ScfType: SCF函数类型
|
4305
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4292
4306
|
# @type ScfType: String
|
4293
4307
|
# @param ScfNamespace: SCF函数命名空间
|
4308
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4294
4309
|
# @type ScfNamespace: String
|
4295
4310
|
# @param ScfLambdaName: SCF函数名
|
4311
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4296
4312
|
# @type ScfLambdaName: String
|
4297
4313
|
# @param ScfLambdaQualifier: SCF函数版本
|
4314
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4298
4315
|
# @type ScfLambdaQualifier: String
|
4299
4316
|
# @param SlowStart: 冷启动时间,单位秒
|
4317
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4300
4318
|
# @type SlowStart: Integer
|
4301
4319
|
# @param Algorithm: 负载均衡算法,默认为 round-robin,还支持 least-connections,consisten_hashing
|
4320
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4302
4321
|
# @type Algorithm: String
|
4303
4322
|
# @param AutoScalingGroupID: CVM弹性伸缩组ID
|
4323
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4304
4324
|
# @type AutoScalingGroupID: String
|
4305
4325
|
# @param AutoScalingCvmPort: CVM弹性伸缩组端口
|
4326
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4306
4327
|
# @type AutoScalingCvmPort: Integer
|
4307
4328
|
# @param AutoScalingTatCmdStatus: CVM弹性伸缩组使用的CVM TAT命令状态
|
4329
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4308
4330
|
# @type AutoScalingTatCmdStatus: String
|
4309
4331
|
# @param AutoScalingHookStatus: CVM弹性伸缩组生命周期挂钩状态
|
4332
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4310
4333
|
# @type AutoScalingHookStatus: String
|
4311
4334
|
# @param SourceName: 服务来源的名字
|
4335
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4312
4336
|
# @type SourceName: String
|
4313
4337
|
# @param RealSourceType: 精确的服务来源类型,新建服务来源时候传入的类型
|
4338
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4314
4339
|
# @type RealSourceType: String
|
4340
|
+
# @param HealthStatus: upstream健康状态HEALTHY(健康), UNHEALTHY(异常), HEALTHCHECKS_OFF(未开启)和NONE(不支持健康检查)
|
4341
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4342
|
+
# @type HealthStatus: String
|
4315
4343
|
|
4316
|
-
attr_accessor :Host, :Port, :SourceID, :Namespace, :ServiceName, :Targets, :SourceType, :ScfType, :ScfNamespace, :ScfLambdaName, :ScfLambdaQualifier, :SlowStart, :Algorithm, :AutoScalingGroupID, :AutoScalingCvmPort, :AutoScalingTatCmdStatus, :AutoScalingHookStatus, :SourceName, :RealSourceType
|
4344
|
+
attr_accessor :Host, :Port, :SourceID, :Namespace, :ServiceName, :Targets, :SourceType, :ScfType, :ScfNamespace, :ScfLambdaName, :ScfLambdaQualifier, :SlowStart, :Algorithm, :AutoScalingGroupID, :AutoScalingCvmPort, :AutoScalingTatCmdStatus, :AutoScalingHookStatus, :SourceName, :RealSourceType, :HealthStatus
|
4317
4345
|
|
4318
|
-
def initialize(host=nil, port=nil, sourceid=nil, namespace=nil, servicename=nil, targets=nil, sourcetype=nil, scftype=nil, scfnamespace=nil, scflambdaname=nil, scflambdaqualifier=nil, slowstart=nil, algorithm=nil, autoscalinggroupid=nil, autoscalingcvmport=nil, autoscalingtatcmdstatus=nil, autoscalinghookstatus=nil, sourcename=nil, realsourcetype=nil)
|
4346
|
+
def initialize(host=nil, port=nil, sourceid=nil, namespace=nil, servicename=nil, targets=nil, sourcetype=nil, scftype=nil, scfnamespace=nil, scflambdaname=nil, scflambdaqualifier=nil, slowstart=nil, algorithm=nil, autoscalinggroupid=nil, autoscalingcvmport=nil, autoscalingtatcmdstatus=nil, autoscalinghookstatus=nil, sourcename=nil, realsourcetype=nil, healthstatus=nil)
|
4319
4347
|
@Host = host
|
4320
4348
|
@Port = port
|
4321
4349
|
@SourceID = sourceid
|
@@ -4335,6 +4363,7 @@ module TencentCloud
|
|
4335
4363
|
@AutoScalingHookStatus = autoscalinghookstatus
|
4336
4364
|
@SourceName = sourcename
|
4337
4365
|
@RealSourceType = realsourcetype
|
4366
|
+
@HealthStatus = healthstatus
|
4338
4367
|
end
|
4339
4368
|
|
4340
4369
|
def deserialize(params)
|
@@ -4364,6 +4393,7 @@ module TencentCloud
|
|
4364
4393
|
@AutoScalingHookStatus = params['AutoScalingHookStatus']
|
4365
4394
|
@SourceName = params['SourceName']
|
4366
4395
|
@RealSourceType = params['RealSourceType']
|
4396
|
+
@HealthStatus = params['HealthStatus']
|
4367
4397
|
end
|
4368
4398
|
end
|
4369
4399
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tse
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.667
|
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-09-
|
11
|
+
date: 2023-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|