tencentcloud-sdk-cvm 3.0.670 → 3.0.672
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +7 -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: 158d199371f6e4199325975a5f57ac8c2ff6c7f0
|
4
|
+
data.tar.gz: f777a0dd0e0f1c44f3f4b934b6f854f3fdd0a38e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: afd80d9c70b219de98d05c8458c3fa18eaa34d1ba2bdc5d3c20784ffd7567b23435b4183683af946f546aca2ea952085baaad3c7a295befbcd893829d99fda9f
|
7
|
+
data.tar.gz: 8c5cf9840fc0b916c527fbfb536899178a226644fe3851f50dba3a0252d916cd3baab755a2eeb10d878828aa9fbc1a6ccd9c3d6037cc4b564e66c069d0446d7a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.672
|
data/lib/v20170312/models.rb
CHANGED
@@ -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.
|
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-09
|
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
|