tencentcloud-sdk-omics 3.0.1099 → 3.0.1102
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/v20221128/models.rb +7 -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: e26266cd14cadfa977d71171a72226ad0afb5254
|
4
|
+
data.tar.gz: 8c817619ff24ef8e53d4ecbcfb736167da00a5fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bb8c9b366291e45f3e43c1e09eaa6704852651f21d95fa8c3242bfaaa6bce98d3df6bf90778bf9ee213709e17b343f5ed26d5ce7bd19c434df22fec51c632d0
|
7
|
+
data.tar.gz: 864b444804357a833cbc435a73971d4b28031c57d6a2b6bc9ff48d6f2c9fd2c4bda434b636dd6c8004eb8f57c7db88be58ee7f0d998d47fbef3aa2d18509dad1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1102
|
data/lib/v20221128/models.rb
CHANGED
@@ -143,10 +143,12 @@ module TencentCloud
|
|
143
143
|
# @type SystemNodeInstanceType: String
|
144
144
|
# @param SystemNodeCount: 系统节点池实例数量。
|
145
145
|
# @type SystemNodeCount: Integer
|
146
|
+
# @param AutoUpgradeClusterLevel: 纳管环境自动升配
|
147
|
+
# @type AutoUpgradeClusterLevel: Boolean
|
146
148
|
|
147
|
-
attr_accessor :Zone, :Type, :ServiceCidr, :ResourceQuota, :LimitRange, :SystemNodeInstanceType, :SystemNodeCount
|
149
|
+
attr_accessor :Zone, :Type, :ServiceCidr, :ResourceQuota, :LimitRange, :SystemNodeInstanceType, :SystemNodeCount, :AutoUpgradeClusterLevel
|
148
150
|
|
149
|
-
def initialize(zone=nil, type=nil, servicecidr=nil, resourcequota=nil, limitrange=nil, systemnodeinstancetype=nil, systemnodecount=nil)
|
151
|
+
def initialize(zone=nil, type=nil, servicecidr=nil, resourcequota=nil, limitrange=nil, systemnodeinstancetype=nil, systemnodecount=nil, autoupgradeclusterlevel=nil)
|
150
152
|
@Zone = zone
|
151
153
|
@Type = type
|
152
154
|
@ServiceCidr = servicecidr
|
@@ -154,6 +156,7 @@ module TencentCloud
|
|
154
156
|
@LimitRange = limitrange
|
155
157
|
@SystemNodeInstanceType = systemnodeinstancetype
|
156
158
|
@SystemNodeCount = systemnodecount
|
159
|
+
@AutoUpgradeClusterLevel = autoupgradeclusterlevel
|
157
160
|
end
|
158
161
|
|
159
162
|
def deserialize(params)
|
@@ -170,6 +173,7 @@ module TencentCloud
|
|
170
173
|
end
|
171
174
|
@SystemNodeInstanceType = params['SystemNodeInstanceType']
|
172
175
|
@SystemNodeCount = params['SystemNodeCount']
|
176
|
+
@AutoUpgradeClusterLevel = params['AutoUpgradeClusterLevel']
|
173
177
|
end
|
174
178
|
end
|
175
179
|
|
@@ -1754,7 +1758,7 @@ module TencentCloud
|
|
1754
1758
|
# @type InputType: String
|
1755
1759
|
# @param InputCosUri: 输入COS地址。
|
1756
1760
|
# @type InputCosUri: String
|
1757
|
-
# @param InputTemplateId:
|
1761
|
+
# @param InputTemplateId: 输入模板ID。
|
1758
1762
|
# @type InputTemplateId: String
|
1759
1763
|
# @param Option: WDL运行选项。
|
1760
1764
|
# @type Option: :class:`Tencentcloud::Omics.v20221128.models.RunOption`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-omics
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1102
|
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-07-
|
11
|
+
date: 2025-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|