tencentcloud-sdk-cdwdoris 3.0.1064 → 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 +37 -9
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 900ec33b47f307f814bdee4426b9a182f277e07f
4
- data.tar.gz: d41b5766a9338e334def85392f187be4c458d71f
3
+ metadata.gz: e2d641149dfded3042a3a1b4234b26a693b0c290
4
+ data.tar.gz: b93244bae5189b13c790a2391db2e5f382dfaaf2
5
5
  SHA512:
6
- metadata.gz: 383a09471394c388b16a8bb4214efb08576b5698d51c4a88a358d0473e2ef46d41473e7552ae0f87c1bf4edd62784dc11d52db1174ce35832b399060e9c51e1e
7
- data.tar.gz: 70cf3141df4a72a92ad8127138533de19b5e04f496223a63a044d5535def1d689e96b4da52cf201523446d9a81f38d92196a853253db3c2b549c74679602b91e
6
+ metadata.gz: 13eca53467dca2f16e44b069324c3ebea2230adcf7759ba6499a9d4093c38de39f93afcab18ea08d8f3c720667dcdc3455ac7d25fa180fe4c6074f82951a78cf
7
+ data.tar.gz: 60820201447bacffe1bb7dbb6331acf839fdd257514afaaad4a852c6cad78b686f126117368b14d83d0b32dadf9f60be0e0a3201719eba65e565ad5ce3fb03ef
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1064
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
 
@@ -4701,14 +4713,17 @@ module TencentCloud
4701
4713
  # @type Type: String
4702
4714
  # @param HaType: 缩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。
4703
4715
  # @type HaType: Integer
4716
+ # @param CheckAuth: 前端鉴权使用
4717
+ # @type CheckAuth: Boolean
4704
4718
 
4705
- attr_accessor :InstanceId, :DelHosts, :Type, :HaType
4719
+ attr_accessor :InstanceId, :DelHosts, :Type, :HaType, :CheckAuth
4706
4720
 
4707
- def initialize(instanceid=nil, delhosts=nil, type=nil, hatype=nil)
4721
+ def initialize(instanceid=nil, delhosts=nil, type=nil, hatype=nil, checkauth=nil)
4708
4722
  @InstanceId = instanceid
4709
4723
  @DelHosts = delhosts
4710
4724
  @Type = type
4711
4725
  @HaType = hatype
4726
+ @CheckAuth = checkauth
4712
4727
  end
4713
4728
 
4714
4729
  def deserialize(params)
@@ -4716,6 +4731,7 @@ module TencentCloud
4716
4731
  @DelHosts = params['DelHosts']
4717
4732
  @Type = params['Type']
4718
4733
  @HaType = params['HaType']
4734
+ @CheckAuth = params['CheckAuth']
4719
4735
  end
4720
4736
  end
4721
4737
 
@@ -5161,14 +5177,17 @@ module TencentCloud
5161
5177
  # @type NodeCount: Integer
5162
5178
  # @param HaType: 扩容后集群高可用类型:0:非高可用,1:读高可用,2:读写高可用。
5163
5179
  # @type HaType: Integer
5180
+ # @param CheckAuth: 前端鉴权使用
5181
+ # @type CheckAuth: Boolean
5164
5182
 
5165
- attr_accessor :InstanceId, :Type, :NodeCount, :HaType
5183
+ attr_accessor :InstanceId, :Type, :NodeCount, :HaType, :CheckAuth
5166
5184
 
5167
- def initialize(instanceid=nil, type=nil, nodecount=nil, hatype=nil)
5185
+ def initialize(instanceid=nil, type=nil, nodecount=nil, hatype=nil, checkauth=nil)
5168
5186
  @InstanceId = instanceid
5169
5187
  @Type = type
5170
5188
  @NodeCount = nodecount
5171
5189
  @HaType = hatype
5190
+ @CheckAuth = checkauth
5172
5191
  end
5173
5192
 
5174
5193
  def deserialize(params)
@@ -5176,6 +5195,7 @@ module TencentCloud
5176
5195
  @Type = params['Type']
5177
5196
  @NodeCount = params['NodeCount']
5178
5197
  @HaType = params['HaType']
5198
+ @CheckAuth = params['CheckAuth']
5179
5199
  end
5180
5200
  end
5181
5201
 
@@ -5213,21 +5233,29 @@ module TencentCloud
5213
5233
  # @type InstanceId: String
5214
5234
  # @param SpecName: 节点规格
5215
5235
  # @type SpecName: String
5216
- # @param Type: 角色(MATER/CORE),MASTER 对应 FE,CORE对应BE
5236
+ # @param Type: 角色(MASTER/CORE),MASTER 对应 FE,CORE对应BE
5217
5237
  # @type Type: String
5238
+ # @param CheckAuth: 前端鉴权使用,后端API调用传false,传true不会执行变配
5239
+ # @type CheckAuth: Boolean
5240
+ # @param RollingRestart: 是否滚动重启
5241
+ # @type RollingRestart: Boolean
5218
5242
 
5219
- attr_accessor :InstanceId, :SpecName, :Type
5243
+ attr_accessor :InstanceId, :SpecName, :Type, :CheckAuth, :RollingRestart
5220
5244
 
5221
- def initialize(instanceid=nil, specname=nil, type=nil)
5245
+ def initialize(instanceid=nil, specname=nil, type=nil, checkauth=nil, rollingrestart=nil)
5222
5246
  @InstanceId = instanceid
5223
5247
  @SpecName = specname
5224
5248
  @Type = type
5249
+ @CheckAuth = checkauth
5250
+ @RollingRestart = rollingrestart
5225
5251
  end
5226
5252
 
5227
5253
  def deserialize(params)
5228
5254
  @InstanceId = params['InstanceId']
5229
5255
  @SpecName = params['SpecName']
5230
5256
  @Type = params['Type']
5257
+ @CheckAuth = params['CheckAuth']
5258
+ @RollingRestart = params['RollingRestart']
5231
5259
  end
5232
5260
  end
5233
5261
 
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.1064
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-20 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