tencentcloud-sdk-cvm 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: 7221592e3ae2369e15a30dd67583adf51e2d3091
4
- data.tar.gz: ca891511c29f6c7d62c247d07375c97fd606f12e
3
+ metadata.gz: 158d199371f6e4199325975a5f57ac8c2ff6c7f0
4
+ data.tar.gz: f777a0dd0e0f1c44f3f4b934b6f854f3fdd0a38e
5
5
  SHA512:
6
- metadata.gz: c3e457e1eceb301f8a4466f0fc00f4732969718c1a9d671aa8da3a975b23a9e3bfd0252ad69554e2972b1bfd2dccce1d202eaa1b8322673b4da231cc26a55790
7
- data.tar.gz: c8dfe3d15e248105613bde06af7b772037400df993d46fb1a7a71a71e9bc5fb696d27d2b33ffbdc99409138243cf918ad4c289c30310396a93b9097002b5ddcd
6
+ metadata.gz: afd80d9c70b219de98d05c8458c3fa18eaa34d1ba2bdc5d3c20784ffd7567b23435b4183683af946f546aca2ea952085baaad3c7a295befbcd893829d99fda9f
7
+ data.tar.gz: 8c5cf9840fc0b916c527fbfb536899178a226644fe3851f50dba3a0252d916cd3baab755a2eeb10d878828aa9fbc1a6ccd9c3d6037cc4b564e66c069d0446d7a
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.671
1
+ 3.0.672
@@ -5166,10 +5166,13 @@ module TencentCloud
5166
5166
  # @type GpuCount: Float
5167
5167
  # @param Frequency: 实例的CPU主频信息
5168
5168
  # @type Frequency: String
5169
+ # @param StatusCategory: 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br><li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br><li> WithoutStock:表示对应库存已经售罄
5170
+ # 注意:此字段可能返回 null,表示取不到有效值。
5171
+ # @type StatusCategory: String
5169
5172
 
5170
- attr_accessor :Zone, :InstanceType, :InstanceChargeType, :NetworkCard, :Externals, :Cpu, :Memory, :InstanceFamily, :TypeName, :LocalDiskTypeList, :Status, :Price, :SoldOutReason, :InstanceBandwidth, :InstancePps, :StorageBlockAmount, :CpuType, :Gpu, :Fpga, :Remark, :GpuCount, :Frequency
5173
+ 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
5171
5174
 
5172
- 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)
5175
+ 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)
5173
5176
  @Zone = zone
5174
5177
  @InstanceType = instancetype
5175
5178
  @InstanceChargeType = instancechargetype
@@ -5192,6 +5195,7 @@ module TencentCloud
5192
5195
  @Remark = remark
5193
5196
  @GpuCount = gpucount
5194
5197
  @Frequency = frequency
5198
+ @StatusCategory = statuscategory
5195
5199
  end
5196
5200
 
5197
5201
  def deserialize(params)
@@ -5230,6 +5234,7 @@ module TencentCloud
5230
5234
  @Remark = params['Remark']
5231
5235
  @GpuCount = params['GpuCount']
5232
5236
  @Frequency = params['Frequency']
5237
+ @StatusCategory = params['StatusCategory']
5233
5238
  end
5234
5239
  end
5235
5240
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cvm
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