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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23fa09e19d9f2dc27a5126e1e8cb94eefed99a30
4
- data.tar.gz: 26302d3f008e1b53d35eb7bea867053789b747f8
3
+ metadata.gz: 0e61620e8f46c662ae0df203ec577fefe91a7bdc
4
+ data.tar.gz: dd3cf07b7bb3ff13becaa41331e0a1df38df7d1c
5
5
  SHA512:
6
- metadata.gz: 39881aa2c0e29933293ebe6142bbe653b301dc81b4ff97ce63df5ade3b70a5a8407984390d1f4be1384ec760ad2180603788d1440696412e22369d37b366c558
7
- data.tar.gz: a486f7e988bcfb6981306aa900fe2610c994cc6b0f7e788aaf318ffbc1193246a07b8603b30c7377d86638da698153f744de5393ce38d570afd3019fc1694bb9
6
+ metadata.gz: 6bb7ec93f854e715ba0bae4a6020da2bfc506d23a8bdb2ce7bf879e87b934599db4b0d39c79b8ecc6b47f830132ad36bc808e9812fc8c55f2b488b9be9ea6e3e
7
+ data.tar.gz: d018ae934b497f4874b222832b3a724879588bccf19d2462866b6dddb78994704e5a1684991bf4adc78b71cb45be260085f655124f518752654f572bc2089497
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1123
1
+ 3.0.1169
@@ -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
- # 该参数目前仅用于`DescribeInstances`等查询类接口的返回参数,不可用于`RunInstances`等写接口的入参。
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.1123
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-08-14 00:00:00.000000000 Z
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