tencentcloud-sdk-tcss 3.0.573 → 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: 89ac7037fbefdeecc787a38a5920cfb40f38a3a9
4
- data.tar.gz: 3efa12297931334017870ce73e1f74d7a6d2f9f1
3
+ metadata.gz: 7f5918a970d06962ee28d79ca4e18d8d2d3a4695
4
+ data.tar.gz: 992e1f84bccf6d124907168edfce067580013461
5
5
  SHA512:
6
- metadata.gz: 56a874c1adee8a2049cc9d4a82a74fd9792d6425f86a8638cf9e14b9cb3cea4581344fb7fb888846c49e1795e9a7f22f71514943c90df1286505efb023a35c64
7
- data.tar.gz: 268f1745297d498901a1c8bdee823336e08a6305bc0c6002023dfc739823e06ffdc0357cd8d961a55a99fd09e8cb594f4accf7e2b5bfd2d83c026a5ddd781219
6
+ metadata.gz: 2a21480104686de0f6848579e6695c8e74e6173eb81bee5645603b29b3da1c17ac314ee9e854deff71160e776250cb2aab109faf60281653e1a13028dca4dc09
7
+ data.tar.gz: 2c965d3d72fa5a646777c8e580375d14fae15c359784e4df505fcd5358a7c8f7de207ab3cb8d67f0370095e3ec2b4e8733124f3521613fd8f98cd9adb11138ab
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.573
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.573
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-19 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