tencentcloud-sdk-tione 3.0.1179 → 3.0.1197
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/tencentcloud-sdk-tione.rb +3 -3
- data/lib/v20211111/models.rb +77 -40
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99af31937b62af02b1d9ac910c1cfea64464fb84
|
|
4
|
+
data.tar.gz: 3d505d12358e9a8476fa9f36b2f77081f1af3a0d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 363f3ec3be47489912cc4a77b0a50d170b362a79de02a94f53e18433011842f8b731aec798d37a74e3a454880f686462f56e5ef04da34f4697fc2f979bead9ea
|
|
7
|
+
data.tar.gz: 357233f52d40e1c97d89708160b8d87941d8dffa117296f3e71e870850980f5c5c3375ad6a33cb4ab230a20bf15489ec5c163087bd8df79999ada5ea6542b7f4
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1197
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
-
require_relative 'v20191022/client'
|
|
6
|
-
require_relative 'v20191022/models'
|
|
7
|
-
|
|
8
5
|
require_relative 'v20211111/client'
|
|
9
6
|
require_relative 'v20211111/models'
|
|
10
7
|
|
|
8
|
+
require_relative 'v20191022/client'
|
|
9
|
+
require_relative 'v20191022/models'
|
|
10
|
+
|
|
11
11
|
module TencentCloud
|
|
12
12
|
module Tione
|
|
13
13
|
end
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -783,10 +783,12 @@ module TencentCloud
|
|
|
783
783
|
# @type Sidecar: :class:`Tencentcloud::Tione.v20211111.models.SidecarSpec`
|
|
784
784
|
# @param VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
|
|
785
785
|
# @type VolumeMounts: Array
|
|
786
|
+
# @param SchedulingStrategy: 调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
|
|
787
|
+
# @type SchedulingStrategy: String
|
|
786
788
|
|
|
787
|
-
attr_accessor :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit, :CallbackUrl, :ModelTurboEnable, :ServiceCategory, :Command, :ServiceEIP, :CommandBase64, :ServicePort, :DeployType, :InstancePerReplicas, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :Sidecar, :VolumeMounts
|
|
789
|
+
attr_accessor :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit, :CallbackUrl, :ModelTurboEnable, :ServiceCategory, :Command, :ServiceEIP, :CommandBase64, :ServicePort, :DeployType, :InstancePerReplicas, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :Sidecar, :VolumeMounts, :SchedulingStrategy
|
|
788
790
|
|
|
789
|
-
def initialize(servicegroupid=nil, servicegroupname=nil, servicedescription=nil, chargetype=nil, resourcegroupid=nil, modelinfo=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, authorizationenable=nil, tags=nil, newversion=nil, cronscalejobs=nil, scalestrategy=nil, hybridbillingprepaidreplicas=nil, createsource=nil, modelhotupdateenable=nil, scheduledaction=nil, volumemount=nil, servicelimit=nil, callbackurl=nil, modelturboenable=nil, servicecategory=nil, command=nil, serviceeip=nil, commandbase64=nil, serviceport=nil, deploytype=nil, instanceperreplicas=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, sidecar=nil, volumemounts=nil)
|
|
791
|
+
def initialize(servicegroupid=nil, servicegroupname=nil, servicedescription=nil, chargetype=nil, resourcegroupid=nil, modelinfo=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, authorizationenable=nil, tags=nil, newversion=nil, cronscalejobs=nil, scalestrategy=nil, hybridbillingprepaidreplicas=nil, createsource=nil, modelhotupdateenable=nil, scheduledaction=nil, volumemount=nil, servicelimit=nil, callbackurl=nil, modelturboenable=nil, servicecategory=nil, command=nil, serviceeip=nil, commandbase64=nil, serviceport=nil, deploytype=nil, instanceperreplicas=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, sidecar=nil, volumemounts=nil, schedulingstrategy=nil)
|
|
790
792
|
@ServiceGroupId = servicegroupid
|
|
791
793
|
@ServiceGroupName = servicegroupname
|
|
792
794
|
@ServiceDescription = servicedescription
|
|
@@ -829,6 +831,7 @@ module TencentCloud
|
|
|
829
831
|
@RollingUpdate = rollingupdate
|
|
830
832
|
@Sidecar = sidecar
|
|
831
833
|
@VolumeMounts = volumemounts
|
|
834
|
+
@SchedulingStrategy = schedulingstrategy
|
|
832
835
|
end
|
|
833
836
|
|
|
834
837
|
def deserialize(params)
|
|
@@ -938,6 +941,7 @@ module TencentCloud
|
|
|
938
941
|
@VolumeMounts << volumemount_tmp
|
|
939
942
|
end
|
|
940
943
|
end
|
|
944
|
+
@SchedulingStrategy = params['SchedulingStrategy']
|
|
941
945
|
end
|
|
942
946
|
end
|
|
943
947
|
|
|
@@ -2287,8 +2291,8 @@ module TencentCloud
|
|
|
2287
2291
|
|
|
2288
2292
|
attr_accessor :ServiceId, :ServiceCategory
|
|
2289
2293
|
extend Gem::Deprecate
|
|
2290
|
-
deprecate :ServiceCategory, :none,
|
|
2291
|
-
deprecate :ServiceCategory=, :none,
|
|
2294
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
2295
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
2292
2296
|
|
|
2293
2297
|
def initialize(serviceid=nil, servicecategory=nil)
|
|
2294
2298
|
@ServiceId = serviceid
|
|
@@ -3325,7 +3329,7 @@ module TencentCloud
|
|
|
3325
3329
|
# @type OrderField: String
|
|
3326
3330
|
# @param Order: 排序方向; 枚举值: ASC | DESC;默认DESC
|
|
3327
3331
|
# @type Order: String
|
|
3328
|
-
# @param Offset: 分页查询起始位置,如:Limit为100,第一页Offset为0,第二页Offset为100
|
|
3332
|
+
# @param Offset: 分页查询起始位置,如:Limit为100,第一页Offset为0,第二页Offset为100...即每页左边为闭区间; 默认0
|
|
3329
3333
|
# @type Offset: Integer
|
|
3330
3334
|
# @param Limit: 分页查询每页大小,最大20000; 默认10
|
|
3331
3335
|
# @type Limit: Integer
|
|
@@ -3403,8 +3407,8 @@ module TencentCloud
|
|
|
3403
3407
|
|
|
3404
3408
|
attr_accessor :ServiceGroupId, :ServiceCategory
|
|
3405
3409
|
extend Gem::Deprecate
|
|
3406
|
-
deprecate :ServiceCategory, :none,
|
|
3407
|
-
deprecate :ServiceCategory=, :none,
|
|
3410
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
3411
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
3408
3412
|
|
|
3409
3413
|
def initialize(servicegroupid=nil, servicecategory=nil)
|
|
3410
3414
|
@ServiceGroupId = servicegroupid
|
|
@@ -3490,8 +3494,8 @@ module TencentCloud
|
|
|
3490
3494
|
|
|
3491
3495
|
attr_accessor :ServiceGroupId, :ServiceCategory
|
|
3492
3496
|
extend Gem::Deprecate
|
|
3493
|
-
deprecate :ServiceCategory, :none,
|
|
3494
|
-
deprecate :ServiceCategory=, :none,
|
|
3497
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
3498
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
3495
3499
|
|
|
3496
3500
|
def initialize(servicegroupid=nil, servicecategory=nil)
|
|
3497
3501
|
@ServiceGroupId = servicegroupid
|
|
@@ -3548,8 +3552,8 @@ module TencentCloud
|
|
|
3548
3552
|
|
|
3549
3553
|
attr_accessor :Offset, :Limit, :Order, :OrderField, :Filters, :TagFilters, :ServiceCategory
|
|
3550
3554
|
extend Gem::Deprecate
|
|
3551
|
-
deprecate :ServiceCategory, :none,
|
|
3552
|
-
deprecate :ServiceCategory=, :none,
|
|
3555
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
3556
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
3553
3557
|
|
|
3554
3558
|
def initialize(offset=nil, limit=nil, order=nil, orderfield=nil, filters=nil, tagfilters=nil, servicecategory=nil)
|
|
3555
3559
|
@Offset = offset
|
|
@@ -3681,8 +3685,8 @@ module TencentCloud
|
|
|
3681
3685
|
|
|
3682
3686
|
attr_accessor :ServiceId, :ServiceCategory
|
|
3683
3687
|
extend Gem::Deprecate
|
|
3684
|
-
deprecate :ServiceCategory, :none,
|
|
3685
|
-
deprecate :ServiceCategory=, :none,
|
|
3688
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
3689
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
3686
3690
|
|
|
3687
3691
|
def initialize(serviceid=nil, servicecategory=nil)
|
|
3688
3692
|
@ServiceId = serviceid
|
|
@@ -4300,12 +4304,33 @@ module TencentCloud
|
|
|
4300
4304
|
|
|
4301
4305
|
# 暴露端口信息
|
|
4302
4306
|
class ExposePortConfig < TencentCloud::Common::AbstractModel
|
|
4307
|
+
# @param Enable: 是否开启暴露容器服务端口
|
|
4308
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4309
|
+
# @type Enable: Boolean
|
|
4310
|
+
# @param VpcId: vpc id
|
|
4311
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4312
|
+
# @type VpcId: String
|
|
4313
|
+
# @param ClbId: clb id
|
|
4314
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4315
|
+
# @type ClbId: String
|
|
4316
|
+
# @param ClbHost: clb domain
|
|
4317
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4318
|
+
# @type ClbHost: String
|
|
4303
4319
|
|
|
4320
|
+
attr_accessor :Enable, :VpcId, :ClbId, :ClbHost
|
|
4304
4321
|
|
|
4305
|
-
def initialize()
|
|
4322
|
+
def initialize(enable=nil, vpcid=nil, clbid=nil, clbhost=nil)
|
|
4323
|
+
@Enable = enable
|
|
4324
|
+
@VpcId = vpcid
|
|
4325
|
+
@ClbId = clbid
|
|
4326
|
+
@ClbHost = clbhost
|
|
4306
4327
|
end
|
|
4307
4328
|
|
|
4308
4329
|
def deserialize(params)
|
|
4330
|
+
@Enable = params['Enable']
|
|
4331
|
+
@VpcId = params['VpcId']
|
|
4332
|
+
@ClbId = params['ClbId']
|
|
4333
|
+
@ClbHost = params['ClbHost']
|
|
4309
4334
|
end
|
|
4310
4335
|
end
|
|
4311
4336
|
|
|
@@ -5839,10 +5864,12 @@ module TencentCloud
|
|
|
5839
5864
|
# @type ResourceGroupId: String
|
|
5840
5865
|
# @param VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
|
|
5841
5866
|
# @type VolumeMounts: Array
|
|
5867
|
+
# @param SchedulingStrategy: 调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
|
|
5868
|
+
# @type SchedulingStrategy: String
|
|
5842
5869
|
|
|
5843
|
-
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, :VolumeMounts
|
|
5870
|
+
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, :VolumeMounts, :SchedulingStrategy
|
|
5844
5871
|
|
|
5845
|
-
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, volumemounts=nil)
|
|
5872
|
+
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, volumemounts=nil, schedulingstrategy=nil)
|
|
5846
5873
|
@ServiceId = serviceid
|
|
5847
5874
|
@ModelInfo = modelinfo
|
|
5848
5875
|
@ImageInfo = imageinfo
|
|
@@ -5877,6 +5904,7 @@ module TencentCloud
|
|
|
5877
5904
|
@Sidecar = sidecar
|
|
5878
5905
|
@ResourceGroupId = resourcegroupid
|
|
5879
5906
|
@VolumeMounts = volumemounts
|
|
5907
|
+
@SchedulingStrategy = schedulingstrategy
|
|
5880
5908
|
end
|
|
5881
5909
|
|
|
5882
5910
|
def deserialize(params)
|
|
@@ -5971,6 +5999,7 @@ module TencentCloud
|
|
|
5971
5999
|
@VolumeMounts << volumemount_tmp
|
|
5972
6000
|
end
|
|
5973
6001
|
end
|
|
6002
|
+
@SchedulingStrategy = params['SchedulingStrategy']
|
|
5974
6003
|
end
|
|
5975
6004
|
end
|
|
5976
6005
|
|
|
@@ -6680,8 +6709,8 @@ module TencentCloud
|
|
|
6680
6709
|
|
|
6681
6710
|
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status, :StartScheduleTime, :Message, :NodeIP, :NodeId, :ResourceGroupId, :ResourceGroupName, :ResourceInfo
|
|
6682
6711
|
extend Gem::Deprecate
|
|
6683
|
-
deprecate :Containers, :none,
|
|
6684
|
-
deprecate :Containers=, :none,
|
|
6712
|
+
deprecate :Containers, :none, 2026, 1
|
|
6713
|
+
deprecate :Containers=, :none, 2026, 1
|
|
6685
6714
|
|
|
6686
6715
|
def initialize(name=nil, uid=nil, chargetype=nil, phase=nil, ip=nil, createtime=nil, containers=nil, containerinfos=nil, crosstenanteniinfo=nil, status=nil, startscheduletime=nil, message=nil, nodeip=nil, nodeid=nil, resourcegroupid=nil, resourcegroupname=nil, resourceinfo=nil)
|
|
6687
6716
|
@Name = name
|
|
@@ -7260,10 +7289,14 @@ module TencentCloud
|
|
|
7260
7289
|
# @param EnableRDMA: 是否开启rdma
|
|
7261
7290
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7262
7291
|
# @type EnableRDMA: Boolean
|
|
7292
|
+
# @param RootDisk: root disk size(GB)
|
|
7293
|
+
# @type RootDisk: Integer
|
|
7294
|
+
# @param DataDisk: data disk size(GB)
|
|
7295
|
+
# @type DataDisk: Integer
|
|
7263
7296
|
|
|
7264
|
-
attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet, :EnableRDMA
|
|
7297
|
+
attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet, :EnableRDMA, :RootDisk, :DataDisk
|
|
7265
7298
|
|
|
7266
|
-
def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil, enablerdma=nil)
|
|
7299
|
+
def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil, enablerdma=nil, rootdisk=nil, datadisk=nil)
|
|
7267
7300
|
@Cpu = cpu
|
|
7268
7301
|
@Memory = memory
|
|
7269
7302
|
@Gpu = gpu
|
|
@@ -7271,6 +7304,8 @@ module TencentCloud
|
|
|
7271
7304
|
@RealGpu = realgpu
|
|
7272
7305
|
@RealGpuDetailSet = realgpudetailset
|
|
7273
7306
|
@EnableRDMA = enablerdma
|
|
7307
|
+
@RootDisk = rootdisk
|
|
7308
|
+
@DataDisk = datadisk
|
|
7274
7309
|
end
|
|
7275
7310
|
|
|
7276
7311
|
def deserialize(params)
|
|
@@ -7288,6 +7323,8 @@ module TencentCloud
|
|
|
7288
7323
|
end
|
|
7289
7324
|
end
|
|
7290
7325
|
@EnableRDMA = params['EnableRDMA']
|
|
7326
|
+
@RootDisk = params['RootDisk']
|
|
7327
|
+
@DataDisk = params['DataDisk']
|
|
7291
7328
|
end
|
|
7292
7329
|
end
|
|
7293
7330
|
|
|
@@ -7510,10 +7547,8 @@ module TencentCloud
|
|
|
7510
7547
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7511
7548
|
# @type BusinessStatus: String
|
|
7512
7549
|
# @param ServiceLimit: 已废弃,以ServiceInfo中的对应为准
|
|
7513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7514
7550
|
# @type ServiceLimit: :class:`Tencentcloud::Tione.v20211111.models.ServiceLimit`
|
|
7515
7551
|
# @param ScheduledAction: 已废弃,以ServiceInfo中的对应为准
|
|
7516
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
7517
7552
|
# @type ScheduledAction: :class:`Tencentcloud::Tione.v20211111.models.ScheduledAction`
|
|
7518
7553
|
# @param CreateFailedReason: 服务创建失败的原因,创建成功后该字段为默认值 CREATE_SUCCEED
|
|
7519
7554
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -7570,10 +7605,10 @@ module TencentCloud
|
|
|
7570
7605
|
|
|
7571
7606
|
attr_accessor :ServiceGroupId, :ServiceId, :ServiceGroupName, :ServiceDescription, :ServiceInfo, :ClusterId, :Region, :Namespace, :ChargeType, :ResourceGroupId, :ResourceGroupName, :Tags, :IngressName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :SubUin, :AppId, :BusinessStatus, :ServiceLimit, :ScheduledAction, :CreateFailedReason, :Status, :BillingInfo, :Weight, :CreateSource, :Version, :LatestVersion, :ResourceGroupSWType, :ArchiveStatus, :DeployType, :InstancePerReplicas, :MonitorSource, :SubUinName, :SchedulingPolicy, :ExternalResourceGroups
|
|
7572
7607
|
extend Gem::Deprecate
|
|
7573
|
-
deprecate :ServiceLimit, :none,
|
|
7574
|
-
deprecate :ServiceLimit=, :none,
|
|
7575
|
-
deprecate :ScheduledAction, :none,
|
|
7576
|
-
deprecate :ScheduledAction=, :none,
|
|
7608
|
+
deprecate :ServiceLimit, :none, 2026, 1
|
|
7609
|
+
deprecate :ServiceLimit=, :none, 2026, 1
|
|
7610
|
+
deprecate :ScheduledAction, :none, 2026, 1
|
|
7611
|
+
deprecate :ScheduledAction=, :none, 2026, 1
|
|
7577
7612
|
|
|
7578
7613
|
def initialize(servicegroupid=nil, serviceid=nil, servicegroupname=nil, servicedescription=nil, serviceinfo=nil, clusterid=nil, region=nil, namespace=nil, chargetype=nil, resourcegroupid=nil, resourcegroupname=nil, tags=nil, ingressname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, subuin=nil, appid=nil, businessstatus=nil, servicelimit=nil, scheduledaction=nil, createfailedreason=nil, status=nil, billinginfo=nil, weight=nil, createsource=nil, version=nil, latestversion=nil, resourcegroupswtype=nil, archivestatus=nil, deploytype=nil, instanceperreplicas=nil, monitorsource=nil, subuinname=nil, schedulingpolicy=nil, externalresourcegroups=nil)
|
|
7579
7614
|
@ServiceGroupId = servicegroupid
|
|
@@ -8019,22 +8054,16 @@ module TencentCloud
|
|
|
8019
8054
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8020
8055
|
# @type Resources: :class:`Tencentcloud::Tione.v20211111.models.ResourceInfo`
|
|
8021
8056
|
# @param InstanceType: 后付费实例对应的机型规格
|
|
8022
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8023
8057
|
# @type InstanceType: String
|
|
8024
8058
|
# @param ModelInfo: 模型信息
|
|
8025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8026
8059
|
# @type ModelInfo: :class:`Tencentcloud::Tione.v20211111.models.ModelInfo`
|
|
8027
8060
|
# @param LogEnable: 是否启用日志
|
|
8028
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8029
8061
|
# @type LogEnable: Boolean
|
|
8030
8062
|
# @param LogConfig: 日志配置
|
|
8031
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8032
8063
|
# @type LogConfig: :class:`Tencentcloud::Tione.v20211111.models.LogConfig`
|
|
8033
8064
|
# @param AuthorizationEnable: 是否开启鉴权
|
|
8034
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8035
8065
|
# @type AuthorizationEnable: Boolean
|
|
8036
8066
|
# @param HorizontalPodAutoscaler: hpa配置
|
|
8037
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
8038
8067
|
# @type HorizontalPodAutoscaler: :class:`Tencentcloud::Tione.v20211111.models.HorizontalPodAutoscaler`
|
|
8039
8068
|
# @param Status: 服务的状态描述
|
|
8040
8069
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -8116,15 +8145,19 @@ module TencentCloud
|
|
|
8116
8145
|
# @type InstancePerReplicas: Integer
|
|
8117
8146
|
# @param VolumeMounts: 批量数据盘挂载配置
|
|
8118
8147
|
# @type VolumeMounts: Array
|
|
8148
|
+
# @param SchedulingStrategy: 调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
|
|
8149
|
+
# @type SchedulingStrategy: String
|
|
8150
|
+
# @param NodeCount: 服务实际运行的节点数
|
|
8151
|
+
# @type NodeCount: Integer
|
|
8119
8152
|
|
|
8120
|
-
attr_accessor :Replicas, :ImageInfo, :Env, :Resources, :InstanceType, :ModelInfo, :LogEnable, :LogConfig, :AuthorizationEnable, :HorizontalPodAutoscaler, :Status, :Weight, :ResourceTotal, :OldReplicas, :HybridBillingPrepaidReplicas, :OldHybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :InstanceAlias, :ScaleMode, :CronScaleJobs, :ScaleStrategy, :ScheduledAction, :PodList, :Pods, :PodInfos, :ServiceLimit, :ModelTurboEnable, :VolumeMount, :InferCodeInfo, :Command, :ServiceEIP, :ServicePort, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :InstancePerReplicas, :VolumeMounts
|
|
8153
|
+
attr_accessor :Replicas, :ImageInfo, :Env, :Resources, :InstanceType, :ModelInfo, :LogEnable, :LogConfig, :AuthorizationEnable, :HorizontalPodAutoscaler, :Status, :Weight, :ResourceTotal, :OldReplicas, :HybridBillingPrepaidReplicas, :OldHybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :InstanceAlias, :ScaleMode, :CronScaleJobs, :ScaleStrategy, :ScheduledAction, :PodList, :Pods, :PodInfos, :ServiceLimit, :ModelTurboEnable, :VolumeMount, :InferCodeInfo, :Command, :ServiceEIP, :ServicePort, :TerminationGracePeriodSeconds, :PreStopCommand, :GrpcEnable, :HealthProbe, :RollingUpdate, :InstancePerReplicas, :VolumeMounts, :SchedulingStrategy, :NodeCount
|
|
8121
8154
|
extend Gem::Deprecate
|
|
8122
|
-
deprecate :PodList, :none,
|
|
8123
|
-
deprecate :PodList=, :none,
|
|
8124
|
-
deprecate :Pods, :none,
|
|
8125
|
-
deprecate :Pods=, :none,
|
|
8155
|
+
deprecate :PodList, :none, 2026, 1
|
|
8156
|
+
deprecate :PodList=, :none, 2026, 1
|
|
8157
|
+
deprecate :Pods, :none, 2026, 1
|
|
8158
|
+
deprecate :Pods=, :none, 2026, 1
|
|
8126
8159
|
|
|
8127
|
-
def initialize(replicas=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, modelinfo=nil, logenable=nil, logconfig=nil, authorizationenable=nil, horizontalpodautoscaler=nil, status=nil, weight=nil, resourcetotal=nil, oldreplicas=nil, hybridbillingprepaidreplicas=nil, oldhybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, instancealias=nil, scalemode=nil, cronscalejobs=nil, scalestrategy=nil, scheduledaction=nil, podlist=nil, pods=nil, podinfos=nil, servicelimit=nil, modelturboenable=nil, volumemount=nil, infercodeinfo=nil, command=nil, serviceeip=nil, serviceport=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, instanceperreplicas=nil, volumemounts=nil)
|
|
8160
|
+
def initialize(replicas=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, modelinfo=nil, logenable=nil, logconfig=nil, authorizationenable=nil, horizontalpodautoscaler=nil, status=nil, weight=nil, resourcetotal=nil, oldreplicas=nil, hybridbillingprepaidreplicas=nil, oldhybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, instancealias=nil, scalemode=nil, cronscalejobs=nil, scalestrategy=nil, scheduledaction=nil, podlist=nil, pods=nil, podinfos=nil, servicelimit=nil, modelturboenable=nil, volumemount=nil, infercodeinfo=nil, command=nil, serviceeip=nil, serviceport=nil, terminationgraceperiodseconds=nil, prestopcommand=nil, grpcenable=nil, healthprobe=nil, rollingupdate=nil, instanceperreplicas=nil, volumemounts=nil, schedulingstrategy=nil, nodecount=nil)
|
|
8128
8161
|
@Replicas = replicas
|
|
8129
8162
|
@ImageInfo = imageinfo
|
|
8130
8163
|
@Env = env
|
|
@@ -8164,6 +8197,8 @@ module TencentCloud
|
|
|
8164
8197
|
@RollingUpdate = rollingupdate
|
|
8165
8198
|
@InstancePerReplicas = instanceperreplicas
|
|
8166
8199
|
@VolumeMounts = volumemounts
|
|
8200
|
+
@SchedulingStrategy = schedulingstrategy
|
|
8201
|
+
@NodeCount = nodecount
|
|
8167
8202
|
end
|
|
8168
8203
|
|
|
8169
8204
|
def deserialize(params)
|
|
@@ -8279,6 +8314,8 @@ module TencentCloud
|
|
|
8279
8314
|
@VolumeMounts << volumemount_tmp
|
|
8280
8315
|
end
|
|
8281
8316
|
end
|
|
8317
|
+
@SchedulingStrategy = params['SchedulingStrategy']
|
|
8318
|
+
@NodeCount = params['NodeCount']
|
|
8282
8319
|
end
|
|
8283
8320
|
end
|
|
8284
8321
|
|
|
@@ -9392,8 +9429,8 @@ module TencentCloud
|
|
|
9392
9429
|
|
|
9393
9430
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
|
9394
9431
|
extend Gem::Deprecate
|
|
9395
|
-
deprecate :StatefulSetCondition, :none,
|
|
9396
|
-
deprecate :StatefulSetCondition=, :none,
|
|
9432
|
+
deprecate :StatefulSetCondition, :none, 2026, 1
|
|
9433
|
+
deprecate :StatefulSetCondition=, :none, 2026, 1
|
|
9397
9434
|
|
|
9398
9435
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
|
9399
9436
|
@Replicas = replicas
|
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.1197
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -34,10 +34,10 @@ extensions: []
|
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
36
|
- lib/tencentcloud-sdk-tione.rb
|
|
37
|
-
- lib/v20191022/models.rb
|
|
38
|
-
- lib/v20191022/client.rb
|
|
39
|
-
- lib/v20211111/models.rb
|
|
40
37
|
- lib/v20211111/client.rb
|
|
38
|
+
- lib/v20211111/models.rb
|
|
39
|
+
- lib/v20191022/client.rb
|
|
40
|
+
- lib/v20191022/models.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|