tencentcloud-sdk-thpc 3.0.1168 → 3.0.1174
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/tencentcloud-sdk-thpc.rb +3 -3
- data/lib/v20230321/models.rb +12 -4
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d7fcef7041498f41fab77b68a8c178cc3348e7be
|
|
4
|
+
data.tar.gz: 34b5f5937f5aefc8e908d3819897691475d09176
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64c40927fe7543359ea7fa2c0df7430a5d488a32de964bfa4191c3c5cf168678d1b83156e226732d7a789d07350dfa0bd2a765adcdb29d22c728c212ebdfd785
|
|
7
|
+
data.tar.gz: 3f4cdd8329c461f2afb9ec36cd9b2eab1682a5eceed67a28179de64aecb0b8b1f6b7a793d688ecb29afcc171fec47465fd1c4174b629de901af419bf2f2e9144
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1174
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
require 'tencentcloud-sdk-common'
|
|
4
4
|
|
|
5
|
+
require_relative 'v20211109/client'
|
|
6
|
+
require_relative 'v20211109/models'
|
|
7
|
+
|
|
5
8
|
require_relative 'v20220401/client'
|
|
6
9
|
require_relative 'v20220401/models'
|
|
7
10
|
|
|
8
11
|
require_relative 'v20230321/client'
|
|
9
12
|
require_relative 'v20230321/models'
|
|
10
13
|
|
|
11
|
-
require_relative 'v20211109/client'
|
|
12
|
-
require_relative 'v20211109/models'
|
|
13
|
-
|
|
14
14
|
module TencentCloud
|
|
15
15
|
module Thpc
|
|
16
16
|
end
|
data/lib/v20230321/models.rb
CHANGED
|
@@ -328,15 +328,18 @@ module TencentCloud
|
|
|
328
328
|
# @type ImageId: String
|
|
329
329
|
# @param ResourceType: 要新增节点的资源类型。<li>CVM:CVM实例类型资源</li><li>WORKSPACE:工作空间类型实例资源</li>默认值:CVM。
|
|
330
330
|
# @type ResourceType: String
|
|
331
|
+
# @param UserData: 提供给实例使用的用户数据,需要以 base64 方式编码,支持的最大数据大小为 16KB。关于获取此参数的详细介绍,请参阅[Windows](https://cloud.tencent.com/document/product/213/17526)和[Linux](https://cloud.tencent.com/document/product/213/17525)启动时运行命令。
|
|
332
|
+
# @type UserData: String
|
|
331
333
|
|
|
332
|
-
attr_accessor :ClusterId, :ResourceSet, :QueueName, :ImageId, :ResourceType
|
|
334
|
+
attr_accessor :ClusterId, :ResourceSet, :QueueName, :ImageId, :ResourceType, :UserData
|
|
333
335
|
|
|
334
|
-
def initialize(clusterid=nil, resourceset=nil, queuename=nil, imageid=nil, resourcetype=nil)
|
|
336
|
+
def initialize(clusterid=nil, resourceset=nil, queuename=nil, imageid=nil, resourcetype=nil, userdata=nil)
|
|
335
337
|
@ClusterId = clusterid
|
|
336
338
|
@ResourceSet = resourceset
|
|
337
339
|
@QueueName = queuename
|
|
338
340
|
@ImageId = imageid
|
|
339
341
|
@ResourceType = resourcetype
|
|
342
|
+
@UserData = userdata
|
|
340
343
|
end
|
|
341
344
|
|
|
342
345
|
def deserialize(params)
|
|
@@ -345,6 +348,7 @@ module TencentCloud
|
|
|
345
348
|
@QueueName = params['QueueName']
|
|
346
349
|
@ImageId = params['ImageId']
|
|
347
350
|
@ResourceType = params['ResourceType']
|
|
351
|
+
@UserData = params['UserData']
|
|
348
352
|
end
|
|
349
353
|
end
|
|
350
354
|
|
|
@@ -2156,17 +2160,21 @@ module TencentCloud
|
|
|
2156
2160
|
# @type Masters: Array
|
|
2157
2161
|
# @param LocalPath: 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。
|
|
2158
2162
|
# @type LocalPath: String
|
|
2163
|
+
# @param FileSystemId: GooseFSx文件系统ID 文件系统ID通过调用接口[DescribeFileSystems](https://cloud.tencent.com/document/api/1424/95789)获取。
|
|
2164
|
+
# @type FileSystemId: String
|
|
2159
2165
|
|
|
2160
|
-
attr_accessor :Masters, :LocalPath
|
|
2166
|
+
attr_accessor :Masters, :LocalPath, :FileSystemId
|
|
2161
2167
|
|
|
2162
|
-
def initialize(masters=nil, localpath=nil)
|
|
2168
|
+
def initialize(masters=nil, localpath=nil, filesystemid=nil)
|
|
2163
2169
|
@Masters = masters
|
|
2164
2170
|
@LocalPath = localpath
|
|
2171
|
+
@FileSystemId = filesystemid
|
|
2165
2172
|
end
|
|
2166
2173
|
|
|
2167
2174
|
def deserialize(params)
|
|
2168
2175
|
@Masters = params['Masters']
|
|
2169
2176
|
@LocalPath = params['LocalPath']
|
|
2177
|
+
@FileSystemId = params['FileSystemId']
|
|
2170
2178
|
end
|
|
2171
2179
|
end
|
|
2172
2180
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-thpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.1174
|
|
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-11-
|
|
11
|
+
date: 2025-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,13 +33,13 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/
|
|
37
|
-
- lib/
|
|
38
|
-
- lib/v20211109/client.rb
|
|
36
|
+
- lib/v20230321/models.rb
|
|
37
|
+
- lib/v20230321/client.rb
|
|
39
38
|
- lib/v20211109/models.rb
|
|
39
|
+
- lib/v20211109/client.rb
|
|
40
|
+
- lib/v20220401/models.rb
|
|
41
|
+
- lib/v20220401/client.rb
|
|
40
42
|
- lib/tencentcloud-sdk-thpc.rb
|
|
41
|
-
- lib/v20230321/client.rb
|
|
42
|
-
- lib/v20230321/models.rb
|
|
43
43
|
- lib/VERSION
|
|
44
44
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
45
45
|
licenses:
|