tencentcloud-sdk-omics 3.0.940 → 3.0.942

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20221128/models.rb +4 -34
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35eb188d3f81695d3231113d779c5ad2c7444f38
4
- data.tar.gz: ae61162fd07043b48227f10c4b170ab2d125cba0
3
+ metadata.gz: 4b58af57d2407f4ba1eabcf58574e8bbc644ab49
4
+ data.tar.gz: a28c47eff03fcb2885b33d9142a446b94ea371e3
5
5
  SHA512:
6
- metadata.gz: d61d34698d3924308e3596620d995c116c5a55b111c5c1511bb29b85eeaf2b0e5baccc68e9244ac60778095afd3fda184abe3be3567888323f47612b2feff899
7
- data.tar.gz: eaa67de903831b5126bf1d8034766cbaecdecc749c3fe66cdb9ef37102ccf8b8b9f3cd1fadbe71d1699d9183b086752ca7ca93a7321e43a5f2d9205b0eb9c582
6
+ metadata.gz: c11bc854afc07b2c7ad4f3bd4c5d4ca9e07c5ac2eac483fdf681f576f87a6776b1bf6b005269dc0724d6dcfaedc2d420903b66b09cc1596d329bab7ebb7ec1eb
7
+ data.tar.gz: 5a3a9c104455bc33c5bc075b31ba39911b0c9fe796adbe7677e59a4bb94e55d4dad4de4abe9bc553573d833f903e4ccd31ff7d059c4a030c52665508095fa3fb
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.940
1
+ 3.0.942
@@ -52,8 +52,8 @@ module TencentCloud
52
52
 
53
53
  attr_accessor :Type, :ApplicationVersionId, :Name, :Description, :Entrypoint, :CreateTime, :CreatorName, :CreatorId, :GitInfo, :GitSource
54
54
  extend Gem::Deprecate
55
- deprecate :GitInfo, :none, 2024, 9
56
- deprecate :GitInfo=, :none, 2024, 9
55
+ deprecate :GitInfo, :none, 2024, 11
56
+ deprecate :GitInfo=, :none, 2024, 11
57
57
 
58
58
  def initialize(type=nil, applicationversionid=nil, name=nil, description=nil, entrypoint=nil, createtime=nil, creatorname=nil, creatorid=nil, gitinfo=nil, gitsource=nil)
59
59
  @Type = type
@@ -271,7 +271,6 @@ module TencentCloud
271
271
  # CreateVolume返回参数结构体
272
272
  class CreateVolumeResponse < TencentCloud::Common::AbstractModel
273
273
  # @param VolumeId: 缓存卷ID。
274
- # 注意:此字段可能返回 null,表示取不到有效值。
275
274
  # @type VolumeId: String
276
275
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
277
276
  # @type RequestId: String
@@ -798,10 +797,8 @@ module TencentCloud
798
797
  # DescribeVolumes返回参数结构体
799
798
  class DescribeVolumesResponse < TencentCloud::Common::AbstractModel
800
799
  # @param Volumes: 缓存卷。
801
- # 注意:此字段可能返回 null,表示取不到有效值。
802
800
  # @type Volumes: Array
803
801
  # @param TotalCount: 符合条件的数量。
804
- # 注意:此字段可能返回 null,表示取不到有效值。
805
802
  # @type TotalCount: Integer
806
803
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
807
804
  # @type RequestId: String
@@ -861,10 +858,8 @@ module TencentCloud
861
858
  # @param ResourceIds: 云资源ID。
862
859
  # @type ResourceIds: :class:`Tencentcloud::Omics.v20221128.models.ResourceIds`
863
860
  # @param LastWorkflowUuid: 上个工作流UUID。
864
- # 注意:此字段可能返回 null,表示取不到有效值。
865
861
  # @type LastWorkflowUuid: String
866
862
  # @param CreationTime: 创建时间。
867
- # 注意:此字段可能返回 null,表示取不到有效值。
868
863
  # @type CreationTime: String
869
864
 
870
865
  attr_accessor :EnvironmentId, :Name, :Description, :Region, :Type, :Status, :Available, :IsDefault, :IsManaged, :Message, :ResourceIds, :LastWorkflowUuid, :CreationTime
@@ -1270,10 +1265,8 @@ module TencentCloud
1270
1265
  # 资源限制范围。
1271
1266
  class LimitRange < TencentCloud::Common::AbstractModel
1272
1267
  # @param MaxCPU: 最大CPU设置
1273
- # 注意:此字段可能返回 null,表示取不到有效值。
1274
1268
  # @type MaxCPU: String
1275
1269
  # @param MaxMemory: 最大内存设置(单位:Mi,Gi,Ti,M,G,T)
1276
- # 注意:此字段可能返回 null,表示取不到有效值。
1277
1270
  # @type MaxMemory: String
1278
1271
 
1279
1272
  attr_accessor :MaxCPU, :MaxMemory
@@ -1376,32 +1369,24 @@ module TencentCloud
1376
1369
  # 云资源ID。
1377
1370
  class ResourceIds < TencentCloud::Common::AbstractModel
1378
1371
  # @param VPCId: 私有网络ID。
1379
- # 注意:此字段可能返回 null,表示取不到有效值。
1380
1372
  # @type VPCId: String
1381
1373
  # @param SubnetId: 子网ID。
1382
- # 注意:此字段可能返回 null,表示取不到有效值。
1383
1374
  # @type SubnetId: String
1384
1375
  # @param SecurityGroupId: 安全组ID。
1385
- # 注意:此字段可能返回 null,表示取不到有效值。
1386
1376
  # @type SecurityGroupId: String
1387
1377
  # @param TDSQLCId: TDSQL-C Mysql版数据库ID。
1388
- # 注意:此字段可能返回 null,表示取不到有效值。
1389
1378
  # @type TDSQLCId: String
1390
1379
  # @param CFSId: 文件存储ID。
1391
- # 注意:此字段可能返回 null,表示取不到有效值。
1392
1380
  # @type CFSId: String
1393
1381
  # @param CFSStorageType: 文件存储类型:取值范围:
1394
1382
  # - SD:通用标准型
1395
1383
  # - HP:通用性能型
1396
1384
  # - TB:turbo标准型
1397
1385
  # - TP:turbo性能型
1398
- # 注意:此字段可能返回 null,表示取不到有效值。
1399
1386
  # @type CFSStorageType: String
1400
1387
  # @param CVMId: 云服务器ID。
1401
- # 注意:此字段可能返回 null,表示取不到有效值。
1402
1388
  # @type CVMId: String
1403
1389
  # @param EKSId: 弹性容器集群ID。
1404
- # 注意:此字段可能返回 null,表示取不到有效值。
1405
1390
  # @type EKSId: String
1406
1391
 
1407
1392
  attr_accessor :VPCId, :SubnetId, :SecurityGroupId, :TDSQLCId, :CFSId, :CFSStorageType, :CVMId, :EKSId
@@ -1432,13 +1417,10 @@ module TencentCloud
1432
1417
  # 资源配额。
1433
1418
  class ResourceQuota < TencentCloud::Common::AbstractModel
1434
1419
  # @param CPULimit: CPU Limit设置。
1435
- # 注意:此字段可能返回 null,表示取不到有效值。
1436
1420
  # @type CPULimit: String
1437
1421
  # @param MemoryLimit: 内存Limit设置(单位:Mi,Gi,Ti,M,G,T)
1438
- # 注意:此字段可能返回 null,表示取不到有效值。
1439
1422
  # @type MemoryLimit: String
1440
1423
  # @param Pods: Pods数量设置
1441
- # 注意:此字段可能返回 null,表示取不到有效值。
1442
1424
  # @type Pods: String
1443
1425
 
1444
1426
  attr_accessor :CPULimit, :MemoryLimit, :Pods
@@ -1556,8 +1538,8 @@ module TencentCloud
1556
1538
 
1557
1539
  attr_accessor :RunUuid, :ProjectId, :ApplicationId, :RunGroupId, :EnvironmentId, :UserDefinedId, :TableId, :TableRowUuid, :Status, :Input, :Option, :ExecutionTime, :Cache, :ErrorMessage, :CreateTime, :UpdateTime
1558
1540
  extend Gem::Deprecate
1559
- deprecate :Option, :none, 2024, 9
1560
- deprecate :Option=, :none, 2024, 9
1541
+ deprecate :Option, :none, 2024, 11
1542
+ deprecate :Option=, :none, 2024, 11
1561
1543
 
1562
1544
  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
1545
  @RunUuid = runuuid
@@ -2388,20 +2370,15 @@ module TencentCloud
2388
2370
  # 缓存卷。
2389
2371
  class Volume < TencentCloud::Common::AbstractModel
2390
2372
  # @param VolumeId: 缓存卷ID。
2391
- # 注意:此字段可能返回 null,表示取不到有效值。
2392
2373
  # @type VolumeId: String
2393
2374
  # @param Name: 名称。
2394
- # 注意:此字段可能返回 null,表示取不到有效值。
2395
2375
  # @type Name: String
2396
2376
  # @param Description: 描述。
2397
- # 注意:此字段可能返回 null,表示取不到有效值。
2398
2377
  # @type Description: String
2399
2378
  # @param EnvironmentId: 环境ID。
2400
- # 注意:此字段可能返回 null,表示取不到有效值。
2401
2379
  # @type EnvironmentId: String
2402
2380
  # @param Type: 缓存卷类型,取值范围:
2403
2381
  # * SHARED:多点挂载共享存储
2404
- # 注意:此字段可能返回 null,表示取不到有效值。
2405
2382
  # @type Type: String
2406
2383
  # @param Spec: 缓存卷规格,取值范围:
2407
2384
 
@@ -2409,25 +2386,18 @@ module TencentCloud
2409
2386
  # - HP:通用性能型
2410
2387
  # - TB:turbo标准型
2411
2388
  # - TP:turbo性能型
2412
- # 注意:此字段可能返回 null,表示取不到有效值。
2413
2389
  # @type Spec: String
2414
2390
  # @param Capacity: 缓存卷大小(GB)。
2415
- # 注意:此字段可能返回 null,表示取不到有效值。
2416
2391
  # @type Capacity: Integer
2417
2392
  # @param Usage: 缓存卷使用量(Byte)。
2418
- # 注意:此字段可能返回 null,表示取不到有效值。
2419
2393
  # @type Usage: Integer
2420
2394
  # @param BandwidthLimit: 缓存卷吞吐上限(MiB/s)。
2421
- # 注意:此字段可能返回 null,表示取不到有效值。
2422
2395
  # @type BandwidthLimit: Float
2423
2396
  # @param DefaultMountPath: 默认挂载路径。
2424
- # 注意:此字段可能返回 null,表示取不到有效值。
2425
2397
  # @type DefaultMountPath: String
2426
2398
  # @param IsDefault: 是否为默认缓存卷。
2427
- # 注意:此字段可能返回 null,表示取不到有效值。
2428
2399
  # @type IsDefault: Boolean
2429
2400
  # @param Status: 状态。
2430
- # 注意:此字段可能返回 null,表示取不到有效值。
2431
2401
  # @type Status: String
2432
2402
 
2433
2403
  attr_accessor :VolumeId, :Name, :Description, :EnvironmentId, :Type, :Spec, :Capacity, :Usage, :BandwidthLimit, :DefaultMountPath, :IsDefault, :Status
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.940
4
+ version: 3.0.942
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-12 00:00:00.000000000 Z
11
+ date: 2024-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common