tencentcloud-sdk-tione 3.0.1179 → 3.0.1192
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 +54 -17
- 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: a3672cab9636a302e536d0cd2aa893c5290c6127
|
|
4
|
+
data.tar.gz: 789e888fbd296b8bb7d13b090bb81999285e0167
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c632b5b53cbe1550f45cf373f375eee9e10262ace4e28c0301186c00445748aa0776f9690f714a49f8f3ed6463bf59b06d454a6f0ee8352c6ada4b4234548ab
|
|
7
|
+
data.tar.gz: 2bda587db93c4bdd0fdc6cbf365482f2740e9b0e7804c41576e8bf7ee0c859b254a6347e25f1fa09462183e36bd1ff3a317cca70f7cd71998827d769984ef743
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1192
|
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
|
|
|
@@ -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
|
|
|
@@ -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,表示取不到有效值。
|
|
@@ -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
8155
|
deprecate :PodList, :none, 2025, 12
|
|
8123
8156
|
deprecate :PodList=, :none, 2025, 12
|
|
8124
8157
|
deprecate :Pods, :none, 2025, 12
|
|
8125
8158
|
deprecate :Pods=, :none, 2025, 12
|
|
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
|
|
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.1192
|
|
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-12-
|
|
11
|
+
date: 2025-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,11 +33,11 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
+
- lib/v20211111/client.rb
|
|
37
|
+
- lib/v20211111/models.rb
|
|
36
38
|
- lib/tencentcloud-sdk-tione.rb
|
|
37
|
-
- lib/v20191022/models.rb
|
|
38
39
|
- lib/v20191022/client.rb
|
|
39
|
-
- lib/
|
|
40
|
-
- lib/v20211111/client.rb
|
|
40
|
+
- lib/v20191022/models.rb
|
|
41
41
|
- lib/VERSION
|
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
43
43
|
licenses:
|