tencentcloud-sdk-tione 3.0.817 → 3.0.818
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/tencentcloud-sdk-tione.rb +3 -3
- data/lib/v20211111/models.rb +16 -16
- 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: ae398b3b56a527b00c98408cf2d4f497a3fe4d42
|
4
|
+
data.tar.gz: 289c67ed996acc5de49f3cf5207f3dfba7206111
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b173957479d49efb51258bf4c05b08894b3555d055708881a7486a8aca443cac05c7a97528f55fc019bf7bd8d5f4f0e6cd5fdc247731cb07ff45d08e10aab83f
|
7
|
+
data.tar.gz: ff1608faa5582a51b8deb610ca730ec19b2c450a164cc5a66c631d3b25e4ca2f8a916b462399e143ba6bec51be75557ecf2e43b1b1377fe40833ba81f17245b7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.818
|
@@ -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
@@ -901,12 +901,12 @@ module TencentCloud
|
|
901
901
|
|
902
902
|
attr_accessor :BatchTaskName, :ChargeType, :ResourceConfigInfo, :Outputs, :LogEnable, :JobType, :CronInfo, :ResourceGroupId, :Tags, :ModelInfo, :ImageInfo, :CodePackage, :StartCmd, :DataConfigs, :LogConfig, :VpcId, :SubnetId, :Remark, :CallbackUrl, :StartCmdBase64
|
903
903
|
extend Gem::Deprecate
|
904
|
-
deprecate :JobType, :none, 2024,
|
905
|
-
deprecate :JobType=, :none, 2024,
|
906
|
-
deprecate :CronInfo, :none, 2024,
|
907
|
-
deprecate :CronInfo=, :none, 2024,
|
908
|
-
deprecate :StartCmd, :none, 2024,
|
909
|
-
deprecate :StartCmd=, :none, 2024,
|
904
|
+
deprecate :JobType, :none, 2024, 5
|
905
|
+
deprecate :JobType=, :none, 2024, 5
|
906
|
+
deprecate :CronInfo, :none, 2024, 5
|
907
|
+
deprecate :CronInfo=, :none, 2024, 5
|
908
|
+
deprecate :StartCmd, :none, 2024, 5
|
909
|
+
deprecate :StartCmd=, :none, 2024, 5
|
910
910
|
|
911
911
|
def initialize(batchtaskname=nil, chargetype=nil, resourceconfiginfo=nil, outputs=nil, logenable=nil, jobtype=nil, croninfo=nil, resourcegroupid=nil, tags=nil, modelinfo=nil, imageinfo=nil, codepackage=nil, startcmd=nil, dataconfigs=nil, logconfig=nil, vpcid=nil, subnetid=nil, remark=nil, callbackurl=nil, startcmdbase64=nil)
|
912
912
|
@BatchTaskName = batchtaskname
|
@@ -9101,10 +9101,10 @@ module TencentCloud
|
|
9101
9101
|
|
9102
9102
|
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
|
9103
9103
|
extend Gem::Deprecate
|
9104
|
-
deprecate :ServiceLimit, :none, 2024,
|
9105
|
-
deprecate :ServiceLimit=, :none, 2024,
|
9106
|
-
deprecate :ScheduledAction, :none, 2024,
|
9107
|
-
deprecate :ScheduledAction=, :none, 2024,
|
9104
|
+
deprecate :ServiceLimit, :none, 2024, 5
|
9105
|
+
deprecate :ServiceLimit=, :none, 2024, 5
|
9106
|
+
deprecate :ScheduledAction, :none, 2024, 5
|
9107
|
+
deprecate :ScheduledAction=, :none, 2024, 5
|
9108
9108
|
|
9109
9109
|
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)
|
9110
9110
|
@ServiceGroupId = servicegroupid
|
@@ -9562,10 +9562,10 @@ module TencentCloud
|
|
9562
9562
|
|
9563
9563
|
attr_accessor :Replicas, :ImageInfo, :Env, :Resources, :InstanceType, :ModelInfo, :LogEnable, :LogConfig, :AuthorizationEnable, :HorizontalPodAutoscaler, :Status, :Weight, :ResourceTotal, :OldReplicas, :HybridBillingPrepaidReplicas, :OldHybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :ScaleMode, :CronScaleJobs, :ScaleStrategy, :ScheduledAction, :PodList, :Pods, :PodInfos, :ServiceLimit, :ModelTurboEnable, :VolumeMount, :InferCodeInfo, :Command, :ServiceEIP
|
9564
9564
|
extend Gem::Deprecate
|
9565
|
-
deprecate :PodList, :none, 2024,
|
9566
|
-
deprecate :PodList=, :none, 2024,
|
9567
|
-
deprecate :Pods, :none, 2024,
|
9568
|
-
deprecate :Pods=, :none, 2024,
|
9565
|
+
deprecate :PodList, :none, 2024, 5
|
9566
|
+
deprecate :PodList=, :none, 2024, 5
|
9567
|
+
deprecate :Pods, :none, 2024, 5
|
9568
|
+
deprecate :Pods=, :none, 2024, 5
|
9569
9569
|
|
9570
9570
|
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, 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)
|
9571
9571
|
@Replicas = replicas
|
@@ -11165,8 +11165,8 @@ module TencentCloud
|
|
11165
11165
|
|
11166
11166
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
11167
11167
|
extend Gem::Deprecate
|
11168
|
-
deprecate :StatefulSetCondition, :none, 2024,
|
11169
|
-
deprecate :StatefulSetCondition=, :none, 2024,
|
11168
|
+
deprecate :StatefulSetCondition, :none, 2024, 5
|
11169
|
+
deprecate :StatefulSetCondition=, :none, 2024, 5
|
11170
11170
|
|
11171
11171
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
11172
11172
|
@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.818
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-05-
|
11
|
+
date: 2024-05-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|
@@ -33,10 +33,10 @@ executables: []
|
|
33
33
|
extensions: []
|
34
34
|
extra_rdoc_files: []
|
35
35
|
files:
|
36
|
-
- lib/v20211111/models.rb
|
37
|
-
- lib/v20211111/client.rb
|
38
|
-
- lib/v20191022/models.rb
|
39
36
|
- lib/v20191022/client.rb
|
37
|
+
- lib/v20191022/models.rb
|
38
|
+
- lib/v20211111/client.rb
|
39
|
+
- lib/v20211111/models.rb
|
40
40
|
- lib/tencentcloud-sdk-tione.rb
|
41
41
|
- lib/VERSION
|
42
42
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|