tencentcloud-sdk-batch 3.0.465 → 3.0.467

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/v20170312/models.rb +10 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e033f779ed19527917c48aa4e5a1daf664b8a85d
4
- data.tar.gz: 2aad533c5d168f3e5621b81d09517fd2fdd656e1
3
+ metadata.gz: eb48824fc92eb4c0bfe3ae1af07f9bc608b8cb6d
4
+ data.tar.gz: 8bd4170c359e098ede1cba9c30b9d481e3ae7940
5
5
  SHA512:
6
- metadata.gz: 0a0d999586cf7fb9b416cf64e6560015cc09b11a1d1fe5125426090be60c0fd0044c6649cfdc9691c5c718ad9e81f3a71be3f716b57678f2b18b9498f360dd3a
7
- data.tar.gz: da4526e978cdab97856930c6f9ccfaa88b01fbdd4580d725fa9646c9dcbc2a191292301cde4cfa96571ab6f5b9c71f8a04a752252adff04ac887891f3ff1e911
6
+ metadata.gz: 47976518c9478ed7c76b63c246bfe8b29af74ba8b6adb016623425b763f6bd6875c7a4bc43d57fc95f887c626ddc33561e99b6c34b632a043434102e48559458
7
+ data.tar.gz: 5e8685beb8f3d50d987404302f71230ed03d1506b40aa754410049c3e050891956151befc525b64fd4d6f394a7df32f4b9d7eda2f78949bf7c917d98c9fa4908
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.465
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.465
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-05 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