tencentcloud-sdk-batch 3.0.1025 → 3.0.1026

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: a9ae5a54064d6116077d84df1f4c7f4b46b57d8d
4
- data.tar.gz: 1c0a5ed390dc1c6f479781fef58142cbbc95198b
3
+ metadata.gz: 39ed9d1cd0d1397516fdc88c8ba8034b90816265
4
+ data.tar.gz: bb17a5df6180b0ae4a5989b92b4097d076529f51
5
5
  SHA512:
6
- metadata.gz: ed37b4d3b223b16bce683e7431b606cf2e7f6c24ea65f948b085ea7e15482759675fc977e772aa4cff88c652e5932eded8afd489cd3c30661ef935f6c24fadee
7
- data.tar.gz: b56ea85366dc41b02c169bbae51326740b539e1ee999af95e0eb38a10f241b3ea63018e10ce5b9cd2618d8366d601e0f12ae289abc62023661f953ec69de76ac
6
+ metadata.gz: fb307e73ab7621ae58d02af61e497b7cb58807ecd3899b44799cb2c806a25702a373a08f8ad52f477ee768f72e43ba2d5ad1cff20aeb2985645066ed41e120f6
7
+ data.tar.gz: b224f23d179ab7e0c240e5b34914de7a860c9d485492a56011f4340d8f8227bcf8885b1a735cbd454d9e9037f932f88c99cf0f1db1361b3836fadec8d674bc74
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1025
1
+ 3.0.1026
@@ -2245,15 +2245,15 @@ module TencentCloud
2245
2245
 
2246
2246
  # 黑石计算环境数据
2247
2247
  class EnvDataCpm < TencentCloud::Common::AbstractModel
2248
- # @param Zones: 黑石可用区名称列表。如ap-guangzhou-bls-1, 可通过黑石接口[DescribeRegions]( https://cloud.tencent.com/document/api/386/33564)接口获取。不是Batch可用区名称。目前仅支持一个可用区名称。
2248
+ # @param Zones: 黑石可用区名称列表。如ap-guangzhou-bls-1。不是Batch可用区名称。目前仅支持一个可用区名称。
2249
2249
  # @type Zones: Array
2250
- # @param InstanceTypes: 购买的机型ID。通过黑石接口[DescribeDeviceClass]( https://cloud.tencent.com/document/api/386/32911)查询设备型号,获取机型信息。
2250
+ # @param InstanceTypes: 购买的机型ID
2251
2251
  # @type InstanceTypes: Array
2252
2252
  # @param TimeUnit: 购买时长单位,取值:m(月)。
2253
2253
  # @type TimeUnit: String
2254
2254
  # @param TimeSpan: 购买时长。
2255
2255
  # @type TimeSpan: Integer
2256
- # @param RaidId: RAID类型ID。通过黑石接口[DescribeDeviceClassPartition]( https://cloud.tencent.com/document/api/386/32910)查询机型RAID方式以及系统盘大小,获取RAID信息。
2256
+ # @param RaidId: RAID类型ID
2257
2257
  # @type RaidId: Integer
2258
2258
  # @param OsTypeId: 部署服务器的操作系统ID。通过批量计算接口DescribeCpmOsInfo查询操作系统信息。
2259
2259
  # @type OsTypeId: Integer
@@ -2279,7 +2279,7 @@ module TencentCloud
2279
2279
  # @type EipBandwidth: Integer
2280
2280
  # @param ImageId: 自定义镜像ID,取值生效时用自定义镜像部署物理机。
2281
2281
  # @type ImageId: String
2282
- # @param SysRootSpace: 系统盘根分区大小,单位为G,默认取值10G。通过黑石接口[DescribeDeviceClassPartition]( https://cloud.tencent.com/document/api/386/32910)查询机型RAID方式以及系统盘大小,获取根分区信息。
2282
+ # @param SysRootSpace: 系统盘根分区大小,单位为G,默认取值10G
2283
2283
  # @type SysRootSpace: Integer
2284
2284
  # @param SysDataSpace: /data分区大小,单位为G。如果系统盘还有剩余大小,会分配给/data分区。(特殊情况:如果剩余空间不足10G,并且没有指定/data分区,则剩余空间会分配给Root分区)。
2285
2285
  # @type SysDataSpace: Integer
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.1025
4
+ version: 3.0.1026
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-23 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common