tencentcloud-sdk-thpc 3.0.578 → 3.0.580

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e752fd01881cb08ec7963a63e2747fe2a526f6d0
4
- data.tar.gz: ec5697aa63aacbe82f8bf72beadb56723586b52a
3
+ metadata.gz: 2d78321915fd206b9d311fbd2ae330864753c629
4
+ data.tar.gz: 7e4bafa99d7e7fc49caadda0531e4b18476f6e20
5
5
  SHA512:
6
- metadata.gz: da896c48872ae35f9c4bceee373968b00875ca598bdf3993f0c0091a491798b3e6a56f393fbe5953e89b04f81cedcdb98bdf492f89374738e6017a8196366219
7
- data.tar.gz: a2e46b95544e30b1653f9d3e3a0d375891933492ff7b4a27848b8da0f3113ae5d31fd081b4670752b3d5bb74c593711606f720c273976d322df446c4bfedec99
6
+ metadata.gz: 3b656f78a0be6f46a84b7a39b5b909d79d2a66421452b5ae274027251316a2bb6b4a1e723ad0410c6bebaafbe4cd6a9bde8bc141a41369b0d44cef0ad43dcef2
7
+ data.tar.gz: 8e66640db7305264bf799632caeba340c7ff0684675bb447392b5f3b81f586b223a206adb9084edeae2a462607a806df36e98cd213164c60a3769f97bcc6055f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.578
1
+ 3.0.580
@@ -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.578
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-26 00:00:00.000000000 Z
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