tencentcloud-sdk-cdwdoris 3.0.1002 → 3.0.1003

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: 25f2dd623a55130085139ff5e37c963c2f21a7dc
4
- data.tar.gz: b0b8f3679e3115bbcc3bb2d1704d4f10a5008206
3
+ metadata.gz: d6999cdef643b68255185d6d9601d0ff0df8fea1
4
+ data.tar.gz: 000accff578eaa5448ef65d2fa1c302c0a5569be
5
5
  SHA512:
6
- metadata.gz: a5d8617fec969fbac03d9a7dc069c27f421d276f4878a594e62fe5a10c09443317c8162360d50e298b43fcd42049fd5c0c264d11f9d214523d4f836bc44892cd
7
- data.tar.gz: e77ad64d8901287d37a735af31ddf864a056abadca9c75a66ddb56fd8275f52bff89c5924e42517138b375bbb1cb58a2e54167fb0881f70053d57f5b1231c7f4
6
+ metadata.gz: d75f2179c6d10b359425f8823b5cf8e6ecd3ac64efb770af5466a597da6d0aeec21ab69bc17a076323652ac763117e36b18b2c38f2d35191bdf89efdf9a4e786
7
+ data.tar.gz: 13d4aea5930f169120fa88ef7e2c4960d9bb7bf7a8ed646ba2f9a8e0bf398b538e1a46c4a0bfb2541734e6acbea73ed0a8d9f374d177f6833a7d50e1d42abd7c
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1002
1
+ 3.0.1003
@@ -1640,19 +1640,22 @@ module TencentCloud
1640
1640
  # @type ConfigType: Integer
1641
1641
  # @param FileName: 模糊搜索关键字文件
1642
1642
  # @type FileName: String
1643
- # @param ClusterConfigType: 0集群维度 1节点维度
1643
+ # @param ClusterConfigType: 0集群维度 1节点维度 2启动脚本 3计算组维度
1644
1644
  # @type ClusterConfigType: Integer
1645
1645
  # @param IPAddress: eth0的ip地址
1646
1646
  # @type IPAddress: String
1647
+ # @param ComputeGroupId: 计算组id
1648
+ # @type ComputeGroupId: String
1647
1649
 
1648
- attr_accessor :InstanceId, :ConfigType, :FileName, :ClusterConfigType, :IPAddress
1650
+ attr_accessor :InstanceId, :ConfigType, :FileName, :ClusterConfigType, :IPAddress, :ComputeGroupId
1649
1651
 
1650
- def initialize(instanceid=nil, configtype=nil, filename=nil, clusterconfigtype=nil, ipaddress=nil)
1652
+ def initialize(instanceid=nil, configtype=nil, filename=nil, clusterconfigtype=nil, ipaddress=nil, computegroupid=nil)
1651
1653
  @InstanceId = instanceid
1652
1654
  @ConfigType = configtype
1653
1655
  @FileName = filename
1654
1656
  @ClusterConfigType = clusterconfigtype
1655
1657
  @IPAddress = ipaddress
1658
+ @ComputeGroupId = computegroupid
1656
1659
  end
1657
1660
 
1658
1661
  def deserialize(params)
@@ -1661,6 +1664,7 @@ module TencentCloud
1661
1664
  @FileName = params['FileName']
1662
1665
  @ClusterConfigType = params['ClusterConfigType']
1663
1666
  @IPAddress = params['IPAddress']
1667
+ @ComputeGroupId = params['ComputeGroupId']
1664
1668
  end
1665
1669
  end
1666
1670
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdwdoris
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1002
4
+ version: 3.0.1003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud