tencentcloud-sdk-tione 3.0.1205 → 3.0.1214
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 +76 -29
- 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: 421fd2afb6b7866dc19026bc5e07e5b6a0f6de61
|
|
4
|
+
data.tar.gz: 186f6b9bb5777072df2e88ff9342cf052660c30c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7012af7c286b738c6185227dfa8b462248e047ef3275098e4ae2b483af645e2aa353a30de9603007be006be8122fc7fdb0c222854955e9d907c3b401a734559e
|
|
7
|
+
data.tar.gz: 380f9861734b4e3de3e820130a88345b6b583f9456c1bd5554f1b8c967129b3adc0726b2e56aaece685198a801f477d97ed39e19b6891c05d1ea758b7660adb8
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1214
|
data/lib/v20211111/models.rb
CHANGED
|
@@ -1384,10 +1384,12 @@ module TencentCloud
|
|
|
1384
1384
|
# @type EncodedStartCmdInfo: :class:`Tencentcloud::Tione.v20211111.models.EncodedStartCmdInfo`
|
|
1385
1385
|
# @param CodeRepos: 代码仓库配置
|
|
1386
1386
|
# @type CodeRepos: Array
|
|
1387
|
+
# @param ExposeNetworkConfig: 网络暴露配置
|
|
1388
|
+
# @type ExposeNetworkConfig: :class:`Tencentcloud::Tione.v20211111.models.ExposeNetworkConfig`
|
|
1387
1389
|
|
|
1388
|
-
attr_accessor :Name, :ChargeType, :ResourceConfigInfos, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ResourceGroupId, :Tags, :ImageInfo, :CodePackagePath, :StartCmdInfo, :TrainingMode, :DataConfigs, :VpcId, :SubnetId, :Output, :LogConfig, :TuningParameters, :LogEnable, :Remark, :DataSource, :CallbackUrl, :EncodedStartCmdInfo, :CodeRepos
|
|
1390
|
+
attr_accessor :Name, :ChargeType, :ResourceConfigInfos, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ResourceGroupId, :Tags, :ImageInfo, :CodePackagePath, :StartCmdInfo, :TrainingMode, :DataConfigs, :VpcId, :SubnetId, :Output, :LogConfig, :TuningParameters, :LogEnable, :Remark, :DataSource, :CallbackUrl, :EncodedStartCmdInfo, :CodeRepos, :ExposeNetworkConfig
|
|
1389
1391
|
|
|
1390
|
-
def initialize(name=nil, chargetype=nil, resourceconfiginfos=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, resourcegroupid=nil, tags=nil, imageinfo=nil, codepackagepath=nil, startcmdinfo=nil, trainingmode=nil, dataconfigs=nil, vpcid=nil, subnetid=nil, output=nil, logconfig=nil, tuningparameters=nil, logenable=nil, remark=nil, datasource=nil, callbackurl=nil, encodedstartcmdinfo=nil, coderepos=nil)
|
|
1392
|
+
def initialize(name=nil, chargetype=nil, resourceconfiginfos=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, resourcegroupid=nil, tags=nil, imageinfo=nil, codepackagepath=nil, startcmdinfo=nil, trainingmode=nil, dataconfigs=nil, vpcid=nil, subnetid=nil, output=nil, logconfig=nil, tuningparameters=nil, logenable=nil, remark=nil, datasource=nil, callbackurl=nil, encodedstartcmdinfo=nil, coderepos=nil, exposenetworkconfig=nil)
|
|
1391
1393
|
@Name = name
|
|
1392
1394
|
@ChargeType = chargetype
|
|
1393
1395
|
@ResourceConfigInfos = resourceconfiginfos
|
|
@@ -1412,6 +1414,7 @@ module TencentCloud
|
|
|
1412
1414
|
@CallbackUrl = callbackurl
|
|
1413
1415
|
@EncodedStartCmdInfo = encodedstartcmdinfo
|
|
1414
1416
|
@CodeRepos = coderepos
|
|
1417
|
+
@ExposeNetworkConfig = exposenetworkconfig
|
|
1415
1418
|
end
|
|
1416
1419
|
|
|
1417
1420
|
def deserialize(params)
|
|
@@ -1485,6 +1488,10 @@ module TencentCloud
|
|
|
1485
1488
|
@CodeRepos << coderepoconfig_tmp
|
|
1486
1489
|
end
|
|
1487
1490
|
end
|
|
1491
|
+
unless params['ExposeNetworkConfig'].nil?
|
|
1492
|
+
@ExposeNetworkConfig = ExposeNetworkConfig.new
|
|
1493
|
+
@ExposeNetworkConfig.deserialize(params['ExposeNetworkConfig'])
|
|
1494
|
+
end
|
|
1488
1495
|
end
|
|
1489
1496
|
end
|
|
1490
1497
|
|
|
@@ -2291,8 +2298,8 @@ module TencentCloud
|
|
|
2291
2298
|
|
|
2292
2299
|
attr_accessor :ServiceId, :ServiceCategory
|
|
2293
2300
|
extend Gem::Deprecate
|
|
2294
|
-
deprecate :ServiceCategory, :none, 2026,
|
|
2295
|
-
deprecate :ServiceCategory=, :none, 2026,
|
|
2301
|
+
deprecate :ServiceCategory, :none, 2026, 2
|
|
2302
|
+
deprecate :ServiceCategory=, :none, 2026, 2
|
|
2296
2303
|
|
|
2297
2304
|
def initialize(serviceid=nil, servicecategory=nil)
|
|
2298
2305
|
@ServiceId = serviceid
|
|
@@ -3407,8 +3414,8 @@ module TencentCloud
|
|
|
3407
3414
|
|
|
3408
3415
|
attr_accessor :ServiceGroupId, :ServiceCategory
|
|
3409
3416
|
extend Gem::Deprecate
|
|
3410
|
-
deprecate :ServiceCategory, :none, 2026,
|
|
3411
|
-
deprecate :ServiceCategory=, :none, 2026,
|
|
3417
|
+
deprecate :ServiceCategory, :none, 2026, 2
|
|
3418
|
+
deprecate :ServiceCategory=, :none, 2026, 2
|
|
3412
3419
|
|
|
3413
3420
|
def initialize(servicegroupid=nil, servicecategory=nil)
|
|
3414
3421
|
@ServiceGroupId = servicegroupid
|
|
@@ -3494,8 +3501,8 @@ module TencentCloud
|
|
|
3494
3501
|
|
|
3495
3502
|
attr_accessor :ServiceGroupId, :ServiceCategory
|
|
3496
3503
|
extend Gem::Deprecate
|
|
3497
|
-
deprecate :ServiceCategory, :none, 2026,
|
|
3498
|
-
deprecate :ServiceCategory=, :none, 2026,
|
|
3504
|
+
deprecate :ServiceCategory, :none, 2026, 2
|
|
3505
|
+
deprecate :ServiceCategory=, :none, 2026, 2
|
|
3499
3506
|
|
|
3500
3507
|
def initialize(servicegroupid=nil, servicecategory=nil)
|
|
3501
3508
|
@ServiceGroupId = servicegroupid
|
|
@@ -3552,8 +3559,8 @@ module TencentCloud
|
|
|
3552
3559
|
|
|
3553
3560
|
attr_accessor :Offset, :Limit, :Order, :OrderField, :Filters, :TagFilters, :ServiceCategory
|
|
3554
3561
|
extend Gem::Deprecate
|
|
3555
|
-
deprecate :ServiceCategory, :none, 2026,
|
|
3556
|
-
deprecate :ServiceCategory=, :none, 2026,
|
|
3562
|
+
deprecate :ServiceCategory, :none, 2026, 2
|
|
3563
|
+
deprecate :ServiceCategory=, :none, 2026, 2
|
|
3557
3564
|
|
|
3558
3565
|
def initialize(offset=nil, limit=nil, order=nil, orderfield=nil, filters=nil, tagfilters=nil, servicecategory=nil)
|
|
3559
3566
|
@Offset = offset
|
|
@@ -3685,8 +3692,8 @@ module TencentCloud
|
|
|
3685
3692
|
|
|
3686
3693
|
attr_accessor :ServiceId, :ServiceCategory
|
|
3687
3694
|
extend Gem::Deprecate
|
|
3688
|
-
deprecate :ServiceCategory, :none, 2026,
|
|
3689
|
-
deprecate :ServiceCategory=, :none, 2026,
|
|
3695
|
+
deprecate :ServiceCategory, :none, 2026, 2
|
|
3696
|
+
deprecate :ServiceCategory=, :none, 2026, 2
|
|
3690
3697
|
|
|
3691
3698
|
def initialize(serviceid=nil, servicecategory=nil)
|
|
3692
3699
|
@ServiceId = serviceid
|
|
@@ -4340,6 +4347,32 @@ module TencentCloud
|
|
|
4340
4347
|
end
|
|
4341
4348
|
end
|
|
4342
4349
|
|
|
4350
|
+
# 暴露网络配置
|
|
4351
|
+
class ExposeNetworkConfig < TencentCloud::Common::AbstractModel
|
|
4352
|
+
# @param SSHConfig: ssh配置
|
|
4353
|
+
# @type SSHConfig: :class:`Tencentcloud::Tione.v20211111.models.SSHConfig`
|
|
4354
|
+
# @param ExposePortConfig: 容器端口暴露到公网配置
|
|
4355
|
+
# @type ExposePortConfig: :class:`Tencentcloud::Tione.v20211111.models.ExposePortConfig`
|
|
4356
|
+
|
|
4357
|
+
attr_accessor :SSHConfig, :ExposePortConfig
|
|
4358
|
+
|
|
4359
|
+
def initialize(sshconfig=nil, exposeportconfig=nil)
|
|
4360
|
+
@SSHConfig = sshconfig
|
|
4361
|
+
@ExposePortConfig = exposeportconfig
|
|
4362
|
+
end
|
|
4363
|
+
|
|
4364
|
+
def deserialize(params)
|
|
4365
|
+
unless params['SSHConfig'].nil?
|
|
4366
|
+
@SSHConfig = SSHConfig.new
|
|
4367
|
+
@SSHConfig.deserialize(params['SSHConfig'])
|
|
4368
|
+
end
|
|
4369
|
+
unless params['ExposePortConfig'].nil?
|
|
4370
|
+
@ExposePortConfig = ExposePortConfig.new
|
|
4371
|
+
@ExposePortConfig.deserialize(params['ExposePortConfig'])
|
|
4372
|
+
end
|
|
4373
|
+
end
|
|
4374
|
+
end
|
|
4375
|
+
|
|
4343
4376
|
# 暴露端口信息
|
|
4344
4377
|
class ExposePortConfig < TencentCloud::Common::AbstractModel
|
|
4345
4378
|
# @param Enable: 是否开启暴露容器服务端口
|
|
@@ -6968,8 +7001,8 @@ module TencentCloud
|
|
|
6968
7001
|
|
|
6969
7002
|
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos, :CrossTenantENIInfo, :Status, :StartScheduleTime, :Message, :NodeIP, :NodeId, :ResourceGroupId, :ResourceGroupName, :ResourceInfo
|
|
6970
7003
|
extend Gem::Deprecate
|
|
6971
|
-
deprecate :Containers, :none, 2026,
|
|
6972
|
-
deprecate :Containers=, :none, 2026,
|
|
7004
|
+
deprecate :Containers, :none, 2026, 2
|
|
7005
|
+
deprecate :Containers=, :none, 2026, 2
|
|
6973
7006
|
|
|
6974
7007
|
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)
|
|
6975
7008
|
@Name = name
|
|
@@ -7864,10 +7897,10 @@ module TencentCloud
|
|
|
7864
7897
|
|
|
7865
7898
|
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
|
|
7866
7899
|
extend Gem::Deprecate
|
|
7867
|
-
deprecate :ServiceLimit, :none, 2026,
|
|
7868
|
-
deprecate :ServiceLimit=, :none, 2026,
|
|
7869
|
-
deprecate :ScheduledAction, :none, 2026,
|
|
7870
|
-
deprecate :ScheduledAction=, :none, 2026,
|
|
7900
|
+
deprecate :ServiceLimit, :none, 2026, 2
|
|
7901
|
+
deprecate :ServiceLimit=, :none, 2026, 2
|
|
7902
|
+
deprecate :ScheduledAction, :none, 2026, 2
|
|
7903
|
+
deprecate :ScheduledAction=, :none, 2026, 2
|
|
7871
7904
|
|
|
7872
7905
|
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)
|
|
7873
7906
|
@ServiceGroupId = servicegroupid
|
|
@@ -8411,10 +8444,10 @@ module TencentCloud
|
|
|
8411
8444
|
|
|
8412
8445
|
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
|
|
8413
8446
|
extend Gem::Deprecate
|
|
8414
|
-
deprecate :PodList, :none, 2026,
|
|
8415
|
-
deprecate :PodList=, :none, 2026,
|
|
8416
|
-
deprecate :Pods, :none, 2026,
|
|
8417
|
-
deprecate :Pods=, :none, 2026,
|
|
8447
|
+
deprecate :PodList, :none, 2026, 2
|
|
8448
|
+
deprecate :PodList=, :none, 2026, 2
|
|
8449
|
+
deprecate :Pods, :none, 2026, 2
|
|
8450
|
+
deprecate :Pods=, :none, 2026, 2
|
|
8418
8451
|
|
|
8419
8452
|
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)
|
|
8420
8453
|
@Replicas = replicas
|
|
@@ -9348,10 +9381,12 @@ module TencentCloud
|
|
|
9348
9381
|
# @type CallbackUrl: String
|
|
9349
9382
|
# @param CodeRepos: 任务关联的代码仓库配置
|
|
9350
9383
|
# @type CodeRepos: Array
|
|
9384
|
+
# @param ExposeNetworkConfig: 暴露网络配置
|
|
9385
|
+
# @type ExposeNetworkConfig: :class:`Tencentcloud::Tione.v20211111.models.ExposeNetworkConfig`
|
|
9351
9386
|
|
|
9352
|
-
attr_accessor :Id, :Name, :Uin, :SubUin, :SubUinName, :Region, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ChargeType, :ResourceGroupId, :ResourceConfigInfos, :Tags, :TrainingMode, :CodePackagePath, :StartCmdInfo, :DataSource, :DataConfigs, :TuningParameters, :Output, :LogEnable, :LogConfig, :VpcId, :SubnetId, :ImageInfo, :RuntimeInSeconds, :CreateTime, :StartTime, :ChargeStatus, :LatestInstanceId, :TensorBoardId, :Remark, :FailureReason, :UpdateTime, :EndTime, :BillingInfo, :ResourceGroupName, :Message, :Status, :CallbackUrl, :CodeRepos
|
|
9387
|
+
attr_accessor :Id, :Name, :Uin, :SubUin, :SubUinName, :Region, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ChargeType, :ResourceGroupId, :ResourceConfigInfos, :Tags, :TrainingMode, :CodePackagePath, :StartCmdInfo, :DataSource, :DataConfigs, :TuningParameters, :Output, :LogEnable, :LogConfig, :VpcId, :SubnetId, :ImageInfo, :RuntimeInSeconds, :CreateTime, :StartTime, :ChargeStatus, :LatestInstanceId, :TensorBoardId, :Remark, :FailureReason, :UpdateTime, :EndTime, :BillingInfo, :ResourceGroupName, :Message, :Status, :CallbackUrl, :CodeRepos, :ExposeNetworkConfig
|
|
9353
9388
|
|
|
9354
|
-
def initialize(id=nil, name=nil, uin=nil, subuin=nil, subuinname=nil, region=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, chargetype=nil, resourcegroupid=nil, resourceconfiginfos=nil, tags=nil, trainingmode=nil, codepackagepath=nil, startcmdinfo=nil, datasource=nil, dataconfigs=nil, tuningparameters=nil, output=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, imageinfo=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, chargestatus=nil, latestinstanceid=nil, tensorboardid=nil, remark=nil, failurereason=nil, updatetime=nil, endtime=nil, billinginfo=nil, resourcegroupname=nil, message=nil, status=nil, callbackurl=nil, coderepos=nil)
|
|
9389
|
+
def initialize(id=nil, name=nil, uin=nil, subuin=nil, subuinname=nil, region=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, chargetype=nil, resourcegroupid=nil, resourceconfiginfos=nil, tags=nil, trainingmode=nil, codepackagepath=nil, startcmdinfo=nil, datasource=nil, dataconfigs=nil, tuningparameters=nil, output=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, imageinfo=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, chargestatus=nil, latestinstanceid=nil, tensorboardid=nil, remark=nil, failurereason=nil, updatetime=nil, endtime=nil, billinginfo=nil, resourcegroupname=nil, message=nil, status=nil, callbackurl=nil, coderepos=nil, exposenetworkconfig=nil)
|
|
9355
9390
|
@Id = id
|
|
9356
9391
|
@Name = name
|
|
9357
9392
|
@Uin = uin
|
|
@@ -9393,6 +9428,7 @@ module TencentCloud
|
|
|
9393
9428
|
@Status = status
|
|
9394
9429
|
@CallbackUrl = callbackurl
|
|
9395
9430
|
@CodeRepos = coderepos
|
|
9431
|
+
@ExposeNetworkConfig = exposenetworkconfig
|
|
9396
9432
|
end
|
|
9397
9433
|
|
|
9398
9434
|
def deserialize(params)
|
|
@@ -9480,6 +9516,10 @@ module TencentCloud
|
|
|
9480
9516
|
@CodeRepos << coderepoconfig_tmp
|
|
9481
9517
|
end
|
|
9482
9518
|
end
|
|
9519
|
+
unless params['ExposeNetworkConfig'].nil?
|
|
9520
|
+
@ExposeNetworkConfig = ExposeNetworkConfig.new
|
|
9521
|
+
@ExposeNetworkConfig.deserialize(params['ExposeNetworkConfig'])
|
|
9522
|
+
end
|
|
9483
9523
|
end
|
|
9484
9524
|
end
|
|
9485
9525
|
|
|
@@ -9706,18 +9746,21 @@ module TencentCloud
|
|
|
9706
9746
|
class VolumeMount < TencentCloud::Common::AbstractModel
|
|
9707
9747
|
# @param CFSConfig: cfs的配置信息
|
|
9708
9748
|
# @type CFSConfig: :class:`Tencentcloud::Tione.v20211111.models.CFSConfig`
|
|
9709
|
-
# @param VolumeSourceType: 挂载源类型,CFS、COS,默认为CFS
|
|
9749
|
+
# @param VolumeSourceType: 挂载源类型,CFS、COS、PUBLIC_DATA_SOURCE,默认为CFS
|
|
9710
9750
|
# @type VolumeSourceType: String
|
|
9711
9751
|
# @param MountPath: 自定义容器内挂载路径
|
|
9712
9752
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
9713
9753
|
# @type MountPath: String
|
|
9754
|
+
# @param PublicDataSource: 挂载数据源时的配置信息
|
|
9755
|
+
# @type PublicDataSource: :class:`Tencentcloud::Tione.v20211111.models.PublicDataSourceFS`
|
|
9714
9756
|
|
|
9715
|
-
attr_accessor :CFSConfig, :VolumeSourceType, :MountPath
|
|
9757
|
+
attr_accessor :CFSConfig, :VolumeSourceType, :MountPath, :PublicDataSource
|
|
9716
9758
|
|
|
9717
|
-
def initialize(cfsconfig=nil, volumesourcetype=nil, mountpath=nil)
|
|
9759
|
+
def initialize(cfsconfig=nil, volumesourcetype=nil, mountpath=nil, publicdatasource=nil)
|
|
9718
9760
|
@CFSConfig = cfsconfig
|
|
9719
9761
|
@VolumeSourceType = volumesourcetype
|
|
9720
9762
|
@MountPath = mountpath
|
|
9763
|
+
@PublicDataSource = publicdatasource
|
|
9721
9764
|
end
|
|
9722
9765
|
|
|
9723
9766
|
def deserialize(params)
|
|
@@ -9727,6 +9770,10 @@ module TencentCloud
|
|
|
9727
9770
|
end
|
|
9728
9771
|
@VolumeSourceType = params['VolumeSourceType']
|
|
9729
9772
|
@MountPath = params['MountPath']
|
|
9773
|
+
unless params['PublicDataSource'].nil?
|
|
9774
|
+
@PublicDataSource = PublicDataSourceFS.new
|
|
9775
|
+
@PublicDataSource.deserialize(params['PublicDataSource'])
|
|
9776
|
+
end
|
|
9730
9777
|
end
|
|
9731
9778
|
end
|
|
9732
9779
|
|
|
@@ -9779,8 +9826,8 @@ module TencentCloud
|
|
|
9779
9826
|
|
|
9780
9827
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions, :Reason
|
|
9781
9828
|
extend Gem::Deprecate
|
|
9782
|
-
deprecate :StatefulSetCondition, :none, 2026,
|
|
9783
|
-
deprecate :StatefulSetCondition=, :none, 2026,
|
|
9829
|
+
deprecate :StatefulSetCondition, :none, 2026, 2
|
|
9830
|
+
deprecate :StatefulSetCondition=, :none, 2026, 2
|
|
9784
9831
|
|
|
9785
9832
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil, reason=nil)
|
|
9786
9833
|
@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.1214
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|