tencentcloud-sdk-tke 3.0.1153 → 3.0.1154

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5e7e69ab756724e9b418d11e7ab2e712a43690c
4
- data.tar.gz: 2c17d8a3a0ec70256821919024522ad66e3bf439
3
+ metadata.gz: 13480e788107fea19f61282fcc5df02315d8e229
4
+ data.tar.gz: 66e17ac56b9119107371fa559c1a9e78fe6d4418
5
5
  SHA512:
6
- metadata.gz: bdf13d7d8c2a6f7551d91891453fe0308e89716f8688804bd2563331d2cb782c79be501350f7d3ab84be2c7b5c57fcec34197da82594269c1479f37ad2fbdfae
7
- data.tar.gz: 1533eb233fcc5ec56e51040cb2a9d8342f4ffb886f7338ecb48bb0a7dda641fe2cf9193e90aab36725fbea84c10cc8133a3151e7c873c7950e3947da65eb60ec
6
+ metadata.gz: fb2c4dbed2172524b0624e005b28b4d3c9b37e03b43f252e4ba536aa4771f358ad7063d91f74f7339b3eccc2cb8799ccca9b943cfe5146280ceaadf20b629246
7
+ data.tar.gz: ed24912928043373f7935fc82a8e0acc0afc0ed8a0bbca69c0bd8caf1ec6a0da0b6c44f2d5fbc2c482c69077878419a8d7fce19bb68d2137e7ab7a30e3907df4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1153
1
+ 3.0.1154
@@ -3665,15 +3665,19 @@ module TencentCloud
3665
3665
  # @type InstanceName: String
3666
3666
  # @param ClientToken: 用于保证请求幂等性的字符串。该字符串由客户生成,需保证不同请求之间唯一,最大值不超过64个ASCII字符。若不指定该参数,则无法保证请求的幂等性。
3667
3667
  # @type ClientToken: String
3668
+ # @param DryRun: 是否只预检此次请求。
3669
+ # true:只预检,不会创建实例。默认值为:false。
3670
+ # @type DryRun: Boolean
3668
3671
 
3669
- attr_accessor :ReservedInstanceSpec, :InstanceCount, :InstanceChargePrepaid, :InstanceName, :ClientToken
3672
+ attr_accessor :ReservedInstanceSpec, :InstanceCount, :InstanceChargePrepaid, :InstanceName, :ClientToken, :DryRun
3670
3673
 
3671
- def initialize(reservedinstancespec=nil, instancecount=nil, instancechargeprepaid=nil, instancename=nil, clienttoken=nil)
3674
+ def initialize(reservedinstancespec=nil, instancecount=nil, instancechargeprepaid=nil, instancename=nil, clienttoken=nil, dryrun=nil)
3672
3675
  @ReservedInstanceSpec = reservedinstancespec
3673
3676
  @InstanceCount = instancecount
3674
3677
  @InstanceChargePrepaid = instancechargeprepaid
3675
3678
  @InstanceName = instancename
3676
3679
  @ClientToken = clienttoken
3680
+ @DryRun = dryrun
3677
3681
  end
3678
3682
 
3679
3683
  def deserialize(params)
@@ -3688,6 +3692,7 @@ module TencentCloud
3688
3692
  end
3689
3693
  @InstanceName = params['InstanceName']
3690
3694
  @ClientToken = params['ClientToken']
3695
+ @DryRun = params['DryRun']
3691
3696
  end
3692
3697
  end
3693
3698
 
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.1153
4
+ version: 3.0.1154
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-10-15 00:00:00.000000000 Z
11
+ date: 2025-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common