tencentcloud-sdk-tke 3.0.1012 → 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 -156
- 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
|
@@ -8158,7 +8109,6 @@ module TencentCloud
|
|
8158
8109
|
# DescribeOpenPolicyList返回参数结构体
|
8159
8110
|
class DescribeOpenPolicyListResponse < TencentCloud::Common::AbstractModel
|
8160
8111
|
# @param OpenPolicyInfoList: 策略信息列表
|
8161
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8162
8112
|
# @type OpenPolicyInfoList: Array
|
8163
8113
|
# @param GatekeeperStatus: 集群内是否安装了gatekeeper addon
|
8164
8114
|
# @type GatekeeperStatus: Integer
|
@@ -10689,10 +10639,8 @@ module TencentCloud
|
|
10689
10639
|
# GPU驱动和CUDA的版本信息
|
10690
10640
|
class DriverVersion < TencentCloud::Common::AbstractModel
|
10691
10641
|
# @param Version: GPU驱动或者CUDA的版本
|
10692
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10693
10642
|
# @type Version: String
|
10694
10643
|
# @param Name: GPU驱动或者CUDA的名字
|
10695
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10696
10644
|
# @type Name: String
|
10697
10645
|
|
10698
10646
|
attr_accessor :Version, :Name
|
@@ -10797,19 +10745,14 @@ module TencentCloud
|
|
10797
10745
|
# 边缘容器参数描述
|
10798
10746
|
class EdgeArgsFlag < TencentCloud::Common::AbstractModel
|
10799
10747
|
# @param Name: 参数名
|
10800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10801
10748
|
# @type Name: String
|
10802
10749
|
# @param Type: 参数类型
|
10803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10804
10750
|
# @type Type: String
|
10805
10751
|
# @param Usage: 参数描述
|
10806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10807
10752
|
# @type Usage: String
|
10808
10753
|
# @param Default: 参数默认值
|
10809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10810
10754
|
# @type Default: String
|
10811
10755
|
# @param Constraint: 参数可选范围(目前包含range和in两种,"[]"代表range,如"[1, 5]"表示参数必须>=1且 <=5, "()"代表in, 如"('aa', 'bb')"表示参数只能为字符串'aa'或者'bb',该参数为空表示不校验)
|
10812
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10813
10756
|
# @type Constraint: String
|
10814
10757
|
|
10815
10758
|
attr_accessor :Name, :Type, :Usage, :Default, :Constraint
|
@@ -10834,16 +10777,12 @@ module TencentCloud
|
|
10834
10777
|
# 边缘容器集群可用的自定义参数
|
10835
10778
|
class EdgeAvailableExtraArgs < TencentCloud::Common::AbstractModel
|
10836
10779
|
# @param KubeAPIServer: kube-apiserver可用的自定义参数
|
10837
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10838
10780
|
# @type KubeAPIServer: Array
|
10839
10781
|
# @param KubeControllerManager: kube-controller-manager可用的自定义参数
|
10840
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10841
10782
|
# @type KubeControllerManager: Array
|
10842
10783
|
# @param KubeScheduler: kube-scheduler可用的自定义参数
|
10843
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10844
10784
|
# @type KubeScheduler: Array
|
10845
10785
|
# @param Kubelet: kubelet可用的自定义参数
|
10846
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10847
10786
|
# @type Kubelet: Array
|
10848
10787
|
|
10849
10788
|
attr_accessor :KubeAPIServer, :KubeControllerManager, :KubeScheduler, :Kubelet
|
@@ -10914,22 +10853,16 @@ module TencentCloud
|
|
10914
10853
|
# @param EdgeClusterVersion: 边缘集群版本
|
10915
10854
|
# @type EdgeClusterVersion: String
|
10916
10855
|
# @param MaxNodePodNum: 节点最大Pod数
|
10917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10918
10856
|
# @type MaxNodePodNum: Integer
|
10919
10857
|
# @param ClusterAdvancedSettings: 集群高级设置
|
10920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10921
10858
|
# @type ClusterAdvancedSettings: :class:`Tencentcloud::Tke.v20180525.models.EdgeClusterAdvancedSettings`
|
10922
10859
|
# @param Level: 边缘容器集群级别
|
10923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10924
10860
|
# @type Level: String
|
10925
10861
|
# @param AutoUpgradeClusterLevel: 是否支持自动提升集群配置
|
10926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10927
10862
|
# @type AutoUpgradeClusterLevel: Boolean
|
10928
10863
|
# @param ChargeType: 集群付费模式,支持POSTPAID_BY_HOUR或者PREPAID
|
10929
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10930
10864
|
# @type ChargeType: String
|
10931
10865
|
# @param EdgeVersion: 边缘集群组件的版本
|
10932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10933
10866
|
# @type EdgeVersion: String
|
10934
10867
|
# @param TagSpecification: 集群绑定的云标签
|
10935
10868
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10990,10 +10923,8 @@ module TencentCloud
|
|
10990
10923
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10991
10924
|
# @type ExtraArgs: :class:`Tencentcloud::Tke.v20180525.models.EdgeClusterExtraArgs`
|
10992
10925
|
# @param Runtime: 运行时类型,支持"docker"和"containerd",默认为docker
|
10993
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10994
10926
|
# @type Runtime: String
|
10995
10927
|
# @param ProxyMode: 集群kube-proxy转发模式,支持"iptables"和"ipvs",默认为iptables
|
10996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10997
10928
|
# @type ProxyMode: String
|
10998
10929
|
|
10999
10930
|
attr_accessor :ExtraArgs, :Runtime, :ProxyMode
|
@@ -11017,13 +10948,10 @@ module TencentCloud
|
|
11017
10948
|
# 边缘容器集群master自定义参数
|
11018
10949
|
class EdgeClusterExtraArgs < TencentCloud::Common::AbstractModel
|
11019
10950
|
# @param KubeAPIServer: kube-apiserver自定义参数,参数格式为["k1=v1", "k1=v2"], 例如["max-requests-inflight=500","feature-gates=PodShareProcessNamespace=true,DynamicKubeletConfig=true"]
|
11020
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11021
10951
|
# @type KubeAPIServer: Array
|
11022
10952
|
# @param KubeControllerManager: kube-controller-manager自定义参数
|
11023
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11024
10953
|
# @type KubeControllerManager: Array
|
11025
10954
|
# @param KubeScheduler: kube-scheduler自定义参数
|
11026
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11027
10955
|
# @type KubeScheduler: Array
|
11028
10956
|
|
11029
10957
|
attr_accessor :KubeAPIServer, :KubeControllerManager, :KubeScheduler
|
@@ -11044,10 +10972,8 @@ module TencentCloud
|
|
11044
10972
|
# 边缘计算集群内网访问LB信息
|
11045
10973
|
class EdgeClusterInternalLB < TencentCloud::Common::AbstractModel
|
11046
10974
|
# @param Enabled: 是否开启内网访问LB
|
11047
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11048
10975
|
# @type Enabled: Boolean
|
11049
10976
|
# @param SubnetId: 内网访问LB关联的子网Id
|
11050
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11051
10977
|
# @type SubnetId: Array
|
11052
10978
|
|
11053
10979
|
attr_accessor :Enabled, :SubnetId
|
@@ -11066,10 +10992,8 @@ module TencentCloud
|
|
11066
10992
|
# 边缘计算集群公网访问负载均衡信息
|
11067
10993
|
class EdgeClusterPublicLB < TencentCloud::Common::AbstractModel
|
11068
10994
|
# @param Enabled: 是否开启公网访问LB
|
11069
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11070
10995
|
# @type Enabled: Boolean
|
11071
10996
|
# @param AllowFromCidrs: 允许访问的公网cidr
|
11072
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11073
10997
|
# @type AllowFromCidrs: Array
|
11074
10998
|
|
11075
10999
|
attr_accessor :Enabled, :AllowFromCidrs
|
@@ -11902,10 +11826,8 @@ module TencentCloud
|
|
11902
11826
|
# 修改标签失败的资源
|
11903
11827
|
class FailedResource < TencentCloud::Common::AbstractModel
|
11904
11828
|
# @param Resource: 资源六段式
|
11905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11906
11829
|
# @type Resource: String
|
11907
11830
|
# @param Error: 执行失败的原因
|
11908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11909
11831
|
# @type Error: String
|
11910
11832
|
|
11911
11833
|
attr_accessor :Resource, :Error
|
@@ -12064,18 +11986,14 @@ module TencentCloud
|
|
12064
11986
|
# GPU相关的参数,包括驱动版本,CUDA版本,cuDNN版本以及是否开启MIG
|
12065
11987
|
class GPUArgs < TencentCloud::Common::AbstractModel
|
12066
11988
|
# @param MIGEnable: 是否启用MIG特性
|
12067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12068
11989
|
# @type MIGEnable: Boolean
|
12069
11990
|
# @param Driver: GPU驱动版本信息
|
12070
11991
|
# @type Driver: :class:`Tencentcloud::Tke.v20180525.models.DriverVersion`
|
12071
11992
|
# @param CUDA: CUDA版本信息
|
12072
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12073
11993
|
# @type CUDA: :class:`Tencentcloud::Tke.v20180525.models.DriverVersion`
|
12074
11994
|
# @param CUDNN: cuDNN版本信息
|
12075
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12076
11995
|
# @type CUDNN: :class:`Tencentcloud::Tke.v20180525.models.CUDNN`
|
12077
11996
|
# @param CustomDriver: 自定义GPU驱动信息
|
12078
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12079
11997
|
# @type CustomDriver: :class:`Tencentcloud::Tke.v20180525.models.CustomDriver`
|
12080
11998
|
|
12081
11999
|
attr_accessor :MIGEnable, :Driver, :CUDA, :CUDNN, :CustomDriver
|
@@ -12224,7 +12142,6 @@ module TencentCloud
|
|
12224
12142
|
# GetTkeAppChartList返回参数结构体
|
12225
12143
|
class GetTkeAppChartListResponse < TencentCloud::Common::AbstractModel
|
12226
12144
|
# @param AppCharts: 所支持的chart列表
|
12227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12228
12145
|
# @type AppCharts: Array
|
12229
12146
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12230
12147
|
# @type RequestId: String
|
@@ -12480,16 +12397,12 @@ module TencentCloud
|
|
12480
12397
|
# 镜像信息
|
12481
12398
|
class ImageInstance < TencentCloud::Common::AbstractModel
|
12482
12399
|
# @param Alias: 镜像别名
|
12483
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12484
12400
|
# @type Alias: String
|
12485
12401
|
# @param OsName: 操作系统名称
|
12486
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12487
12402
|
# @type OsName: String
|
12488
12403
|
# @param ImageId: 镜像ID
|
12489
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12490
12404
|
# @type ImageId: String
|
12491
12405
|
# @param OsCustomizeType: 容器的镜像版本,"DOCKER_CUSTOMIZE"(容器定制版),"GENERAL"(普通版本,默认值)
|
12492
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12493
12406
|
# @type OsCustomizeType: String
|
12494
12407
|
|
12495
12408
|
attr_accessor :Alias, :OsName, :ImageId, :OsCustomizeType
|
@@ -12668,21 +12581,16 @@ module TencentCloud
|
|
12668
12581
|
# @param InstanceState: 实例的状态(running 运行中,initializing 初始化中,failed 异常)
|
12669
12582
|
# @type InstanceState: String
|
12670
12583
|
# @param DrainStatus: 实例是否封锁状态
|
12671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12672
12584
|
# @type DrainStatus: String
|
12673
12585
|
# @param InstanceAdvancedSettings: 节点配置
|
12674
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12675
12586
|
# @type InstanceAdvancedSettings: :class:`Tencentcloud::Tke.v20180525.models.InstanceAdvancedSettings`
|
12676
12587
|
# @param CreatedTime: 添加时间
|
12677
12588
|
# @type CreatedTime: String
|
12678
12589
|
# @param LanIP: 节点内网IP
|
12679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12680
12590
|
# @type LanIP: String
|
12681
12591
|
# @param NodePoolId: 资源池ID
|
12682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12683
12592
|
# @type NodePoolId: String
|
12684
12593
|
# @param AutoscalingGroupId: 自动伸缩组ID
|
12685
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12686
12594
|
# @type AutoscalingGroupId: String
|
12687
12595
|
|
12688
12596
|
attr_accessor :InstanceId, :InstanceRole, :FailedReason, :InstanceState, :DrainStatus, :InstanceAdvancedSettings, :CreatedTime, :LanIP, :NodePoolId, :AutoscalingGroupId
|
@@ -12979,10 +12887,8 @@ module TencentCloud
|
|
12979
12887
|
# pending 还未开始
|
12980
12888
|
# @type LifeState: String
|
12981
12889
|
# @param StartAt: 升级开始时间
|
12982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12983
12890
|
# @type StartAt: String
|
12984
12891
|
# @param EndAt: 升级结束时间
|
12985
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12986
12892
|
# @type EndAt: String
|
12987
12893
|
# @param CheckResult: 升级前检查结果
|
12988
12894
|
# @type CheckResult: :class:`Tencentcloud::Tke.v20180525.models.InstanceUpgradePreCheckResult`
|
@@ -14811,10 +14717,8 @@ module TencentCloud
|
|
14811
14717
|
# 节点统计列表
|
14812
14718
|
class NodeCountSummary < TencentCloud::Common::AbstractModel
|
14813
14719
|
# @param ManuallyAdded: 手动管理的节点
|
14814
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14815
14720
|
# @type ManuallyAdded: :class:`Tencentcloud::Tke.v20180525.models.ManuallyAdded`
|
14816
14721
|
# @param AutoscalingAdded: 自动管理的节点
|
14817
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14818
14722
|
# @type AutoscalingAdded: :class:`Tencentcloud::Tke.v20180525.models.AutoscalingAdded`
|
14819
14723
|
|
14820
14724
|
attr_accessor :ManuallyAdded, :AutoscalingAdded
|
@@ -15039,16 +14943,12 @@ module TencentCloud
|
|
15039
14943
|
# NodePool的运行时配置
|
15040
14944
|
class NodePoolRuntime < TencentCloud::Common::AbstractModel
|
15041
14945
|
# @param NodePoolId: 节点池ID
|
15042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15043
14946
|
# @type NodePoolId: String
|
15044
14947
|
# @param RuntimeType: 运行时类型
|
15045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15046
14948
|
# @type RuntimeType: String
|
15047
14949
|
# @param RuntimeVersion: 运行时版本
|
15048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15049
14950
|
# @type RuntimeVersion: String
|
15050
14951
|
# @param NodePoolName: 节点池名称
|
15051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15052
14952
|
# @type NodePoolName: String
|
15053
14953
|
|
15054
14954
|
attr_accessor :NodePoolId, :RuntimeType, :RuntimeVersion, :NodePoolName
|
@@ -15125,31 +15025,22 @@ module TencentCloud
|
|
15125
15025
|
# opa策略信息
|
15126
15026
|
class OpenPolicyInfo < TencentCloud::Common::AbstractModel
|
15127
15027
|
# @param PolicyCategory: 策略分类:cluster集群策略、node节点策略、namespace命名空间策略、configuration配置相关策略、compute计算资源策略、storage存储资源策略、network网络资源策略
|
15128
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15129
15028
|
# @type PolicyCategory: String
|
15130
15029
|
# @param PolicyName: 策略中文名称
|
15131
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15132
15030
|
# @type PolicyName: String
|
15133
15031
|
# @param PolicyDesc: 策略描述
|
15134
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15135
15032
|
# @type PolicyDesc: String
|
15136
15033
|
# @param EnforcementAction: 策略运行模式:dryrun空跑不生效,deny拦截生效
|
15137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15138
15034
|
# @type EnforcementAction: String
|
15139
15035
|
# @param EventNums: 关联的事件数量(最近7d)
|
15140
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15141
15036
|
# @type EventNums: Integer
|
15142
15037
|
# @param Name: 策略英文名称
|
15143
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15144
15038
|
# @type Name: String
|
15145
15039
|
# @param Kind: 策略模板类型
|
15146
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15147
15040
|
# @type Kind: String
|
15148
15041
|
# @param EnabledStatus: 策略开关状态:open打开,close关闭
|
15149
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15150
15042
|
# @type EnabledStatus: String
|
15151
15043
|
# @param ConstraintYamlExample: 策略的实例的yaml示例base64编码
|
15152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15153
15044
|
# @type ConstraintYamlExample: String
|
15154
15045
|
# @param OpenConstraintInfoList: 策略关联的实例列表
|
15155
15046
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -15233,13 +15124,10 @@ module TencentCloud
|
|
15233
15124
|
# 可选运行时
|
15234
15125
|
class OptionalRuntimes < TencentCloud::Common::AbstractModel
|
15235
15126
|
# @param RuntimeType: 运行时类型
|
15236
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15237
15127
|
# @type RuntimeType: String
|
15238
15128
|
# @param RuntimeVersions: 运行时版本列表
|
15239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15240
15129
|
# @type RuntimeVersions: Array
|
15241
15130
|
# @param DefaultVersion: 该类型的默认运行时版本
|
15242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15243
15131
|
# @type DefaultVersion: String
|
15244
15132
|
|
15245
15133
|
attr_accessor :RuntimeType, :RuntimeVersions, :DefaultVersion
|
@@ -15396,16 +15284,12 @@ module TencentCloud
|
|
15396
15284
|
# 某机型可支持的最大 VPC-CNI 模式的 Pod 数量
|
15397
15285
|
class PodLimitsByType < TencentCloud::Common::AbstractModel
|
15398
15286
|
# @param TKERouteENINonStaticIP: TKE共享网卡非固定IP模式可支持的Pod数量
|
15399
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15400
15287
|
# @type TKERouteENINonStaticIP: Integer
|
15401
15288
|
# @param TKERouteENIStaticIP: TKE共享网卡固定IP模式可支持的Pod数量
|
15402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15403
15289
|
# @type TKERouteENIStaticIP: Integer
|
15404
15290
|
# @param TKEDirectENI: TKE独立网卡模式可支持的Pod数量
|
15405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15406
15291
|
# @type TKEDirectENI: Integer
|
15407
15292
|
# @param TKESubENI: TKE中继网卡模式可支持的Pod数量
|
15408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15409
15293
|
# @type TKESubENI: Integer
|
15410
15294
|
|
15411
15295
|
attr_accessor :TKERouteENINonStaticIP, :TKERouteENIStaticIP, :TKEDirectENI, :TKESubENI
|
@@ -15428,16 +15312,12 @@ module TencentCloud
|
|
15428
15312
|
# 机型信息和其可支持的最大VPC-CNI模式Pod数量信息
|
15429
15313
|
class PodLimitsInstance < TencentCloud::Common::AbstractModel
|
15430
15314
|
# @param Zone: 机型所在可用区
|
15431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15432
15315
|
# @type Zone: String
|
15433
15316
|
# @param InstanceFamily: 机型所属机型族
|
15434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15435
15317
|
# @type InstanceFamily: String
|
15436
15318
|
# @param InstanceType: 实例机型名称
|
15437
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15438
15319
|
# @type InstanceType: String
|
15439
15320
|
# @param PodLimits: 机型可支持的最大VPC-CNI模式Pod数量信息
|
15440
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15441
15321
|
# @type PodLimits: :class:`Tencentcloud::Tke.v20180525.models.PodLimitsByType`
|
15442
15322
|
|
15443
15323
|
attr_accessor :Zone, :InstanceFamily, :InstanceType, :PodLimits
|
@@ -17132,22 +17012,16 @@ module TencentCloud
|
|
17132
17012
|
# @param Namespace: 应用命名空间
|
17133
17013
|
# @type Namespace: String
|
17134
17014
|
# @param Revision: 应用版本
|
17135
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17136
17015
|
# @type Revision: Integer
|
17137
17016
|
# @param Status: 应用状态
|
17138
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17139
17017
|
# @type Status: String
|
17140
17018
|
# @param Chart: 应用制品名称
|
17141
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17142
17019
|
# @type Chart: String
|
17143
17020
|
# @param AppVersion: 应用制品版本
|
17144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17145
17021
|
# @type AppVersion: String
|
17146
17022
|
# @param UpdatedTime: 应用更新时间
|
17147
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17148
17023
|
# @type UpdatedTime: String
|
17149
17024
|
# @param Description: 应用描述
|
17150
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17151
17025
|
# @type Description: String
|
17152
17026
|
|
17153
17027
|
attr_accessor :Name, :Namespace, :Revision, :Status, :Chart, :AppVersion, :UpdatedTime, :Description
|
@@ -17663,13 +17537,10 @@ module TencentCloud
|
|
17663
17537
|
# @param RouteTableType: 路由表类型。
|
17664
17538
|
# @type RouteTableType: String
|
17665
17539
|
# @param RouteTableCidrBlock: 路由表CIDR。
|
17666
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17667
17540
|
# @type RouteTableCidrBlock: String
|
17668
17541
|
# @param RouteTableName: 路由表名称。
|
17669
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17670
17542
|
# @type RouteTableName: String
|
17671
17543
|
# @param RouteTableId: 路由表ID。
|
17672
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17673
17544
|
# @type RouteTableId: String
|
17674
17545
|
|
17675
17546
|
attr_accessor :RouteTableType, :RouteTableCidrBlock, :RouteTableName, :RouteTableId
|
@@ -17831,10 +17702,8 @@ module TencentCloud
|
|
17831
17702
|
# 运行时配置
|
17832
17703
|
class RuntimeConfig < TencentCloud::Common::AbstractModel
|
17833
17704
|
# @param RuntimeType: 运行时类型
|
17834
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17835
17705
|
# @type RuntimeType: String
|
17836
17706
|
# @param RuntimeVersion: 运行时版本
|
17837
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17838
17707
|
# @type RuntimeVersion: String
|
17839
17708
|
|
17840
17709
|
attr_accessor :RuntimeType, :RuntimeVersion
|
@@ -18095,16 +17964,12 @@ module TencentCloud
|
|
18095
17964
|
# @param Name: 名称
|
18096
17965
|
# @type Name: String
|
18097
17966
|
# @param StartAt: 开始时间
|
18098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18099
17967
|
# @type StartAt: String
|
18100
17968
|
# @param EndAt: 结束时间
|
18101
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18102
17969
|
# @type EndAt: String
|
18103
17970
|
# @param Status: 当前状态
|
18104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18105
17971
|
# @type Status: String
|
18106
17972
|
# @param Message: 执行信息
|
18107
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18108
17973
|
# @type Message: String
|
18109
17974
|
|
18110
17975
|
attr_accessor :Name, :StartAt, :EndAt, :Status, :Message
|
@@ -18200,16 +18065,12 @@ module TencentCloud
|
|
18200
18065
|
# @param ClusterId: 集群ID
|
18201
18066
|
# @type ClusterId: String
|
18202
18067
|
# @param Audit: 审计开关的详细信息
|
18203
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18204
18068
|
# @type Audit: :class:`Tencentcloud::Tke.v20180525.models.SwitchInfo`
|
18205
18069
|
# @param Event: 事件开关的详细信息
|
18206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18207
18070
|
# @type Event: :class:`Tencentcloud::Tke.v20180525.models.SwitchInfo`
|
18208
18071
|
# @param Log: 普通日志的详细信息
|
18209
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18210
18072
|
# @type Log: :class:`Tencentcloud::Tke.v20180525.models.SwitchInfo`
|
18211
18073
|
# @param MasterLog: master 日志详细信息
|
18212
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18213
18074
|
# @type MasterLog: :class:`Tencentcloud::Tke.v20180525.models.SwitchInfo`
|
18214
18075
|
|
18215
18076
|
attr_accessor :ClusterId, :Audit, :Event, :Log, :MasterLog
|
@@ -18246,22 +18107,16 @@ module TencentCloud
|
|
18246
18107
|
# 日志开关详细信息
|
18247
18108
|
class SwitchInfo < TencentCloud::Common::AbstractModel
|
18248
18109
|
# @param Enable: 开启标识符 true代表开启
|
18249
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18250
18110
|
# @type Enable: Boolean
|
18251
18111
|
# @param LogsetId: CLS日志集ID
|
18252
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18253
18112
|
# @type LogsetId: String
|
18254
18113
|
# @param TopicId: CLS日志主题ID
|
18255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18256
18114
|
# @type TopicId: String
|
18257
18115
|
# @param Version: 当前log-agent版本
|
18258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18259
18116
|
# @type Version: String
|
18260
18117
|
# @param UpgradeAble: 是否可升级
|
18261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18262
18118
|
# @type UpgradeAble: Boolean
|
18263
18119
|
# @param TopicRegion: CLS日志主题所属region
|
18264
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18265
18120
|
# @type TopicRegion: String
|
18266
18121
|
|
18267
18122
|
attr_accessor :Enable, :LogsetId, :TopicId, :Version, :UpgradeAble, :TopicRegion
|
@@ -18394,7 +18249,6 @@ module TencentCloud
|
|
18394
18249
|
# 标签描述列表。通过指定该参数可以同时绑定标签到相应的资源实例,当前仅支持绑定标签到云主机实例。
|
18395
18250
|
class TagSpecification < TencentCloud::Common::AbstractModel
|
18396
18251
|
# @param ResourceType: 标签绑定的资源类型,当前支持类型:"cluster"
|
18397
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18398
18252
|
# @type ResourceType: String
|
18399
18253
|
# @param Tags: 标签对列表
|
18400
18254
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -18455,13 +18309,10 @@ module TencentCloud
|
|
18455
18309
|
# failed: 步骤失败
|
18456
18310
|
# @type LifeState: String
|
18457
18311
|
# @param StartAt: 步骤开始时间
|
18458
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18459
18312
|
# @type StartAt: String
|
18460
18313
|
# @param EndAt: 步骤结束时间
|
18461
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18462
18314
|
# @type EndAt: String
|
18463
18315
|
# @param FailedMsg: 若步骤生命周期为failed,则此字段显示错误信息
|
18464
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18465
18316
|
# @type FailedMsg: String
|
18466
18317
|
|
18467
18318
|
attr_accessor :Step, :LifeState, :StartAt, :EndAt, :FailedMsg
|
@@ -18527,10 +18378,8 @@ module TencentCloud
|
|
18527
18378
|
# 不可用原因
|
18528
18379
|
class UnavailableReason < TencentCloud::Common::AbstractModel
|
18529
18380
|
# @param InstanceId: 实例ID
|
18530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18531
18381
|
# @type InstanceId: String
|
18532
18382
|
# @param Reason: 原因
|
18533
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18534
18383
|
# @type Reason: String
|
18535
18384
|
|
18536
18385
|
attr_accessor :InstanceId, :Reason
|
@@ -19178,7 +19027,6 @@ module TencentCloud
|
|
19178
19027
|
# @param Version: 节点的当前版本
|
19179
19028
|
# @type Version: String
|
19180
19029
|
# @param LatestVersion: 当前版本的最新小版本
|
19181
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19182
19030
|
# @type LatestVersion: String
|
19183
19031
|
# @param RuntimeVersion: RuntimeVersion
|
19184
19032
|
# @type RuntimeVersion: String
|
@@ -19399,13 +19247,10 @@ module TencentCloud
|
|
19399
19247
|
# 版本信息
|
19400
19248
|
class VersionInstance < TencentCloud::Common::AbstractModel
|
19401
19249
|
# @param Name: 版本名称
|
19402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19403
19250
|
# @type Name: String
|
19404
19251
|
# @param Version: 版本信息
|
19405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19406
19252
|
# @type Version: String
|
19407
19253
|
# @param Remark: Remark
|
19408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19409
19254
|
# @type Remark: String
|
19410
19255
|
|
19411
19256
|
attr_accessor :Name, :Version, :Remark
|
@@ -19432,7 +19277,6 @@ module TencentCloud
|
|
19432
19277
|
# @param Phase: 虚拟节点状态
|
19433
19278
|
# @type Phase: String
|
19434
19279
|
# @param CreatedTime: 创建时间
|
19435
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19436
19280
|
# @type CreatedTime: String
|
19437
19281
|
|
19438
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
|