tencentcloud-sdk-cdwdoris 3.0.966 → 3.0.967

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: 3b6b7aa55c28544bf749710d6b7c37da785a9dda
4
- data.tar.gz: 7737e9c5f2bb0f15297f0c5c396cef5f8d81f0b2
3
+ metadata.gz: 31ef5383a7146aef77374744a43e66407eff2ba4
4
+ data.tar.gz: a96e24b6478c953bbc06bd9abec8513dfcdabaa4
5
5
  SHA512:
6
- metadata.gz: 33d0c3e287c0cab5e71cd82725e50e61572779a7c832ec62bfdca55fc5da12b2a245e9376eecc3596781b51bebbdf2b987b8bc8f055e7139bfb649e94e34bfaa
7
- data.tar.gz: 6daac875fd414153d0f33841c872f9129c7801b0f7593d6bc6cd931d1cdf7357aeb2db579a7dd39ffb226bf2544331041b8cf77a11e1d5b82c3467d55e62af52
6
+ metadata.gz: e9119bb86a349c6f20797e37f3cd6af7334336008a1b5ca1da6bd6d493f872b88e2ffbcd5a9396279e3a710dd78235304084b6f4897d2f261da3a149b8edef5c
7
+ data.tar.gz: da7ad86a2b5d2e3db72e7a6b96de7e55d443ddb4651417b37012ca1d07893b549ba5b7543487b4f8c27b39c16011d70bf785ff40c04c565398446d82ef88f5de
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.966
1
+ 3.0.967
@@ -4376,10 +4376,12 @@ module TencentCloud
4376
4376
  # @param Zone: 可用区
4377
4377
  # 注意:此字段可能返回 null,表示取不到有效值。
4378
4378
  # @type Zone: String
4379
+ # @param CreateTime: 创建时间
4380
+ # @type CreateTime: String
4379
4381
 
4380
- attr_accessor :NodeName, :Status, :Ip, :NodeRole, :ComponentName, :LastRestartTime, :Id, :Zone
4382
+ attr_accessor :NodeName, :Status, :Ip, :NodeRole, :ComponentName, :LastRestartTime, :Id, :Zone, :CreateTime
4381
4383
 
4382
- def initialize(nodename=nil, status=nil, ip=nil, noderole=nil, componentname=nil, lastrestarttime=nil, id=nil, zone=nil)
4384
+ def initialize(nodename=nil, status=nil, ip=nil, noderole=nil, componentname=nil, lastrestarttime=nil, id=nil, zone=nil, createtime=nil)
4383
4385
  @NodeName = nodename
4384
4386
  @Status = status
4385
4387
  @Ip = ip
@@ -4388,6 +4390,7 @@ module TencentCloud
4388
4390
  @LastRestartTime = lastrestarttime
4389
4391
  @Id = id
4390
4392
  @Zone = zone
4393
+ @CreateTime = createtime
4391
4394
  end
4392
4395
 
4393
4396
  def deserialize(params)
@@ -4399,6 +4402,7 @@ module TencentCloud
4399
4402
  @LastRestartTime = params['LastRestartTime']
4400
4403
  @Id = params['Id']
4401
4404
  @Zone = params['Zone']
4405
+ @CreateTime = params['CreateTime']
4402
4406
  end
4403
4407
  end
4404
4408
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwdoris
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.966
4
+ version: 3.0.967
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-23 00:00:00.000000000 Z
11
+ date: 2024-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common