tencentcloud-sdk-tcss 3.0.574 → 3.0.575

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: 7f5918a970d06962ee28d79ca4e18d8d2d3a4695
4
+ data.tar.gz: 992e1f84bccf6d124907168edfce067580013461
5
5
  SHA512:
6
- metadata.gz: 81a7fd3f80b8dee28433228a08a5d69f68f3f7288c4ca7a0602ab40d95c74d7352edf6dfa488a69aaff36ebf58ed8eafe4db24a161a47fc751540e6c596d1e57
7
- data.tar.gz: ffaf3e0e76f76ae71d3e209310cb15fb3682eed1726a3c863aa9f2d149b086eb0cfac3c04a074b09ed4e5e26a9cb28186dd36863a30c85d55a8cd7e6d96449f8
6
+ metadata.gz: 2a21480104686de0f6848579e6695c8e74e6173eb81bee5645603b29b3da1c17ac314ee9e854deff71160e776250cb2aab109faf60281653e1a13028dca4dc09
7
+ data.tar.gz: 2c965d3d72fa5a646777c8e580375d14fae15c359784e4df505fcd5358a7c8f7de207ab3cb8d67f0370095e3ec2b4e8733124f3521613fd8f98cd9adb11138ab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.574
1
+ 3.0.575
@@ -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.575
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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common