tencentcloud-sdk-tione 3.0.1192 → 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 +23 -23
- metadata +3 -3
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
|
@@ -2291,8 +2291,8 @@ module TencentCloud
|
|
|
2291
2291
|
|
|
2292
2292
|
attr_accessor :ServiceId, :ServiceCategory
|
|
2293
2293
|
extend Gem::Deprecate
|
|
2294
|
-
deprecate :ServiceCategory, :none,
|
|
2295
|
-
deprecate :ServiceCategory=, :none,
|
|
2294
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
2295
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
2296
2296
|
|
|
2297
2297
|
def initialize(serviceid=nil, servicecategory=nil)
|
|
2298
2298
|
@ServiceId = serviceid
|
|
@@ -3329,7 +3329,7 @@ module TencentCloud
|
|
|
3329
3329
|
# @type OrderField: String
|
|
3330
3330
|
# @param Order: 排序方向; 枚举值: ASC | DESC;默认DESC
|
|
3331
3331
|
# @type Order: String
|
|
3332
|
-
# @param Offset: 分页查询起始位置,如:Limit为100,第一页Offset为0,第二页Offset为100
|
|
3332
|
+
# @param Offset: 分页查询起始位置,如:Limit为100,第一页Offset为0,第二页Offset为100...即每页左边为闭区间; 默认0
|
|
3333
3333
|
# @type Offset: Integer
|
|
3334
3334
|
# @param Limit: 分页查询每页大小,最大20000; 默认10
|
|
3335
3335
|
# @type Limit: Integer
|
|
@@ -3407,8 +3407,8 @@ module TencentCloud
|
|
|
3407
3407
|
|
|
3408
3408
|
attr_accessor :ServiceGroupId, :ServiceCategory
|
|
3409
3409
|
extend Gem::Deprecate
|
|
3410
|
-
deprecate :ServiceCategory, :none,
|
|
3411
|
-
deprecate :ServiceCategory=, :none,
|
|
3410
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
3411
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
3412
3412
|
|
|
3413
3413
|
def initialize(servicegroupid=nil, servicecategory=nil)
|
|
3414
3414
|
@ServiceGroupId = servicegroupid
|
|
@@ -3494,8 +3494,8 @@ module TencentCloud
|
|
|
3494
3494
|
|
|
3495
3495
|
attr_accessor :ServiceGroupId, :ServiceCategory
|
|
3496
3496
|
extend Gem::Deprecate
|
|
3497
|
-
deprecate :ServiceCategory, :none,
|
|
3498
|
-
deprecate :ServiceCategory=, :none,
|
|
3497
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
3498
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
3499
3499
|
|
|
3500
3500
|
def initialize(servicegroupid=nil, servicecategory=nil)
|
|
3501
3501
|
@ServiceGroupId = servicegroupid
|
|
@@ -3552,8 +3552,8 @@ module TencentCloud
|
|
|
3552
3552
|
|
|
3553
3553
|
attr_accessor :Offset, :Limit, :Order, :OrderField, :Filters, :TagFilters, :ServiceCategory
|
|
3554
3554
|
extend Gem::Deprecate
|
|
3555
|
-
deprecate :ServiceCategory, :none,
|
|
3556
|
-
deprecate :ServiceCategory=, :none,
|
|
3555
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
3556
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
3557
3557
|
|
|
3558
3558
|
def initialize(offset=nil, limit=nil, order=nil, orderfield=nil, filters=nil, tagfilters=nil, servicecategory=nil)
|
|
3559
3559
|
@Offset = offset
|
|
@@ -3685,8 +3685,8 @@ module TencentCloud
|
|
|
3685
3685
|
|
|
3686
3686
|
attr_accessor :ServiceId, :ServiceCategory
|
|
3687
3687
|
extend Gem::Deprecate
|
|
3688
|
-
deprecate :ServiceCategory, :none,
|
|
3689
|
-
deprecate :ServiceCategory=, :none,
|
|
3688
|
+
deprecate :ServiceCategory, :none, 2026, 1
|
|
3689
|
+
deprecate :ServiceCategory=, :none, 2026, 1
|
|
3690
3690
|
|
|
3691
3691
|
def initialize(serviceid=nil, servicecategory=nil)
|
|
3692
3692
|
@ServiceId = serviceid
|
|
@@ -6709,8 +6709,8 @@ module TencentCloud
|
|
|
6709
6709
|
|
|
6710
6710
|
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status, :StartScheduleTime, :Message, :NodeIP, :NodeId, :ResourceGroupId, :ResourceGroupName, :ResourceInfo
|
|
6711
6711
|
extend Gem::Deprecate
|
|
6712
|
-
deprecate :Containers, :none,
|
|
6713
|
-
deprecate :Containers=, :none,
|
|
6712
|
+
deprecate :Containers, :none, 2026, 1
|
|
6713
|
+
deprecate :Containers=, :none, 2026, 1
|
|
6714
6714
|
|
|
6715
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)
|
|
6716
6716
|
@Name = name
|
|
@@ -7605,10 +7605,10 @@ module TencentCloud
|
|
|
7605
7605
|
|
|
7606
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
|
|
7607
7607
|
extend Gem::Deprecate
|
|
7608
|
-
deprecate :ServiceLimit, :none,
|
|
7609
|
-
deprecate :ServiceLimit=, :none,
|
|
7610
|
-
deprecate :ScheduledAction, :none,
|
|
7611
|
-
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
|
|
7612
7612
|
|
|
7613
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)
|
|
7614
7614
|
@ServiceGroupId = servicegroupid
|
|
@@ -8152,10 +8152,10 @@ module TencentCloud
|
|
|
8152
8152
|
|
|
8153
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
|
|
8154
8154
|
extend Gem::Deprecate
|
|
8155
|
-
deprecate :PodList, :none,
|
|
8156
|
-
deprecate :PodList=, :none,
|
|
8157
|
-
deprecate :Pods, :none,
|
|
8158
|
-
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
|
|
8159
8159
|
|
|
8160
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)
|
|
8161
8161
|
@Replicas = replicas
|
|
@@ -9429,8 +9429,8 @@ module TencentCloud
|
|
|
9429
9429
|
|
|
9430
9430
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
|
9431
9431
|
extend Gem::Deprecate
|
|
9432
|
-
deprecate :StatefulSetCondition, :none,
|
|
9433
|
-
deprecate :StatefulSetCondition=, :none,
|
|
9432
|
+
deprecate :StatefulSetCondition, :none, 2026, 1
|
|
9433
|
+
deprecate :StatefulSetCondition=, :none, 2026, 1
|
|
9434
9434
|
|
|
9435
9435
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
|
9436
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
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
+
- lib/tencentcloud-sdk-tione.rb
|
|
36
37
|
- lib/v20211111/client.rb
|
|
37
38
|
- lib/v20211111/models.rb
|
|
38
|
-
- lib/tencentcloud-sdk-tione.rb
|
|
39
39
|
- lib/v20191022/client.rb
|
|
40
40
|
- lib/v20191022/models.rb
|
|
41
41
|
- lib/VERSION
|