tencentcloud-sdk-thpc 3.0.1174 → 3.0.1185
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 -20
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42bbf395c626f7dc7c83a9197c3dcff43821f98c
|
|
4
|
+
data.tar.gz: a2ca103b38deef946030fece9c234dae3d00ef8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9120edec2ad7c7562d5a33f799ec47230d68155615d71e4bd823a8d7825f43cdbdb702fde293e00afdd45a85ee458d2e81fc29bdf73862f86ef3217261427c3
|
|
7
|
+
data.tar.gz: 43108efe6138fb6d3dab1ecd6f6a882cbc85881ffff20ef5fdb8374699d34807a676d9ff3b89c1e70ba671843b2a20d1258dec6994130fe6674d506302400e54
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1185
|
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, 12
|
|
268
|
+
deprecate :JobType=, :none, 2025, 12
|
|
269
269
|
|
|
270
270
|
def initialize(commands=nil, storagemounts=nil, envvars=nil, docker=nil, outputredirect=nil, jobtype=nil, tasktype=nil)
|
|
271
271
|
@Commands = commands
|
|
@@ -1650,24 +1650,7 @@ module TencentCloud
|
|
|
1650
1650
|
class DescribeNodesRequest < TencentCloud::Common::AbstractModel
|
|
1651
1651
|
# @param ClusterId: 集群ID。
|
|
1652
1652
|
# @type ClusterId: String
|
|
1653
|
-
# @param Filters: <ul>
|
|
1654
|
-
# <li><strong>queue-name</strong>
|
|
1655
|
-
# <p style="padding-left: 30px;">按照【<strong>队列名称</strong>】进行过滤。队列名称形如:compute。</p>
|
|
1656
|
-
# <p style="padding-left: 30px;">类型:String</p>
|
|
1657
|
-
# <p style="padding-left: 30px;">必选:否</p>
|
|
1658
|
-
# </li>
|
|
1659
|
-
# <li><strong>node-role</strong>
|
|
1660
|
-
# <p style="padding-left: 30px;">按照【<strong>节点角色</strong>】进行过滤。节点角色形如:Manager。(Manager:管控节点。Compute:计算节点。Login:登录节点。ManagerBackup:备用管控节点。)</p>
|
|
1661
|
-
# <p style="padding-left: 30px;">类型:String</p>
|
|
1662
|
-
# <p style="padding-left: 30px;">必选:否</p>
|
|
1663
|
-
# </li>
|
|
1664
|
-
# <li><strong>node-type</strong>
|
|
1665
|
-
# <p style="padding-left: 30px;">按照【<strong>节点类型</strong>】进行过滤。节点类型形如:STATIC。(STATIC:静态节点。DYNAMIC:弹性节点。)</p>
|
|
1666
|
-
# <p style="padding-left: 30px;">类型:String</p>
|
|
1667
|
-
# <p style="padding-left: 30px;">必选:否</p>
|
|
1668
|
-
# </li>
|
|
1669
|
-
# </ul>
|
|
1670
|
-
# <p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。</p>
|
|
1653
|
+
# @param Filters: <ul> <li><strong>queue-name</strong> <p style="padding-left: 30px;">按照【<strong>队列名称</strong>】进行过滤。队列名称形如:compute。</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p> </li> <li><strong>node-role</strong> <p style="padding-left: 30px;">按照【<strong>节点角色</strong>】进行过滤。节点角色形如:Manager。(Manager:管控节点。Compute:计算节点。Login:登录节点。ManagerBackup:备用管控节点。)</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p> </li> <li><strong>node-type</strong> <p style="padding-left: 30px;">按照【<strong>节点类型</strong>】进行过滤。节点类型形如:STATIC。(STATIC:静态节点。DYNAMIC:弹性节点。)</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p> </li> <li><strong>instance-id</strong> <p style="padding-left: 30px;">按照【<strong>CVM实例资源ID</strong>】进行过滤。资源ID名称形如:ins-xxx。</p> <p style="padding-left: 30px;">类型:String</p> <p style="padding-left: 30px;">必选:否</p> </li> </ul><p style="padding-left: 30px;">每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。</p>
|
|
1671
1654
|
# @type Filters: Array
|
|
1672
1655
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。
|
|
1673
1656
|
# @type Offset: Integer
|
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.1185
|
|
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
|
+
date: 2025-12-19 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/v20230321/models.rb
|
|
37
|
-
- lib/v20230321/client.rb
|
|
38
|
-
- lib/v20211109/models.rb
|
|
39
|
-
- lib/v20211109/client.rb
|
|
40
|
-
- lib/v20220401/models.rb
|
|
41
|
-
- lib/v20220401/client.rb
|
|
42
36
|
- lib/tencentcloud-sdk-thpc.rb
|
|
37
|
+
- lib/v20220401/client.rb
|
|
38
|
+
- lib/v20220401/models.rb
|
|
39
|
+
- lib/v20211109/client.rb
|
|
40
|
+
- lib/v20211109/models.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:
|