tencentcloud-sdk-batch 3.0.1140 → 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: 6c5cc871ca4eb5ee2f4e7c40878719a53d464443
4
- data.tar.gz: 9bca9a16815c0671a9952063acb1a750272b2d72
3
+ metadata.gz: 0e61620e8f46c662ae0df203ec577fefe91a7bdc
4
+ data.tar.gz: dd3cf07b7bb3ff13becaa41331e0a1df38df7d1c
5
5
  SHA512:
6
- metadata.gz: d5f9d0097092a42418ee1d77d4fd772acc751b05a5d0fded8ca9e9dfc29d3603fe4684ffad3f699260b8347efa828674a3aa19420117f746bb868d8ffa0da52b
7
- data.tar.gz: b818927ca396033425c345079aab3fd0ddd0c3828f98eae794afaee7b13497c5d72ad886bdba82fce1c97f0fb39c20d93ae0d6e0d9f8bbcbe785d91dcca41f7e
6
+ metadata.gz: 6bb7ec93f854e715ba0bae4a6020da2bfc506d23a8bdb2ce7bf879e87b934599db4b0d39c79b8ecc6b47f830132ad36bc808e9812fc8c55f2b488b9be9ea6e3e
7
+ data.tar.gz: d018ae934b497f4874b222832b3a724879588bccf19d2462866b6dddb78994704e5a1684991bf4adc78b71cb45be260085f655124f518752654f572bc2089497
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1140
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
 
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.1140
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-09-15 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