tencentcloud-sdk-batch 3.0.738 → 3.0.739

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 587c41f8fe5ae617355656a863018c3b36c64e9a
4
- data.tar.gz: eca08abc5516bfd1bba643b05fb4fe012ad7f627
3
+ metadata.gz: b20a3bfbe64a43280705e76190edd3936ade80e8
4
+ data.tar.gz: c76de4a9297b9bf1da1549cf23bfeb921b6a9187
5
5
  SHA512:
6
- metadata.gz: 0638fdf284a8277ae136d7679afd3d8b6d304c647ace691bb45077a5a42c92e769c97472ac3b35170a13ac28dd1e1a14c4f870e4352dfc328186747d5cc9aa26
7
- data.tar.gz: 70a79c150cb6db1e28958414970b7f2a62a9d7f3a149f71eb6e132fd599877380fb5c394e898448914cc7d6401dfb42945f6dfd9cd397fee5469c4a0651d904f
6
+ metadata.gz: 31614db49a3dd40215800ac6540606f1ce259793d8eef6a2efd8e94e201dd3a3c19810b94965eee395ad4b61d8d382eff303433f527baaeadcbba3010409a9c5
7
+ data.tar.gz: 008830c3161f34cb10fe79967cc9e57b17fe9c3a11ec946058695fd13756b08476f7e2f22384080ce781f679af61858b66babd809eab8f92f9907fd634e8a199
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.738
1
+ 3.0.739
@@ -2681,7 +2681,7 @@ module TencentCloud
2681
2681
  # @type Zone: String
2682
2682
  # @param InstanceType: 实例机型。
2683
2683
  # @type InstanceType: String
2684
- # @param InstanceChargeType: 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br><li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br><li>`SPOTPAID`:表示竞价实例付费。
2684
+ # @param InstanceChargeType: 实例计费模式。取值范围: <br><li>PREPAID:表示预付费,即包年包月<br></li>POSTPAID_BY_HOUR:表示后付费,即按量计费<br><li>CDHPAID:表示[专用宿主机](https://cloud.tencent.com/document/product/416)付费,即只对`专用宿主机`计费,不对`专用宿主机`上的实例计费。<br></li>`SPOTPAID`:表示竞价实例付费。
2685
2685
  # @type InstanceChargeType: String
2686
2686
  # @param NetworkCard: 网卡类型,例如:25代表25G网卡
2687
2687
  # @type NetworkCard: Integer
@@ -2698,7 +2698,7 @@ module TencentCloud
2698
2698
  # @type TypeName: String
2699
2699
  # @param LocalDiskTypeList: 本地磁盘规格列表。当该参数返回为空值时,表示当前情况下无法创建本地盘。
2700
2700
  # @type LocalDiskTypeList: Array
2701
- # @param Status: 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br><li>SOLD_OUT:表示实例已售罄。
2701
+ # @param Status: 实例是否售卖。取值范围: <br><li>SELL:表示实例可购买<br></li>SOLD_OUT:表示实例已售罄。
2702
2702
  # @type Status: String
2703
2703
  # @param Price: 实例的售卖价格。
2704
2704
  # @type Price: :class:`Tencentcloud::Batch.v20170312.models.ItemPrice`
@@ -2723,7 +2723,7 @@ module TencentCloud
2723
2723
  # @type GpuCount: Float
2724
2724
  # @param Frequency: 实例的CPU主频信息
2725
2725
  # @type Frequency: String
2726
- # @param StatusCategory: 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br><li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br><li> WithoutStock:表示对应库存已经售罄
2726
+ # @param StatusCategory: 描述库存情况。取值范围: <br><li> UnderStock:表示对应库存即将售罄<br></li> NormalStock:表示对应库存供应有保障<br><li> EnoughStock:表示对应库存非常充足<br></li> WithoutStock:表示对应库存已经售罄
2727
2727
  # 注意:此字段可能返回 null,表示取不到有效值。
2728
2728
  # @type StatusCategory: String
2729
2729
 
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.738
4
+ version: 3.0.739
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-12-28 00:00:00.000000000 Z
11
+ date: 2023-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common