tencentcloud-sdk-tione 3.0.1178 → 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211111/models.rb +55 -17
  4. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e9cd4ff2b8efa671f7a7ebfad3bd8ad6a0671776
4
- data.tar.gz: 18aaa74af749165911c738d486978016c2edef46
3
+ metadata.gz: a3672cab9636a302e536d0cd2aa893c5290c6127
4
+ data.tar.gz: 789e888fbd296b8bb7d13b090bb81999285e0167
5
5
  SHA512:
6
- metadata.gz: a397be2058564f59befb3173ba9ae70a966681f71ec235d9a22a82ed8024321db79f053229d36ed91fbee63c145f67af4e57fd49fe9767ee834a6f6cb931ad67
7
- data.tar.gz: 27cc2ff62900befbbb2563805a32073bd65a39f2071aa4aa627ed6ba8871c38cb3d2c1e1219a46d4051c6895b67d13ff4b7eddf3598207a0cd26f70935d34410
6
+ metadata.gz: 6c632b5b53cbe1550f45cf373f375eee9e10262ace4e28c0301186c00445748aa0776f9690f714a49f8f3ed6463bf59b06d454a6f0ee8352c6ada4b4234548ab
7
+ data.tar.gz: 2bda587db93c4bdd0fdc6cbf365482f2740e9b0e7804c41576e8bf7ee0c859b254a6347e25f1fa09462183e36bd1ff3a317cca70f7cd71998827d769984ef743
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1178
1
+ 3.0.1192
@@ -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
 
@@ -5510,6 +5535,7 @@ module TencentCloud
5510
5535
  # @param CosPathInfo: cos路径信息
5511
5536
  # @type CosPathInfo: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
5512
5537
  # @param GooseFSx: GooseFSx的配置,ModelSource为GooseFSx时有效
5538
+ # 注意:此字段可能返回 null,表示取不到有效值。
5513
5539
  # @type GooseFSx: :class:`Tencentcloud::Tione.v20211111.models.GooseFSx`
5514
5540
  # @param AlgorithmFramework: 模型对应的算法框架,预留
5515
5541
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5838,10 +5864,12 @@ module TencentCloud
5838
5864
  # @type ResourceGroupId: String
5839
5865
  # @param VolumeMounts: 数据盘批量挂载配置,当前仅支持CFS,仅针对“模型来源-腾讯云存储、模型来源-腾讯云容器镜像、模型来源-资源组、模型来源-数据源”。
5840
5866
  # @type VolumeMounts: Array
5867
+ # @param SchedulingStrategy: 调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
5868
+ # @type SchedulingStrategy: String
5841
5869
 
5842
- 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
5843
5871
 
5844
- 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)
5845
5873
  @ServiceId = serviceid
5846
5874
  @ModelInfo = modelinfo
5847
5875
  @ImageInfo = imageinfo
@@ -5876,6 +5904,7 @@ module TencentCloud
5876
5904
  @Sidecar = sidecar
5877
5905
  @ResourceGroupId = resourcegroupid
5878
5906
  @VolumeMounts = volumemounts
5907
+ @SchedulingStrategy = schedulingstrategy
5879
5908
  end
5880
5909
 
5881
5910
  def deserialize(params)
@@ -5970,6 +5999,7 @@ module TencentCloud
5970
5999
  @VolumeMounts << volumemount_tmp
5971
6000
  end
5972
6001
  end
6002
+ @SchedulingStrategy = params['SchedulingStrategy']
5973
6003
  end
5974
6004
  end
5975
6005
 
@@ -7259,10 +7289,14 @@ module TencentCloud
7259
7289
  # @param EnableRDMA: 是否开启rdma
7260
7290
  # 注意:此字段可能返回 null,表示取不到有效值。
7261
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
7262
7296
 
7263
- attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet, :EnableRDMA
7297
+ attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet, :EnableRDMA, :RootDisk, :DataDisk
7264
7298
 
7265
- 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)
7266
7300
  @Cpu = cpu
7267
7301
  @Memory = memory
7268
7302
  @Gpu = gpu
@@ -7270,6 +7304,8 @@ module TencentCloud
7270
7304
  @RealGpu = realgpu
7271
7305
  @RealGpuDetailSet = realgpudetailset
7272
7306
  @EnableRDMA = enablerdma
7307
+ @RootDisk = rootdisk
7308
+ @DataDisk = datadisk
7273
7309
  end
7274
7310
 
7275
7311
  def deserialize(params)
@@ -7287,6 +7323,8 @@ module TencentCloud
7287
7323
  end
7288
7324
  end
7289
7325
  @EnableRDMA = params['EnableRDMA']
7326
+ @RootDisk = params['RootDisk']
7327
+ @DataDisk = params['DataDisk']
7290
7328
  end
7291
7329
  end
7292
7330
 
@@ -7509,10 +7547,8 @@ module TencentCloud
7509
7547
  # 注意:此字段可能返回 null,表示取不到有效值。
7510
7548
  # @type BusinessStatus: String
7511
7549
  # @param ServiceLimit: 已废弃,以ServiceInfo中的对应为准
7512
- # 注意:此字段可能返回 null,表示取不到有效值。
7513
7550
  # @type ServiceLimit: :class:`Tencentcloud::Tione.v20211111.models.ServiceLimit`
7514
7551
  # @param ScheduledAction: 已废弃,以ServiceInfo中的对应为准
7515
- # 注意:此字段可能返回 null,表示取不到有效值。
7516
7552
  # @type ScheduledAction: :class:`Tencentcloud::Tione.v20211111.models.ScheduledAction`
7517
7553
  # @param CreateFailedReason: 服务创建失败的原因,创建成功后该字段为默认值 CREATE_SUCCEED
7518
7554
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -8018,22 +8054,16 @@ module TencentCloud
8018
8054
  # 注意:此字段可能返回 null,表示取不到有效值。
8019
8055
  # @type Resources: :class:`Tencentcloud::Tione.v20211111.models.ResourceInfo`
8020
8056
  # @param InstanceType: 后付费实例对应的机型规格
8021
- # 注意:此字段可能返回 null,表示取不到有效值。
8022
8057
  # @type InstanceType: String
8023
8058
  # @param ModelInfo: 模型信息
8024
- # 注意:此字段可能返回 null,表示取不到有效值。
8025
8059
  # @type ModelInfo: :class:`Tencentcloud::Tione.v20211111.models.ModelInfo`
8026
8060
  # @param LogEnable: 是否启用日志
8027
- # 注意:此字段可能返回 null,表示取不到有效值。
8028
8061
  # @type LogEnable: Boolean
8029
8062
  # @param LogConfig: 日志配置
8030
- # 注意:此字段可能返回 null,表示取不到有效值。
8031
8063
  # @type LogConfig: :class:`Tencentcloud::Tione.v20211111.models.LogConfig`
8032
8064
  # @param AuthorizationEnable: 是否开启鉴权
8033
- # 注意:此字段可能返回 null,表示取不到有效值。
8034
8065
  # @type AuthorizationEnable: Boolean
8035
8066
  # @param HorizontalPodAutoscaler: hpa配置
8036
- # 注意:此字段可能返回 null,表示取不到有效值。
8037
8067
  # @type HorizontalPodAutoscaler: :class:`Tencentcloud::Tione.v20211111.models.HorizontalPodAutoscaler`
8038
8068
  # @param Status: 服务的状态描述
8039
8069
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -8115,15 +8145,19 @@ module TencentCloud
8115
8145
  # @type InstancePerReplicas: Integer
8116
8146
  # @param VolumeMounts: 批量数据盘挂载配置
8117
8147
  # @type VolumeMounts: Array
8148
+ # @param SchedulingStrategy: 调度策略 [binpack] 优先占满整机,尽量避免碎卡(默认值)[spread] 优先分散在各个节点,确保服务高可用
8149
+ # @type SchedulingStrategy: String
8150
+ # @param NodeCount: 服务实际运行的节点数
8151
+ # @type NodeCount: Integer
8118
8152
 
8119
- 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
8120
8154
  extend Gem::Deprecate
8121
8155
  deprecate :PodList, :none, 2025, 12
8122
8156
  deprecate :PodList=, :none, 2025, 12
8123
8157
  deprecate :Pods, :none, 2025, 12
8124
8158
  deprecate :Pods=, :none, 2025, 12
8125
8159
 
8126
- 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)
8127
8161
  @Replicas = replicas
8128
8162
  @ImageInfo = imageinfo
8129
8163
  @Env = env
@@ -8163,6 +8197,8 @@ module TencentCloud
8163
8197
  @RollingUpdate = rollingupdate
8164
8198
  @InstancePerReplicas = instanceperreplicas
8165
8199
  @VolumeMounts = volumemounts
8200
+ @SchedulingStrategy = schedulingstrategy
8201
+ @NodeCount = nodecount
8166
8202
  end
8167
8203
 
8168
8204
  def deserialize(params)
@@ -8278,6 +8314,8 @@ module TencentCloud
8278
8314
  @VolumeMounts << volumemount_tmp
8279
8315
  end
8280
8316
  end
8317
+ @SchedulingStrategy = params['SchedulingStrategy']
8318
+ @NodeCount = params['NodeCount']
8281
8319
  end
8282
8320
  end
8283
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.1178
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-08 00:00:00.000000000 Z
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/v20211111/models.rb
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: