tencentcloud-sdk-tse 1.0.256 → 1.0.260

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/v20201207/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 524637cc2b380dfd05cc5f9f2e315d83ac3b7569
4
- data.tar.gz: c612bb7433830b9befc534e196604c2b2356ddde
3
+ metadata.gz: e79df0ef16b983791787bb0790e616d0d67e52bb
4
+ data.tar.gz: afe76f91adfd93fc863e2e3eacc0b8e30ac4845c
5
5
  SHA512:
6
- metadata.gz: e36b3a2add5e177e6dcf542b894bbb2056f28c109f4049601641bbef3490dc12e1682ae44980a119424333e94548f2a42f31b6a69a28541185a7faf1d49489cb
7
- data.tar.gz: a2174900e8951f4a7a015cb9bbcc68c7b9b333091eb95957f0791da5904b2e1893cbdb7e23e599f1857d484be036a609a4c318eebfc801895a1863f7f75e7cc5
6
+ metadata.gz: d81485904d161d22dc53a8a0cb02baf4b0cf04682c437bc66c82b1a5bc199926b6ae971c4aac3801bbbe7f95b3329b09b887b368054ec93ffd3e98552f5f954c
7
+ data.tar.gz: 57bdd29109a94f7080940ba442a951f8a62e7bcc3bcbf8cee85d8e17bd953f860a563198d4e1c980bcd39d5720b28c4fc86488ef3a3c53cce86fcd906c9410f4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.256
1
+ 1.0.260
@@ -447,13 +447,19 @@ module TencentCloud
447
447
  # @type BoundK8SInfos: Array
448
448
  # @param VpcInfos: 服务治理引擎绑定的网络信息
449
449
  # @type VpcInfos: Array
450
+ # @param AuthOpen: 当前实例鉴权是否开启
451
+ # @type AuthOpen: Boolean
452
+ # @param Features: 该实例支持的功能,鉴权就是 Auth
453
+ # @type Features: Array
450
454
 
451
- attr_accessor :EngineRegion, :BoundK8SInfos, :VpcInfos
455
+ attr_accessor :EngineRegion, :BoundK8SInfos, :VpcInfos, :AuthOpen, :Features
452
456
 
453
- def initialize(engineregion=nil, boundk8sinfos=nil, vpcinfos=nil)
457
+ def initialize(engineregion=nil, boundk8sinfos=nil, vpcinfos=nil, authopen=nil, features=nil)
454
458
  @EngineRegion = engineregion
455
459
  @BoundK8SInfos = boundk8sinfos
456
460
  @VpcInfos = vpcinfos
461
+ @AuthOpen = authopen
462
+ @Features = features
457
463
  end
458
464
 
459
465
  def deserialize(params)
@@ -474,6 +480,8 @@ module TencentCloud
474
480
  @VpcInfos << vpcinfo_tmp
475
481
  end
476
482
  end
483
+ @AuthOpen = params['AuthOpen']
484
+ @Features = params['Features']
477
485
  end
478
486
  end
479
487
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tse
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.256
4
+ version: 1.0.260
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-15 00:00:00.000000000 Z
11
+ date: 2022-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common