tencentcloud-sdk-tcss 3.0.574 → 3.0.576

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: 03311257f22dfffa7ff82fb869b468a919ab0e81
4
- data.tar.gz: 72ba195ab72b8e0f1617636bfc4dec2f8e32173e
3
+ metadata.gz: 6671e7678c5146bddd112f2d433a4fa76d08e686
4
+ data.tar.gz: b4f87374aa6d5178da75870b9365a4febae9c596
5
5
  SHA512:
6
- metadata.gz: 81a7fd3f80b8dee28433228a08a5d69f68f3f7288c4ca7a0602ab40d95c74d7352edf6dfa488a69aaff36ebf58ed8eafe4db24a161a47fc751540e6c596d1e57
7
- data.tar.gz: ffaf3e0e76f76ae71d3e209310cb15fb3682eed1726a3c863aa9f2d149b086eb0cfac3c04a074b09ed4e5e26a9cb28186dd36863a30c85d55a8cd7e6d96449f8
6
+ metadata.gz: 24a154e3ee4f9e119886dcc2133eeedf7c06a1925586512843dde89558f30c81785cb23cf8fc538d807b353d17648a94c748176f045dfba98303b79ae2034859
7
+ data.tar.gz: 10f9344cfcaac936b70062dd637dd3c58a7b3c7d2d96d0e70b755f7a26c9c1fd8000ef2f3a65cac462652bf6cdb6d4d7d82b2ca2afdf0bc098bb8ebfcd27594a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.574
1
+ 3.0.576
@@ -20130,10 +20130,12 @@ module TencentCloud
20130
20130
  # @param Tags: 标签
20131
20131
  # 注意:此字段可能返回 null,表示取不到有效值。
20132
20132
  # @type Tags: Array
20133
+ # @param ClusterID: 集群id
20134
+ # @type ClusterID: String
20133
20135
 
20134
- attr_accessor :HostID, :HostIP, :HostName, :Group, :DockerVersion, :DockerFileSystemDriver, :ImageCnt, :ContainerCnt, :Status, :IsContainerd, :MachineType, :PublicIp, :Uuid, :InstanceID, :RegionID, :Project, :Tags
20136
+ attr_accessor :HostID, :HostIP, :HostName, :Group, :DockerVersion, :DockerFileSystemDriver, :ImageCnt, :ContainerCnt, :Status, :IsContainerd, :MachineType, :PublicIp, :Uuid, :InstanceID, :RegionID, :Project, :Tags, :ClusterID
20135
20137
 
20136
- def initialize(hostid=nil, hostip=nil, hostname=nil, group=nil, dockerversion=nil, dockerfilesystemdriver=nil, imagecnt=nil, containercnt=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, uuid=nil, instanceid=nil, regionid=nil, project=nil, tags=nil)
20138
+ def initialize(hostid=nil, hostip=nil, hostname=nil, group=nil, dockerversion=nil, dockerfilesystemdriver=nil, imagecnt=nil, containercnt=nil, status=nil, iscontainerd=nil, machinetype=nil, publicip=nil, uuid=nil, instanceid=nil, regionid=nil, project=nil, tags=nil, clusterid=nil)
20137
20139
  @HostID = hostid
20138
20140
  @HostIP = hostip
20139
20141
  @HostName = hostname
@@ -20151,6 +20153,7 @@ module TencentCloud
20151
20153
  @RegionID = regionid
20152
20154
  @Project = project
20153
20155
  @Tags = tags
20156
+ @ClusterID = clusterid
20154
20157
  end
20155
20158
 
20156
20159
  def deserialize(params)
@@ -20181,6 +20184,7 @@ module TencentCloud
20181
20184
  @Tags << taginfo_tmp
20182
20185
  end
20183
20186
  end
20187
+ @ClusterID = params['ClusterID']
20184
20188
  end
20185
20189
  end
20186
20190
 
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.574
4
+ version: 3.0.576
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-22 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common