tencentcloud-sdk-tcss 3.0.577 → 3.0.579

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: b1c439d707b00e66c1880d8de01745b9e960a23e
4
- data.tar.gz: 044605e7d19f1ffb4a488e4c7c50ad8a302a0adf
3
+ metadata.gz: cabe376304bea342bee638ca68d9e9b62087560b
4
+ data.tar.gz: 3e457d54f903951418cbd44a4096dcabe76b56b7
5
5
  SHA512:
6
- metadata.gz: f972d4af2d0c4d084130fa876af515993cebbc84cabefea8d81b78ed9faed9ebdc26294512f6077b7ab29f20595d4f024b073816dccd8ac3699c0ca3b3c0b2b7
7
- data.tar.gz: a96fd6206b69deb25febfdd4a037d2c6c5bd17b351b5dd6e8a2ebb0eb98ef2e35a7b905ae7eeb8567b46ed246141286f24599d845ea5f6436dabb369e3dbe8c4
6
+ metadata.gz: b9429cccf252a2cbbce8ad0844f9ebbb48993b4f62d13c5f2a648b2a8df1daf8cfdebfd4e0136dfa99d3ce97a5bc6c0c2652b36459388fed1c3bcaa257d760b6
7
+ data.tar.gz: 263c5181f2f3d59001b29ddd5877d79dfbc58debc32e055d1f09561ef51182213bd81fc97748c5332ae0759fe8829ce7133c7b6505a89f62db16cbfe877defbe
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.577
1
+ 3.0.579
@@ -23227,10 +23227,13 @@ module TencentCloud
23227
23227
  # @param NetworkPolicyPluginError: 集群网络插件错误信息
23228
23228
  # 注意:此字段可能返回 null,表示取不到有效值。
23229
23229
  # @type NetworkPolicyPluginError: String
23230
+ # @param ClusterNetworkSettings: 容器网络插件
23231
+ # 注意:此字段可能返回 null,表示取不到有效值。
23232
+ # @type ClusterNetworkSettings: String
23230
23233
 
23231
- attr_accessor :ClusterId, :ClusterName, :ClusterVersion, :ClusterOs, :ClusterType, :Region, :NetworkPolicyPlugin, :ClusterStatus, :TotalRuleCount, :EnableRuleCount, :NetworkPolicyPluginStatus, :NetworkPolicyPluginError
23234
+ attr_accessor :ClusterId, :ClusterName, :ClusterVersion, :ClusterOs, :ClusterType, :Region, :NetworkPolicyPlugin, :ClusterStatus, :TotalRuleCount, :EnableRuleCount, :NetworkPolicyPluginStatus, :NetworkPolicyPluginError, :ClusterNetworkSettings
23232
23235
 
23233
- def initialize(clusterid=nil, clustername=nil, clusterversion=nil, clusteros=nil, clustertype=nil, region=nil, networkpolicyplugin=nil, clusterstatus=nil, totalrulecount=nil, enablerulecount=nil, networkpolicypluginstatus=nil, networkpolicypluginerror=nil)
23236
+ def initialize(clusterid=nil, clustername=nil, clusterversion=nil, clusteros=nil, clustertype=nil, region=nil, networkpolicyplugin=nil, clusterstatus=nil, totalrulecount=nil, enablerulecount=nil, networkpolicypluginstatus=nil, networkpolicypluginerror=nil, clusternetworksettings=nil)
23234
23237
  @ClusterId = clusterid
23235
23238
  @ClusterName = clustername
23236
23239
  @ClusterVersion = clusterversion
@@ -23243,6 +23246,7 @@ module TencentCloud
23243
23246
  @EnableRuleCount = enablerulecount
23244
23247
  @NetworkPolicyPluginStatus = networkpolicypluginstatus
23245
23248
  @NetworkPolicyPluginError = networkpolicypluginerror
23249
+ @ClusterNetworkSettings = clusternetworksettings
23246
23250
  end
23247
23251
 
23248
23252
  def deserialize(params)
@@ -23258,6 +23262,7 @@ module TencentCloud
23258
23262
  @EnableRuleCount = params['EnableRuleCount']
23259
23263
  @NetworkPolicyPluginStatus = params['NetworkPolicyPluginStatus']
23260
23264
  @NetworkPolicyPluginError = params['NetworkPolicyPluginError']
23265
+ @ClusterNetworkSettings = params['ClusterNetworkSettings']
23261
23266
  end
23262
23267
  end
23263
23268
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tcss
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.577
4
+ version: 3.0.579
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-05-25 00:00:00.000000000 Z
11
+ date: 2023-05-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common