tencentcloud-sdk-thpc 3.0.579 → 3.0.580
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 +6 -2
- 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: 2d78321915fd206b9d311fbd2ae330864753c629
|
|
4
|
+
data.tar.gz: 7e4bafa99d7e7fc49caadda0531e4b18476f6e20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b656f78a0be6f46a84b7a39b5b909d79d2a66421452b5ae274027251316a2bb6b4a1e723ad0410c6bebaafbe4cd6a9bde8bc141a41369b0d44cef0ad43dcef2
|
|
7
|
+
data.tar.gz: 8e66640db7305264bf799632caeba340c7ff0684675bb447392b5f3b81f586b223a206adb9084edeae2a462607a806df36e98cd213164c60a3769f97bcc6055f
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.580
|
data/lib/v20230321/models.rb
CHANGED
|
@@ -382,12 +382,14 @@ module TencentCloud
|
|
|
382
382
|
# @type LoginNodeSet: Array
|
|
383
383
|
# @param LoginNodeCount: 登录节点数量。
|
|
384
384
|
# @type LoginNodeCount: Integer
|
|
385
|
+
# @param AutoScalingType: 弹性伸缩类型。<br><li>THPC_AS:集群自动扩缩容由THPC产品内部实现。<br><li>AS:集群自动扩缩容由[弹性伸缩](https://cloud.tencent.com/document/product/377/3154)产品实现。
|
|
386
|
+
# @type AutoScalingType: String
|
|
385
387
|
# @param VpcId: 集群所属私有网络ID。
|
|
386
388
|
# @type VpcId: String
|
|
387
389
|
|
|
388
|
-
attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount, :VpcId
|
|
390
|
+
attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount, :AutoScalingType, :VpcId
|
|
389
391
|
|
|
390
|
-
def initialize(clusterid=nil, clusterstatus=nil, clustername=nil, placement=nil, createtime=nil, schedulertype=nil, computenodecount=nil, computenodeset=nil, managernodecount=nil, managernodeset=nil, loginnodeset=nil, loginnodecount=nil, vpcid=nil)
|
|
392
|
+
def initialize(clusterid=nil, clusterstatus=nil, clustername=nil, placement=nil, createtime=nil, schedulertype=nil, computenodecount=nil, computenodeset=nil, managernodecount=nil, managernodeset=nil, loginnodeset=nil, loginnodecount=nil, autoscalingtype=nil, vpcid=nil)
|
|
391
393
|
@ClusterId = clusterid
|
|
392
394
|
@ClusterStatus = clusterstatus
|
|
393
395
|
@ClusterName = clustername
|
|
@@ -400,6 +402,7 @@ module TencentCloud
|
|
|
400
402
|
@ManagerNodeSet = managernodeset
|
|
401
403
|
@LoginNodeSet = loginnodeset
|
|
402
404
|
@LoginNodeCount = loginnodecount
|
|
405
|
+
@AutoScalingType = autoscalingtype
|
|
403
406
|
@VpcId = vpcid
|
|
404
407
|
end
|
|
405
408
|
|
|
@@ -440,6 +443,7 @@ module TencentCloud
|
|
|
440
443
|
end
|
|
441
444
|
end
|
|
442
445
|
@LoginNodeCount = params['LoginNodeCount']
|
|
446
|
+
@AutoScalingType = params['AutoScalingType']
|
|
443
447
|
@VpcId = params['VpcId']
|
|
444
448
|
end
|
|
445
449
|
end
|
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.580
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-05-
|
|
11
|
+
date: 2023-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|