tencentcloud-sdk-tse 3.0.665 → 3.0.667

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 +37 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 992a72ef71f4ff9c53f5f813810bcc46202221eb
4
- data.tar.gz: c926789ed25b23c4d089fe184ca2f6a356dfa370
3
+ metadata.gz: 0b85a3537df5e1fcecf0b702c4384712ac152aaf
4
+ data.tar.gz: 63da76b56318c4067ff2d75731934db128ba0b95
5
5
  SHA512:
6
- metadata.gz: a19623fddd997cd7ef319d51ac09945afbcbd964d3aa9c8fd279bf5c612df24d2b59f4e8dc8496089f495f9b6e22ca2bb2e869db94c96dfacf7a118bf314d79d
7
- data.tar.gz: e8022706e790b9a1583b688c6a1fcee7cb527efef854b14cf59582c4cc9cc1af8ea9c78cf95cf67bcf3ccb8fe0f548421d5ffaddff87c5f864f4560b05121e27
6
+ metadata.gz: 58bc0ece54d06cf3010e5ea117b3eedc4c49957a10a270951333cf76e1c7f8daa65dde474a1fe1577fcf243f571349bd6a5cbc8cfcc21931be6084f885155acd
7
+ data.tar.gz: c5d0e3b060bb60c7ae4e2ed3843db1c0f6c6aa51e8f795319d9ab5ea62c175d1920ba9c1d39a1e581ed297e65a4c00b9cfd0211ce4a992b0e59939906edeccbc
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.665
1
+ 3.0.667
@@ -959,6 +959,11 @@ module TencentCloud
959
959
  # @type Crt: String
960
960
 
961
961
  attr_accessor :GatewayId, :BindDomains, :CertId, :Name, :Key, :Crt
962
+ extend Gem::Deprecate
963
+ deprecate :Key, :none, 2023, 9
964
+ deprecate :Key=, :none, 2023, 9
965
+ deprecate :Crt, :none, 2023, 9
966
+ deprecate :Crt=, :none, 2023, 9
962
967
 
963
968
  def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil)
964
969
  @GatewayId = gatewayid
@@ -4234,16 +4239,22 @@ module TencentCloud
4234
4239
  # Kong Upstream中的Target
4235
4240
  class KongTarget < TencentCloud::Common::AbstractModel
4236
4241
  # @param Host: Host
4242
+ # 注意:此字段可能返回 null,表示取不到有效值。
4237
4243
  # @type Host: String
4238
4244
  # @param Port: 端口
4245
+ # 注意:此字段可能返回 null,表示取不到有效值。
4239
4246
  # @type Port: Integer
4240
4247
  # @param Weight: 权重
4248
+ # 注意:此字段可能返回 null,表示取不到有效值。
4241
4249
  # @type Weight: Integer
4242
4250
  # @param Health: 健康状态
4251
+ # 注意:此字段可能返回 null,表示取不到有效值。
4243
4252
  # @type Health: String
4244
4253
  # @param CreatedTime: 创建时间
4254
+ # 注意:此字段可能返回 null,表示取不到有效值。
4245
4255
  # @type CreatedTime: String
4246
4256
  # @param Source: Target的来源
4257
+ # 注意:此字段可能返回 null,表示取不到有效值。
4247
4258
  # @type Source: String
4248
4259
 
4249
4260
  attr_accessor :Host, :Port, :Weight, :Health, :CreatedTime, :Source
@@ -4270,47 +4281,69 @@ module TencentCloud
4270
4281
  # 服务的后端配置
4271
4282
  class KongUpstreamInfo < TencentCloud::Common::AbstractModel
4272
4283
  # @param Host: IP或域名
4284
+ # 注意:此字段可能返回 null,表示取不到有效值。
4273
4285
  # @type Host: String
4274
4286
  # @param Port: 端口
4287
+ # 注意:此字段可能返回 null,表示取不到有效值。
4275
4288
  # @type Port: Integer
4276
4289
  # @param SourceID: 服务来源ID
4290
+ # 注意:此字段可能返回 null,表示取不到有效值。
4277
4291
  # @type SourceID: String
4278
4292
  # @param Namespace: 命名空间
4293
+ # 注意:此字段可能返回 null,表示取不到有效值。
4279
4294
  # @type Namespace: String
4280
4295
  # @param ServiceName: 服务(注册中心或Kubernetes中的服务)名字
4296
+ # 注意:此字段可能返回 null,表示取不到有效值。
4281
4297
  # @type ServiceName: String
4282
4298
  # @param Targets: 服务后端类型是IPList时提供
4299
+ # 注意:此字段可能返回 null,表示取不到有效值。
4283
4300
  # @type Targets: Array
4284
4301
  # @param SourceType: 服务来源类型
4302
+ # 注意:此字段可能返回 null,表示取不到有效值。
4285
4303
  # @type SourceType: String
4286
4304
  # @param ScfType: SCF函数类型
4305
+ # 注意:此字段可能返回 null,表示取不到有效值。
4287
4306
  # @type ScfType: String
4288
4307
  # @param ScfNamespace: SCF函数命名空间
4308
+ # 注意:此字段可能返回 null,表示取不到有效值。
4289
4309
  # @type ScfNamespace: String
4290
4310
  # @param ScfLambdaName: SCF函数名
4311
+ # 注意:此字段可能返回 null,表示取不到有效值。
4291
4312
  # @type ScfLambdaName: String
4292
4313
  # @param ScfLambdaQualifier: SCF函数版本
4314
+ # 注意:此字段可能返回 null,表示取不到有效值。
4293
4315
  # @type ScfLambdaQualifier: String
4294
4316
  # @param SlowStart: 冷启动时间,单位秒
4317
+ # 注意:此字段可能返回 null,表示取不到有效值。
4295
4318
  # @type SlowStart: Integer
4296
4319
  # @param Algorithm: 负载均衡算法,默认为 round-robin,还支持 least-connections,consisten_hashing
4320
+ # 注意:此字段可能返回 null,表示取不到有效值。
4297
4321
  # @type Algorithm: String
4298
4322
  # @param AutoScalingGroupID: CVM弹性伸缩组ID
4323
+ # 注意:此字段可能返回 null,表示取不到有效值。
4299
4324
  # @type AutoScalingGroupID: String
4300
4325
  # @param AutoScalingCvmPort: CVM弹性伸缩组端口
4326
+ # 注意:此字段可能返回 null,表示取不到有效值。
4301
4327
  # @type AutoScalingCvmPort: Integer
4302
4328
  # @param AutoScalingTatCmdStatus: CVM弹性伸缩组使用的CVM TAT命令状态
4329
+ # 注意:此字段可能返回 null,表示取不到有效值。
4303
4330
  # @type AutoScalingTatCmdStatus: String
4304
4331
  # @param AutoScalingHookStatus: CVM弹性伸缩组生命周期挂钩状态
4332
+ # 注意:此字段可能返回 null,表示取不到有效值。
4305
4333
  # @type AutoScalingHookStatus: String
4306
4334
  # @param SourceName: 服务来源的名字
4335
+ # 注意:此字段可能返回 null,表示取不到有效值。
4307
4336
  # @type SourceName: String
4308
4337
  # @param RealSourceType: 精确的服务来源类型,新建服务来源时候传入的类型
4338
+ # 注意:此字段可能返回 null,表示取不到有效值。
4309
4339
  # @type RealSourceType: String
4340
+ # @param HealthStatus: upstream健康状态HEALTHY(健康), UNHEALTHY(异常), HEALTHCHECKS_OFF(未开启)和NONE(不支持健康检查)
4341
+ # 注意:此字段可能返回 null,表示取不到有效值。
4342
+ # @type HealthStatus: String
4310
4343
 
4311
- 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
4312
4345
 
4313
- 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)
4314
4347
  @Host = host
4315
4348
  @Port = port
4316
4349
  @SourceID = sourceid
@@ -4330,6 +4363,7 @@ module TencentCloud
4330
4363
  @AutoScalingHookStatus = autoscalinghookstatus
4331
4364
  @SourceName = sourcename
4332
4365
  @RealSourceType = realsourcetype
4366
+ @HealthStatus = healthstatus
4333
4367
  end
4334
4368
 
4335
4369
  def deserialize(params)
@@ -4359,6 +4393,7 @@ module TencentCloud
4359
4393
  @AutoScalingHookStatus = params['AutoScalingHookStatus']
4360
4394
  @SourceName = params['SourceName']
4361
4395
  @RealSourceType = params['RealSourceType']
4396
+ @HealthStatus = params['HealthStatus']
4362
4397
  end
4363
4398
  end
4364
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.665
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-22 00:00:00.000000000 Z
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