tencentcloud-sdk-tione 3.0.977 → 3.0.978
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 +24 -14
- 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: 24a7fb72465e85c5e6e53a73b3eb30113c1f284f
|
|
4
|
+
data.tar.gz: a18d13fcf7ba5133661a89ad3413ebb70253533b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 57acac3c68394e92a61459d5c206f75a20799ce792a202577fcf327aca2bcd041123a3845303d54c5962b9dd57ddd4861f14e26703f0ee504ef160e93efe9bc9
|
|
7
|
+
data.tar.gz: 08e06370159828c4631d2404e854e0aa66a247065748afcb0cd77ac1f84ca19ac917a83aa00869233c2943877b6143cac889ae4d4374b59f4b8fd4c71a0192a6
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.978
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -4826,10 +4826,13 @@ module TencentCloud
|
|
|
4826
4826
|
# @type SubUinName: String
|
|
4827
4827
|
# @param JobCreateTime: 任务实例创建时间
|
|
4828
4828
|
# @type JobCreateTime: String
|
|
4829
|
+
# @param AppId: Appid
|
|
4830
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
4831
|
+
# @type AppId: String
|
|
4829
4832
|
|
|
4830
|
-
attr_accessor :Id, :Name, :LifecycleScriptId, :PodName, :UpdateTime, :DirectInternetAccess, :ResourceGroupId, :Tags, :AutoStopping, :AdditionalCodeRepoIds, :AutomaticStopTime, :ResourceConf, :DefaultCodeRepoId, :EndTime, :LogEnable, :LogConfig, :VpcId, :SubnetId, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :ChargeStatus, :RootAccess, :BillingInfos, :VolumeSizeInGB, :FailureReason, :ChargeType, :InstanceTypeAlias, :ResourceGroupName, :VolumeSourceType, :VolumeSourceCFS, :DataConfigs, :Message, :DataSource, :ImageInfo, :ImageType, :SSHConfig, :VolumeSourceGooseFS, :SubUin, :ResourceGroupInstanceId, :SubUinName, :JobCreateTime
|
|
4833
|
+
attr_accessor :Id, :Name, :LifecycleScriptId, :PodName, :UpdateTime, :DirectInternetAccess, :ResourceGroupId, :Tags, :AutoStopping, :AdditionalCodeRepoIds, :AutomaticStopTime, :ResourceConf, :DefaultCodeRepoId, :EndTime, :LogEnable, :LogConfig, :VpcId, :SubnetId, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :ChargeStatus, :RootAccess, :BillingInfos, :VolumeSizeInGB, :FailureReason, :ChargeType, :InstanceTypeAlias, :ResourceGroupName, :VolumeSourceType, :VolumeSourceCFS, :DataConfigs, :Message, :DataSource, :ImageInfo, :ImageType, :SSHConfig, :VolumeSourceGooseFS, :SubUin, :ResourceGroupInstanceId, :SubUinName, :JobCreateTime, :AppId
|
|
4831
4834
|
|
|
4832
|
-
def initialize(id=nil, name=nil, lifecyclescriptid=nil, podname=nil, updatetime=nil, directinternetaccess=nil, resourcegroupid=nil, tags=nil, autostopping=nil, additionalcoderepoids=nil, automaticstoptime=nil, resourceconf=nil, defaultcoderepoid=nil, endtime=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, chargestatus=nil, rootaccess=nil, billinginfos=nil, volumesizeingb=nil, failurereason=nil, chargetype=nil, instancetypealias=nil, resourcegroupname=nil, volumesourcetype=nil, volumesourcecfs=nil, dataconfigs=nil, message=nil, datasource=nil, imageinfo=nil, imagetype=nil, sshconfig=nil, volumesourcegoosefs=nil, subuin=nil, resourcegroupinstanceid=nil, subuinname=nil, jobcreatetime=nil)
|
|
4835
|
+
def initialize(id=nil, name=nil, lifecyclescriptid=nil, podname=nil, updatetime=nil, directinternetaccess=nil, resourcegroupid=nil, tags=nil, autostopping=nil, additionalcoderepoids=nil, automaticstoptime=nil, resourceconf=nil, defaultcoderepoid=nil, endtime=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, chargestatus=nil, rootaccess=nil, billinginfos=nil, volumesizeingb=nil, failurereason=nil, chargetype=nil, instancetypealias=nil, resourcegroupname=nil, volumesourcetype=nil, volumesourcecfs=nil, dataconfigs=nil, message=nil, datasource=nil, imageinfo=nil, imagetype=nil, sshconfig=nil, volumesourcegoosefs=nil, subuin=nil, resourcegroupinstanceid=nil, subuinname=nil, jobcreatetime=nil, appid=nil)
|
|
4833
4836
|
@Id = id
|
|
4834
4837
|
@Name = name
|
|
4835
4838
|
@LifecycleScriptId = lifecyclescriptid
|
|
@@ -4873,6 +4876,7 @@ module TencentCloud
|
|
|
4873
4876
|
@ResourceGroupInstanceId = resourcegroupinstanceid
|
|
4874
4877
|
@SubUinName = subuinname
|
|
4875
4878
|
@JobCreateTime = jobcreatetime
|
|
4879
|
+
@AppId = appid
|
|
4876
4880
|
end
|
|
4877
4881
|
|
|
4878
4882
|
def deserialize(params)
|
|
@@ -4951,6 +4955,7 @@ module TencentCloud
|
|
|
4951
4955
|
@ResourceGroupInstanceId = params['ResourceGroupInstanceId']
|
|
4952
4956
|
@SubUinName = params['SubUinName']
|
|
4953
4957
|
@JobCreateTime = params['JobCreateTime']
|
|
4958
|
+
@AppId = params['AppId']
|
|
4954
4959
|
end
|
|
4955
4960
|
end
|
|
4956
4961
|
|
|
@@ -5035,10 +5040,13 @@ module TencentCloud
|
|
|
5035
5040
|
# @type VolumeSourceGooseFS: :class:`Tencentcloud::Tione.v20211111.models.GooseFS`
|
|
5036
5041
|
# @param SubUinName: 子用户名称
|
|
5037
5042
|
# @type SubUinName: String
|
|
5043
|
+
# @param AppId: AppId
|
|
5044
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
5045
|
+
# @type AppId: String
|
|
5038
5046
|
|
|
5039
|
-
attr_accessor :Id, :Name, :ChargeType, :ResourceConf, :ResourceGroupId, :VolumeSizeInGB, :BillingInfos, :Tags, :CreateTime, :StartTime, :UpdateTime, :RuntimeInSeconds, :ChargeStatus, :Status, :FailureReason, :EndTime, :PodName, :InstanceTypeAlias, :ResourceGroupName, :AutoStopping, :AutomaticStopTime, :VolumeSourceType, :VolumeSourceCFS, :Message, :UserTypes, :SSHConfig, :VolumeSourceGooseFS, :SubUinName
|
|
5047
|
+
attr_accessor :Id, :Name, :ChargeType, :ResourceConf, :ResourceGroupId, :VolumeSizeInGB, :BillingInfos, :Tags, :CreateTime, :StartTime, :UpdateTime, :RuntimeInSeconds, :ChargeStatus, :Status, :FailureReason, :EndTime, :PodName, :InstanceTypeAlias, :ResourceGroupName, :AutoStopping, :AutomaticStopTime, :VolumeSourceType, :VolumeSourceCFS, :Message, :UserTypes, :SSHConfig, :VolumeSourceGooseFS, :SubUinName, :AppId
|
|
5040
5048
|
|
|
5041
|
-
def initialize(id=nil, name=nil, chargetype=nil, resourceconf=nil, resourcegroupid=nil, volumesizeingb=nil, billinginfos=nil, tags=nil, createtime=nil, starttime=nil, updatetime=nil, runtimeinseconds=nil, chargestatus=nil, status=nil, failurereason=nil, endtime=nil, podname=nil, instancetypealias=nil, resourcegroupname=nil, autostopping=nil, automaticstoptime=nil, volumesourcetype=nil, volumesourcecfs=nil, message=nil, usertypes=nil, sshconfig=nil, volumesourcegoosefs=nil, subuinname=nil)
|
|
5049
|
+
def initialize(id=nil, name=nil, chargetype=nil, resourceconf=nil, resourcegroupid=nil, volumesizeingb=nil, billinginfos=nil, tags=nil, createtime=nil, starttime=nil, updatetime=nil, runtimeinseconds=nil, chargestatus=nil, status=nil, failurereason=nil, endtime=nil, podname=nil, instancetypealias=nil, resourcegroupname=nil, autostopping=nil, automaticstoptime=nil, volumesourcetype=nil, volumesourcecfs=nil, message=nil, usertypes=nil, sshconfig=nil, volumesourcegoosefs=nil, subuinname=nil, appid=nil)
|
|
5042
5050
|
@Id = id
|
|
5043
5051
|
@Name = name
|
|
5044
5052
|
@ChargeType = chargetype
|
|
@@ -5067,6 +5075,7 @@ module TencentCloud
|
|
|
5067
5075
|
@SSHConfig = sshconfig
|
|
5068
5076
|
@VolumeSourceGooseFS = volumesourcegoosefs
|
|
5069
5077
|
@SubUinName = subuinname
|
|
5078
|
+
@AppId = appid
|
|
5070
5079
|
end
|
|
5071
5080
|
|
|
5072
5081
|
def deserialize(params)
|
|
@@ -5117,6 +5126,7 @@ module TencentCloud
|
|
|
5117
5126
|
@VolumeSourceGooseFS.deserialize(params['VolumeSourceGooseFS'])
|
|
5118
5127
|
end
|
|
5119
5128
|
@SubUinName = params['SubUinName']
|
|
5129
|
+
@AppId = params['AppId']
|
|
5120
5130
|
end
|
|
5121
5131
|
end
|
|
5122
5132
|
|
|
@@ -5827,10 +5837,10 @@ module TencentCloud
|
|
|
5827
5837
|
|
|
5828
5838
|
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
|
|
5829
5839
|
extend Gem::Deprecate
|
|
5830
|
-
deprecate :ServiceLimit, :none,
|
|
5831
|
-
deprecate :ServiceLimit=, :none,
|
|
5832
|
-
deprecate :ScheduledAction, :none,
|
|
5833
|
-
deprecate :ScheduledAction=, :none,
|
|
5840
|
+
deprecate :ServiceLimit, :none, 2025, 1
|
|
5841
|
+
deprecate :ServiceLimit=, :none, 2025, 1
|
|
5842
|
+
deprecate :ScheduledAction, :none, 2025, 1
|
|
5843
|
+
deprecate :ScheduledAction=, :none, 2025, 1
|
|
5834
5844
|
|
|
5835
5845
|
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)
|
|
5836
5846
|
@ServiceGroupId = servicegroupid
|
|
@@ -6294,10 +6304,10 @@ module TencentCloud
|
|
|
6294
6304
|
|
|
6295
6305
|
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
|
|
6296
6306
|
extend Gem::Deprecate
|
|
6297
|
-
deprecate :PodList, :none,
|
|
6298
|
-
deprecate :PodList=, :none,
|
|
6299
|
-
deprecate :Pods, :none,
|
|
6300
|
-
deprecate :Pods=, :none,
|
|
6307
|
+
deprecate :PodList, :none, 2025, 1
|
|
6308
|
+
deprecate :PodList=, :none, 2025, 1
|
|
6309
|
+
deprecate :Pods, :none, 2025, 1
|
|
6310
|
+
deprecate :Pods=, :none, 2025, 1
|
|
6301
6311
|
|
|
6302
6312
|
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)
|
|
6303
6313
|
@Replicas = replicas
|
|
@@ -7408,8 +7418,8 @@ module TencentCloud
|
|
|
7408
7418
|
|
|
7409
7419
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
|
7410
7420
|
extend Gem::Deprecate
|
|
7411
|
-
deprecate :StatefulSetCondition, :none,
|
|
7412
|
-
deprecate :StatefulSetCondition=, :none,
|
|
7421
|
+
deprecate :StatefulSetCondition, :none, 2025, 1
|
|
7422
|
+
deprecate :StatefulSetCondition=, :none, 2025, 1
|
|
7413
7423
|
|
|
7414
7424
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
|
7415
7425
|
@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.978
|
|
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-01-
|
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|