tencentcloud-sdk-batch 3.0.467 → 3.0.469
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 +29 -2
- 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: 53e766422e1c3b8764f75136758c07a4f33183b6
|
4
|
+
data.tar.gz: d8114d186caf0a7c01feed4b9e9800e3d9177b0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bcd6a6dd669da8d6118eb436f430481f28fcef36a6fa7c0ca4bbb955a41b4125dd8ddaa0eef09bb5846ab8df9cfac894e5e0148e6ab816d7d5dbec6c1aa3a0d
|
7
|
+
data.tar.gz: aebb333fbc0fd20f7393630f77dd3d1c4677ffb2331c0fec567f1e69079a62dc6b8bf6593db299c8e160163539c6501445ff3a8bf2c82172c783b34580c6c14b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.469
|
data/lib/v20170312/models.rb
CHANGED
@@ -3454,17 +3454,25 @@ module TencentCloud
|
|
3454
3454
|
# @type SourcePath: String
|
3455
3455
|
# @param DestinationPath: 目的端路径
|
3456
3456
|
# @type DestinationPath: String
|
3457
|
+
# @param OutputMappingOption: 输出映射选项
|
3458
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3459
|
+
# @type OutputMappingOption: :class:`Tencentcloud::Batch.v20170312.models.OutputMappingOption`
|
3457
3460
|
|
3458
|
-
attr_accessor :SourcePath, :DestinationPath
|
3461
|
+
attr_accessor :SourcePath, :DestinationPath, :OutputMappingOption
|
3459
3462
|
|
3460
|
-
def initialize(sourcepath=nil, destinationpath=nil)
|
3463
|
+
def initialize(sourcepath=nil, destinationpath=nil, outputmappingoption=nil)
|
3461
3464
|
@SourcePath = sourcepath
|
3462
3465
|
@DestinationPath = destinationpath
|
3466
|
+
@OutputMappingOption = outputmappingoption
|
3463
3467
|
end
|
3464
3468
|
|
3465
3469
|
def deserialize(params)
|
3466
3470
|
@SourcePath = params['SourcePath']
|
3467
3471
|
@DestinationPath = params['DestinationPath']
|
3472
|
+
unless params['OutputMappingOption'].nil?
|
3473
|
+
@OutputMappingOption = OutputMappingOption.new
|
3474
|
+
@OutputMappingOption.deserialize(params['OutputMappingOption'])
|
3475
|
+
end
|
3468
3476
|
end
|
3469
3477
|
end
|
3470
3478
|
|
@@ -3492,6 +3500,25 @@ module TencentCloud
|
|
3492
3500
|
end
|
3493
3501
|
end
|
3494
3502
|
|
3503
|
+
# 输出映射选项
|
3504
|
+
class OutputMappingOption < TencentCloud::Common::AbstractModel
|
3505
|
+
# @param Workspace: 容器场景下,输出选项从实例映射到容器内的实例侧的工作空间。
|
3506
|
+
# BATCH_WORKSPACE: 工作空间为BATCH在实例内定义的工作空间,BATCH侧保证作业之间的隔离。(默认)
|
3507
|
+
# GLOBAL_WORKSPACE: 工作空间为实例操作系统空间。
|
3508
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3509
|
+
# @type Workspace: String
|
3510
|
+
|
3511
|
+
attr_accessor :Workspace
|
3512
|
+
|
3513
|
+
def initialize(workspace=nil)
|
3514
|
+
@Workspace = workspace
|
3515
|
+
end
|
3516
|
+
|
3517
|
+
def deserialize(params)
|
3518
|
+
@Workspace = params['Workspace']
|
3519
|
+
end
|
3520
|
+
end
|
3521
|
+
|
3495
3522
|
# 描述了实例的抽象位置,包括其所在的可用区,所属的项目,宿主机(仅专用宿主机产品可用),母机IP等
|
3496
3523
|
class Placement < TencentCloud::Common::AbstractModel
|
3497
3524
|
# @param Zone: 实例所属的可用区ID。该参数可以通过调用 [DescribeZones](https://cloud.tencent.com/document/product/213/15707) 的返回值中的Zone字段来获取。
|
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.469
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-12-
|
11
|
+
date: 2022-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|