tencentcloud-sdk-thpc 3.0.1161 → 3.0.1162
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/v20230321/models.rb +3 -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: 8088e98b30d0a3e1d1394f394c15ca4f6658433e
|
|
4
|
+
data.tar.gz: 599b56fb302e363c93126d61c2279dd29ab5fefd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 29092f8c9bab9e6abadb5b41859a0f0d8335152134a6296e09bd2e4b99c502e1a225e81af6d4c2ebe4b0083e5dd78fa107ad4b66697fb60b71373d7750ac83b5
|
|
7
|
+
data.tar.gz: 9607917f8e9eacb71ba205c7326e8920b2b7e627b01d62450587a8cfe6f5507b2b5fe50e00238c0b5c8e7e78aca121914ace7b1c785f53f02e461f3f0a230564
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1162
|
data/lib/v20230321/models.rb
CHANGED
|
@@ -264,8 +264,8 @@ module TencentCloud
|
|
|
264
264
|
|
|
265
265
|
attr_accessor :Commands, :StorageMounts, :EnvVars, :Docker, :OutputRedirect, :JobType, :TaskType
|
|
266
266
|
extend Gem::Deprecate
|
|
267
|
-
deprecate :JobType, :none, 2025,
|
|
268
|
-
deprecate :JobType=, :none, 2025,
|
|
267
|
+
deprecate :JobType, :none, 2025, 11
|
|
268
|
+
deprecate :JobType=, :none, 2025, 11
|
|
269
269
|
|
|
270
270
|
def initialize(commands=nil, storagemounts=nil, envvars=nil, docker=nil, outputredirect=nil, jobtype=nil, tasktype=nil)
|
|
271
271
|
@Commands = commands
|
|
@@ -897,7 +897,7 @@ module TencentCloud
|
|
|
897
897
|
# @type SpaceCount: Integer
|
|
898
898
|
# @param SpaceName: 工作空间显示名称
|
|
899
899
|
# @type SpaceName: String
|
|
900
|
-
# @param LoginSettings:
|
|
900
|
+
# @param LoginSettings: 工作空间登录设置
|
|
901
901
|
# @type LoginSettings: :class:`Tencentcloud::Thpc.v20230321.models.LoginSettings`
|
|
902
902
|
# @param SecurityGroupIds: 工作空间所属安全组
|
|
903
903
|
# @type SecurityGroupIds: Array
|
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.1162
|
|
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-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|