tencentcloud-sdk-tse 3.0.775 → 3.0.776
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201207/models.rb +14 -4
- 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: f47e769fabb6639c8d5bed0d0519494beb4761cb
|
4
|
+
data.tar.gz: 111544ad32ab7e743129897d1444408707f1063e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 302f41f72805e9eb21e5120578bc7b14b3e934580e0d839657b213043af53ab27aacd9871c2ae393f66b0a1058dd96341a0430a45eddb01255566d5bd57b047c
|
7
|
+
data.tar.gz: 02cd5750deec256476bae10a5faa90b678652fac45a3f2fbb2c7a81418e43dba9b1a62bc4a316d1edfc97294f0075b03e47d5aa4c79c327caaf0c8ede4542563
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.776
|
data/lib/v20201207/models.rb
CHANGED
@@ -5798,10 +5798,13 @@ module TencentCloud
|
|
5798
5798
|
# @param HealthStatus: upstream健康状态HEALTHY(健康), UNHEALTHY(异常), HEALTHCHECKS_OFF(未开启)和NONE(不支持健康检查)
|
5799
5799
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5800
5800
|
# @type HealthStatus: String
|
5801
|
+
# @param ScfCamAuthEnable: 云函数是否开启CAM鉴权,不填时默认为开启(true)
|
5802
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
5803
|
+
# @type ScfCamAuthEnable: Boolean
|
5801
5804
|
|
5802
|
-
attr_accessor :Host, :Port, :SourceID, :Namespace, :ServiceName, :Targets, :SourceType, :ScfType, :ScfNamespace, :ScfLambdaName, :ScfLambdaQualifier, :SlowStart, :Algorithm, :AutoScalingGroupID, :AutoScalingCvmPort, :AutoScalingTatCmdStatus, :AutoScalingHookStatus, :SourceName, :RealSourceType, :HealthStatus
|
5805
|
+
attr_accessor :Host, :Port, :SourceID, :Namespace, :ServiceName, :Targets, :SourceType, :ScfType, :ScfNamespace, :ScfLambdaName, :ScfLambdaQualifier, :SlowStart, :Algorithm, :AutoScalingGroupID, :AutoScalingCvmPort, :AutoScalingTatCmdStatus, :AutoScalingHookStatus, :SourceName, :RealSourceType, :HealthStatus, :ScfCamAuthEnable
|
5803
5806
|
|
5804
|
-
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)
|
5807
|
+
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, scfcamauthenable=nil)
|
5805
5808
|
@Host = host
|
5806
5809
|
@Port = port
|
5807
5810
|
@SourceID = sourceid
|
@@ -5822,6 +5825,7 @@ module TencentCloud
|
|
5822
5825
|
@SourceName = sourcename
|
5823
5826
|
@RealSourceType = realsourcetype
|
5824
5827
|
@HealthStatus = healthstatus
|
5828
|
+
@ScfCamAuthEnable = scfcamauthenable
|
5825
5829
|
end
|
5826
5830
|
|
5827
5831
|
def deserialize(params)
|
@@ -5852,6 +5856,7 @@ module TencentCloud
|
|
5852
5856
|
@SourceName = params['SourceName']
|
5853
5857
|
@RealSourceType = params['RealSourceType']
|
5854
5858
|
@HealthStatus = params['HealthStatus']
|
5859
|
+
@ScfCamAuthEnable = params['ScfCamAuthEnable']
|
5855
5860
|
end
|
5856
5861
|
end
|
5857
5862
|
|
@@ -7930,10 +7935,13 @@ module TencentCloud
|
|
7930
7935
|
# @param UnhealthyHttpStatuses: 异常HTTP状态码
|
7931
7936
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7932
7937
|
# @type UnhealthyHttpStatuses: Array
|
7938
|
+
# @param IgnoreZeroWeightNodes: 健康检查屏蔽权重为0的节点
|
7939
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7940
|
+
# @type IgnoreZeroWeightNodes: Boolean
|
7933
7941
|
|
7934
|
-
attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses
|
7942
|
+
attr_accessor :EnableActiveHealthCheck, :ActiveHealthCheck, :EnablePassiveHealthCheck, :PassiveHealthCheck, :Successes, :Failures, :Timeouts, :HealthyHttpStatuses, :UnhealthyHttpStatuses, :IgnoreZeroWeightNodes
|
7935
7943
|
|
7936
|
-
def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil)
|
7944
|
+
def initialize(enableactivehealthcheck=nil, activehealthcheck=nil, enablepassivehealthcheck=nil, passivehealthcheck=nil, successes=nil, failures=nil, timeouts=nil, healthyhttpstatuses=nil, unhealthyhttpstatuses=nil, ignorezeroweightnodes=nil)
|
7937
7945
|
@EnableActiveHealthCheck = enableactivehealthcheck
|
7938
7946
|
@ActiveHealthCheck = activehealthcheck
|
7939
7947
|
@EnablePassiveHealthCheck = enablepassivehealthcheck
|
@@ -7943,6 +7951,7 @@ module TencentCloud
|
|
7943
7951
|
@Timeouts = timeouts
|
7944
7952
|
@HealthyHttpStatuses = healthyhttpstatuses
|
7945
7953
|
@UnhealthyHttpStatuses = unhealthyhttpstatuses
|
7954
|
+
@IgnoreZeroWeightNodes = ignorezeroweightnodes
|
7946
7955
|
end
|
7947
7956
|
|
7948
7957
|
def deserialize(params)
|
@@ -7961,6 +7970,7 @@ module TencentCloud
|
|
7961
7970
|
@Timeouts = params['Timeouts']
|
7962
7971
|
@HealthyHttpStatuses = params['HealthyHttpStatuses']
|
7963
7972
|
@UnhealthyHttpStatuses = params['UnhealthyHttpStatuses']
|
7973
|
+
@IgnoreZeroWeightNodes = params['IgnoreZeroWeightNodes']
|
7964
7974
|
end
|
7965
7975
|
end
|
7966
7976
|
|
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.776
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-03-
|
11
|
+
date: 2024-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|