tencentcloud-sdk-batch 3.0.1025 → 3.0.1027
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 +4 -4
- 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: 06133514c206d5c00c72cb3541d9e8c68869e597
|
4
|
+
data.tar.gz: 1c02bc28dc851b07d9695f955d3373490bc96117
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 475e49c1773ac6fea618a5ce096f1f4e15535031528790711994a874515e300bbed34d76ddee2759de6dbf3630453d86f9f01c0386efede9e9cec43249d68b12
|
7
|
+
data.tar.gz: ee91ba581b59b51bde4fa15d532e1b6968f2eefc9cf3d38d65eabae38a3a8ef7446cb3ef95c32a041eacab1ea8d333c04ca123cc95c74daa21ea7a6ee1d30eeb
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1027
|
data/lib/v20170312/models.rb
CHANGED
@@ -2245,15 +2245,15 @@ module TencentCloud
|
|
2245
2245
|
|
2246
2246
|
# 黑石计算环境数据
|
2247
2247
|
class EnvDataCpm < TencentCloud::Common::AbstractModel
|
2248
|
-
# @param Zones: 黑石可用区名称列表。如ap-guangzhou-bls-1
|
2248
|
+
# @param Zones: 黑石可用区名称列表。如ap-guangzhou-bls-1。不是Batch可用区名称。目前仅支持一个可用区名称。
|
2249
2249
|
# @type Zones: Array
|
2250
|
-
# @param InstanceTypes: 购买的机型ID
|
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
|
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
|
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.
|
4
|
+
version: 3.0.1027
|
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-
|
11
|
+
date: 2025-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|