tencentcloud-sdk-cdwdoris 3.0.893 → 3.0.894

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: 3bf3c53793c4796b74d5c03212ddaacf1291c7b2
4
- data.tar.gz: e05c568ab02889dbf6cf0f566701869ccc33dcff
3
+ metadata.gz: 89fc9a3079614e8d4aa6fdbf51ebaa8f1ed1a3e1
4
+ data.tar.gz: d19160666292be277918c10fe3f428bbaa8721ad
5
5
  SHA512:
6
- metadata.gz: c31621321ff8b0d0e0ecddd88ee703b4f04bd6e87d7b408b6a7dded6d020513c65e2895e239713908b3802cf550c668bc0a69a1aa41e4328964bf47084ac3fc9
7
- data.tar.gz: 79beadfc1b138a2f2d4551c30d46a3522e03fccee97ab2664f3f0c6e2b507eb51725fa64dd89d8ecfd499716e83e65bf32423a6c1a339d4b9e48e2df0f52af80
6
+ metadata.gz: a95bb6b9bebbc1590821ca83f520160031639dd28db7f42ec98289922afc64dd4f4c9c3ac67ad4f82d9541f1ca6c22f6a9983eebf2f02cca6573ab290a452591
7
+ data.tar.gz: b8a676c03c0ccb80b7dc5cee9951fd3e504d187ffc82e50abefdc9875e94b33e0e3f208d3949d590f323b124007d3c68cea56f8c012578fe5dd4bd77c6405167
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.893
1
+ 3.0.894
@@ -5264,10 +5264,12 @@ module TencentCloud
5264
5264
  # @type OldPwd: String
5265
5265
  # @param CamUin: 绑定的子用户uin
5266
5266
  # @type CamUin: String
5267
+ # @param CamRangerGroupIds: ranger group id列表
5268
+ # @type CamRangerGroupIds: Array
5267
5269
 
5268
- attr_accessor :InstanceId, :UserName, :PassWord, :WhiteHost, :OldWhiteHost, :Describe, :OldPwd, :CamUin
5270
+ attr_accessor :InstanceId, :UserName, :PassWord, :WhiteHost, :OldWhiteHost, :Describe, :OldPwd, :CamUin, :CamRangerGroupIds
5269
5271
 
5270
- def initialize(instanceid=nil, username=nil, password=nil, whitehost=nil, oldwhitehost=nil, describe=nil, oldpwd=nil, camuin=nil)
5272
+ def initialize(instanceid=nil, username=nil, password=nil, whitehost=nil, oldwhitehost=nil, describe=nil, oldpwd=nil, camuin=nil, camrangergroupids=nil)
5271
5273
  @InstanceId = instanceid
5272
5274
  @UserName = username
5273
5275
  @PassWord = password
@@ -5276,6 +5278,7 @@ module TencentCloud
5276
5278
  @Describe = describe
5277
5279
  @OldPwd = oldpwd
5278
5280
  @CamUin = camuin
5281
+ @CamRangerGroupIds = camrangergroupids
5279
5282
  end
5280
5283
 
5281
5284
  def deserialize(params)
@@ -5287,6 +5290,7 @@ module TencentCloud
5287
5290
  @Describe = params['Describe']
5288
5291
  @OldPwd = params['OldPwd']
5289
5292
  @CamUin = params['CamUin']
5293
+ @CamRangerGroupIds = params['CamRangerGroupIds']
5290
5294
  end
5291
5295
  end
5292
5296
 
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.893
4
+ version: 3.0.894
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-25 00:00:00.000000000 Z
11
+ date: 2024-08-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common