tencentcloud-sdk-batch 3.0.1123 → 3.0.1169
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 +7 -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: 0e61620e8f46c662ae0df203ec577fefe91a7bdc
|
|
4
|
+
data.tar.gz: dd3cf07b7bb3ff13becaa41331e0a1df38df7d1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6bb7ec93f854e715ba0bae4a6020da2bfc506d23a8bdb2ce7bf879e87b934599db4b0d39c79b8ecc6b47f830132ad36bc808e9812fc8c55f2b488b9be9ea6e3e
|
|
7
|
+
data.tar.gz: d018ae934b497f4874b222832b3a724879588bccf19d2462866b6dddb78994704e5a1684991bf4adc78b71cb45be260085f655124f518752654f572bc2089497
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -2383,19 +2383,23 @@ module TencentCloud
|
|
|
2383
2383
|
# @type DestinationPath: String
|
|
2384
2384
|
# @param MountOptionParameter: 挂载配置项参数
|
|
2385
2385
|
# @type MountOptionParameter: String
|
|
2386
|
+
# @param MountType: 挂载COS存储时支持的挂载工具;当前可选值:COSFS、GooseFS-Lite。
|
|
2387
|
+
# @type MountType: String
|
|
2386
2388
|
|
|
2387
|
-
attr_accessor :SourcePath, :DestinationPath, :MountOptionParameter
|
|
2389
|
+
attr_accessor :SourcePath, :DestinationPath, :MountOptionParameter, :MountType
|
|
2388
2390
|
|
|
2389
|
-
def initialize(sourcepath=nil, destinationpath=nil, mountoptionparameter=nil)
|
|
2391
|
+
def initialize(sourcepath=nil, destinationpath=nil, mountoptionparameter=nil, mounttype=nil)
|
|
2390
2392
|
@SourcePath = sourcepath
|
|
2391
2393
|
@DestinationPath = destinationpath
|
|
2392
2394
|
@MountOptionParameter = mountoptionparameter
|
|
2395
|
+
@MountType = mounttype
|
|
2393
2396
|
end
|
|
2394
2397
|
|
|
2395
2398
|
def deserialize(params)
|
|
2396
2399
|
@SourcePath = params['SourcePath']
|
|
2397
2400
|
@DestinationPath = params['DestinationPath']
|
|
2398
2401
|
@MountOptionParameter = params['MountOptionParameter']
|
|
2402
|
+
@MountType = params['MountType']
|
|
2399
2403
|
end
|
|
2400
2404
|
end
|
|
2401
2405
|
|
|
@@ -3611,7 +3615,7 @@ module TencentCloud
|
|
|
3611
3615
|
# 默认取值:当前有库存的硬盘类型。
|
|
3612
3616
|
# @type DiskType: String
|
|
3613
3617
|
# @param DiskId: 系统盘ID。
|
|
3614
|
-
#
|
|
3618
|
+
# 该参数目前仅用于 [DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 等查询类接口的返回参数,不可用于 [RunInstances](https://cloud.tencent.com/document/product/213/15730) 等写接口的入参。
|
|
3615
3619
|
# @type DiskId: String
|
|
3616
3620
|
# @param DiskSize: 系统盘大小,单位:GiB。默认值为 50
|
|
3617
3621
|
# @type DiskSize: 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.1169
|
|
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-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|