tencentcloud-sdk-cdwdoris 3.0.1002 → 3.0.1004
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211228/models.rb +7 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9210ec9c8275044593013da4e633ebe29a7f95b7
|
4
|
+
data.tar.gz: e204d2db734615659fffc909e5d958e3a9aaf56e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0845bf5a06910fb3167c4bcc55a325624d4a8bdc4daedc382d47fc07e7821c31e83ab363200e1b092e320388a98e01b4a611369c7434a7e2fb247b02523eaa5b
|
7
|
+
data.tar.gz: 264290f1dfa2e747f2e0b9e462a57c21045521cc474c5e7c57ec7e98ef451c856f4bbf08113b68dc7408d3dbb1290902467b15089994ea45cafa27e7bb02c0ab
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1004
|
data/lib/v20211228/models.rb
CHANGED
@@ -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,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.
|
4
|
+
version: 3.0.1004
|
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-02-
|
11
|
+
date: 2025-02-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|