tencentcloud-sdk-tke 3.0.602 → 3.0.603
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 +10 -1
- 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: 7587d90f2e5dd322b1d2ad00979a03643a561876
|
|
4
|
+
data.tar.gz: 4f0b52cc262c7ca59e1a9d2eecdf653815c52700
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d78af5116fcc9e4a02b13a9eba9f77a7e467caa1d332748416023d6c5600afd3da3b5fcb166df230b988ce0a899faf81bddf7bb220bf6b0d5f0942ea54782c5f
|
|
7
|
+
data.tar.gz: 2cf52fc8cca719b6a840ed094d7e31c83dc1be6fd006a97d362756b9fa40d07b5c2b39393559e6fd8821ea70e7cf344c57b68d82685ab2f28ff3bbb9e565de66
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.603
|
data/lib/v20180525/models.rb
CHANGED
|
@@ -11799,12 +11799,21 @@ module TencentCloud
|
|
|
11799
11799
|
|
|
11800
11800
|
# kms加密参数
|
|
11801
11801
|
class KMSConfiguration < TencentCloud::Common::AbstractModel
|
|
11802
|
+
# @param KeyId: kms id
|
|
11803
|
+
# @type KeyId: String
|
|
11804
|
+
# @param KmsRegion: kms 地域
|
|
11805
|
+
# @type KmsRegion: String
|
|
11802
11806
|
|
|
11807
|
+
attr_accessor :KeyId, :KmsRegion
|
|
11803
11808
|
|
|
11804
|
-
def initialize()
|
|
11809
|
+
def initialize(keyid=nil, kmsregion=nil)
|
|
11810
|
+
@KeyId = keyid
|
|
11811
|
+
@KmsRegion = kmsregion
|
|
11805
11812
|
end
|
|
11806
11813
|
|
|
11807
11814
|
def deserialize(params)
|
|
11815
|
+
@KeyId = params['KeyId']
|
|
11816
|
+
@KmsRegion = params['KmsRegion']
|
|
11808
11817
|
end
|
|
11809
11818
|
end
|
|
11810
11819
|
|
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.603
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|