tencentcloud-sdk-tke 3.0.404 → 3.0.407

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b157009b7f3c6f1bcb8732fe843d4f364ffbff5
4
- data.tar.gz: 5ed381b6032d080d18976c27699d9687be5f9fb9
3
+ metadata.gz: d231d9cfde091532ac3169b1aa777aefc0add482
4
+ data.tar.gz: 47a7114caa08aa004a8d43437ed05c70957cb4f0
5
5
  SHA512:
6
- metadata.gz: 3f80f81baaf4a84b0b28c48ccc457e5439b05058ee7baf493f00ce56b6559456c0776c091028fc2a26c62942bc74719a938ab2cd3057453f20c59a65043457d0
7
- data.tar.gz: 562ec2dd55ea88da74b806b61e0914dd8954548242f5b4a7579f8c59d5d6d88577b84c508f1bb0b2ea3028a8e3cadff2c83af85e366f37d4fdfc77cb45f78bf8
6
+ metadata.gz: f9832a2d0be106a5ca164bae398f0436f218b0f6c94b6700dbe07274d9b76cca0190bd6b7a433063a2cf692e9b9a05496eb91d7f2d5f25624d3c9c953d53b444
7
+ data.tar.gz: 9687aba52271901c8e56fc67d7641cded172c974e1864cf9f2c17bfebb8e199592f3f1b977f7aa54ee2efdfa2da3a7036915282e4d4dbbc8e89c62b06a971966
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.404
1
+ 3.0.407
@@ -14051,10 +14051,12 @@ module TencentCloud
14051
14051
  # @type Health: String
14052
14052
  # @param GridDaemon: 边缘计算集群的GridDaemon部署信息
14053
14053
  # @type GridDaemon: String
14054
+ # @param AutoUpgradeClusterLevel: 边缘集群开启自动升配
14055
+ # @type AutoUpgradeClusterLevel: Boolean
14054
14056
 
14055
- attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :PodCIDR, :ServiceCIDR, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon
14057
+ attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :PodCIDR, :ServiceCIDR, :PublicLB, :InternalLB, :CoreDns, :HealthRegion, :Health, :GridDaemon, :AutoUpgradeClusterLevel
14056
14058
 
14057
- def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, podcidr=nil, servicecidr=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil)
14059
+ def initialize(clusterid=nil, clustername=nil, clusterdesc=nil, podcidr=nil, servicecidr=nil, publiclb=nil, internallb=nil, coredns=nil, healthregion=nil, health=nil, griddaemon=nil, autoupgradeclusterlevel=nil)
14058
14060
  @ClusterId = clusterid
14059
14061
  @ClusterName = clustername
14060
14062
  @ClusterDesc = clusterdesc
@@ -14066,6 +14068,7 @@ module TencentCloud
14066
14068
  @HealthRegion = healthregion
14067
14069
  @Health = health
14068
14070
  @GridDaemon = griddaemon
14071
+ @AutoUpgradeClusterLevel = autoupgradeclusterlevel
14069
14072
  end
14070
14073
 
14071
14074
  def deserialize(params)
@@ -14086,6 +14089,7 @@ module TencentCloud
14086
14089
  @HealthRegion = params['HealthRegion']
14087
14090
  @Health = params['Health']
14088
14091
  @GridDaemon = params['GridDaemon']
14092
+ @AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
14089
14093
  end
14090
14094
  end
14091
14095
 
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.404
4
+ version: 3.0.407
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-09-05 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common