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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180525/models.rb +7 -2
- 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: 13480e788107fea19f61282fcc5df02315d8e229
|
4
|
+
data.tar.gz: 66e17ac56b9119107371fa559c1a9e78fe6d4418
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fb2c4dbed2172524b0624e005b28b4d3c9b37e03b43f252e4ba536aa4771f358ad7063d91f74f7339b3eccc2cb8799ccca9b943cfe5146280ceaadf20b629246
|
7
|
+
data.tar.gz: ed24912928043373f7935fc82a8e0acc0afc0ed8a0bbca69c0bd8caf1ec6a0da0b6c44f2d5fbc2c482c69077878419a8d7fce19bb68d2137e7ab7a30e3907df4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1154
|
data/lib/v20180525/models.rb
CHANGED
@@ -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.
|
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-
|
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
|