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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/models.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cabe376304bea342bee638ca68d9e9b62087560b
|
|
4
|
+
data.tar.gz: 3e457d54f903951418cbd44a4096dcabe76b56b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b9429cccf252a2cbbce8ad0844f9ebbb48993b4f62d13c5f2a648b2a8df1daf8cfdebfd4e0136dfa99d3ce97a5bc6c0c2652b36459388fed1c3bcaa257d760b6
|
|
7
|
+
data.tar.gz: 263c5181f2f3d59001b29ddd5877d79dfbc58debc32e055d1f09561ef51182213bd81fc97748c5332ae0759fe8829ce7133c7b6505a89f62db16cbfe877defbe
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.579
|
data/lib/v20201101/models.rb
CHANGED
|
@@ -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.
|
|
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-
|
|
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
|