tencentcloud-sdk-batch 3.0.964 → 3.0.966

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +47 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d766ab88d9a4b1d8c474f50338e6e0461c62cda
4
- data.tar.gz: af803e39fb647614558c7a124111b313c6e52e17
3
+ metadata.gz: 96cec6882e137c1d703fdd76e0d8ea9734aaf2ef
4
+ data.tar.gz: e7ebdf1ac93ad688da8ceba816f2278a99748b61
5
5
  SHA512:
6
- metadata.gz: f326a0f69fff9ff430ea1561b5dd70525cc8f5477a49f2d44710e61345156fa7b4e2c6b2c22f3b919743c8116015c9c2fc3cf045e0860e944dfecd989d05efbf
7
- data.tar.gz: af4f6453b2afac4d87c0e40ea0203b7408f8224e2c63d0722db87cbce82be681d11b624f6e535e8314b6ac5724e1cc98ce9b64efe8e27282564bcf8c0446f675
6
+ metadata.gz: 751f71ded189e04ab9c03cb7456735302d0820cf0e69429621a7ef50c9ccacc39a64f9860dcd878fee32669ecfe34a18c85907149a64ec2c667ab65624f660a6
7
+ data.tar.gz: f148ecb6bbcb18931b1321fd310cc8d8e8ff35236f9dfe77ab27255490b8a13a9334c51ed2b2e678ed139efa1c988c86efb6d5c13605a66b4853336b658ec2f6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.964
1
+ 3.0.966
@@ -74,10 +74,13 @@ module TencentCloud
74
74
  # agent运行模式
75
75
  class AgentRunningMode < TencentCloud::Common::AbstractModel
76
76
  # @param Scene: 场景类型,支持WINDOWS
77
+ # 注意:此字段可能返回 null,表示取不到有效值。
77
78
  # @type Scene: String
78
79
  # @param User: 运行Agent的User
80
+ # 注意:此字段可能返回 null,表示取不到有效值。
79
81
  # @type User: String
80
82
  # @param Session: 运行Agent的Session
83
+ # 注意:此字段可能返回 null,表示取不到有效值。
81
84
  # @type Session: String
82
85
 
83
86
  attr_accessor :Scene, :User, :Session
@@ -229,10 +232,13 @@ module TencentCloud
229
232
  # 授权认证信息
230
233
  class Authentication < TencentCloud::Common::AbstractModel
231
234
  # @param Scene: 授权场景,例如COS
235
+ # 注意:此字段可能返回 null,表示取不到有效值。
232
236
  # @type Scene: String
233
237
  # @param SecretId: SecretId
238
+ # 注意:此字段可能返回 null,表示取不到有效值。
234
239
  # @type SecretId: String
235
240
  # @param SecretKey: SecretKey
241
+ # 注意:此字段可能返回 null,表示取不到有效值。
236
242
  # @type SecretKey: String
237
243
 
238
244
  attr_accessor :Scene, :SecretId, :SecretKey
@@ -914,8 +920,10 @@ module TencentCloud
914
920
  # 依赖关系
915
921
  class Dependence < TencentCloud::Common::AbstractModel
916
922
  # @param StartTask: 依赖关系的起点任务名称
923
+ # 注意:此字段可能返回 null,表示取不到有效值。
917
924
  # @type StartTask: String
918
925
  # @param EndTask: 依赖关系的终点任务名称
926
+ # 注意:此字段可能返回 null,表示取不到有效值。
919
927
  # @type EndTask: String
920
928
 
921
929
  attr_accessor :StartTask, :EndTask
@@ -2374,8 +2382,10 @@ module TencentCloud
2374
2382
  # 环境变量
2375
2383
  class EnvVar < TencentCloud::Common::AbstractModel
2376
2384
  # @param Name: 环境变量名称
2385
+ # 注意:此字段可能返回 null,表示取不到有效值。
2377
2386
  # @type Name: String
2378
2387
  # @param Value: 环境变量取值
2388
+ # 注意:此字段可能返回 null,表示取不到有效值。
2379
2389
  # @type Value: String
2380
2390
 
2381
2391
  attr_accessor :Name, :Value
@@ -2421,8 +2431,10 @@ module TencentCloud
2421
2431
  # 自定义键值对
2422
2432
  class EventVar < TencentCloud::Common::AbstractModel
2423
2433
  # @param Name: 自定义键
2434
+ # 注意:此字段可能返回 null,表示取不到有效值。
2424
2435
  # @type Name: String
2425
2436
  # @param Value: 自定义值
2437
+ # 注意:此字段可能返回 null,表示取不到有效值。
2426
2438
  # @type Value: String
2427
2439
 
2428
2440
  attr_accessor :Name, :Value
@@ -2502,10 +2514,13 @@ module TencentCloud
2502
2514
  # 输入映射
2503
2515
  class InputMapping < TencentCloud::Common::AbstractModel
2504
2516
  # @param SourcePath: 源端路径
2517
+ # 注意:此字段可能返回 null,表示取不到有效值。
2505
2518
  # @type SourcePath: String
2506
2519
  # @param DestinationPath: 目的端路径
2520
+ # 注意:此字段可能返回 null,表示取不到有效值。
2507
2521
  # @type DestinationPath: String
2508
2522
  # @param MountOptionParameter: 挂载配置项参数
2523
+ # 注意:此字段可能返回 null,表示取不到有效值。
2509
2524
  # @type MountOptionParameter: String
2510
2525
 
2511
2526
  attr_accessor :SourcePath, :DestinationPath, :MountOptionParameter
@@ -3100,11 +3115,12 @@ module TencentCloud
3100
3115
 
3101
3116
  # 描述了实例登录相关配置与信息。
3102
3117
  class LoginSettings < TencentCloud::Common::AbstractModel
3103
- # @param Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。<br><li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。<br><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
3118
+ # @param Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。</li>
3119
+ # <li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。</li><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
3104
3120
  # @type Password: String
3105
3121
  # @param KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口DescribeKeyPairs获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。
3106
3122
  # @type KeyIds: Array
3107
- # @param KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<br><li>TRUE:表示保持镜像的登录设置<br><li>FALSE:表示不保持镜像的登录设置<br><br>默认取值:FALSE。
3123
+ # @param KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<li>TRUE:表示保持镜像的登录设置</li><li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。
3108
3124
  # @type KeepImageLogin: String
3109
3125
 
3110
3126
  attr_accessor :Password, :KeyIds, :KeepImageLogin
@@ -3223,8 +3239,10 @@ module TencentCloud
3223
3239
  # 数据盘挂载选项
3224
3240
  class MountDataDisk < TencentCloud::Common::AbstractModel
3225
3241
  # @param LocalPath: 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
3242
+ # 注意:此字段可能返回 null,表示取不到有效值。
3226
3243
  # @type LocalPath: String
3227
3244
  # @param FileSystemType: 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
3245
+ # 注意:此字段可能返回 null,表示取不到有效值。
3228
3246
  # @type FileSystemType: String
3229
3247
 
3230
3248
  attr_accessor :LocalPath, :FileSystemType
@@ -3445,8 +3463,10 @@ module TencentCloud
3445
3463
  # 通知信息
3446
3464
  class Notification < TencentCloud::Common::AbstractModel
3447
3465
  # @param TopicName: CMQ主题名字,要求主题名有效且关联订阅
3466
+ # 注意:此字段可能返回 null,表示取不到有效值。
3448
3467
  # @type TopicName: String
3449
3468
  # @param EventConfigs: 事件配置
3469
+ # 注意:此字段可能返回 null,表示取不到有效值。
3450
3470
  # @type EventConfigs: Array
3451
3471
 
3452
3472
  attr_accessor :TopicName, :EventConfigs
@@ -3610,13 +3630,17 @@ module TencentCloud
3610
3630
 
3611
3631
  # 重定向信息
3612
3632
  class RedirectInfo < TencentCloud::Common::AbstractModel
3613
- # @param StdoutRedirectPath: 标准输出重定向路径
3633
+ # @param StdoutRedirectPath: 标准输出重定向路径;
3634
+ # 注意:此字段可能返回 null,表示取不到有效值。
3614
3635
  # @type StdoutRedirectPath: String
3615
3636
  # @param StderrRedirectPath: 标准错误重定向路径
3637
+ # 注意:此字段可能返回 null,表示取不到有效值。
3616
3638
  # @type StderrRedirectPath: String
3617
3639
  # @param StdoutRedirectFileName: 标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3640
+ # 注意:此字段可能返回 null,表示取不到有效值。
3618
3641
  # @type StdoutRedirectFileName: String
3619
3642
  # @param StderrRedirectFileName: 标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3643
+ # 注意:此字段可能返回 null,表示取不到有效值。
3620
3644
  # @type StderrRedirectFileName: String
3621
3645
 
3622
3646
  attr_accessor :StdoutRedirectPath, :StderrRedirectPath, :StdoutRedirectFileName, :StderrRedirectFileName
@@ -3639,12 +3663,16 @@ module TencentCloud
3639
3663
  # 本地重定向信息
3640
3664
  class RedirectLocalInfo < TencentCloud::Common::AbstractModel
3641
3665
  # @param StdoutLocalPath: 标准输出重定向本地路径
3666
+ # 注意:此字段可能返回 null,表示取不到有效值。
3642
3667
  # @type StdoutLocalPath: String
3643
3668
  # @param StderrLocalPath: 标准错误重定向本地路径
3669
+ # 注意:此字段可能返回 null,表示取不到有效值。
3644
3670
  # @type StderrLocalPath: String
3645
3671
  # @param StdoutLocalFileName: 标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3672
+ # 注意:此字段可能返回 null,表示取不到有效值。
3646
3673
  # @type StdoutLocalFileName: String
3647
3674
  # @param StderrLocalFileName: 标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3675
+ # 注意:此字段可能返回 null,表示取不到有效值。
3648
3676
  # @type StderrLocalFileName: String
3649
3677
 
3650
3678
  attr_accessor :StdoutLocalPath, :StderrLocalPath, :StdoutLocalFileName, :StderrLocalFileName
@@ -4099,20 +4127,28 @@ module TencentCloud
4099
4127
  # 任务实例统计指标
4100
4128
  class TaskInstanceMetrics < TencentCloud::Common::AbstractModel
4101
4129
  # @param SubmittedCount: Submitted个数
4130
+ # 注意:此字段可能返回 null,表示取不到有效值。
4102
4131
  # @type SubmittedCount: Integer
4103
4132
  # @param PendingCount: Pending个数
4133
+ # 注意:此字段可能返回 null,表示取不到有效值。
4104
4134
  # @type PendingCount: Integer
4105
4135
  # @param RunnableCount: Runnable个数
4136
+ # 注意:此字段可能返回 null,表示取不到有效值。
4106
4137
  # @type RunnableCount: Integer
4107
4138
  # @param StartingCount: Starting个数
4139
+ # 注意:此字段可能返回 null,表示取不到有效值。
4108
4140
  # @type StartingCount: Integer
4109
4141
  # @param RunningCount: Running个数
4142
+ # 注意:此字段可能返回 null,表示取不到有效值。
4110
4143
  # @type RunningCount: Integer
4111
4144
  # @param SucceedCount: Succeed个数
4145
+ # 注意:此字段可能返回 null,表示取不到有效值。
4112
4146
  # @type SucceedCount: Integer
4113
4147
  # @param FailedInterruptedCount: FailedInterrupted个数
4148
+ # 注意:此字段可能返回 null,表示取不到有效值。
4114
4149
  # @type FailedInterruptedCount: Integer
4115
4150
  # @param FailedCount: Failed个数
4151
+ # 注意:此字段可能返回 null,表示取不到有效值。
4116
4152
  # @type FailedCount: Integer
4117
4153
 
4118
4154
  attr_accessor :SubmittedCount, :PendingCount, :RunnableCount, :StartingCount, :RunningCount, :SucceedCount, :FailedInterruptedCount, :FailedCount
@@ -4207,20 +4243,28 @@ module TencentCloud
4207
4243
  # 任务统计指标
4208
4244
  class TaskMetrics < TencentCloud::Common::AbstractModel
4209
4245
  # @param SubmittedCount: Submitted个数
4246
+ # 注意:此字段可能返回 null,表示取不到有效值。
4210
4247
  # @type SubmittedCount: Integer
4211
4248
  # @param PendingCount: Pending个数
4249
+ # 注意:此字段可能返回 null,表示取不到有效值。
4212
4250
  # @type PendingCount: Integer
4213
4251
  # @param RunnableCount: Runnable个数
4252
+ # 注意:此字段可能返回 null,表示取不到有效值。
4214
4253
  # @type RunnableCount: Integer
4215
4254
  # @param StartingCount: Starting个数
4255
+ # 注意:此字段可能返回 null,表示取不到有效值。
4216
4256
  # @type StartingCount: Integer
4217
4257
  # @param RunningCount: Running个数
4258
+ # 注意:此字段可能返回 null,表示取不到有效值。
4218
4259
  # @type RunningCount: Integer
4219
4260
  # @param SucceedCount: Succeed个数
4261
+ # 注意:此字段可能返回 null,表示取不到有效值。
4220
4262
  # @type SucceedCount: Integer
4221
4263
  # @param FailedInterruptedCount: FailedInterrupted个数
4264
+ # 注意:此字段可能返回 null,表示取不到有效值。
4222
4265
  # @type FailedInterruptedCount: Integer
4223
4266
  # @param FailedCount: Failed个数
4267
+ # 注意:此字段可能返回 null,表示取不到有效值。
4224
4268
  # @type FailedCount: Integer
4225
4269
 
4226
4270
  attr_accessor :SubmittedCount, :PendingCount, :RunnableCount, :StartingCount, :RunningCount, :SucceedCount, :FailedInterruptedCount, :FailedCount
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.964
4
+ version: 3.0.966
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-18 00:00:00.000000000 Z
11
+ date: 2024-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common