tencentcloud-sdk-tsf 3.0.625 → 3.0.626

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/v20180326/models.rb +13 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fcf9873824b93f4086dbc56de39eb62cafb61eb5
4
- data.tar.gz: 6fd83dae62452c25683fdeb4cd2e7bef1cc09bcd
3
+ metadata.gz: f2277a427478f936ccc333276523e44e28e273a8
4
+ data.tar.gz: b5cbe14641a8bf6ef0f502f276f961f461faaea9
5
5
  SHA512:
6
- metadata.gz: 6b27e4aabd7690d36b3bcb09f59f68a9feca7f3e2df7d3339e4c8e5fc174e4855a1fec433a5784bf3511af682d7b3054593dc544405209f405eaf9ee6eb5db10
7
- data.tar.gz: acebefcc6111ccdb58734481d0532ade8f423572a91726ad52b104bb5253b34222c190eac488f5469db0b70f59ce0733412dc69762bb2f0e9fe7224ae96e9a4b
6
+ metadata.gz: 892b5d099cc7fe7d61b8e822a0e4d31192189f63641103f3782305c7e9e1f164b3f80510f5b97da17bea67d60e604dc4c69542811fb1da8cda1a153f5a753e9a
7
+ data.tar.gz: 7d125eed040451d3d7c77607a72406c8493f3ab6e67dbc4e2eda3e7845f0741e494eb65e45589bb000ab0e8e35dade1b6c19229715c00e5a73853377a1a69e9a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.625
1
+ 3.0.626
@@ -6167,10 +6167,12 @@ module TencentCloud
6167
6167
  # @type AgentProfileList: Array
6168
6168
  # @param WarmupSetting: 预热参数配置
6169
6169
  # @type WarmupSetting: :class:`Tencentcloud::Tsf.v20180326.models.WarmupSetting`
6170
+ # @param EnableBatchHealthCheck: 开启分批健康检查
6171
+ # @type EnableBatchHealthCheck: Boolean
6170
6172
 
6171
- attr_accessor :GroupId, :PkgId, :StartupParameters, :DeployDesc, :ForceStart, :EnableHealthCheck, :HealthCheckSettings, :UpdateType, :DeployBetaEnable, :DeployBatch, :DeployExeMode, :DeployWaitTime, :StartScript, :StopScript, :IncrementalDeployment, :JdkName, :JdkVersion, :AgentProfileList, :WarmupSetting
6173
+ attr_accessor :GroupId, :PkgId, :StartupParameters, :DeployDesc, :ForceStart, :EnableHealthCheck, :HealthCheckSettings, :UpdateType, :DeployBetaEnable, :DeployBatch, :DeployExeMode, :DeployWaitTime, :StartScript, :StopScript, :IncrementalDeployment, :JdkName, :JdkVersion, :AgentProfileList, :WarmupSetting, :EnableBatchHealthCheck
6172
6174
 
6173
- def initialize(groupid=nil, pkgid=nil, startupparameters=nil, deploydesc=nil, forcestart=nil, enablehealthcheck=nil, healthchecksettings=nil, updatetype=nil, deploybetaenable=nil, deploybatch=nil, deployexemode=nil, deploywaittime=nil, startscript=nil, stopscript=nil, incrementaldeployment=nil, jdkname=nil, jdkversion=nil, agentprofilelist=nil, warmupsetting=nil)
6175
+ def initialize(groupid=nil, pkgid=nil, startupparameters=nil, deploydesc=nil, forcestart=nil, enablehealthcheck=nil, healthchecksettings=nil, updatetype=nil, deploybetaenable=nil, deploybatch=nil, deployexemode=nil, deploywaittime=nil, startscript=nil, stopscript=nil, incrementaldeployment=nil, jdkname=nil, jdkversion=nil, agentprofilelist=nil, warmupsetting=nil, enablebatchhealthcheck=nil)
6174
6176
  @GroupId = groupid
6175
6177
  @PkgId = pkgid
6176
6178
  @StartupParameters = startupparameters
@@ -6190,6 +6192,7 @@ module TencentCloud
6190
6192
  @JdkVersion = jdkversion
6191
6193
  @AgentProfileList = agentprofilelist
6192
6194
  @WarmupSetting = warmupsetting
6195
+ @EnableBatchHealthCheck = enablebatchhealthcheck
6193
6196
  end
6194
6197
 
6195
6198
  def deserialize(params)
@@ -6225,6 +6228,7 @@ module TencentCloud
6225
6228
  @WarmupSetting = WarmupSetting.new
6226
6229
  @WarmupSetting.deserialize(params['WarmupSetting'])
6227
6230
  end
6231
+ @EnableBatchHealthCheck = params['EnableBatchHealthCheck']
6228
6232
  end
6229
6233
  end
6230
6234
 
@@ -20124,10 +20128,13 @@ module TencentCloud
20124
20128
  # @param GatewayConfig: Envoy网关配置
20125
20129
  # 注意:此字段可能返回 null,表示取不到有效值。
20126
20130
  # @type GatewayConfig: :class:`Tencentcloud::Tsf.v20180326.models.GatewayConfig`
20131
+ # @param EnableBatchHealthCheck: 批次是否开启健康检查
20132
+ # 注意:此字段可能返回 null,表示取不到有效值。
20133
+ # @type EnableBatchHealthCheck: Boolean
20127
20134
 
20128
- attr_accessor :GroupId, :GroupName, :GroupStatus, :PackageId, :PackageName, :PackageVersion, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :ApplicationId, :ApplicationName, :InstanceCount, :RunInstanceCount, :StartupParameters, :CreateTime, :UpdateTime, :OffInstanceCount, :GroupDesc, :MicroserviceType, :ApplicationType, :GroupResourceType, :UpdatedTime, :DeployDesc, :UpdateType, :DeployBetaEnable, :DeployBatch, :DeployExeMode, :DeployWaitTime, :EnableHealthCheck, :HealthCheckSettings, :PackageType, :StartScript, :StopScript, :Alias, :AgentProfileList, :WarmupSetting, :GatewayConfig
20135
+ attr_accessor :GroupId, :GroupName, :GroupStatus, :PackageId, :PackageName, :PackageVersion, :ClusterId, :ClusterName, :NamespaceId, :NamespaceName, :ApplicationId, :ApplicationName, :InstanceCount, :RunInstanceCount, :StartupParameters, :CreateTime, :UpdateTime, :OffInstanceCount, :GroupDesc, :MicroserviceType, :ApplicationType, :GroupResourceType, :UpdatedTime, :DeployDesc, :UpdateType, :DeployBetaEnable, :DeployBatch, :DeployExeMode, :DeployWaitTime, :EnableHealthCheck, :HealthCheckSettings, :PackageType, :StartScript, :StopScript, :Alias, :AgentProfileList, :WarmupSetting, :GatewayConfig, :EnableBatchHealthCheck
20129
20136
 
20130
- def initialize(groupid=nil, groupname=nil, groupstatus=nil, packageid=nil, packagename=nil, packageversion=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, applicationid=nil, applicationname=nil, instancecount=nil, runinstancecount=nil, startupparameters=nil, createtime=nil, updatetime=nil, offinstancecount=nil, groupdesc=nil, microservicetype=nil, applicationtype=nil, groupresourcetype=nil, updatedtime=nil, deploydesc=nil, updatetype=nil, deploybetaenable=nil, deploybatch=nil, deployexemode=nil, deploywaittime=nil, enablehealthcheck=nil, healthchecksettings=nil, packagetype=nil, startscript=nil, stopscript=nil, _alias=nil, agentprofilelist=nil, warmupsetting=nil, gatewayconfig=nil)
20137
+ def initialize(groupid=nil, groupname=nil, groupstatus=nil, packageid=nil, packagename=nil, packageversion=nil, clusterid=nil, clustername=nil, namespaceid=nil, namespacename=nil, applicationid=nil, applicationname=nil, instancecount=nil, runinstancecount=nil, startupparameters=nil, createtime=nil, updatetime=nil, offinstancecount=nil, groupdesc=nil, microservicetype=nil, applicationtype=nil, groupresourcetype=nil, updatedtime=nil, deploydesc=nil, updatetype=nil, deploybetaenable=nil, deploybatch=nil, deployexemode=nil, deploywaittime=nil, enablehealthcheck=nil, healthchecksettings=nil, packagetype=nil, startscript=nil, stopscript=nil, _alias=nil, agentprofilelist=nil, warmupsetting=nil, gatewayconfig=nil, enablebatchhealthcheck=nil)
20131
20138
  @GroupId = groupid
20132
20139
  @GroupName = groupname
20133
20140
  @GroupStatus = groupstatus
@@ -20166,6 +20173,7 @@ module TencentCloud
20166
20173
  @AgentProfileList = agentprofilelist
20167
20174
  @WarmupSetting = warmupsetting
20168
20175
  @GatewayConfig = gatewayconfig
20176
+ @EnableBatchHealthCheck = enablebatchhealthcheck
20169
20177
  end
20170
20178
 
20171
20179
  def deserialize(params)
@@ -20223,6 +20231,7 @@ module TencentCloud
20223
20231
  @GatewayConfig = GatewayConfig.new
20224
20232
  @GatewayConfig.deserialize(params['GatewayConfig'])
20225
20233
  end
20234
+ @EnableBatchHealthCheck = params['EnableBatchHealthCheck']
20226
20235
  end
20227
20236
  end
20228
20237
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tsf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.625
4
+ version: 3.0.626
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-08-01 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common