tencentcloud-sdk-tke 3.0.432 → 3.0.433

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f39d80ee2467d5344c1945220224a5228212ecb
4
- data.tar.gz: cfc9f332c62ede0d3e189e45a64f7fd3749cea8f
3
+ metadata.gz: e05051d8df189e524950fe8d58828372cdb5a3df
4
+ data.tar.gz: 4a2f2f764df4f1c22626de7776b3759775c2dfdb
5
5
  SHA512:
6
- metadata.gz: 0e9c9e5370455058f9869b51751f0bb1677c9e3fdcc452ea251c6fa61e9ea0a34d32c03d3cca8b3d899f707777c431e5b2522159c160cfd5e17eba6d5cde94f2
7
- data.tar.gz: 6946bf2597d37758b7f845f78622d5c8d137a7ed911abb3659ba21f905664ad0f91abcdbdf7af5e0852f4a6257c52035655bf47549de2dac354aa3a809200adb
6
+ metadata.gz: c346054b208d3d4623ec77992bd6c5c5186595f3272364bbd0b7fc24903058c0682c033b0d5209328fd95edd46dc5e40f654810fb22034d27ef4e11275c2ebb4
7
+ data.tar.gz: 3c02e6be3bf8e8bb6f815232929780f7383a0b3357d45eaed698de3c91d20e12ccf2218c541d0860f5012a3358ecf49e599a4ec6253bcbc241d15c1fa3351b1f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.432
1
+ 3.0.433
@@ -2405,7 +2405,7 @@ module TencentCloud
2405
2405
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2406
2406
  end
2407
2407
 
2408
- # 获取2.0实例关联集群列表
2408
+ # 获取TMP实例关联集群列表
2409
2409
 
2410
2410
  # @param request: Request instance for DescribePrometheusClusterAgents.
2411
2411
  # @type request: :class:`Tencentcloud::tke::V20180525::DescribePrometheusClusterAgentsRequest`
@@ -8454,10 +8454,13 @@ module TencentCloud
8454
8454
  # @param ClusterAdvancedSettings: 集群高级设置
8455
8455
  # 注意:此字段可能返回 null,表示取不到有效值。
8456
8456
  # @type ClusterAdvancedSettings: :class:`Tencentcloud::Tke.v20180525.models.EdgeClusterAdvancedSettings`
8457
+ # @param Level: 边缘容器集群级别
8458
+ # 注意:此字段可能返回 null,表示取不到有效值。
8459
+ # @type Level: String
8457
8460
 
8458
- attr_accessor :ClusterId, :ClusterName, :VpcId, :PodCIDR, :ServiceCIDR, :K8SVersion, :Status, :ClusterDesc, :CreatedTime, :EdgeClusterVersion, :MaxNodePodNum, :ClusterAdvancedSettings
8461
+ attr_accessor :ClusterId, :ClusterName, :VpcId, :PodCIDR, :ServiceCIDR, :K8SVersion, :Status, :ClusterDesc, :CreatedTime, :EdgeClusterVersion, :MaxNodePodNum, :ClusterAdvancedSettings, :Level
8459
8462
 
8460
- def initialize(clusterid=nil, clustername=nil, vpcid=nil, podcidr=nil, servicecidr=nil, k8sversion=nil, status=nil, clusterdesc=nil, createdtime=nil, edgeclusterversion=nil, maxnodepodnum=nil, clusteradvancedsettings=nil)
8463
+ def initialize(clusterid=nil, clustername=nil, vpcid=nil, podcidr=nil, servicecidr=nil, k8sversion=nil, status=nil, clusterdesc=nil, createdtime=nil, edgeclusterversion=nil, maxnodepodnum=nil, clusteradvancedsettings=nil, level=nil)
8461
8464
  @ClusterId = clusterid
8462
8465
  @ClusterName = clustername
8463
8466
  @VpcId = vpcid
@@ -8470,6 +8473,7 @@ module TencentCloud
8470
8473
  @EdgeClusterVersion = edgeclusterversion
8471
8474
  @MaxNodePodNum = maxnodepodnum
8472
8475
  @ClusterAdvancedSettings = clusteradvancedsettings
8476
+ @Level = level
8473
8477
  end
8474
8478
 
8475
8479
  def deserialize(params)
@@ -8488,6 +8492,7 @@ module TencentCloud
8488
8492
  @ClusterAdvancedSettings = EdgeClusterAdvancedSettings.new
8489
8493
  @ClusterAdvancedSettings.deserialize(params['ClusterAdvancedSettings'])
8490
8494
  end
8495
+ @Level = params['Level']
8491
8496
  end
8492
8497
  end
8493
8498
 
@@ -11682,15 +11687,27 @@ module TencentCloud
11682
11687
  # 本集群的所有指标都会带上这几个label
11683
11688
  # 注意:此字段可能返回 null,表示取不到有效值。
11684
11689
  # @type ExternalLabels: Array
11690
+ # @param Region: 集群所在地域
11691
+ # 注意:此字段可能返回 null,表示取不到有效值。
11692
+ # @type Region: String
11693
+ # @param VpcId: 集群所在VPC ID
11694
+ # 注意:此字段可能返回 null,表示取不到有效值。
11695
+ # @type VpcId: String
11696
+ # @param FailedReason: 记录关联等操作的失败信息
11697
+ # 注意:此字段可能返回 null,表示取不到有效值。
11698
+ # @type FailedReason: String
11685
11699
 
11686
- attr_accessor :ClusterType, :ClusterId, :Status, :ClusterName, :ExternalLabels
11700
+ attr_accessor :ClusterType, :ClusterId, :Status, :ClusterName, :ExternalLabels, :Region, :VpcId, :FailedReason
11687
11701
 
11688
- def initialize(clustertype=nil, clusterid=nil, status=nil, clustername=nil, externallabels=nil)
11702
+ def initialize(clustertype=nil, clusterid=nil, status=nil, clustername=nil, externallabels=nil, region=nil, vpcid=nil, failedreason=nil)
11689
11703
  @ClusterType = clustertype
11690
11704
  @ClusterId = clusterid
11691
11705
  @Status = status
11692
11706
  @ClusterName = clustername
11693
11707
  @ExternalLabels = externallabels
11708
+ @Region = region
11709
+ @VpcId = vpcid
11710
+ @FailedReason = failedreason
11694
11711
  end
11695
11712
 
11696
11713
  def deserialize(params)
@@ -11706,6 +11723,9 @@ module TencentCloud
11706
11723
  @ExternalLabels << label_tmp
11707
11724
  end
11708
11725
  end
11726
+ @Region = params['Region']
11727
+ @VpcId = params['VpcId']
11728
+ @FailedReason = params['FailedReason']
11709
11729
  end
11710
11730
  end
11711
11731
 
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.432
4
+ version: 3.0.433
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-10-20 00:00:00.000000000 Z
11
+ date: 2022-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common