tencentcloud-sdk-tione 3.0.1031 → 3.0.1032

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 +27 -16
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7bb4de0216c5c58a09380a01c70d7c194c78474
4
- data.tar.gz: e6ae4e1d16ed5979da1efd2d5a8a85b67181a6ef
3
+ metadata.gz: f0736601978a5b8e9c21ee0cf7d947d5f457afcf
4
+ data.tar.gz: 8ec8d455c41f0550d57f8f9ec188113cc7183165
5
5
  SHA512:
6
- metadata.gz: 03440e41e9da44cac4eceac595ff2bbac52606f70a6115a93d54bda7dfbdd03238a5346a0a4578181b4b7dd4ac447fe9a9a24f5c1584bad365fe84fdda7a7922
7
- data.tar.gz: f9b40a206b69569c070d63dc7a12e2a8445d94385f32fdab93a26ccbda1e080eeb248533447e4c6be36d09dac006a6904e698194347ac64b91f6e4371b7076ad
6
+ metadata.gz: 8107b5832778350cb4f6083682589b5ece976694d266e3a31f87e135a936e17f630ae71d5f134d9f638f283202c87c047ab844206a01f0bf39310d6e06d05837
7
+ data.tar.gz: b941b17b91f5b4b85680a7bdebaceebb4579237e9aaf3e9c273c30b04c9fe122e395e8cf67f4ad574e3f34eb03a82ea4653e3677f8d0ed5cef3ce5b1744045b8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1031
1
+ 3.0.1032
@@ -5459,8 +5459,8 @@ module TencentCloud
5459
5459
 
5460
5460
  attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status
5461
5461
  extend Gem::Deprecate
5462
- deprecate :Containers, :none, 2025, 3
5463
- deprecate :Containers=, :none, 2025, 3
5462
+ deprecate :Containers, :none, 2025, 4
5463
+ deprecate :Containers=, :none, 2025, 4
5464
5464
 
5465
5465
  def initialize(name=nil, uid=nil, chargetype=nil, phase=nil, ip=nil, createtime=nil, containers=nil, containerinfos=nil, crosstenanteniinfo=nil, status=nil)
5466
5466
  @Name = name
@@ -6119,10 +6119,10 @@ module TencentCloud
6119
6119
 
6120
6120
  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
6121
6121
  extend Gem::Deprecate
6122
- deprecate :ServiceLimit, :none, 2025, 3
6123
- deprecate :ServiceLimit=, :none, 2025, 3
6124
- deprecate :ScheduledAction, :none, 2025, 3
6125
- deprecate :ScheduledAction=, :none, 2025, 3
6122
+ deprecate :ServiceLimit, :none, 2025, 4
6123
+ deprecate :ServiceLimit=, :none, 2025, 4
6124
+ deprecate :ScheduledAction, :none, 2025, 4
6125
+ deprecate :ScheduledAction=, :none, 2025, 4
6126
6126
 
6127
6127
  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)
6128
6128
  @ServiceGroupId = servicegroupid
@@ -6418,10 +6418,14 @@ module TencentCloud
6418
6418
  # @param AvailableReplicasCount: 服务组下期望的pod数
6419
6419
  # 注意:此字段可能返回 null,表示取不到有效值。
6420
6420
  # @type AvailableReplicasCount: Integer
6421
+ # @param SubUin: 服务组的subuin
6422
+ # @type SubUin: String
6423
+ # @param AppId: 服务组的app_id
6424
+ # @type AppId: Integer
6421
6425
 
6422
- attr_accessor :ServiceGroupId, :ServiceGroupName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :ServiceCount, :RunningServiceCount, :Services, :Status, :Tags, :LatestVersion, :BusinessStatus, :BillingInfo, :CreateSource, :WeightUpdateStatus, :ReplicasCount, :AvailableReplicasCount
6426
+ attr_accessor :ServiceGroupId, :ServiceGroupName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :ServiceCount, :RunningServiceCount, :Services, :Status, :Tags, :LatestVersion, :BusinessStatus, :BillingInfo, :CreateSource, :WeightUpdateStatus, :ReplicasCount, :AvailableReplicasCount, :SubUin, :AppId
6423
6427
 
6424
- def initialize(servicegroupid=nil, servicegroupname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, servicecount=nil, runningservicecount=nil, services=nil, status=nil, tags=nil, latestversion=nil, businessstatus=nil, billinginfo=nil, createsource=nil, weightupdatestatus=nil, replicascount=nil, availablereplicascount=nil)
6428
+ def initialize(servicegroupid=nil, servicegroupname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, servicecount=nil, runningservicecount=nil, services=nil, status=nil, tags=nil, latestversion=nil, businessstatus=nil, billinginfo=nil, createsource=nil, weightupdatestatus=nil, replicascount=nil, availablereplicascount=nil, subuin=nil, appid=nil)
6425
6429
  @ServiceGroupId = servicegroupid
6426
6430
  @ServiceGroupName = servicegroupname
6427
6431
  @CreatedBy = createdby
@@ -6440,6 +6444,8 @@ module TencentCloud
6440
6444
  @WeightUpdateStatus = weightupdatestatus
6441
6445
  @ReplicasCount = replicascount
6442
6446
  @AvailableReplicasCount = availablereplicascount
6447
+ @SubUin = subuin
6448
+ @AppId = appid
6443
6449
  end
6444
6450
 
6445
6451
  def deserialize(params)
@@ -6475,6 +6481,8 @@ module TencentCloud
6475
6481
  @WeightUpdateStatus = params['WeightUpdateStatus']
6476
6482
  @ReplicasCount = params['ReplicasCount']
6477
6483
  @AvailableReplicasCount = params['AvailableReplicasCount']
6484
+ @SubUin = params['SubUin']
6485
+ @AppId = params['AppId']
6478
6486
  end
6479
6487
  end
6480
6488
 
@@ -6552,7 +6560,7 @@ module TencentCloud
6552
6560
  # @type ScaleStrategy: String
6553
6561
  # @param ScheduledAction: 定时停止的配置
6554
6562
  # 注意:此字段可能返回 null,表示取不到有效值。
6555
- # @type ScheduledAction: String
6563
+ # @type ScheduledAction: :class:`Tencentcloud::Tione.v20211111.models.ScheduledAction`
6556
6564
  # @param PodList: 实例列表
6557
6565
  # 注意:此字段可能返回 null,表示取不到有效值。
6558
6566
  # @type PodList: Array
@@ -6590,10 +6598,10 @@ module TencentCloud
6590
6598
 
6591
6599
  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
6592
6600
  extend Gem::Deprecate
6593
- deprecate :PodList, :none, 2025, 3
6594
- deprecate :PodList=, :none, 2025, 3
6595
- deprecate :Pods, :none, 2025, 3
6596
- deprecate :Pods=, :none, 2025, 3
6601
+ deprecate :PodList, :none, 2025, 4
6602
+ deprecate :PodList=, :none, 2025, 4
6603
+ deprecate :Pods, :none, 2025, 4
6604
+ deprecate :Pods=, :none, 2025, 4
6597
6605
 
6598
6606
  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)
6599
6607
  @Replicas = replicas
@@ -6689,7 +6697,10 @@ module TencentCloud
6689
6697
  end
6690
6698
  end
6691
6699
  @ScaleStrategy = params['ScaleStrategy']
6692
- @ScheduledAction = params['ScheduledAction']
6700
+ unless params['ScheduledAction'].nil?
6701
+ @ScheduledAction = ScheduledAction.new
6702
+ @ScheduledAction.deserialize(params['ScheduledAction'])
6703
+ end
6693
6704
  @PodList = params['PodList']
6694
6705
  unless params['Pods'].nil?
6695
6706
  @Pods = Pod.new
@@ -7772,8 +7783,8 @@ module TencentCloud
7772
7783
 
7773
7784
  attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
7774
7785
  extend Gem::Deprecate
7775
- deprecate :StatefulSetCondition, :none, 2025, 3
7776
- deprecate :StatefulSetCondition=, :none, 2025, 3
7786
+ deprecate :StatefulSetCondition, :none, 2025, 4
7787
+ deprecate :StatefulSetCondition=, :none, 2025, 4
7777
7788
 
7778
7789
  def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
7779
7790
  @Replicas = replicas
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tione
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1031
4
+ version: 3.0.1032
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud