tencentcloud-sdk-tione 3.0.1098 → 3.0.1107
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/v20211111/models.rb +16 -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: 289c18610752ba57bdbc1cb5793945cba9211afd
|
4
|
+
data.tar.gz: bc2add92b34b2c08133eddaf389cc31008509c0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d52942c3b3a7ad2b3bf8f28a3b77f31d9b223d9146591866031d8ad76e0a7d039e7148a6b3a26e46a1ed8ef8c347bf33922d70d573035b05bde3e5a20cbaf0ca
|
7
|
+
data.tar.gz: 53326379e6cc74ec898e5eafc6c11edf05f77dd0205e31fec2b5a2a31e760179848a23bdf78e8dbf0858f76181e9d57eb7746746338b39860f66d16fde80ccbe
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1107
|
data/lib/v20211111/models.rb
CHANGED
@@ -4337,13 +4337,19 @@ module TencentCloud
|
|
4337
4337
|
# "concurrency-util":单个实例请求数量值。范围{1,100000}
|
4338
4338
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4339
4339
|
# @type HpaMetrics: Array
|
4340
|
+
# @param ScaleUpStabilizationWindowSeconds: 扩容观察期,单位秒
|
4341
|
+
# @type ScaleUpStabilizationWindowSeconds: Integer
|
4342
|
+
# @param ScaleDownStabilizationWindowSeconds: 缩容观察期,单位秒
|
4343
|
+
# @type ScaleDownStabilizationWindowSeconds: Integer
|
4340
4344
|
|
4341
|
-
attr_accessor :MinReplicas, :MaxReplicas, :HpaMetrics
|
4345
|
+
attr_accessor :MinReplicas, :MaxReplicas, :HpaMetrics, :ScaleUpStabilizationWindowSeconds, :ScaleDownStabilizationWindowSeconds
|
4342
4346
|
|
4343
|
-
def initialize(minreplicas=nil, maxreplicas=nil, hpametrics=nil)
|
4347
|
+
def initialize(minreplicas=nil, maxreplicas=nil, hpametrics=nil, scaleupstabilizationwindowseconds=nil, scaledownstabilizationwindowseconds=nil)
|
4344
4348
|
@MinReplicas = minreplicas
|
4345
4349
|
@MaxReplicas = maxreplicas
|
4346
4350
|
@HpaMetrics = hpametrics
|
4351
|
+
@ScaleUpStabilizationWindowSeconds = scaleupstabilizationwindowseconds
|
4352
|
+
@ScaleDownStabilizationWindowSeconds = scaledownstabilizationwindowseconds
|
4347
4353
|
end
|
4348
4354
|
|
4349
4355
|
def deserialize(params)
|
@@ -4357,6 +4363,8 @@ module TencentCloud
|
|
4357
4363
|
@HpaMetrics << option_tmp
|
4358
4364
|
end
|
4359
4365
|
end
|
4366
|
+
@ScaleUpStabilizationWindowSeconds = params['ScaleUpStabilizationWindowSeconds']
|
4367
|
+
@ScaleDownStabilizationWindowSeconds = params['ScaleDownStabilizationWindowSeconds']
|
4360
4368
|
end
|
4361
4369
|
end
|
4362
4370
|
|
@@ -5629,10 +5637,12 @@ module TencentCloud
|
|
5629
5637
|
# @type RollingUpdate: :class:`Tencentcloud::Tione.v20211111.models.RollingUpdate`
|
5630
5638
|
# @param Sidecar: sidecar配置
|
5631
5639
|
# @type Sidecar: :class:`Tencentcloud::Tione.v20211111.models.SidecarSpec`
|
5640
|
+
# @param ResourceGroupId: 资源组 id
|
5641
|
+
# @type ResourceGroupId: String
|
5632
5642
|
|
5633
|
-
attr_accessor :ServiceId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :ServiceAction, :ServiceDescription, :ScaleStrategy, :CronScaleJobs, :HybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :ScheduledAction, :ServiceLimit, :VolumeMount, :ModelTurboEnable, :Command, :ServiceEIP, :CommandBase64, :ServicePort, :InstancePerReplicas, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :Sidecar
|
5643
|
+
attr_accessor :ServiceId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :ServiceAction, :ServiceDescription, :ScaleStrategy, :CronScaleJobs, :HybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :ScheduledAction, :ServiceLimit, :VolumeMount, :ModelTurboEnable, :Command, :ServiceEIP, :CommandBase64, :ServicePort, :InstancePerReplicas, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :Sidecar, :ResourceGroupId
|
5634
5644
|
|
5635
|
-
def initialize(serviceid=nil, modelinfo=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, serviceaction=nil, servicedescription=nil, scalestrategy=nil, cronscalejobs=nil, hybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, scheduledaction=nil, servicelimit=nil, volumemount=nil, modelturboenable=nil, command=nil, serviceeip=nil, commandbase64=nil, serviceport=nil, instanceperreplicas=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, sidecar=nil)
|
5645
|
+
def initialize(serviceid=nil, modelinfo=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, serviceaction=nil, servicedescription=nil, scalestrategy=nil, cronscalejobs=nil, hybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, scheduledaction=nil, servicelimit=nil, volumemount=nil, modelturboenable=nil, command=nil, serviceeip=nil, commandbase64=nil, serviceport=nil, instanceperreplicas=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, sidecar=nil, resourcegroupid=nil)
|
5636
5646
|
@ServiceId = serviceid
|
5637
5647
|
@ModelInfo = modelinfo
|
5638
5648
|
@ImageInfo = imageinfo
|
@@ -5665,6 +5675,7 @@ module TencentCloud
|
|
5665
5675
|
@HealthProbe = healthprobe
|
5666
5676
|
@RollingUpdate = rollingupdate
|
5667
5677
|
@Sidecar = sidecar
|
5678
|
+
@ResourceGroupId = resourcegroupid
|
5668
5679
|
end
|
5669
5680
|
|
5670
5681
|
def deserialize(params)
|
@@ -5750,6 +5761,7 @@ module TencentCloud
|
|
5750
5761
|
@Sidecar = SidecarSpec.new
|
5751
5762
|
@Sidecar.deserialize(params['Sidecar'])
|
5752
5763
|
end
|
5764
|
+
@ResourceGroupId = params['ResourceGroupId']
|
5753
5765
|
end
|
5754
5766
|
end
|
5755
5767
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tione
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1107
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|