tencentcloud-sdk-tione 3.0.1052 → 3.0.1053
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 +12 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97ed4def7f92d040e838ad9e746a9a10dacc2e2f
|
4
|
+
data.tar.gz: 7b6fd91d6114727f80afb40a817d5a4fe34a45a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4bb99f858f9741f285c3d488aa5278460216bbad518e77e2753bbc3638007a6d17de3b6907740c39931ff28c6db45b20138c4716de2583d0e9b59ce606fbc2f1
|
7
|
+
data.tar.gz: 88ccc1f1a92c6a0706313c41b8efb009cb758e69d320a46a0d8c21027a4a02d75f1f2f978dc4963e8a9475ce1c40a23c8f388627d27648702ce6ffaca34c6c77
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1053
|
data/lib/v20211111/models.rb
CHANGED
@@ -5859,8 +5859,8 @@ module TencentCloud
|
|
5859
5859
|
|
5860
5860
|
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status
|
5861
5861
|
extend Gem::Deprecate
|
5862
|
-
deprecate :Containers, :none, 2025,
|
5863
|
-
deprecate :Containers=, :none, 2025,
|
5862
|
+
deprecate :Containers, :none, 2025, 5
|
5863
|
+
deprecate :Containers=, :none, 2025, 5
|
5864
5864
|
|
5865
5865
|
def initialize(name=nil, uid=nil, chargetype=nil, phase=nil, ip=nil, createtime=nil, containers=nil, containerinfos=nil, crosstenanteniinfo=nil, status=nil)
|
5866
5866
|
@Name = name
|
@@ -6581,10 +6581,10 @@ module TencentCloud
|
|
6581
6581
|
|
6582
6582
|
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
|
6583
6583
|
extend Gem::Deprecate
|
6584
|
-
deprecate :ServiceLimit, :none, 2025,
|
6585
|
-
deprecate :ServiceLimit=, :none, 2025,
|
6586
|
-
deprecate :ScheduledAction, :none, 2025,
|
6587
|
-
deprecate :ScheduledAction=, :none, 2025,
|
6584
|
+
deprecate :ServiceLimit, :none, 2025, 5
|
6585
|
+
deprecate :ServiceLimit=, :none, 2025, 5
|
6586
|
+
deprecate :ScheduledAction, :none, 2025, 5
|
6587
|
+
deprecate :ScheduledAction=, :none, 2025, 5
|
6588
6588
|
|
6589
6589
|
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)
|
6590
6590
|
@ServiceGroupId = servicegroupid
|
@@ -7098,10 +7098,10 @@ module TencentCloud
|
|
7098
7098
|
|
7099
7099
|
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
|
7100
7100
|
extend Gem::Deprecate
|
7101
|
-
deprecate :PodList, :none, 2025,
|
7102
|
-
deprecate :PodList=, :none, 2025,
|
7103
|
-
deprecate :Pods, :none, 2025,
|
7104
|
-
deprecate :Pods=, :none, 2025,
|
7101
|
+
deprecate :PodList, :none, 2025, 5
|
7102
|
+
deprecate :PodList=, :none, 2025, 5
|
7103
|
+
deprecate :Pods, :none, 2025, 5
|
7104
|
+
deprecate :Pods=, :none, 2025, 5
|
7105
7105
|
|
7106
7106
|
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)
|
7107
7107
|
@Replicas = replicas
|
@@ -8301,8 +8301,8 @@ module TencentCloud
|
|
8301
8301
|
|
8302
8302
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
8303
8303
|
extend Gem::Deprecate
|
8304
|
-
deprecate :StatefulSetCondition, :none, 2025,
|
8305
|
-
deprecate :StatefulSetCondition=, :none, 2025,
|
8304
|
+
deprecate :StatefulSetCondition, :none, 2025, 5
|
8305
|
+
deprecate :StatefulSetCondition=, :none, 2025, 5
|
8306
8306
|
|
8307
8307
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
8308
8308
|
@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.1053
|
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-
|
11
|
+
date: 2025-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|