tencentcloud-sdk-batch 3.0.671 → 3.0.672

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d69902a91f25c7399868865762a376d197c4649
4
- data.tar.gz: 651137e10bfdf375c393764ed3ca072b23445f66
3
+ metadata.gz: 8c62e6716906a2e0104e57306b04e2efdd8a0264
4
+ data.tar.gz: bcdd297b53202eefbbde1739acc896bcebedf2c4
5
5
  SHA512:
6
- metadata.gz: c119e0736ba73f15023308da8aab26a9062a294637758b4000462cf0346e37bfed6f46d8110f93d4b904b20776739354a5a2169b296bdaad53b76f37bf587f7f
7
- data.tar.gz: 778ccdbeecf1a41e492cc1c778981c63763a72f9fd4a9fe90ce28e8e146fc2fe517a70b1d9896ff2f8f7034655d90d504617f77d86722aac3a4e10e21c305665
6
+ metadata.gz: c5557b6a70c688ae59bf3449f84ca9ac8b127cde7cb97653c1ad94b708f673871d815d09d3ef5d7fb156f5c6aaa4edaaa14f1a1f1c1d2a0b458f6a71dd170773
7
+ data.tar.gz: 5adae85ec3d32fd5380500ae2148af0231432d34e2cfbfe915335406031be81d499b4664c0715354d5a7870616876ee2c3c00f8479ff25a975cea025128cbcd5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.671
1
+ 3.0.672
@@ -2682,10 +2682,13 @@ module TencentCloud
2682
2682
  # @type GpuCount: Float
2683
2683
  # @param Frequency: 实例的CPU主频信息
2684
2684
  # @type Frequency: String
2685
+ # @param StatusCategory: 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br><li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br><li> WithoutStock:表示对应库存已经售罄
2686
+ # 注意:此字段可能返回 null,表示取不到有效值。
2687
+ # @type StatusCategory: String
2685
2688
 
2686
- attr_accessor :Zone, :InstanceType, :InstanceChargeType, :NetworkCard, :Externals, :Cpu, :Memory, :InstanceFamily, :TypeName, :LocalDiskTypeList, :Status, :Price, :SoldOutReason, :InstanceBandwidth, :InstancePps, :StorageBlockAmount, :CpuType, :Gpu, :Fpga, :Remark, :GpuCount, :Frequency
2689
+ attr_accessor :Zone, :InstanceType, :InstanceChargeType, :NetworkCard, :Externals, :Cpu, :Memory, :InstanceFamily, :TypeName, :LocalDiskTypeList, :Status, :Price, :SoldOutReason, :InstanceBandwidth, :InstancePps, :StorageBlockAmount, :CpuType, :Gpu, :Fpga, :Remark, :GpuCount, :Frequency, :StatusCategory
2687
2690
 
2688
- 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)
2691
+ 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, statuscategory=nil)
2689
2692
  @Zone = zone
2690
2693
  @InstanceType = instancetype
2691
2694
  @InstanceChargeType = instancechargetype
@@ -2708,6 +2711,7 @@ module TencentCloud
2708
2711
  @Remark = remark
2709
2712
  @GpuCount = gpucount
2710
2713
  @Frequency = frequency
2714
+ @StatusCategory = statuscategory
2711
2715
  end
2712
2716
 
2713
2717
  def deserialize(params)
@@ -2746,6 +2750,7 @@ module TencentCloud
2746
2750
  @Remark = params['Remark']
2747
2751
  @GpuCount = params['GpuCount']
2748
2752
  @Frequency = params['Frequency']
2753
+ @StatusCategory = params['StatusCategory']
2749
2754
  end
2750
2755
  end
2751
2756
 
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.671
4
+ version: 3.0.672
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-07 00:00:00.000000000 Z
11
+ date: 2023-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common