tencentcloud-sdk-tke 3.0.849 → 3.0.851
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180525/models.rb +6 -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: caaf00c2cff9f55d6eaf66a48d11cea01ecf81d2
|
4
|
+
data.tar.gz: 1e674b49015bafc865125aef915e56a979ef2be0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0185e11d669e756bb943a50706c1c67d46f26d46c35aa1ab1e6d79f26719f9559985dd9a0d886403ec249faabc284033560731fa6f14cdc1b4ce23b5a69e119
|
7
|
+
data.tar.gz: dbcd4eea844b02c805cf8694f2ab3656f6f041ec9ff5eb307b1ab1649048e9e23b13bc11583a501c76bfa687bd4cd5146d02d46434cc8d9b421864b8e018457f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.851
|
data/lib/v20180525/models.rb
CHANGED
@@ -15064,19 +15064,23 @@ module TencentCloud
|
|
15064
15064
|
# @type ClusterId: String
|
15065
15065
|
# @param Describe: 备注
|
15066
15066
|
# @type Describe: String
|
15067
|
+
# @param Region: 集群所在地域
|
15068
|
+
# @type Region: String
|
15067
15069
|
|
15068
|
-
attr_accessor :ClusterType, :ClusterId, :Describe
|
15070
|
+
attr_accessor :ClusterType, :ClusterId, :Describe, :Region
|
15069
15071
|
|
15070
|
-
def initialize(clustertype=nil, clusterid=nil, describe=nil)
|
15072
|
+
def initialize(clustertype=nil, clusterid=nil, describe=nil, region=nil)
|
15071
15073
|
@ClusterType = clustertype
|
15072
15074
|
@ClusterId = clusterid
|
15073
15075
|
@Describe = describe
|
15076
|
+
@Region = region
|
15074
15077
|
end
|
15075
15078
|
|
15076
15079
|
def deserialize(params)
|
15077
15080
|
@ClusterType = params['ClusterType']
|
15078
15081
|
@ClusterId = params['ClusterId']
|
15079
15082
|
@Describe = params['Describe']
|
15083
|
+
@Region = params['Region']
|
15080
15084
|
end
|
15081
15085
|
end
|
15082
15086
|
|
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.851
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-06-
|
11
|
+
date: 2024-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|