tencentcloud-sdk-tke 3.0.1202 → 3.0.1203

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180525/models.rb +30 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4061758614b5336b5d9481fe40e2f69ea8dd0f6
4
- data.tar.gz: 8dad7bd7ef0d43700cddfe1373ea8c20478eed3a
3
+ metadata.gz: 57aa920793f5224b3e7d78fc5479c947228fadf2
4
+ data.tar.gz: daaff6dcf3ae9f2cf85852ce1244d9131ed2a382
5
5
  SHA512:
6
- metadata.gz: 4e17d220e9c56940f313a6acba62fec2553af836c0d3662d2e980eceb7d5fd8accb61452d4f0f59da283f61fafbe2e70e6d33b7bd570e7271e71f934916ac3df
7
- data.tar.gz: 9b52437c184a400c7cc01d855add116461ef4572f5bb55a6206530d4db7b033e24e7ff72410e229f30630c1c3a914cc2dd91b1e1fcf4a1cc71de2bc009fb94ad
6
+ metadata.gz: 1259501728a2b041a3060792b0f6579d3e8ae166dada606c7bdc2a8d7099db19814fe88ea368522dc7342b1377f3c539f082503fd025cc35388796ad17c1a7c5
7
+ data.tar.gz: 7a029213b892854e8e1ee5c56af5ce18e121612a1a6283b8de6598fc69f2218a5640c0d0ba2f0b6d810ee556a08d404efc448e68d90db03623a418ff4dc9bb27
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1202
1
+ 3.0.1203
@@ -2257,13 +2257,21 @@ module TencentCloud
2257
2257
 
2258
2258
  # CreateClusterMaintenanceWindowAndExclusions请求参数结构体
2259
2259
  class CreateClusterMaintenanceWindowAndExclusionsRequest < TencentCloud::Common::AbstractModel
2260
- # @param ClusterID: 集群ID
2260
+ # @param ClusterID: 集群ID,可以从容器服务集群控制台获取(https://console.cloud.tencent.com/tke2/cluster)。
2261
2261
  # @type ClusterID: String
2262
2262
  # @param MaintenanceTime: 维护开始时间
2263
2263
  # @type MaintenanceTime: String
2264
2264
  # @param Duration: 维护时长(小时)
2265
2265
  # @type Duration: Integer
2266
- # @param DayOfWeek: 维护周期(一周中的哪几天)
2266
+ # @param DayOfWeek: 维护周期(一周中的哪几天),支持的参数值如下:
2267
+
2268
+ # - MO:周一
2269
+ # - TU:周二
2270
+ # - WE:周三
2271
+ # - TH:周四
2272
+ # - FR:周五
2273
+ # - SA:周六
2274
+ # - SU:周日
2267
2275
  # @type DayOfWeek: Array
2268
2276
  # @param Exclusions: 维护排除项
2269
2277
  # @type Exclusions: Array
@@ -4499,7 +4507,7 @@ module TencentCloud
4499
4507
 
4500
4508
  # DeleteClusterMaintenanceWindowAndExclusion请求参数结构体
4501
4509
  class DeleteClusterMaintenanceWindowAndExclusionRequest < TencentCloud::Common::AbstractModel
4502
- # @param ClusterID: 集群ID
4510
+ # @param ClusterID: 集群ID,可以从容器服务控制台计划升级功能集群维护窗口页面获取(https://console.cloud.tencent.com/tke2/upgrade-plan)。
4503
4511
  # @type ClusterID: String
4504
4512
 
4505
4513
  attr_accessor :ClusterID
@@ -15321,7 +15329,15 @@ module TencentCloud
15321
15329
  # @type MaintenanceTime: String
15322
15330
  # @param Duration: 维护时长(小时)
15323
15331
  # @type Duration: Integer
15324
- # @param DayOfWeek: 维护周期(一周中的哪几天)
15332
+ # @param DayOfWeek: 维护周期(一周中的哪几天),支持的参数值如下:
15333
+
15334
+ # - MO:周一
15335
+ # - TU:周二
15336
+ # - WE:周三
15337
+ # - TH:周四
15338
+ # - FR:周五
15339
+ # - SA:周六
15340
+ # - SU:周日
15325
15341
  # @type DayOfWeek: Array
15326
15342
  # @param Exclusions: 维护排除项
15327
15343
  # @type Exclusions: Array
@@ -15512,9 +15528,11 @@ module TencentCloud
15512
15528
 
15513
15529
  # ModifyClusterRollOutSequenceTags请求参数结构体
15514
15530
  class ModifyClusterRollOutSequenceTagsRequest < TencentCloud::Common::AbstractModel
15515
- # @param ClusterID: 集群ID
15531
+ # @param ClusterID: 集群ID,可以从容器服务集群控制台获取(https://console.cloud.tencent.com/tke2/cluster)。
15516
15532
  # @type ClusterID: String
15517
- # @param Tags: 集群发布序列标签(为空时表示移除集群标签)
15533
+ # @param Tags: 集群发布序列标签(为空时表示移除集群标签)。支持以下集群标签:
15534
+ # - 标签键:"Env",支持的标签值:["Test","Pre-Production","Production"]
15535
+ # - 标签键:"Protection-Level",支持的标签值:["Low","Medium","High"]
15518
15536
  # @type Tags: Array
15519
15537
 
15520
15538
  attr_accessor :ClusterID, :Tags
@@ -21398,6 +21416,8 @@ module TencentCloud
21398
21416
  # @type ClusterID: String
21399
21417
  # @param ClusterName: 集群名称
21400
21418
  # @type ClusterName: String
21419
+ # @param Region: 集群地域
21420
+ # @type Region: String
21401
21421
  # @param PlanedStartAt: 预计开始时间
21402
21422
  # @type PlanedStartAt: String
21403
21423
  # @param UpgradeStartAt: 升级开始时间
@@ -21409,12 +21429,13 @@ module TencentCloud
21409
21429
  # @param Reason: 原因
21410
21430
  # @type Reason: String
21411
21431
 
21412
- attr_accessor :ID, :ClusterID, :ClusterName, :PlanedStartAt, :UpgradeStartAt, :UpgradeEndAt, :Status, :Reason
21432
+ attr_accessor :ID, :ClusterID, :ClusterName, :Region, :PlanedStartAt, :UpgradeStartAt, :UpgradeEndAt, :Status, :Reason
21413
21433
 
21414
- def initialize(id=nil, clusterid=nil, clustername=nil, planedstartat=nil, upgradestartat=nil, upgradeendat=nil, status=nil, reason=nil)
21434
+ def initialize(id=nil, clusterid=nil, clustername=nil, region=nil, planedstartat=nil, upgradestartat=nil, upgradeendat=nil, status=nil, reason=nil)
21415
21435
  @ID = id
21416
21436
  @ClusterID = clusterid
21417
21437
  @ClusterName = clustername
21438
+ @Region = region
21418
21439
  @PlanedStartAt = planedstartat
21419
21440
  @UpgradeStartAt = upgradestartat
21420
21441
  @UpgradeEndAt = upgradeendat
@@ -21426,6 +21447,7 @@ module TencentCloud
21426
21447
  @ID = params['ID']
21427
21448
  @ClusterID = params['ClusterID']
21428
21449
  @ClusterName = params['ClusterName']
21450
+ @Region = params['Region']
21429
21451
  @PlanedStartAt = params['PlanedStartAt']
21430
21452
  @UpgradeStartAt = params['UpgradeStartAt']
21431
21453
  @UpgradeEndAt = params['UpgradeEndAt']
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.1202
4
+ version: 3.0.1203
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-01-14 00:00:00.000000000 Z
11
+ date: 2026-01-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common