tencentcloud-sdk-tke 3.0.1097 → 3.0.1098
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 +23 -23
- 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: bf491c418755fcbba4ff06453b5b8fe539616f8c
|
4
|
+
data.tar.gz: a00e2764b90bc6b3349c62fbefb922cf7f1c6d02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7956b4cd94e2d1971c43d8da7f33b7dadc61004e1293c207f61610e8c28edce135926fe653842750dc771fe9256b7424e9e33a6c01ade57732e9d917e38a05d6
|
7
|
+
data.tar.gz: 9b3f48fb47525a85a4a13f48c2c393446b5e865b52e02bc36e6f6de788467cf243d21358ba1affc924e6e0200326ae3b31e8c0e82c04f12fda38daa8c32906ca
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1098
|
data/lib/v20180525/models.rb
CHANGED
@@ -3631,7 +3631,7 @@ module TencentCloud
|
|
3631
3631
|
# @type InstanceCount: Integer
|
3632
3632
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。
|
3633
3633
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Tke.v20180525.models.InstanceChargePrepaid`
|
3634
|
-
# @param InstanceName:
|
3634
|
+
# @param InstanceName: 预留券名称,名称不得超过60个字符。
|
3635
3635
|
# @type InstanceName: String
|
3636
3636
|
# @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
|
3637
3637
|
# @type ClientToken: String
|
@@ -4980,7 +4980,7 @@ module TencentCloud
|
|
4980
4980
|
|
4981
4981
|
# DeleteReservedInstances请求参数结构体
|
4982
4982
|
class DeleteReservedInstancesRequest < TencentCloud::Common::AbstractModel
|
4983
|
-
# @param ReservedInstanceIds: 预留券实例ID
|
4983
|
+
# @param ReservedInstanceIds: 预留券实例ID。可通过 [DescribeReservedInstances](https://cloud.tencent.com/document/product/457/99162) 接口返回值中的ReservedInstanceId获取。
|
4984
4984
|
# @type ReservedInstanceIds: Array
|
4985
4985
|
|
4986
4986
|
attr_accessor :ReservedInstanceIds
|
@@ -8235,13 +8235,13 @@ module TencentCloud
|
|
8235
8235
|
|
8236
8236
|
# DescribePodChargeInfo请求参数结构体
|
8237
8237
|
class DescribePodChargeInfoRequest < TencentCloud::Common::AbstractModel
|
8238
|
-
# @param ClusterId: 集群ID
|
8238
|
+
# @param ClusterId: 集群 ID。TKE 集群可通过 [DescribeClusters](https://cloud.tencent.com/document/api/457/31862) 接口返回值中的ClusterId获取。
|
8239
8239
|
# @type ClusterId: String
|
8240
8240
|
# @param Namespace: 命名空间
|
8241
8241
|
# @type Namespace: String
|
8242
8242
|
# @param Name: Pod名称
|
8243
8243
|
# @type Name: String
|
8244
|
-
# @param Uids: Pod的Uid
|
8244
|
+
# @param Uids: Pod的Uid,可以通过Uids 来批量查询,也可以通过 Namespace 和 Name 来查询某个 Pod 的计费信息。Uids 不传时,Namespace 和 Name 必须同时传。
|
8245
8245
|
# @type Uids: Array
|
8246
8246
|
|
8247
8247
|
attr_accessor :ClusterId, :Namespace, :Name, :Uids
|
@@ -8294,7 +8294,7 @@ module TencentCloud
|
|
8294
8294
|
# @type Zone: String
|
8295
8295
|
# @param ClusterId: 集群 ID
|
8296
8296
|
# @type ClusterId: String
|
8297
|
-
# @param NodeName:
|
8297
|
+
# @param NodeName: 节点 ID
|
8298
8298
|
# @type NodeName: String
|
8299
8299
|
|
8300
8300
|
attr_accessor :Zone, :ClusterId, :NodeName
|
@@ -8343,15 +8343,15 @@ module TencentCloud
|
|
8343
8343
|
class DescribePodsBySpecRequest < TencentCloud::Common::AbstractModel
|
8344
8344
|
# @param Cpu: 核数
|
8345
8345
|
# @type Cpu: Float
|
8346
|
-
# @param Memory:
|
8346
|
+
# @param Memory: 内存,单位:GiB
|
8347
8347
|
# @type Memory: Float
|
8348
|
-
# @param GpuNum: 卡数,有0.25、0.5、1、2、4
|
8348
|
+
# @param GpuNum: 卡数,有0.25、0.5、1、2、4和8
|
8349
8349
|
# @type GpuNum: String
|
8350
8350
|
# @param Zone: 可用区
|
8351
8351
|
# @type Zone: String
|
8352
8352
|
# @param ClusterId: 集群 ID
|
8353
8353
|
# @type ClusterId: String
|
8354
|
-
# @param NodeName:
|
8354
|
+
# @param NodeName: 节点 ID
|
8355
8355
|
# @type NodeName: String
|
8356
8356
|
# @param Offset: 偏移量,默认0。
|
8357
8357
|
# @type Offset: Integer
|
@@ -9780,7 +9780,7 @@ module TencentCloud
|
|
9780
9780
|
# @type Zone: String
|
9781
9781
|
# @param ClusterId: 集群 ID
|
9782
9782
|
# @type ClusterId: String
|
9783
|
-
# @param NodeName:
|
9783
|
+
# @param NodeName: 节点 ID
|
9784
9784
|
# @type NodeName: String
|
9785
9785
|
|
9786
9786
|
attr_accessor :Zone, :ClusterId, :NodeName
|
@@ -9840,7 +9840,7 @@ module TencentCloud
|
|
9840
9840
|
# @param Limit: 返回数量,默认为20,最大值为100。
|
9841
9841
|
# @type Limit: Integer
|
9842
9842
|
# @param Filters: status
|
9843
|
-
# 按照**【状态**】进行过滤。状态:Creating
|
9843
|
+
# 按照**【状态**】进行过滤。状态:Creating:创建中、Active:生效中、Expired:已过期、Refunded:已退还。
|
9844
9844
|
# 类型:String
|
9845
9845
|
# 必选:否
|
9846
9846
|
|
@@ -12759,7 +12759,7 @@ module TencentCloud
|
|
12759
12759
|
|
12760
12760
|
# 包年包月配置
|
12761
12761
|
class InstanceChargePrepaid < TencentCloud::Common::AbstractModel
|
12762
|
-
# @param Period: 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36
|
12762
|
+
# @param Period: 购买实例的时长,单位:月。取值范围:1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 24, 36。
|
12763
12763
|
# @type Period: Integer
|
12764
12764
|
# @param RenewFlag: 自动续费标识。取值范围:
|
12765
12765
|
# NOTIFY_AND_AUTO_RENEW:通知过期且自动续费
|
@@ -14702,7 +14702,7 @@ module TencentCloud
|
|
14702
14702
|
|
14703
14703
|
# ModifyReservedInstanceScope请求参数结构体
|
14704
14704
|
class ModifyReservedInstanceScopeRequest < TencentCloud::Common::AbstractModel
|
14705
|
-
# @param ReservedInstanceIds:
|
14705
|
+
# @param ReservedInstanceIds: 预留券实例ID。可通过 [DescribeReservedInstances](https://cloud.tencent.com/document/product/457/99162) 接口返回值中的ReservedInstanceId获取。
|
14706
14706
|
# @type ReservedInstanceIds: Array
|
14707
14707
|
# @param ReservedInstanceScope: 预留券抵扣范围信息
|
14708
14708
|
# @type ReservedInstanceScope: :class:`Tencentcloud::Tke.v20180525.models.ReservedInstanceScope`
|
@@ -15328,9 +15328,9 @@ module TencentCloud
|
|
15328
15328
|
class PodDeductionRate < TencentCloud::Common::AbstractModel
|
15329
15329
|
# @param Cpu: Pod的 CPU
|
15330
15330
|
# @type Cpu: Float
|
15331
|
-
# @param Memory: Pod
|
15331
|
+
# @param Memory: Pod 的内存,单位:GiB
|
15332
15332
|
# @type Memory: Float
|
15333
|
-
# @param Type: Pod
|
15333
|
+
# @param Type: Pod 的类型, intel,amd,windows-common,windows-amd,sa4,sa5,s7,s8,t4,v100,l20,l40,a10\*gnv4,a10\*gnv4v,a10\*pnv4
|
15334
15334
|
# @type Type: String
|
15335
15335
|
# @param GpuNum: Pod 的 GPU 卡数,Pod 类型为 GPU 时有效。
|
15336
15336
|
# @type GpuNum: String
|
@@ -15423,7 +15423,7 @@ module TencentCloud
|
|
15423
15423
|
class PodNodeInfo < TencentCloud::Common::AbstractModel
|
15424
15424
|
# @param ClusterId: 集群 ID
|
15425
15425
|
# @type ClusterId: String
|
15426
|
-
# @param NodeName:
|
15426
|
+
# @param NodeName: 节点 ID
|
15427
15427
|
# @type NodeName: String
|
15428
15428
|
# @param Zone: 可用区
|
15429
15429
|
# @type Zone: String
|
@@ -16867,7 +16867,7 @@ module TencentCloud
|
|
16867
16867
|
# @type Name: String
|
16868
16868
|
# @param Namespace: Pod的命名空间
|
16869
16869
|
# @type Namespace: String
|
16870
|
-
# @param Kind:
|
16870
|
+
# @param Kind: 工作负载类型,如 deployment、statefulset和pod等。
|
16871
16871
|
# @type Kind: String
|
16872
16872
|
# @param KindName: 工作负载名称
|
16873
16873
|
# @type KindName: String
|
@@ -17185,7 +17185,7 @@ module TencentCloud
|
|
17185
17185
|
|
17186
17186
|
# RenewReservedInstances请求参数结构体
|
17187
17187
|
class RenewReservedInstancesRequest < TencentCloud::Common::AbstractModel
|
17188
|
-
# @param ReservedInstanceIds: 预留券实例ID
|
17188
|
+
# @param ReservedInstanceIds: 预留券实例ID。可通过 [DescribeReservedInstances](https://cloud.tencent.com/document/product/457/99162) 接口返回值中的ReservedInstanceId获取,每次请求实例的上限为100。
|
17189
17189
|
# @type ReservedInstanceIds: Array
|
17190
17190
|
# @param InstanceChargePrepaid: 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的续费时长、是否设置自动续费等属性。
|
17191
17191
|
# @type InstanceChargePrepaid: :class:`Tencentcloud::Tke.v20180525.models.InstanceChargePrepaid`
|
@@ -17258,7 +17258,7 @@ module TencentCloud
|
|
17258
17258
|
# @type ClusterId: String
|
17259
17259
|
# @param NodeName: 节点名称
|
17260
17260
|
# @type NodeName: String
|
17261
|
-
# @param DeductStatus: 上个周期预留券的抵扣状态,Deduct
|
17261
|
+
# @param DeductStatus: 上个周期预留券的抵扣状态,Deduct:已抵扣、NotDeduct:未抵扣
|
17262
17262
|
# @type DeductStatus: String
|
17263
17263
|
|
17264
17264
|
attr_accessor :ReservedInstanceId, :ReservedInstanceName, :Status, :TimeSpan, :ResourceType, :Cpu, :Memory, :Scope, :CreatedAt, :ActiveAt, :ExpireAt, :GpuCount, :AutoRenewFlag, :ClusterId, :NodeName, :DeductStatus
|
@@ -17310,7 +17310,7 @@ module TencentCloud
|
|
17310
17310
|
# @type Zone: String
|
17311
17311
|
# @param ClusterId: 集群 ID
|
17312
17312
|
# @type ClusterId: String
|
17313
|
-
# @param NodeName:
|
17313
|
+
# @param NodeName: 节点 ID
|
17314
17314
|
# @type NodeName: String
|
17315
17315
|
|
17316
17316
|
attr_accessor :Scope, :Zone, :ClusterId, :NodeName
|
@@ -17336,7 +17336,7 @@ module TencentCloud
|
|
17336
17336
|
# @type Type: String
|
17337
17337
|
# @param Cpu: 核数
|
17338
17338
|
# @type Cpu: Float
|
17339
|
-
# @param Memory:
|
17339
|
+
# @param Memory: 内存,单位:GiB
|
17340
17340
|
# @type Memory: Float
|
17341
17341
|
# @param Gpu: GPU卡数,当Type为GPU类型时设置。
|
17342
17342
|
# @type Gpu: Float
|
@@ -17366,9 +17366,9 @@ module TencentCloud
|
|
17366
17366
|
# @type Num: Integer
|
17367
17367
|
# @param CPU: 核数
|
17368
17368
|
# @type CPU: Float
|
17369
|
-
# @param Memory:
|
17369
|
+
# @param Memory: 内存,单位:GiB
|
17370
17370
|
# @type Memory: Float
|
17371
|
-
# @param Type:
|
17371
|
+
# @param Type: 预留券类型, common:CPU通用,amd:AMD专用,windows-common: Windows容器 CPU通用,windows-amd:Windows容器 AMD专用,sa4,sa5,s7,s8,t4,v100,l20,l40,a10\*gnv4,a10\*gnv4v,a10\*pnv4
|
17372
17372
|
# @type Type: String
|
17373
17373
|
# @param GpuNum: GPU 卡数
|
17374
17374
|
# @type GpuNum: String
|
@@ -17376,7 +17376,7 @@ module TencentCloud
|
|
17376
17376
|
# @type Zone: String
|
17377
17377
|
# @param ClusterId: 集群 ID
|
17378
17378
|
# @type ClusterId: String
|
17379
|
-
# @param NodeName:
|
17379
|
+
# @param NodeName: 节点 ID
|
17380
17380
|
# @type NodeName: String
|
17381
17381
|
# @param PodNum: Pod 数量
|
17382
17382
|
# @type PodNum: Integer
|
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.1098
|
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-07-
|
11
|
+
date: 2025-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|