tencentcloud-sdk-cdwdoris 3.0.1065 → 3.0.1066

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211228/models.rb +14 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b17c3cd1e21d1539ba61dffd97e9999cddc9f53
4
- data.tar.gz: e6dfada51792a7e6d823e1bc739b67b63eb0ef20
3
+ metadata.gz: e2d641149dfded3042a3a1b4234b26a693b0c290
4
+ data.tar.gz: b93244bae5189b13c790a2391db2e5f382dfaaf2
5
5
  SHA512:
6
- metadata.gz: cc4ab84b1db8eba68e3ab433431e8353385ca08d8b39ee942731cf8f9b9a1c4b3571bb5800031924ca3e2af9d8352fc9f0e78a76e0b4d89badb1a476cd2c84f0
7
- data.tar.gz: 6be161970a9ba4108b0b00f50671337e65b3b6a27ec2b4edd3cc627567bca9b6a45413ec1cc20923f304242ed47f12eb71a5b02ebaf519ce8e1ab3e86f5013f0
6
+ metadata.gz: 13eca53467dca2f16e44b069324c3ebea2230adcf7759ba6499a9d4093c38de39f93afcab18ea08d8f3c720667dcdc3455ac7d25fa180fe4c6074f82951a78cf
7
+ data.tar.gz: 60820201447bacffe1bb7dbb6331acf839fdd257514afaaad4a852c6cad78b686f126117368b14d83d0b32dadf9f60be0e0a3201719eba65e565ad5ce3fb03ef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1065
1
+ 3.0.1066
@@ -4328,10 +4328,16 @@ module TencentCloud
4328
4328
  # @type Zone: String
4329
4329
  # @param Id: Id
4330
4330
  # @type Id: String
4331
+ # @param RIp: RIP
4332
+ # @type RIp: String
4333
+ # @param ComputeGroupId: 计算组ID
4334
+ # @type ComputeGroupId: String
4335
+ # @param CreateTime: 创建时间
4336
+ # @type CreateTime: String
4331
4337
 
4332
- attr_accessor :Ip, :Status, :NodeName, :ComponentName, :NodeRole, :LastRestartTime, :Zone, :Id
4338
+ attr_accessor :Ip, :Status, :NodeName, :ComponentName, :NodeRole, :LastRestartTime, :Zone, :Id, :RIp, :ComputeGroupId, :CreateTime
4333
4339
 
4334
- def initialize(ip=nil, status=nil, nodename=nil, componentname=nil, noderole=nil, lastrestarttime=nil, zone=nil, id=nil)
4340
+ def initialize(ip=nil, status=nil, nodename=nil, componentname=nil, noderole=nil, lastrestarttime=nil, zone=nil, id=nil, rip=nil, computegroupid=nil, createtime=nil)
4335
4341
  @Ip = ip
4336
4342
  @Status = status
4337
4343
  @NodeName = nodename
@@ -4340,6 +4346,9 @@ module TencentCloud
4340
4346
  @LastRestartTime = lastrestarttime
4341
4347
  @Zone = zone
4342
4348
  @Id = id
4349
+ @RIp = rip
4350
+ @ComputeGroupId = computegroupid
4351
+ @CreateTime = createtime
4343
4352
  end
4344
4353
 
4345
4354
  def deserialize(params)
@@ -4351,6 +4360,9 @@ module TencentCloud
4351
4360
  @LastRestartTime = params['LastRestartTime']
4352
4361
  @Zone = params['Zone']
4353
4362
  @Id = params['Id']
4363
+ @RIp = params['RIp']
4364
+ @ComputeGroupId = params['ComputeGroupId']
4365
+ @CreateTime = params['CreateTime']
4354
4366
  end
4355
4367
  end
4356
4368
 
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.1065
4
+ version: 3.0.1066
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-21 00:00:00.000000000 Z
11
+ date: 2025-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common