tencentcloud-sdk-tke 3.0.405 → 3.0.408

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: 6fdb994d071c9c39b33a7a3b01afd19d2510311f
4
- data.tar.gz: b281ce0fa2ae1657792aa11a98d9af725e302914
3
+ metadata.gz: 4650378f35354dcae551e50b3eb6ed77fab78cc1
4
+ data.tar.gz: 911907b902c093b73606f82707559db1eaee918f
5
5
  SHA512:
6
- metadata.gz: 7dbf67cdc88ffcf4a7c47c6f3b9a99b8f8ada67b0166cae0e865ee6e2cd6d5714c98b9bd5aaadb3a61b43169416b835c776de6ce558cfdfde21dff3947fd3fce
7
- data.tar.gz: f30c806d97dddee0a7c880f9f3623ce3ea3eae2c4f7d51480387acc0f47f97f97e1bc68905bcec46049487d693bd7cfb9740e646de36663015c77d981306103a
6
+ metadata.gz: 1337ff2cae56752fe8dad5258bde4387fa986fb57f96a67398eae5f11a89c159e9f828de017e1bd737343e8a730603b09a3ca170b4ea90082fa77552ed4187e0
7
+ data.tar.gz: cd874525d9fc4fab850b89540bfc604e5eb931006ed26aa24ef33f334f6b4d7ae613596e339924c1403c1d40ae9721f245cb38f68f03fc74272464aede84a5d8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.405
1
+ 3.0.408
@@ -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.405
4
+ version: 3.0.408
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-06 00:00:00.000000000 Z
11
+ date: 2022-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common