tencentcloud-sdk-batch 3.0.671 → 3.0.673
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +8 -3
- 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: 1716e415a43995c9d27aa621ac8a55ce4c503eae
|
4
|
+
data.tar.gz: 80dc9f9c7780604b6dd97b9eaf7b11ca63cb5ff4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23614774a9f8218473d732370b85d6b576b46ae37d3fb844cdc67798e162146fa960189c058f7ba447d0bc98f6a809d72f3dee495a4988f246581020c12000f9
|
7
|
+
data.tar.gz: 691de2028cda833bf62d9fe6ae14d36072695812bdfaedaf731017b5147cc72a48efd2cb3f445bbd3ac2f4d307a40c29ae790693608d11fb41d45dcd4546eb0c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.673
|
data/lib/v20170312/models.rb
CHANGED
@@ -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
|
|
@@ -3817,7 +3822,7 @@ module TencentCloud
|
|
3817
3822
|
|
3818
3823
|
# 描述了操作系统所在块设备即系统盘的信息
|
3819
3824
|
class SystemDisk < TencentCloud::Common::AbstractModel
|
3820
|
-
# @param DiskType: 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_BSSD:通用性SSD云硬盘<br><br>默认取值:当前有库存的硬盘类型。
|
3825
|
+
# @param DiskType: 系统盘类型。系统盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br><li>LOCAL_BASIC:本地硬盘<br><li>LOCAL_SSD:本地SSD硬盘<br><li>CLOUD_BASIC:普通云硬盘<br><li>CLOUD_SSD:SSD云硬盘<br><li>CLOUD_PREMIUM:高性能云硬盘<br><li>CLOUD_BSSD:通用性SSD云硬盘<br><li>CLOUD_HSSD:增强型SSD云硬盘<br><li>CLOUD_TSSD:极速型SSD云硬盘<br><br>默认取值:当前有库存的硬盘类型。
|
3821
3826
|
# @type DiskType: String
|
3822
3827
|
# @param DiskId: 系统盘ID。LOCAL_BASIC 和 LOCAL_SSD 类型没有ID。暂时不支持该参数。
|
3823
3828
|
# 该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
|
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.
|
4
|
+
version: 3.0.673
|
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-
|
11
|
+
date: 2023-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|