tencentcloud-sdk-batch 3.0.466 → 3.0.468
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/v20170312/models.rb +10 -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: 2f19e20b19f1c48a19e2085ca0d73daee404a697
|
4
|
+
data.tar.gz: 11803ca6588e6add42fc75bcde791bf65a848aa6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a60975420963f18c26f468d18d5c800d437726b6037535abadc074b975fe8ce187f84334d4db01433a6baf023836f9b7d5544d54d463051efd0601c708e02d9
|
7
|
+
data.tar.gz: 49cb2a3556ebd58504394226d035e1d279d9ce9e45ef5fb5b2657565a8262b43783ad6ccb0ca31c5de0fb3611e48de952c78efc6ff7bf76c9da949a645f8dcd1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.468
|
data/lib/v20170312/models.rb
CHANGED
@@ -2643,10 +2643,14 @@ module TencentCloud
|
|
2643
2643
|
# @type Fpga: Integer
|
2644
2644
|
# @param Remark: 实例备注信息。
|
2645
2645
|
# @type Remark: String
|
2646
|
+
# @param GpuCount: 实例机型映射的物理GPU卡数,单位:卡。vGPU卡型小于1,直通卡型大于等于1。vGPU是通过分片虚拟化技术,将物理GPU卡重新划分,同一块GPU卡经虚拟化分割后可分配至不同的实例使用。直通卡型会将GPU设备直接挂载给实例使用。
|
2647
|
+
# @type GpuCount: Float
|
2648
|
+
# @param Frequency: 实例的CPU主频信息
|
2649
|
+
# @type Frequency: String
|
2646
2650
|
|
2647
|
-
attr_accessor :Zone, :InstanceType, :InstanceChargeType, :NetworkCard, :Externals, :Cpu, :Memory, :InstanceFamily, :TypeName, :LocalDiskTypeList, :Status, :Price, :SoldOutReason, :InstanceBandwidth, :InstancePps, :StorageBlockAmount, :CpuType, :Gpu, :Fpga, :Remark
|
2651
|
+
attr_accessor :Zone, :InstanceType, :InstanceChargeType, :NetworkCard, :Externals, :Cpu, :Memory, :InstanceFamily, :TypeName, :LocalDiskTypeList, :Status, :Price, :SoldOutReason, :InstanceBandwidth, :InstancePps, :StorageBlockAmount, :CpuType, :Gpu, :Fpga, :Remark, :GpuCount, :Frequency
|
2648
2652
|
|
2649
|
-
def initialize(zone=nil, instancetype=nil, instancechargetype=nil, networkcard=nil, externals=nil, cpu=nil, memory=nil, instancefamily=nil, typename=nil, localdisktypelist=nil, status=nil, price=nil, soldoutreason=nil, instancebandwidth=nil, instancepps=nil, storageblockamount=nil, cputype=nil, gpu=nil, fpga=nil, remark=nil)
|
2653
|
+
def initialize(zone=nil, instancetype=nil, instancechargetype=nil, networkcard=nil, externals=nil, cpu=nil, memory=nil, instancefamily=nil, typename=nil, localdisktypelist=nil, status=nil, price=nil, soldoutreason=nil, instancebandwidth=nil, instancepps=nil, storageblockamount=nil, cputype=nil, gpu=nil, fpga=nil, remark=nil, gpucount=nil, frequency=nil)
|
2650
2654
|
@Zone = zone
|
2651
2655
|
@InstanceType = instancetype
|
2652
2656
|
@InstanceChargeType = instancechargetype
|
@@ -2667,6 +2671,8 @@ module TencentCloud
|
|
2667
2671
|
@Gpu = gpu
|
2668
2672
|
@Fpga = fpga
|
2669
2673
|
@Remark = remark
|
2674
|
+
@GpuCount = gpucount
|
2675
|
+
@Frequency = frequency
|
2670
2676
|
end
|
2671
2677
|
|
2672
2678
|
def deserialize(params)
|
@@ -2703,6 +2709,8 @@ module TencentCloud
|
|
2703
2709
|
@Gpu = params['Gpu']
|
2704
2710
|
@Fpga = params['Fpga']
|
2705
2711
|
@Remark = params['Remark']
|
2712
|
+
@GpuCount = params['GpuCount']
|
2713
|
+
@Frequency = params['Frequency']
|
2706
2714
|
end
|
2707
2715
|
end
|
2708
2716
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-batch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.468
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|