tencentcloud-sdk-thpc 3.0.1028 → 3.0.1029
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: 32eecb49ffe717f2fa4b5da33c6fc762a313ff2b
|
4
|
+
data.tar.gz: a8321ea75ee532caeab156f11c5c5dfd48a2e2a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e990aa3cd3ec7143d09b6bb414bfe7fc017669a54691d36ebc68c97151c16a1f2327535de1b34787b28397e671d0d5367d9fe13dda40fb192c094e959674091c
|
7
|
+
data.tar.gz: 52f9f16152c66128739151bff482cddd2795988cfce93b46432e2fefb2541f7e696d585bdcdfb00e2a3ae8528131375e76440604b08f9f2bd257f49e95cdd9a4
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1029
|
data/lib/v20230321/models.rb
CHANGED
@@ -455,10 +455,12 @@ module TencentCloud
|
|
455
455
|
# @type AutoScalingType: String
|
456
456
|
# @param VpcId: 集群所属私有网络ID。
|
457
457
|
# @type VpcId: String
|
458
|
+
# @param ClusterType: 集群类型
|
459
|
+
# @type ClusterType: String
|
458
460
|
|
459
|
-
attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :SchedulerVersion, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount, :AutoScalingType, :VpcId
|
461
|
+
attr_accessor :ClusterId, :ClusterStatus, :ClusterName, :Placement, :CreateTime, :SchedulerType, :SchedulerVersion, :ComputeNodeCount, :ComputeNodeSet, :ManagerNodeCount, :ManagerNodeSet, :LoginNodeSet, :LoginNodeCount, :AutoScalingType, :VpcId, :ClusterType
|
460
462
|
|
461
|
-
def initialize(clusterid=nil, clusterstatus=nil, clustername=nil, placement=nil, createtime=nil, schedulertype=nil, schedulerversion=nil, computenodecount=nil, computenodeset=nil, managernodecount=nil, managernodeset=nil, loginnodeset=nil, loginnodecount=nil, autoscalingtype=nil, vpcid=nil)
|
463
|
+
def initialize(clusterid=nil, clusterstatus=nil, clustername=nil, placement=nil, createtime=nil, schedulertype=nil, schedulerversion=nil, computenodecount=nil, computenodeset=nil, managernodecount=nil, managernodeset=nil, loginnodeset=nil, loginnodecount=nil, autoscalingtype=nil, vpcid=nil, clustertype=nil)
|
462
464
|
@ClusterId = clusterid
|
463
465
|
@ClusterStatus = clusterstatus
|
464
466
|
@ClusterName = clustername
|
@@ -474,6 +476,7 @@ module TencentCloud
|
|
474
476
|
@LoginNodeCount = loginnodecount
|
475
477
|
@AutoScalingType = autoscalingtype
|
476
478
|
@VpcId = vpcid
|
479
|
+
@ClusterType = clustertype
|
477
480
|
end
|
478
481
|
|
479
482
|
def deserialize(params)
|
@@ -516,6 +519,7 @@ module TencentCloud
|
|
516
519
|
@LoginNodeCount = params['LoginNodeCount']
|
517
520
|
@AutoScalingType = params['AutoScalingType']
|
518
521
|
@VpcId = params['VpcId']
|
522
|
+
@ClusterType = params['ClusterType']
|
519
523
|
end
|
520
524
|
end
|
521
525
|
|
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.1029
|
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-03-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|