tencentcloud-sdk-omics 3.0.1102 → 3.0.1119
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 +66 -10
- 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: 52f90fb9c6b6cce365b0e2edbb5603ddb09b4c98
|
4
|
+
data.tar.gz: 1be2cdf1734307e74ef32da3949bd799b69ee180
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8d63d80a27423b46a72807f90c1340b17cd152ff6670abe71f4a275b79160e527bd82d6ff2b4d5014ef8092ff9d417ea3a66d4f51802b9884f2694e6ffc314b6
|
7
|
+
data.tar.gz: 8df41945e0ff5fdba6dcb35829a70469d8910d9901c670def5c63f2ddce2a32d43fe4c0c08141133be92717442d7ecd2ab043fc4192ae7d5f75f8157eae5f58e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1119
|
data/lib/v20221128/models.rb
CHANGED
@@ -44,8 +44,8 @@ module TencentCloud
|
|
44
44
|
|
45
45
|
attr_accessor :Type, :ApplicationVersionId, :Name, :Description, :Entrypoint, :CreateTime, :CreatorName, :CreatorId, :GitInfo, :GitSource, :CosSource
|
46
46
|
extend Gem::Deprecate
|
47
|
-
deprecate :GitInfo, :none, 2025,
|
48
|
-
deprecate :GitInfo=, :none, 2025,
|
47
|
+
deprecate :GitInfo, :none, 2025, 8
|
48
|
+
deprecate :GitInfo=, :none, 2025, 8
|
49
49
|
|
50
50
|
def initialize(type=nil, applicationversionid=nil, name=nil, description=nil, entrypoint=nil, createtime=nil, creatorname=nil, creatorid=nil, gitinfo=nil, gitsource=nil, cossource=nil)
|
51
51
|
@Type = type
|
@@ -276,16 +276,22 @@ module TencentCloud
|
|
276
276
|
# @type Description: String
|
277
277
|
# @param Capacity: 缓存卷大小(GB),Turbo系列需要指定。
|
278
278
|
# @type Capacity: Integer
|
279
|
+
# @param EnableAutoScaleUp: 是否开启默认扩容,仅turbo类型文件存储支持
|
280
|
+
# @type EnableAutoScaleUp: Boolean
|
281
|
+
# @param MetaType: turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据
|
282
|
+
# @type MetaType: String
|
279
283
|
|
280
|
-
attr_accessor :EnvironmentId, :Name, :Type, :Spec, :Description, :Capacity
|
284
|
+
attr_accessor :EnvironmentId, :Name, :Type, :Spec, :Description, :Capacity, :EnableAutoScaleUp, :MetaType
|
281
285
|
|
282
|
-
def initialize(environmentid=nil, name=nil, type=nil, spec=nil, description=nil, capacity=nil)
|
286
|
+
def initialize(environmentid=nil, name=nil, type=nil, spec=nil, description=nil, capacity=nil, enableautoscaleup=nil, metatype=nil)
|
283
287
|
@EnvironmentId = environmentid
|
284
288
|
@Name = name
|
285
289
|
@Type = type
|
286
290
|
@Spec = spec
|
287
291
|
@Description = description
|
288
292
|
@Capacity = capacity
|
293
|
+
@EnableAutoScaleUp = enableautoscaleup
|
294
|
+
@MetaType = metatype
|
289
295
|
end
|
290
296
|
|
291
297
|
def deserialize(params)
|
@@ -295,6 +301,8 @@ module TencentCloud
|
|
295
301
|
@Spec = params['Spec']
|
296
302
|
@Description = params['Description']
|
297
303
|
@Capacity = params['Capacity']
|
304
|
+
@EnableAutoScaleUp = params['EnableAutoScaleUp']
|
305
|
+
@MetaType = params['MetaType']
|
298
306
|
end
|
299
307
|
end
|
300
308
|
|
@@ -1556,8 +1564,8 @@ module TencentCloud
|
|
1556
1564
|
|
1557
1565
|
attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
|
1558
1566
|
extend Gem::Deprecate
|
1559
|
-
deprecate :Option, :none, 2025,
|
1560
|
-
deprecate :Option=, :none, 2025,
|
1567
|
+
deprecate :Option, :none, 2025, 8
|
1568
|
+
deprecate :Option=, :none, 2025, 8
|
1561
1569
|
|
1562
1570
|
def initialize(runuuid=nil, projectid=nil, applicationid=nil, rungroupid=nil, environmentid=nil, userdefinedid=nil, tableid=nil, tablerowuuid=nil, status=nil, input=nil, option=nil, executiontime=nil, cache=nil, errormessage=nil, createtime=nil, updatetime=nil)
|
1563
1571
|
@RunUuid = runuuid
|
@@ -2168,19 +2176,27 @@ module TencentCloud
|
|
2168
2176
|
# - turbo标准型起售40TiB,即40960GiB;扩容步长20TiB,即20480 GiB。
|
2169
2177
|
# - turbo性能型起售20TiB,即20480 GiB;扩容步长10TiB,即10240 GiB。
|
2170
2178
|
# @type Capacity: Integer
|
2179
|
+
# @param EnableAutoScaleUp: 是否开启默认扩容,仅turbo类型文件存储支持
|
2180
|
+
# @type EnableAutoScaleUp: Boolean
|
2181
|
+
# @param MetaType: turbo文件系统元数据属性,basic:标准型元数据;enhanced:增强型元数据
|
2182
|
+
# @type MetaType: String
|
2171
2183
|
|
2172
|
-
attr_accessor :StorageType, :Zone, :Capacity
|
2184
|
+
attr_accessor :StorageType, :Zone, :Capacity, :EnableAutoScaleUp, :MetaType
|
2173
2185
|
|
2174
|
-
def initialize(storagetype=nil, zone=nil, capacity=nil)
|
2186
|
+
def initialize(storagetype=nil, zone=nil, capacity=nil, enableautoscaleup=nil, metatype=nil)
|
2175
2187
|
@StorageType = storagetype
|
2176
2188
|
@Zone = zone
|
2177
2189
|
@Capacity = capacity
|
2190
|
+
@EnableAutoScaleUp = enableautoscaleup
|
2191
|
+
@MetaType = metatype
|
2178
2192
|
end
|
2179
2193
|
|
2180
2194
|
def deserialize(params)
|
2181
2195
|
@StorageType = params['StorageType']
|
2182
2196
|
@Zone = params['Zone']
|
2183
2197
|
@Capacity = params['Capacity']
|
2198
|
+
@EnableAutoScaleUp = params['EnableAutoScaleUp']
|
2199
|
+
@MetaType = params['MetaType']
|
2184
2200
|
end
|
2185
2201
|
end
|
2186
2202
|
|
@@ -2376,10 +2392,16 @@ module TencentCloud
|
|
2376
2392
|
# @type IsDefault: Boolean
|
2377
2393
|
# @param Status: 状态。
|
2378
2394
|
# @type Status: String
|
2395
|
+
# @param AutoScaleUpRule: turbo自动扩容策略
|
2396
|
+
# @type AutoScaleUpRule: :class:`Tencentcloud::Omics.v20221128.models.VolumeAutoScaleUpRule`
|
2397
|
+
# @param MetaType: turbo元数据属性
|
2398
|
+
# @type MetaType: String
|
2399
|
+
# @param Zone: 可用区
|
2400
|
+
# @type Zone: String
|
2379
2401
|
|
2380
|
-
attr_accessor :VolumeId, :Name, :Description, :EnvironmentId, :Type, :Spec, :Capacity, :Usage, :BandwidthLimit, :DefaultMountPath, :IsDefault, :Status
|
2402
|
+
attr_accessor :VolumeId, :Name, :Description, :EnvironmentId, :Type, :Spec, :Capacity, :Usage, :BandwidthLimit, :DefaultMountPath, :IsDefault, :Status, :AutoScaleUpRule, :MetaType, :Zone
|
2381
2403
|
|
2382
|
-
def initialize(volumeid=nil, name=nil, description=nil, environmentid=nil, type=nil, spec=nil, capacity=nil, usage=nil, bandwidthlimit=nil, defaultmountpath=nil, isdefault=nil, status=nil)
|
2404
|
+
def initialize(volumeid=nil, name=nil, description=nil, environmentid=nil, type=nil, spec=nil, capacity=nil, usage=nil, bandwidthlimit=nil, defaultmountpath=nil, isdefault=nil, status=nil, autoscaleuprule=nil, metatype=nil, zone=nil)
|
2383
2405
|
@VolumeId = volumeid
|
2384
2406
|
@Name = name
|
2385
2407
|
@Description = description
|
@@ -2392,6 +2414,9 @@ module TencentCloud
|
|
2392
2414
|
@DefaultMountPath = defaultmountpath
|
2393
2415
|
@IsDefault = isdefault
|
2394
2416
|
@Status = status
|
2417
|
+
@AutoScaleUpRule = autoscaleuprule
|
2418
|
+
@MetaType = metatype
|
2419
|
+
@Zone = zone
|
2395
2420
|
end
|
2396
2421
|
|
2397
2422
|
def deserialize(params)
|
@@ -2407,6 +2432,37 @@ module TencentCloud
|
|
2407
2432
|
@DefaultMountPath = params['DefaultMountPath']
|
2408
2433
|
@IsDefault = params['IsDefault']
|
2409
2434
|
@Status = params['Status']
|
2435
|
+
unless params['AutoScaleUpRule'].nil?
|
2436
|
+
@AutoScaleUpRule = VolumeAutoScaleUpRule.new
|
2437
|
+
@AutoScaleUpRule.deserialize(params['AutoScaleUpRule'])
|
2438
|
+
end
|
2439
|
+
@MetaType = params['MetaType']
|
2440
|
+
@Zone = params['Zone']
|
2441
|
+
end
|
2442
|
+
end
|
2443
|
+
|
2444
|
+
# 缓存卷自动扩容策略
|
2445
|
+
class VolumeAutoScaleUpRule < TencentCloud::Common::AbstractModel
|
2446
|
+
# @param Status: 自动扩容策略开启,关闭
|
2447
|
+
# 示例值:open,close
|
2448
|
+
# @type Status: String
|
2449
|
+
# @param ScaleThreshold: 集群用量占比,到达这个值后开始扩容,范围[10-90]
|
2450
|
+
# @type ScaleThreshold: Integer
|
2451
|
+
# @param TargetThreshold: 扩容后使用量跟集群总量比例,范围[10-90]
|
2452
|
+
# @type TargetThreshold: Integer
|
2453
|
+
|
2454
|
+
attr_accessor :Status, :ScaleThreshold, :TargetThreshold
|
2455
|
+
|
2456
|
+
def initialize(status=nil, scalethreshold=nil, targetthreshold=nil)
|
2457
|
+
@Status = status
|
2458
|
+
@ScaleThreshold = scalethreshold
|
2459
|
+
@TargetThreshold = targetthreshold
|
2460
|
+
end
|
2461
|
+
|
2462
|
+
def deserialize(params)
|
2463
|
+
@Status = params['Status']
|
2464
|
+
@ScaleThreshold = params['ScaleThreshold']
|
2465
|
+
@TargetThreshold = params['TargetThreshold']
|
2410
2466
|
end
|
2411
2467
|
end
|
2412
2468
|
|
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.1119
|
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-08-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|