tencentcloud-sdk-cdwdoris 3.0.892 → 3.0.893

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: 5bf3feba5e796f20ed12199a33c0f893a9f86ec6
4
- data.tar.gz: a66937e97f3eb45b72a8f979dd2e44aea228bdfe
3
+ metadata.gz: 3bf3c53793c4796b74d5c03212ddaacf1291c7b2
4
+ data.tar.gz: e05c568ab02889dbf6cf0f566701869ccc33dcff
5
5
  SHA512:
6
- metadata.gz: a9d232faa6c9ab30208b978c2fe33b5e3f99aebe5fe694f60a7b5058435bbcac28d215774b1b7ea8c53333d6141d05944ded273f1be53ff31c8417fece601f4e
7
- data.tar.gz: 656d54b8f5c1c8b03cc6716463e5dfe770d06236c141bb5a498e85ba373ff0e787b74ce72b9aa61281c187a5fd6050db83a6442fb8c9cdcc3dee18e38bbd44a2
6
+ metadata.gz: c31621321ff8b0d0e0ecddd88ee703b4f04bd6e87d7b408b6a7dded6d020513c65e2895e239713908b3802cf550c668bc0a69a1aa41e4328964bf47084ac3fc9
7
+ data.tar.gz: 79beadfc1b138a2f2d4551c30d46a3522e03fccee97ab2664f3f0c6e2b507eb51725fa64dd89d8ecfd499716e83e65bf32423a6c1a339d4b9e48e2df0f52af80
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.892
1
+ 3.0.893
@@ -2381,7 +2381,7 @@ module TencentCloud
2381
2381
  class DescribeInstancesHealthStateRequest < TencentCloud::Common::AbstractModel
2382
2382
  # @param InstanceID: 集群Id
2383
2383
  # @type InstanceID: String
2384
- # @param Input: "" 或者 某个集群Id
2384
+ # @param Input: 为空:代表当前appId下所有集群 或者 某个集群Id
2385
2385
  # @type Input: String
2386
2386
 
2387
2387
  attr_accessor :InstanceID, :Input
@@ -2402,7 +2402,7 @@ module TencentCloud
2402
2402
 
2403
2403
  # DescribeInstancesHealthState返回参数结构体
2404
2404
  class DescribeInstancesHealthStateResponse < TencentCloud::Common::AbstractModel
2405
- # @param Data: 出参
2405
+ # @param Data: base64编码后的数据,包含了集群的健康信息
2406
2406
  # 注意:此字段可能返回 null,表示取不到有效值。
2407
2407
  # @type Data: String
2408
2408
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -5262,10 +5262,12 @@ module TencentCloud
5262
5262
  # @type Describe: String
5263
5263
  # @param OldPwd: 旧密码
5264
5264
  # @type OldPwd: String
5265
+ # @param CamUin: 绑定的子用户uin
5266
+ # @type CamUin: String
5265
5267
 
5266
- attr_accessor :InstanceId, :UserName, :PassWord, :WhiteHost, :OldWhiteHost, :Describe, :OldPwd
5268
+ attr_accessor :InstanceId, :UserName, :PassWord, :WhiteHost, :OldWhiteHost, :Describe, :OldPwd, :CamUin
5267
5269
 
5268
- def initialize(instanceid=nil, username=nil, password=nil, whitehost=nil, oldwhitehost=nil, describe=nil, oldpwd=nil)
5270
+ def initialize(instanceid=nil, username=nil, password=nil, whitehost=nil, oldwhitehost=nil, describe=nil, oldpwd=nil, camuin=nil)
5269
5271
  @InstanceId = instanceid
5270
5272
  @UserName = username
5271
5273
  @PassWord = password
@@ -5273,6 +5275,7 @@ module TencentCloud
5273
5275
  @OldWhiteHost = oldwhitehost
5274
5276
  @Describe = describe
5275
5277
  @OldPwd = oldpwd
5278
+ @CamUin = camuin
5276
5279
  end
5277
5280
 
5278
5281
  def deserialize(params)
@@ -5283,6 +5286,7 @@ module TencentCloud
5283
5286
  @OldWhiteHost = params['OldWhiteHost']
5284
5287
  @Describe = params['Describe']
5285
5288
  @OldPwd = params['OldPwd']
5289
+ @CamUin = params['CamUin']
5286
5290
  end
5287
5291
  end
5288
5292
 
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.892
4
+ version: 3.0.893
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-08-22 00:00:00.000000000 Z
11
+ date: 2024-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common