tencentcloud-sdk-tke 3.0.1013 → 3.0.1014
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/v20180525/models.rb +0 -146
- data/lib/v20220501/models.rb +0 -1
- 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: 9be314c0b6b5349febc155ee9d263a2a06f986b9
|
4
|
+
data.tar.gz: b8e3e05ed7ee5aa1012807e260490b69908caa2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2951a9531dc3e6b00cc3c29c6e5fb43c2c9410c5bdeee9fe22deffbd499d05e9ba29ddd0196c07c21b8984db7d15af19b0d15fbf6f9a2f8e7493230dcffb8f52
|
7
|
+
data.tar.gz: 87e458ffc63f6e7b69d1a2e9a3f6974e9683af1c4766ac448c65444fd5ac21e4c5e9791cf27b09fca4e692e810b3e7b89e9b2fa402e057ac9e4bfe7c393efddd
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1014
|
data/lib/v20180525/models.rb
CHANGED
@@ -291,13 +291,10 @@ module TencentCloud
|
|
291
291
|
# @param AddonVersion: addon的版本
|
292
292
|
# @type AddonVersion: String
|
293
293
|
# @param RawValues: addon的参数,是一个json格式的base64转码后的字符串
|
294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
295
294
|
# @type RawValues: String
|
296
295
|
# @param Phase: addon的状态
|
297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
298
296
|
# @type Phase: String
|
299
297
|
# @param Reason: addon失败的原因
|
300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
301
298
|
# @type Reason: String
|
302
299
|
# @param CreateTime: addon的创建时间
|
303
300
|
# @type CreateTime: String
|
@@ -348,7 +345,6 @@ module TencentCloud
|
|
348
345
|
# @param Name: chart名称
|
349
346
|
# @type Name: String
|
350
347
|
# @param Label: chart的标签
|
351
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
352
348
|
# @type Label: String
|
353
349
|
# @param LatestVersion: chart的版本
|
354
350
|
# @type LatestVersion: String
|
@@ -439,22 +435,16 @@ module TencentCloud
|
|
439
435
|
# @param StorageRegion: 存储仓库所属地域,比如COS广州(ap-guangzhou)
|
440
436
|
# @type StorageRegion: String
|
441
437
|
# @param Provider: 存储服务提供方,默认腾讯云
|
442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
443
438
|
# @type Provider: String
|
444
439
|
# @param Bucket: 对象存储桶名称,如果是COS必须是tke-backup-前缀开头
|
445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
446
440
|
# @type Bucket: String
|
447
441
|
# @param Path: 对象存储桶路径
|
448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
449
442
|
# @type Path: String
|
450
443
|
# @param State: 存储仓库状态
|
451
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
452
444
|
# @type State: String
|
453
445
|
# @param Message: 详细状态信息
|
454
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
455
446
|
# @type Message: String
|
456
447
|
# @param LastValidationTime: 最后一次检查时间
|
457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
458
448
|
# @type LastValidationTime: String
|
459
449
|
|
460
450
|
attr_accessor :Name, :StorageRegion, :Provider, :Bucket, :Path, :State, :Message, :LastValidationTime
|
@@ -485,16 +475,12 @@ module TencentCloud
|
|
485
475
|
# cuDNN的版本信息
|
486
476
|
class CUDNN < TencentCloud::Common::AbstractModel
|
487
477
|
# @param Version: cuDNN的版本
|
488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
489
478
|
# @type Version: String
|
490
479
|
# @param Name: cuDNN的名字
|
491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
492
480
|
# @type Name: String
|
493
481
|
# @param DocName: cuDNN的Doc名字
|
494
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
495
482
|
# @type DocName: String
|
496
483
|
# @param DevName: cuDNN的Dev名字
|
497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
498
484
|
# @type DevName: String
|
499
485
|
|
500
486
|
attr_accessor :Version, :Name, :DocName, :DevName
|
@@ -977,10 +963,8 @@ module TencentCloud
|
|
977
963
|
# @param Status: 伸缩组状态(开启 enabled 开启中 enabling 关闭 disabled 关闭中 disabling 更新中 updating 删除中 deleting 开启缩容中 scaleDownEnabling 关闭缩容中 scaleDownDisabling)
|
978
964
|
# @type Status: String
|
979
965
|
# @param IsUnschedulable: 节点是否设置成不可调度
|
980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
981
966
|
# @type IsUnschedulable: Boolean
|
982
967
|
# @param Labels: 伸缩组的label列表
|
983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
984
968
|
# @type Labels: Array
|
985
969
|
# @param CreatedTime: 创建时间
|
986
970
|
# @type CreatedTime: String
|
@@ -1361,7 +1345,6 @@ module TencentCloud
|
|
1361
1345
|
# @param Enable: 是否启用
|
1362
1346
|
# @type Enable: Boolean
|
1363
1347
|
# @param OtherCount: 其他资源数量
|
1364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1365
1348
|
# @type OtherCount: Integer
|
1366
1349
|
|
1367
1350
|
attr_accessor :Name, :Alias, :NodeCount, :PodCount, :ConfigMapCount, :RSCount, :CRDCount, :Enable, :OtherCount
|
@@ -1516,7 +1499,6 @@ module TencentCloud
|
|
1516
1499
|
# 集群属性
|
1517
1500
|
class ClusterProperty < TencentCloud::Common::AbstractModel
|
1518
1501
|
# @param NodeNameType: 节点hostname命名模式
|
1519
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1520
1502
|
# @type NodeNameType: String
|
1521
1503
|
|
1522
1504
|
attr_accessor :NodeNameType
|
@@ -1584,16 +1566,12 @@ module TencentCloud
|
|
1584
1566
|
# @param ClusterFailedNodeNum: 集群异常的节点数,-1表示获取节点状态超时,-2表示获取节点状态失败
|
1585
1567
|
# @type ClusterFailedNodeNum: Integer
|
1586
1568
|
# @param ClusterClosedNodeNum: 集群已关机的节点数,-1表示获取节点状态超时,-2表示获取节点状态失败
|
1587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1588
1569
|
# @type ClusterClosedNodeNum: Integer
|
1589
1570
|
# @param ClusterClosingNodeNum: 集群关机中的节点数,-1表示获取节点状态超时,-2表示获取节点状态失败
|
1590
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1591
1571
|
# @type ClusterClosingNodeNum: Integer
|
1592
1572
|
# @param ClusterDeletionProtection: 集群是否开启删除保护
|
1593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1594
1573
|
# @type ClusterDeletionProtection: Boolean
|
1595
1574
|
# @param ClusterAuditEnabled: 集群是否可审计
|
1596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1597
1575
|
# @type ClusterAuditEnabled: Boolean
|
1598
1576
|
|
1599
1577
|
attr_accessor :ClusterId, :ClusterState, :ClusterInstanceState, :ClusterBMonitor, :ClusterInitNodeNum, :ClusterRunningNodeNum, :ClusterFailedNodeNum, :ClusterClosedNodeNum, :ClusterClosingNodeNum, :ClusterDeletionProtection, :ClusterAuditEnabled
|
@@ -3793,7 +3771,6 @@ module TencentCloud
|
|
3793
3771
|
# 自定义驱动信息
|
3794
3772
|
class CustomDriver < TencentCloud::Common::AbstractModel
|
3795
3773
|
# @param Address: 自定义GPU驱动地址链接
|
3796
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3797
3774
|
# @type Address: String
|
3798
3775
|
|
3799
3776
|
attr_accessor :Address
|
@@ -3866,22 +3843,16 @@ module TencentCloud
|
|
3866
3843
|
# 描述了k8s节点数据盘相关配置与信息。
|
3867
3844
|
class DataDisk < TencentCloud::Common::AbstractModel
|
3868
3845
|
# @param DiskType: 云盘类型
|
3869
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3870
3846
|
# @type DiskType: String
|
3871
3847
|
# @param FileSystem: 文件系统(ext3/ext4/xfs)
|
3872
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3873
3848
|
# @type FileSystem: String
|
3874
3849
|
# @param DiskSize: 云盘大小(G)
|
3875
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3876
3850
|
# @type DiskSize: Integer
|
3877
3851
|
# @param AutoFormatAndMount: 是否自动化格式盘并挂载
|
3878
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3879
3852
|
# @type AutoFormatAndMount: Boolean
|
3880
3853
|
# @param MountTarget: 挂载目录
|
3881
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3882
3854
|
# @type MountTarget: String
|
3883
3855
|
# @param DiskPartition: 挂载设备名或分区名,当且仅当添加已有节点时需要
|
3884
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3885
3856
|
# @type DiskPartition: String
|
3886
3857
|
|
3887
3858
|
attr_accessor :DiskType, :FileSystem, :DiskSize, :AutoFormatAndMount, :MountTarget, :DiskPartition
|
@@ -5224,10 +5195,8 @@ module TencentCloud
|
|
5224
5195
|
# @param Versions: 版本列表
|
5225
5196
|
# @type Versions: Array
|
5226
5197
|
# @param EdgeVersionLatest: 边缘集群最新版本
|
5227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5228
5198
|
# @type EdgeVersionLatest: String
|
5229
5199
|
# @param EdgeVersionCurrent: 边缘集群当前版本
|
5230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5231
5200
|
# @type EdgeVersionCurrent: String
|
5232
5201
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5233
5202
|
# @type RequestId: String
|
@@ -7240,7 +7209,6 @@ module TencentCloud
|
|
7240
7209
|
# DescribeEdgeAvailableExtraArgs返回参数结构体
|
7241
7210
|
class DescribeEdgeAvailableExtraArgsResponse < TencentCloud::Common::AbstractModel
|
7242
7211
|
# @param ClusterVersion: 集群版本
|
7243
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7244
7212
|
# @type ClusterVersion: String
|
7245
7213
|
# @param AvailableExtraArgs: 可用的自定义参数
|
7246
7214
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7337,7 +7305,6 @@ module TencentCloud
|
|
7337
7305
|
# DescribeEdgeClusterExtraArgs返回参数结构体
|
7338
7306
|
class DescribeEdgeClusterExtraArgsResponse < TencentCloud::Common::AbstractModel
|
7339
7307
|
# @param ClusterExtraArgs: 集群自定义参数
|
7340
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7341
7308
|
# @type ClusterExtraArgs: :class:`Tencentcloud::Tke.v20180525.models.EdgeClusterExtraArgs`
|
7342
7309
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7343
7310
|
# @type RequestId: String
|
@@ -7440,19 +7407,14 @@ module TencentCloud
|
|
7440
7407
|
# DescribeEdgeClusterUpgradeInfo返回参数结构体
|
7441
7408
|
class DescribeEdgeClusterUpgradeInfoResponse < TencentCloud::Common::AbstractModel
|
7442
7409
|
# @param ComponentVersion: 可升级的集群组件及其版本
|
7443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7444
7410
|
# @type ComponentVersion: String
|
7445
7411
|
# @param EdgeVersionCurrent: 边缘集群当前版本
|
7446
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7447
7412
|
# @type EdgeVersionCurrent: String
|
7448
7413
|
# @param RegistryPrefix: 边缘组件镜像仓库地址前缀,包含域名和命名空间
|
7449
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7450
7414
|
# @type RegistryPrefix: String
|
7451
7415
|
# @param ClusterUpgradeStatus: 集群升级状态,可能值:running、updating、failed
|
7452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7453
7416
|
# @type ClusterUpgradeStatus: String
|
7454
7417
|
# @param ClusterUpgradeStatusReason: 集群升级中状态或者失败原因
|
7455
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7456
7418
|
# @type ClusterUpgradeStatusReason: String
|
7457
7419
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7458
7420
|
# @type RequestId: String
|
@@ -7497,7 +7459,6 @@ module TencentCloud
|
|
7497
7459
|
# DescribeEdgeLogSwitches返回参数结构体
|
7498
7460
|
class DescribeEdgeLogSwitchesResponse < TencentCloud::Common::AbstractModel
|
7499
7461
|
# @param SwitchSet: 集群日志开关集合
|
7500
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7501
7462
|
# @type SwitchSet: Array
|
7502
7463
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7503
7464
|
# @type RequestId: String
|
@@ -7760,33 +7721,24 @@ module TencentCloud
|
|
7760
7721
|
# DescribeExternalNodeSupportConfig返回参数结构体
|
7761
7722
|
class DescribeExternalNodeSupportConfigResponse < TencentCloud::Common::AbstractModel
|
7762
7723
|
# @param ClusterCIDR: 用于分配集群容器和服务 IP 的 CIDR,不得与 VPC CIDR 冲突,也不得与同 VPC 内其他集群 CIDR 冲突。且网段范围必须在内网网段内,例如:10.1.0.0/14, 192.168.0.1/18,172.16.0.0/16。
|
7763
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7764
7724
|
# @type ClusterCIDR: String
|
7765
7725
|
# @param NetworkType: 集群网络插件类型,支持:CiliumBGP、CiliumVXLan
|
7766
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7767
7726
|
# @type NetworkType: String
|
7768
7727
|
# @param SubnetId: 子网ID
|
7769
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7770
7728
|
# @type SubnetId: String
|
7771
7729
|
# @param Enabled: 是否开启第三方节点专线连接支持
|
7772
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7773
7730
|
# @type Enabled: Boolean
|
7774
7731
|
# @param AS: 节点所属交换机的BGP AS 号
|
7775
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7776
7732
|
# @type AS: String
|
7777
7733
|
# @param SwitchIP: 节点所属交换机的交换机 IP
|
7778
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7779
7734
|
# @type SwitchIP: String
|
7780
7735
|
# @param Status: 开启第三方节点池状态
|
7781
7736
|
# @type Status: String
|
7782
7737
|
# @param FailedReason: 如果开启失败原因
|
7783
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7784
7738
|
# @type FailedReason: String
|
7785
7739
|
# @param Master: 内网访问地址
|
7786
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7787
7740
|
# @type Master: String
|
7788
7741
|
# @param Proxy: 镜像仓库代理地址
|
7789
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7790
7742
|
# @type Proxy: String
|
7791
7743
|
# @param Progress: 用于记录开启第三方节点的过程进行到哪一步了
|
7792
7744
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -7796,7 +7748,6 @@ module TencentCloud
|
|
7796
7748
|
# @param PublicConnectUrl: 注册节点公网版公网连接地址
|
7797
7749
|
# @type PublicConnectUrl: String
|
7798
7750
|
# @param PublicCustomDomain: 注册节点公网版自定义域名
|
7799
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7800
7751
|
# @type PublicCustomDomain: String
|
7801
7752
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7802
7753
|
# @type RequestId: String
|
@@ -10688,10 +10639,8 @@ module TencentCloud
|
|
10688
10639
|
# GPU驱动和CUDA的版本信息
|
10689
10640
|
class DriverVersion < TencentCloud::Common::AbstractModel
|
10690
10641
|
# @param Version: GPU驱动或者CUDA的版本
|
10691
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10692
10642
|
# @type Version: String
|
10693
10643
|
# @param Name: GPU驱动或者CUDA的名字
|
10694
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10695
10644
|
# @type Name: String
|
10696
10645
|
|
10697
10646
|
attr_accessor :Version, :Name
|
@@ -10796,19 +10745,14 @@ module TencentCloud
|
|
10796
10745
|
# 边缘容器参数描述
|
10797
10746
|
class EdgeArgsFlag < TencentCloud::Common::AbstractModel
|
10798
10747
|
# @param Name: 参数名
|
10799
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10800
10748
|
# @type Name: String
|
10801
10749
|
# @param Type: 参数类型
|
10802
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10803
10750
|
# @type Type: String
|
10804
10751
|
# @param Usage: 参数描述
|
10805
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10806
10752
|
# @type Usage: String
|
10807
10753
|
# @param Default: 参数默认值
|
10808
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10809
10754
|
# @type Default: String
|
10810
10755
|
# @param Constraint: 参数可选范围(目前包含range和in两种,"[]"代表range,如"[1, 5]"表示参数必须>=1且 <=5, "()"代表in, 如"('aa', 'bb')"表示参数只能为字符串'aa'或者'bb',该参数为空表示不校验)
|
10811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10812
10756
|
# @type Constraint: String
|
10813
10757
|
|
10814
10758
|
attr_accessor :Name, :Type, :Usage, :Default, :Constraint
|
@@ -10833,16 +10777,12 @@ module TencentCloud
|
|
10833
10777
|
# 边缘容器集群可用的自定义参数
|
10834
10778
|
class EdgeAvailableExtraArgs < TencentCloud::Common::AbstractModel
|
10835
10779
|
# @param KubeAPIServer: kube-apiserver可用的自定义参数
|
10836
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10837
10780
|
# @type KubeAPIServer: Array
|
10838
10781
|
# @param KubeControllerManager: kube-controller-manager可用的自定义参数
|
10839
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10840
10782
|
# @type KubeControllerManager: Array
|
10841
10783
|
# @param KubeScheduler: kube-scheduler可用的自定义参数
|
10842
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10843
10784
|
# @type KubeScheduler: Array
|
10844
10785
|
# @param Kubelet: kubelet可用的自定义参数
|
10845
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10846
10786
|
# @type Kubelet: Array
|
10847
10787
|
|
10848
10788
|
attr_accessor :KubeAPIServer, :KubeControllerManager, :KubeScheduler, :Kubelet
|
@@ -10913,22 +10853,16 @@ module TencentCloud
|
|
10913
10853
|
# @param EdgeClusterVersion: 边缘集群版本
|
10914
10854
|
# @type EdgeClusterVersion: String
|
10915
10855
|
# @param MaxNodePodNum: 节点最大Pod数
|
10916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10917
10856
|
# @type MaxNodePodNum: Integer
|
10918
10857
|
# @param ClusterAdvancedSettings: 集群高级设置
|
10919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10920
10858
|
# @type ClusterAdvancedSettings: :class:`Tencentcloud::Tke.v20180525.models.EdgeClusterAdvancedSettings`
|
10921
10859
|
# @param Level: 边缘容器集群级别
|
10922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10923
10860
|
# @type Level: String
|
10924
10861
|
# @param AutoUpgradeClusterLevel: 是否支持自动提升集群配置
|
10925
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10926
10862
|
# @type AutoUpgradeClusterLevel: Boolean
|
10927
10863
|
# @param ChargeType: 集群付费模式,支持POSTPAID_BY_HOUR或者PREPAID
|
10928
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10929
10864
|
# @type ChargeType: String
|
10930
10865
|
# @param EdgeVersion: 边缘集群组件的版本
|
10931
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10932
10866
|
# @type EdgeVersion: String
|
10933
10867
|
# @param TagSpecification: 集群绑定的云标签
|
10934
10868
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10989,10 +10923,8 @@ module TencentCloud
|
|
10989
10923
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10990
10924
|
# @type ExtraArgs: :class:`Tencentcloud::Tke.v20180525.models.EdgeClusterExtraArgs`
|
10991
10925
|
# @param Runtime: 运行时类型,支持"docker"和"containerd",默认为docker
|
10992
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10993
10926
|
# @type Runtime: String
|
10994
10927
|
# @param ProxyMode: 集群kube-proxy转发模式,支持"iptables"和"ipvs",默认为iptables
|
10995
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10996
10928
|
# @type ProxyMode: String
|
10997
10929
|
|
10998
10930
|
attr_accessor :ExtraArgs, :Runtime, :ProxyMode
|
@@ -11016,13 +10948,10 @@ module TencentCloud
|
|
11016
10948
|
# 边缘容器集群master自定义参数
|
11017
10949
|
class EdgeClusterExtraArgs < TencentCloud::Common::AbstractModel
|
11018
10950
|
# @param KubeAPIServer: kube-apiserver自定义参数,参数格式为["k1=v1", "k1=v2"], 例如["max-requests-inflight=500","feature-gates=PodShareProcessNamespace=true,DynamicKubeletConfig=true"]
|
11019
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11020
10951
|
# @type KubeAPIServer: Array
|
11021
10952
|
# @param KubeControllerManager: kube-controller-manager自定义参数
|
11022
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11023
10953
|
# @type KubeControllerManager: Array
|
11024
10954
|
# @param KubeScheduler: kube-scheduler自定义参数
|
11025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11026
10955
|
# @type KubeScheduler: Array
|
11027
10956
|
|
11028
10957
|
attr_accessor :KubeAPIServer, :KubeControllerManager, :KubeScheduler
|
@@ -11043,10 +10972,8 @@ module TencentCloud
|
|
11043
10972
|
# 边缘计算集群内网访问LB信息
|
11044
10973
|
class EdgeClusterInternalLB < TencentCloud::Common::AbstractModel
|
11045
10974
|
# @param Enabled: 是否开启内网访问LB
|
11046
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11047
10975
|
# @type Enabled: Boolean
|
11048
10976
|
# @param SubnetId: 内网访问LB关联的子网Id
|
11049
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11050
10977
|
# @type SubnetId: Array
|
11051
10978
|
|
11052
10979
|
attr_accessor :Enabled, :SubnetId
|
@@ -11065,10 +10992,8 @@ module TencentCloud
|
|
11065
10992
|
# 边缘计算集群公网访问负载均衡信息
|
11066
10993
|
class EdgeClusterPublicLB < TencentCloud::Common::AbstractModel
|
11067
10994
|
# @param Enabled: 是否开启公网访问LB
|
11068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11069
10995
|
# @type Enabled: Boolean
|
11070
10996
|
# @param AllowFromCidrs: 允许访问的公网cidr
|
11071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11072
10997
|
# @type AllowFromCidrs: Array
|
11073
10998
|
|
11074
10999
|
attr_accessor :Enabled, :AllowFromCidrs
|
@@ -11901,10 +11826,8 @@ module TencentCloud
|
|
11901
11826
|
# 修改标签失败的资源
|
11902
11827
|
class FailedResource < TencentCloud::Common::AbstractModel
|
11903
11828
|
# @param Resource: 资源六段式
|
11904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11905
11829
|
# @type Resource: String
|
11906
11830
|
# @param Error: 执行失败的原因
|
11907
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11908
11831
|
# @type Error: String
|
11909
11832
|
|
11910
11833
|
attr_accessor :Resource, :Error
|
@@ -12063,18 +11986,14 @@ module TencentCloud
|
|
12063
11986
|
# GPU相关的参数,包括驱动版本,CUDA版本,cuDNN版本以及是否开启MIG
|
12064
11987
|
class GPUArgs < TencentCloud::Common::AbstractModel
|
12065
11988
|
# @param MIGEnable: 是否启用MIG特性
|
12066
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12067
11989
|
# @type MIGEnable: Boolean
|
12068
11990
|
# @param Driver: GPU驱动版本信息
|
12069
11991
|
# @type Driver: :class:`Tencentcloud::Tke.v20180525.models.DriverVersion`
|
12070
11992
|
# @param CUDA: CUDA版本信息
|
12071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12072
11993
|
# @type CUDA: :class:`Tencentcloud::Tke.v20180525.models.DriverVersion`
|
12073
11994
|
# @param CUDNN: cuDNN版本信息
|
12074
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12075
11995
|
# @type CUDNN: :class:`Tencentcloud::Tke.v20180525.models.CUDNN`
|
12076
11996
|
# @param CustomDriver: 自定义GPU驱动信息
|
12077
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12078
11997
|
# @type CustomDriver: :class:`Tencentcloud::Tke.v20180525.models.CustomDriver`
|
12079
11998
|
|
12080
11999
|
attr_accessor :MIGEnable, :Driver, :CUDA, :CUDNN, :CustomDriver
|
@@ -12223,7 +12142,6 @@ module TencentCloud
|
|
12223
12142
|
# GetTkeAppChartList返回参数结构体
|
12224
12143
|
class GetTkeAppChartListResponse < TencentCloud::Common::AbstractModel
|
12225
12144
|
# @param AppCharts: 所支持的chart列表
|
12226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12227
12145
|
# @type AppCharts: Array
|
12228
12146
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12229
12147
|
# @type RequestId: String
|
@@ -12479,16 +12397,12 @@ module TencentCloud
|
|
12479
12397
|
# 镜像信息
|
12480
12398
|
class ImageInstance < TencentCloud::Common::AbstractModel
|
12481
12399
|
# @param Alias: 镜像别名
|
12482
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12483
12400
|
# @type Alias: String
|
12484
12401
|
# @param OsName: 操作系统名称
|
12485
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12486
12402
|
# @type OsName: String
|
12487
12403
|
# @param ImageId: 镜像ID
|
12488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12489
12404
|
# @type ImageId: String
|
12490
12405
|
# @param OsCustomizeType: 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
|
12491
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12492
12406
|
# @type OsCustomizeType: String
|
12493
12407
|
|
12494
12408
|
attr_accessor :Alias, :OsName, :ImageId, :OsCustomizeType
|
@@ -12667,21 +12581,16 @@ module TencentCloud
|
|
12667
12581
|
# @param InstanceState: 实例的状态(running 运行中,initializing 初始化中,failed 异常)
|
12668
12582
|
# @type InstanceState: String
|
12669
12583
|
# @param DrainStatus: 实例是否封锁状态
|
12670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12671
12584
|
# @type DrainStatus: String
|
12672
12585
|
# @param InstanceAdvancedSettings: 节点配置
|
12673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12674
12586
|
# @type InstanceAdvancedSettings: :class:`Tencentcloud::Tke.v20180525.models.InstanceAdvancedSettings`
|
12675
12587
|
# @param CreatedTime: 添加时间
|
12676
12588
|
# @type CreatedTime: String
|
12677
12589
|
# @param LanIP: 节点内网IP
|
12678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12679
12590
|
# @type LanIP: String
|
12680
12591
|
# @param NodePoolId: 资源池ID
|
12681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12682
12592
|
# @type NodePoolId: String
|
12683
12593
|
# @param AutoscalingGroupId: 自动伸缩组ID
|
12684
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12685
12594
|
# @type AutoscalingGroupId: String
|
12686
12595
|
|
12687
12596
|
attr_accessor :InstanceId, :InstanceRole, :FailedReason, :InstanceState, :DrainStatus, :InstanceAdvancedSettings, :CreatedTime, :LanIP, :NodePoolId, :AutoscalingGroupId
|
@@ -12978,10 +12887,8 @@ module TencentCloud
|
|
12978
12887
|
# pending 还未开始
|
12979
12888
|
# @type LifeState: String
|
12980
12889
|
# @param StartAt: 升级开始时间
|
12981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12982
12890
|
# @type StartAt: String
|
12983
12891
|
# @param EndAt: 升级结束时间
|
12984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12985
12892
|
# @type EndAt: String
|
12986
12893
|
# @param CheckResult: 升级前检查结果
|
12987
12894
|
# @type CheckResult: :class:`Tencentcloud::Tke.v20180525.models.InstanceUpgradePreCheckResult`
|
@@ -14810,10 +14717,8 @@ module TencentCloud
|
|
14810
14717
|
# 节点统计列表
|
14811
14718
|
class NodeCountSummary < TencentCloud::Common::AbstractModel
|
14812
14719
|
# @param ManuallyAdded: 手动管理的节点
|
14813
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14814
14720
|
# @type ManuallyAdded: :class:`Tencentcloud::Tke.v20180525.models.ManuallyAdded`
|
14815
14721
|
# @param AutoscalingAdded: 自动管理的节点
|
14816
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14817
14722
|
# @type AutoscalingAdded: :class:`Tencentcloud::Tke.v20180525.models.AutoscalingAdded`
|
14818
14723
|
|
14819
14724
|
attr_accessor :ManuallyAdded, :AutoscalingAdded
|
@@ -15038,16 +14943,12 @@ module TencentCloud
|
|
15038
14943
|
# NodePool的运行时配置
|
15039
14944
|
class NodePoolRuntime < TencentCloud::Common::AbstractModel
|
15040
14945
|
# @param NodePoolId: 节点池ID
|
15041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15042
14946
|
# @type NodePoolId: String
|
15043
14947
|
# @param RuntimeType: 运行时类型
|
15044
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15045
14948
|
# @type RuntimeType: String
|
15046
14949
|
# @param RuntimeVersion: 运行时版本
|
15047
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15048
14950
|
# @type RuntimeVersion: String
|
15049
14951
|
# @param NodePoolName: 节点池名称
|
15050
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15051
14952
|
# @type NodePoolName: String
|
15052
14953
|
|
15053
14954
|
attr_accessor :NodePoolId, :RuntimeType, :RuntimeVersion, :NodePoolName
|
@@ -15223,13 +15124,10 @@ module TencentCloud
|
|
15223
15124
|
# 可选运行时
|
15224
15125
|
class OptionalRuntimes < TencentCloud::Common::AbstractModel
|
15225
15126
|
# @param RuntimeType: 运行时类型
|
15226
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15227
15127
|
# @type RuntimeType: String
|
15228
15128
|
# @param RuntimeVersions: 运行时版本列表
|
15229
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15230
15129
|
# @type RuntimeVersions: Array
|
15231
15130
|
# @param DefaultVersion: 该类型的默认运行时版本
|
15232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15233
15131
|
# @type DefaultVersion: String
|
15234
15132
|
|
15235
15133
|
attr_accessor :RuntimeType, :RuntimeVersions, :DefaultVersion
|
@@ -15386,16 +15284,12 @@ module TencentCloud
|
|
15386
15284
|
# 某机型可支持的最大 VPC-CNI 模式的 Pod 数量
|
15387
15285
|
class PodLimitsByType < TencentCloud::Common::AbstractModel
|
15388
15286
|
# @param TKERouteENINonStaticIP: TKE共享网卡非固定IP模式可支持的Pod数量
|
15389
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15390
15287
|
# @type TKERouteENINonStaticIP: Integer
|
15391
15288
|
# @param TKERouteENIStaticIP: TKE共享网卡固定IP模式可支持的Pod数量
|
15392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15393
15289
|
# @type TKERouteENIStaticIP: Integer
|
15394
15290
|
# @param TKEDirectENI: TKE独立网卡模式可支持的Pod数量
|
15395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15396
15291
|
# @type TKEDirectENI: Integer
|
15397
15292
|
# @param TKESubENI: TKE中继网卡模式可支持的Pod数量
|
15398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15399
15293
|
# @type TKESubENI: Integer
|
15400
15294
|
|
15401
15295
|
attr_accessor :TKERouteENINonStaticIP, :TKERouteENIStaticIP, :TKEDirectENI, :TKESubENI
|
@@ -15418,16 +15312,12 @@ module TencentCloud
|
|
15418
15312
|
# 机型信息和其可支持的最大VPC-CNI模式Pod数量信息
|
15419
15313
|
class PodLimitsInstance < TencentCloud::Common::AbstractModel
|
15420
15314
|
# @param Zone: 机型所在可用区
|
15421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15422
15315
|
# @type Zone: String
|
15423
15316
|
# @param InstanceFamily: 机型所属机型族
|
15424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15425
15317
|
# @type InstanceFamily: String
|
15426
15318
|
# @param InstanceType: 实例机型名称
|
15427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15428
15319
|
# @type InstanceType: String
|
15429
15320
|
# @param PodLimits: 机型可支持的最大VPC-CNI模式Pod数量信息
|
15430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15431
15321
|
# @type PodLimits: :class:`Tencentcloud::Tke.v20180525.models.PodLimitsByType`
|
15432
15322
|
|
15433
15323
|
attr_accessor :Zone, :InstanceFamily, :InstanceType, :PodLimits
|
@@ -17122,22 +17012,16 @@ module TencentCloud
|
|
17122
17012
|
# @param Namespace: 应用命名空间
|
17123
17013
|
# @type Namespace: String
|
17124
17014
|
# @param Revision: 应用版本
|
17125
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17126
17015
|
# @type Revision: Integer
|
17127
17016
|
# @param Status: 应用状态
|
17128
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17129
17017
|
# @type Status: String
|
17130
17018
|
# @param Chart: 应用制品名称
|
17131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17132
17019
|
# @type Chart: String
|
17133
17020
|
# @param AppVersion: 应用制品版本
|
17134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17135
17021
|
# @type AppVersion: String
|
17136
17022
|
# @param UpdatedTime: 应用更新时间
|
17137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17138
17023
|
# @type UpdatedTime: String
|
17139
17024
|
# @param Description: 应用描述
|
17140
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17141
17025
|
# @type Description: String
|
17142
17026
|
|
17143
17027
|
attr_accessor :Name, :Namespace, :Revision, :Status, :Chart, :AppVersion, :UpdatedTime, :Description
|
@@ -17653,13 +17537,10 @@ module TencentCloud
|
|
17653
17537
|
# @param RouteTableType: 路由表类型。
|
17654
17538
|
# @type RouteTableType: String
|
17655
17539
|
# @param RouteTableCidrBlock: 路由表CIDR。
|
17656
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17657
17540
|
# @type RouteTableCidrBlock: String
|
17658
17541
|
# @param RouteTableName: 路由表名称。
|
17659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17660
17542
|
# @type RouteTableName: String
|
17661
17543
|
# @param RouteTableId: 路由表ID。
|
17662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17663
17544
|
# @type RouteTableId: String
|
17664
17545
|
|
17665
17546
|
attr_accessor :RouteTableType, :RouteTableCidrBlock, :RouteTableName, :RouteTableId
|
@@ -17821,10 +17702,8 @@ module TencentCloud
|
|
17821
17702
|
# 运行时配置
|
17822
17703
|
class RuntimeConfig < TencentCloud::Common::AbstractModel
|
17823
17704
|
# @param RuntimeType: 运行时类型
|
17824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17825
17705
|
# @type RuntimeType: String
|
17826
17706
|
# @param RuntimeVersion: 运行时版本
|
17827
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17828
17707
|
# @type RuntimeVersion: String
|
17829
17708
|
|
17830
17709
|
attr_accessor :RuntimeType, :RuntimeVersion
|
@@ -18085,16 +17964,12 @@ module TencentCloud
|
|
18085
17964
|
# @param Name: 名称
|
18086
17965
|
# @type Name: String
|
18087
17966
|
# @param StartAt: 开始时间
|
18088
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18089
17967
|
# @type StartAt: String
|
18090
17968
|
# @param EndAt: 结束时间
|
18091
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18092
17969
|
# @type EndAt: String
|
18093
17970
|
# @param Status: 当前状态
|
18094
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18095
17971
|
# @type Status: String
|
18096
17972
|
# @param Message: 执行信息
|
18097
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18098
17973
|
# @type Message: String
|
18099
17974
|
|
18100
17975
|
attr_accessor :Name, :StartAt, :EndAt, :Status, :Message
|
@@ -18190,16 +18065,12 @@ module TencentCloud
|
|
18190
18065
|
# @param ClusterId: 集群ID
|
18191
18066
|
# @type ClusterId: String
|
18192
18067
|
# @param Audit: 审计开关的详细信息
|
18193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18194
18068
|
# @type Audit: :class:`Tencentcloud::Tke.v20180525.models.SwitchInfo`
|
18195
18069
|
# @param Event: 事件开关的详细信息
|
18196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18197
18070
|
# @type Event: :class:`Tencentcloud::Tke.v20180525.models.SwitchInfo`
|
18198
18071
|
# @param Log: 普通日志的详细信息
|
18199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18200
18072
|
# @type Log: :class:`Tencentcloud::Tke.v20180525.models.SwitchInfo`
|
18201
18073
|
# @param MasterLog: master 日志详细信息
|
18202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18203
18074
|
# @type MasterLog: :class:`Tencentcloud::Tke.v20180525.models.SwitchInfo`
|
18204
18075
|
|
18205
18076
|
attr_accessor :ClusterId, :Audit, :Event, :Log, :MasterLog
|
@@ -18236,22 +18107,16 @@ module TencentCloud
|
|
18236
18107
|
# 日志开关详细信息
|
18237
18108
|
class SwitchInfo < TencentCloud::Common::AbstractModel
|
18238
18109
|
# @param Enable: 开启标识符 true代表开启
|
18239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18240
18110
|
# @type Enable: Boolean
|
18241
18111
|
# @param LogsetId: CLS日志集ID
|
18242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18243
18112
|
# @type LogsetId: String
|
18244
18113
|
# @param TopicId: CLS日志主题ID
|
18245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18246
18114
|
# @type TopicId: String
|
18247
18115
|
# @param Version: 当前log-agent版本
|
18248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18249
18116
|
# @type Version: String
|
18250
18117
|
# @param UpgradeAble: 是否可升级
|
18251
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18252
18118
|
# @type UpgradeAble: Boolean
|
18253
18119
|
# @param TopicRegion: CLS日志主题所属region
|
18254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18255
18120
|
# @type TopicRegion: String
|
18256
18121
|
|
18257
18122
|
attr_accessor :Enable, :LogsetId, :TopicId, :Version, :UpgradeAble, :TopicRegion
|
@@ -18384,7 +18249,6 @@ module TencentCloud
|
|
18384
18249
|
# 标签描述列表。通过指定该参数可以同时绑定标签到相应的资源实例,当前仅支持绑定标签到云主机实例。
|
18385
18250
|
class TagSpecification < TencentCloud::Common::AbstractModel
|
18386
18251
|
# @param ResourceType: 标签绑定的资源类型,当前支持类型:"cluster"
|
18387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18388
18252
|
# @type ResourceType: String
|
18389
18253
|
# @param Tags: 标签对列表
|
18390
18254
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -18445,13 +18309,10 @@ module TencentCloud
|
|
18445
18309
|
# failed: 步骤失败
|
18446
18310
|
# @type LifeState: String
|
18447
18311
|
# @param StartAt: 步骤开始时间
|
18448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18449
18312
|
# @type StartAt: String
|
18450
18313
|
# @param EndAt: 步骤结束时间
|
18451
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18452
18314
|
# @type EndAt: String
|
18453
18315
|
# @param FailedMsg: 若步骤生命周期为failed,则此字段显示错误信息
|
18454
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18455
18316
|
# @type FailedMsg: String
|
18456
18317
|
|
18457
18318
|
attr_accessor :Step, :LifeState, :StartAt, :EndAt, :FailedMsg
|
@@ -18517,10 +18378,8 @@ module TencentCloud
|
|
18517
18378
|
# 不可用原因
|
18518
18379
|
class UnavailableReason < TencentCloud::Common::AbstractModel
|
18519
18380
|
# @param InstanceId: 实例ID
|
18520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18521
18381
|
# @type InstanceId: String
|
18522
18382
|
# @param Reason: 原因
|
18523
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18524
18383
|
# @type Reason: String
|
18525
18384
|
|
18526
18385
|
attr_accessor :InstanceId, :Reason
|
@@ -19168,7 +19027,6 @@ module TencentCloud
|
|
19168
19027
|
# @param Version: 节点的当前版本
|
19169
19028
|
# @type Version: String
|
19170
19029
|
# @param LatestVersion: 当前版本的最新小版本
|
19171
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19172
19030
|
# @type LatestVersion: String
|
19173
19031
|
# @param RuntimeVersion: RuntimeVersion
|
19174
19032
|
# @type RuntimeVersion: String
|
@@ -19389,13 +19247,10 @@ module TencentCloud
|
|
19389
19247
|
# 版本信息
|
19390
19248
|
class VersionInstance < TencentCloud::Common::AbstractModel
|
19391
19249
|
# @param Name: 版本名称
|
19392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19393
19250
|
# @type Name: String
|
19394
19251
|
# @param Version: 版本信息
|
19395
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19396
19252
|
# @type Version: String
|
19397
19253
|
# @param Remark: Remark
|
19398
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19399
19254
|
# @type Remark: String
|
19400
19255
|
|
19401
19256
|
attr_accessor :Name, :Version, :Remark
|
@@ -19422,7 +19277,6 @@ module TencentCloud
|
|
19422
19277
|
# @param Phase: 虚拟节点状态
|
19423
19278
|
# @type Phase: String
|
19424
19279
|
# @param CreatedTime: 创建时间
|
19425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19426
19280
|
# @type CreatedTime: String
|
19427
19281
|
|
19428
19282
|
attr_accessor :Name, :SubnetId, :Phase, :CreatedTime
|
data/lib/v20220501/models.rb
CHANGED
@@ -901,7 +901,6 @@ module TencentCloud
|
|
901
901
|
# @param RuntimeConfig: 第三方节点Runtime配置
|
902
902
|
# @type RuntimeConfig: :class:`Tencentcloud::Tke.v20220501.models.RuntimeConfig`
|
903
903
|
# @param NodesNum: 节点数
|
904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
905
904
|
# @type NodesNum: Integer
|
906
905
|
|
907
906
|
attr_accessor :RuntimeConfig, :NodesNum
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tke
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1014
|
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-03-
|
11
|
+
date: 2025-03-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|