tencentcloud-sdk-tse 3.0.666 → 3.0.668

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201207/models.rb +32 -2
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ac6942cf41687875fd9e1f86379de17084c2c82e
4
- data.tar.gz: 69b7c9a5b83025734ce4fd37b1986373f8f21c04
3
+ metadata.gz: 80ee4250f3081de7373e67dcf682a8d8c8d96e7b
4
+ data.tar.gz: 359cf3f4bb5e5d8c5395d503b271bdc3977e1908
5
5
  SHA512:
6
- metadata.gz: 0c9b0c5fb339f25cdb4e570aec60a9d2f3d291161dd7c6677288b0ffc1c80df09b88956a8779e018faef1dd4069c097ff0008541b9ba5819daff877863b59797
7
- data.tar.gz: 91d80c4c611733e2d9512c12d46de486da44e7a9a3de5f3f0c854ecd01ccea24f61ddc8486d3dcd3beed9f63b60dd2a1b93f3b82c45272d37a12fe8a46acac01
6
+ metadata.gz: 975f47c75213c1e4e81b97f515eb8d1d4c54f21c790555023844e19c5c6767a810f044bd0b137d2a3e63f6f9f694fcfcea2cb20ebfd22aa9455840a603ec1624
7
+ data.tar.gz: a0eca698e7c10a080c731958e0d00154d9ccf82d2fe30528214bb68a2a7c8e9ed8711171585a85d381601ca0158db4d9b40a77a0df35e8105c013de17f04c01d
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.666
1
+ 3.0.668
@@ -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.666
4
+ version: 3.0.668
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-25 00:00:00.000000000 Z
11
+ date: 2023-09-27 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-tse.rb
37
36
  - lib/v20201207/models.rb
38
37
  - lib/v20201207/client.rb
38
+ - lib/tencentcloud-sdk-tse.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: