tencentcloud-sdk-tione 3.0.1000 → 3.0.1002
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/v20211111/models.rb +19 -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: a6a2041ce46676a04f50ef279b4c85bea262bd98
|
4
|
+
data.tar.gz: 80c1beb3854fa45a4136b3407098c8f59c99c79e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ad770a8da7effab9413ea33e86bfbf10daf7420dbf68e2cf49d9c7e2726c06c2aa73d85ff17c3bbb9b0430ded1cc00996891abc5e1838987d2e9a99743cefcb
|
7
|
+
data.tar.gz: 5b06d2719a40fa036a4e8f669941c9dcad7c704e74ca480b67f920d07642bcc9006d5ee11471a8b26144dfb9f3bf72c2b7baa1c1e71fa4003905709dce86bf90
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1002
|
data/lib/v20211111/models.rb
CHANGED
@@ -5179,10 +5179,15 @@ module TencentCloud
|
|
5179
5179
|
# @param CrossTenantENIInfo: 容器调用信息
|
5180
5180
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5181
5181
|
# @type CrossTenantENIInfo: :class:`Tencentcloud::Tione.v20211111.models.CrossTenantENIInfo`
|
5182
|
+
# @param Status: 实例的状态信息
|
5183
|
+
# @type Status: String
|
5182
5184
|
|
5183
|
-
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo
|
5185
|
+
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status
|
5186
|
+
extend Gem::Deprecate
|
5187
|
+
deprecate :Containers, :none, 2025, 2
|
5188
|
+
deprecate :Containers=, :none, 2025, 2
|
5184
5189
|
|
5185
|
-
def initialize(name=nil, uid=nil, chargetype=nil, phase=nil, ip=nil, createtime=nil, containers=nil, containerinfos=nil, crosstenanteniinfo=nil)
|
5190
|
+
def initialize(name=nil, uid=nil, chargetype=nil, phase=nil, ip=nil, createtime=nil, containers=nil, containerinfos=nil, crosstenanteniinfo=nil, status=nil)
|
5186
5191
|
@Name = name
|
5187
5192
|
@Uid = uid
|
5188
5193
|
@ChargeType = chargetype
|
@@ -5192,6 +5197,7 @@ module TencentCloud
|
|
5192
5197
|
@Containers = containers
|
5193
5198
|
@ContainerInfos = containerinfos
|
5194
5199
|
@CrossTenantENIInfo = crosstenanteniinfo
|
5200
|
+
@Status = status
|
5195
5201
|
end
|
5196
5202
|
|
5197
5203
|
def deserialize(params)
|
@@ -5217,6 +5223,7 @@ module TencentCloud
|
|
5217
5223
|
@CrossTenantENIInfo = CrossTenantENIInfo.new
|
5218
5224
|
@CrossTenantENIInfo.deserialize(params['CrossTenantENIInfo'])
|
5219
5225
|
end
|
5226
|
+
@Status = params['Status']
|
5220
5227
|
end
|
5221
5228
|
end
|
5222
5229
|
|
@@ -5837,10 +5844,10 @@ module TencentCloud
|
|
5837
5844
|
|
5838
5845
|
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
|
5839
5846
|
extend Gem::Deprecate
|
5840
|
-
deprecate :ServiceLimit, :none, 2025,
|
5841
|
-
deprecate :ServiceLimit=, :none, 2025,
|
5842
|
-
deprecate :ScheduledAction, :none, 2025,
|
5843
|
-
deprecate :ScheduledAction=, :none, 2025,
|
5847
|
+
deprecate :ServiceLimit, :none, 2025, 2
|
5848
|
+
deprecate :ServiceLimit=, :none, 2025, 2
|
5849
|
+
deprecate :ScheduledAction, :none, 2025, 2
|
5850
|
+
deprecate :ScheduledAction=, :none, 2025, 2
|
5844
5851
|
|
5845
5852
|
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)
|
5846
5853
|
@ServiceGroupId = servicegroupid
|
@@ -6304,10 +6311,10 @@ module TencentCloud
|
|
6304
6311
|
|
6305
6312
|
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
|
6306
6313
|
extend Gem::Deprecate
|
6307
|
-
deprecate :PodList, :none, 2025,
|
6308
|
-
deprecate :PodList=, :none, 2025,
|
6309
|
-
deprecate :Pods, :none, 2025,
|
6310
|
-
deprecate :Pods=, :none, 2025,
|
6314
|
+
deprecate :PodList, :none, 2025, 2
|
6315
|
+
deprecate :PodList=, :none, 2025, 2
|
6316
|
+
deprecate :Pods, :none, 2025, 2
|
6317
|
+
deprecate :Pods=, :none, 2025, 2
|
6311
6318
|
|
6312
6319
|
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)
|
6313
6320
|
@Replicas = replicas
|
@@ -7418,8 +7425,8 @@ module TencentCloud
|
|
7418
7425
|
|
7419
7426
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
7420
7427
|
extend Gem::Deprecate
|
7421
|
-
deprecate :StatefulSetCondition, :none, 2025,
|
7422
|
-
deprecate :StatefulSetCondition=, :none, 2025,
|
7428
|
+
deprecate :StatefulSetCondition, :none, 2025, 2
|
7429
|
+
deprecate :StatefulSetCondition=, :none, 2025, 2
|
7423
7430
|
|
7424
7431
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
7425
7432
|
@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.1002
|
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-02-
|
11
|
+
date: 2025-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|