tencentcloud-sdk-cdwdoris 3.0.1099 → 3.0.1112

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: bc9b8c65b8302c949d89d16e672f60c054cfb545
4
- data.tar.gz: 57466ec7654e3c5dacd836310eb1f7e8e5ab494d
3
+ metadata.gz: 99366dbdcfc95b5666c0f9fb9eb2243d92a1a7f8
4
+ data.tar.gz: d58859a1dc5225434d1738b872ea4561422742bb
5
5
  SHA512:
6
- metadata.gz: a35b638d3df7c32107cb97a43b776a7da4732700b1ff218cb9a26ed1f794c63eab44a025eb63800687ba31dc3351666b411a9513e772018bfcee4adfd393d55b
7
- data.tar.gz: 32483eea93663d51408ba13faad10ef2841ce69637288fe551ada00aa8f5f93c685f331b61e6d20fd91a80ca1b3900562c1c7c3bf9ac73f0cb3609c91dbd580c
6
+ metadata.gz: 6ba3d0a43c0c03c0e8c7ccf06b44cb73889f32e0e78523967f07fda95bc6403be46e9c9b08b183086454e0526f2868343cfe7dae061c64cbfef8770ef0466c38
7
+ data.tar.gz: ed0e545dff2ed82182778e8625c06e68ab6fb105d0cff3a65e4a8fd3186c3d3d758a9171ef16d60f4a20cfa8b9001a190acb5d46d3124bf61d3fbc260a87160c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1099
1
+ 3.0.1112
@@ -5655,10 +5655,12 @@ module TencentCloud
5655
5655
  # @type CamUin: String
5656
5656
  # @param CamRangerGroupIds: ranger group id列表
5657
5657
  # @type CamRangerGroupIds: Array
5658
+ # @param ComputeGroupType: 0: 灵活场景 1: 固定场景
5659
+ # @type ComputeGroupType: Integer
5658
5660
 
5659
- attr_accessor :InstanceId, :UserName, :PassWord, :WhiteHost, :OldWhiteHost, :Describe, :OldPwd, :CamUin, :CamRangerGroupIds
5661
+ attr_accessor :InstanceId, :UserName, :PassWord, :WhiteHost, :OldWhiteHost, :Describe, :OldPwd, :CamUin, :CamRangerGroupIds, :ComputeGroupType
5660
5662
 
5661
- def initialize(instanceid=nil, username=nil, password=nil, whitehost=nil, oldwhitehost=nil, describe=nil, oldpwd=nil, camuin=nil, camrangergroupids=nil)
5663
+ def initialize(instanceid=nil, username=nil, password=nil, whitehost=nil, oldwhitehost=nil, describe=nil, oldpwd=nil, camuin=nil, camrangergroupids=nil, computegrouptype=nil)
5662
5664
  @InstanceId = instanceid
5663
5665
  @UserName = username
5664
5666
  @PassWord = password
@@ -5668,6 +5670,7 @@ module TencentCloud
5668
5670
  @OldPwd = oldpwd
5669
5671
  @CamUin = camuin
5670
5672
  @CamRangerGroupIds = camrangergroupids
5673
+ @ComputeGroupType = computegrouptype
5671
5674
  end
5672
5675
 
5673
5676
  def deserialize(params)
@@ -5680,6 +5683,7 @@ module TencentCloud
5680
5683
  @OldPwd = params['OldPwd']
5681
5684
  @CamUin = params['CamUin']
5682
5685
  @CamRangerGroupIds = params['CamRangerGroupIds']
5686
+ @ComputeGroupType = params['ComputeGroupType']
5683
5687
  end
5684
5688
  end
5685
5689
 
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.1099
4
+ version: 3.0.1112
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-07-11 00:00:00.000000000 Z
11
+ date: 2025-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common