tencentcloud-sdk-batch 3.0.466 → 3.0.467

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fca2292926f59d26e5cddacaa234a2fea14d7fc0
4
- data.tar.gz: 95378f6697fb8318043334617a2bf087b7264b55
3
+ metadata.gz: eb48824fc92eb4c0bfe3ae1af07f9bc608b8cb6d
4
+ data.tar.gz: 8bd4170c359e098ede1cba9c30b9d481e3ae7940
5
5
  SHA512:
6
- metadata.gz: d847e8e76d39c4a837e467f14f485de455024dc36fa4a79a575d2c6b772753c3c834328588b4ae4ab142e8a019cad463ad50fec48fc22504c4598add7d530477
7
- data.tar.gz: e7c220f2b6cb63cccbfe6beb5629c182f83b96cfa03f7e7974402c597e4e83c706dc3984c3b8d5564849462fb37c29429db0a4daa69b065b8e62e0c368c4fc9a
6
+ metadata.gz: 47976518c9478ed7c76b63c246bfe8b29af74ba8b6adb016623425b763f6bd6875c7a4bc43d57fc95f887c626ddc33561e99b6c34b632a043434102e48559458
7
+ data.tar.gz: 5e8685beb8f3d50d987404302f71230ed03d1506b40aa754410049c3e050891956151befc525b64fd4d6f394a7df32f4b9d7eda2f78949bf7c917d98c9fa4908
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.466
1
+ 3.0.467
@@ -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.466
4
+ version: 3.0.467
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-06 00:00:00.000000000 Z
11
+ date: 2022-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common