tencentcloud-sdk-batch 3.0.963 → 3.0.965

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +42 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 960f6704880e1e889a765c8361902a5ada986628
4
- data.tar.gz: ddab5ddf5f0eafe4e3120b869ce3da2cc3d43c56
3
+ metadata.gz: 358c5f49a1bd1098dfdaad03cb936f8026237a3f
4
+ data.tar.gz: 78d2b3b351dded0269ec675ad2cae98188c91b44
5
5
  SHA512:
6
- metadata.gz: 21c98cf11aa997c423da60050ed9a33ba82fc901ddab7552868b2e4d2b06f568208d931a1cca4095d47e8fca84cecb36377311b59e220406ab7a3e828d1e910e
7
- data.tar.gz: bb566c84321dee084bcb732e26709c9686171aaf11a797c658997bdf6a422da95ea5c1cc102c50a6e689dff461efd5238bdb0a0d6eb7ce4581180b8ecd2abbf3
6
+ metadata.gz: 826815c22308817981be362b7c149f942feaf4df344d6abb0f3a6ee812c4348ed7ba3ea3c0141b8dc13a11c26c0c2fca478dbd03a3f34f1f287b7864a9c5c815
7
+ data.tar.gz: ff4e6cb686e9bb514fc8742af4c783f4ba2e95ae63bf1fa1926c5ad1c65771a9300e0753cfae15d3930ccb8bc3aa8ae7d3ca421fb1d1533088f1554032a8563e
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.963
1
+ 3.0.965
@@ -229,10 +229,13 @@ module TencentCloud
229
229
  # 授权认证信息
230
230
  class Authentication < TencentCloud::Common::AbstractModel
231
231
  # @param Scene: 授权场景,例如COS
232
+ # 注意:此字段可能返回 null,表示取不到有效值。
232
233
  # @type Scene: String
233
234
  # @param SecretId: SecretId
235
+ # 注意:此字段可能返回 null,表示取不到有效值。
234
236
  # @type SecretId: String
235
237
  # @param SecretKey: SecretKey
238
+ # 注意:此字段可能返回 null,表示取不到有效值。
236
239
  # @type SecretKey: String
237
240
 
238
241
  attr_accessor :Scene, :SecretId, :SecretKey
@@ -2374,8 +2377,10 @@ module TencentCloud
2374
2377
  # 环境变量
2375
2378
  class EnvVar < TencentCloud::Common::AbstractModel
2376
2379
  # @param Name: 环境变量名称
2380
+ # 注意:此字段可能返回 null,表示取不到有效值。
2377
2381
  # @type Name: String
2378
2382
  # @param Value: 环境变量取值
2383
+ # 注意:此字段可能返回 null,表示取不到有效值。
2379
2384
  # @type Value: String
2380
2385
 
2381
2386
  attr_accessor :Name, :Value
@@ -2421,8 +2426,10 @@ module TencentCloud
2421
2426
  # 自定义键值对
2422
2427
  class EventVar < TencentCloud::Common::AbstractModel
2423
2428
  # @param Name: 自定义键
2429
+ # 注意:此字段可能返回 null,表示取不到有效值。
2424
2430
  # @type Name: String
2425
2431
  # @param Value: 自定义值
2432
+ # 注意:此字段可能返回 null,表示取不到有效值。
2426
2433
  # @type Value: String
2427
2434
 
2428
2435
  attr_accessor :Name, :Value
@@ -2502,10 +2509,13 @@ module TencentCloud
2502
2509
  # 输入映射
2503
2510
  class InputMapping < TencentCloud::Common::AbstractModel
2504
2511
  # @param SourcePath: 源端路径
2512
+ # 注意:此字段可能返回 null,表示取不到有效值。
2505
2513
  # @type SourcePath: String
2506
2514
  # @param DestinationPath: 目的端路径
2515
+ # 注意:此字段可能返回 null,表示取不到有效值。
2507
2516
  # @type DestinationPath: String
2508
2517
  # @param MountOptionParameter: 挂载配置项参数
2518
+ # 注意:此字段可能返回 null,表示取不到有效值。
2509
2519
  # @type MountOptionParameter: String
2510
2520
 
2511
2521
  attr_accessor :SourcePath, :DestinationPath, :MountOptionParameter
@@ -3100,11 +3110,12 @@ module TencentCloud
3100
3110
 
3101
3111
  # 描述了实例登录相关配置与信息。
3102
3112
  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>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
3113
+ # @param Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。</li>
3114
+ # <li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。</li><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
3104
3115
  # @type Password: String
3105
3116
  # @param KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口DescribeKeyPairs获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。
3106
3117
  # @type KeyIds: Array
3107
- # @param KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<br><li>TRUE:表示保持镜像的登录设置<br><li>FALSE:表示不保持镜像的登录设置<br><br>默认取值:FALSE。
3118
+ # @param KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<li>TRUE:表示保持镜像的登录设置</li><li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。
3108
3119
  # @type KeepImageLogin: String
3109
3120
 
3110
3121
  attr_accessor :Password, :KeyIds, :KeepImageLogin
@@ -3223,8 +3234,10 @@ module TencentCloud
3223
3234
  # 数据盘挂载选项
3224
3235
  class MountDataDisk < TencentCloud::Common::AbstractModel
3225
3236
  # @param LocalPath: 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
3237
+ # 注意:此字段可能返回 null,表示取不到有效值。
3226
3238
  # @type LocalPath: String
3227
3239
  # @param FileSystemType: 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
3240
+ # 注意:此字段可能返回 null,表示取不到有效值。
3228
3241
  # @type FileSystemType: String
3229
3242
 
3230
3243
  attr_accessor :LocalPath, :FileSystemType
@@ -3445,8 +3458,10 @@ module TencentCloud
3445
3458
  # 通知信息
3446
3459
  class Notification < TencentCloud::Common::AbstractModel
3447
3460
  # @param TopicName: CMQ主题名字,要求主题名有效且关联订阅
3461
+ # 注意:此字段可能返回 null,表示取不到有效值。
3448
3462
  # @type TopicName: String
3449
3463
  # @param EventConfigs: 事件配置
3464
+ # 注意:此字段可能返回 null,表示取不到有效值。
3450
3465
  # @type EventConfigs: Array
3451
3466
 
3452
3467
  attr_accessor :TopicName, :EventConfigs
@@ -3610,13 +3625,17 @@ module TencentCloud
3610
3625
 
3611
3626
  # 重定向信息
3612
3627
  class RedirectInfo < TencentCloud::Common::AbstractModel
3613
- # @param StdoutRedirectPath: 标准输出重定向路径
3628
+ # @param StdoutRedirectPath: 标准输出重定向路径;
3629
+ # 注意:此字段可能返回 null,表示取不到有效值。
3614
3630
  # @type StdoutRedirectPath: String
3615
3631
  # @param StderrRedirectPath: 标准错误重定向路径
3632
+ # 注意:此字段可能返回 null,表示取不到有效值。
3616
3633
  # @type StderrRedirectPath: String
3617
3634
  # @param StdoutRedirectFileName: 标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3635
+ # 注意:此字段可能返回 null,表示取不到有效值。
3618
3636
  # @type StdoutRedirectFileName: String
3619
3637
  # @param StderrRedirectFileName: 标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3638
+ # 注意:此字段可能返回 null,表示取不到有效值。
3620
3639
  # @type StderrRedirectFileName: String
3621
3640
 
3622
3641
  attr_accessor :StdoutRedirectPath, :StderrRedirectPath, :StdoutRedirectFileName, :StderrRedirectFileName
@@ -3639,12 +3658,16 @@ module TencentCloud
3639
3658
  # 本地重定向信息
3640
3659
  class RedirectLocalInfo < TencentCloud::Common::AbstractModel
3641
3660
  # @param StdoutLocalPath: 标准输出重定向本地路径
3661
+ # 注意:此字段可能返回 null,表示取不到有效值。
3642
3662
  # @type StdoutLocalPath: String
3643
3663
  # @param StderrLocalPath: 标准错误重定向本地路径
3664
+ # 注意:此字段可能返回 null,表示取不到有效值。
3644
3665
  # @type StderrLocalPath: String
3645
3666
  # @param StdoutLocalFileName: 标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3667
+ # 注意:此字段可能返回 null,表示取不到有效值。
3646
3668
  # @type StdoutLocalFileName: String
3647
3669
  # @param StderrLocalFileName: 标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3670
+ # 注意:此字段可能返回 null,表示取不到有效值。
3648
3671
  # @type StderrLocalFileName: String
3649
3672
 
3650
3673
  attr_accessor :StdoutLocalPath, :StderrLocalPath, :StdoutLocalFileName, :StderrLocalFileName
@@ -4099,20 +4122,28 @@ module TencentCloud
4099
4122
  # 任务实例统计指标
4100
4123
  class TaskInstanceMetrics < TencentCloud::Common::AbstractModel
4101
4124
  # @param SubmittedCount: Submitted个数
4125
+ # 注意:此字段可能返回 null,表示取不到有效值。
4102
4126
  # @type SubmittedCount: Integer
4103
4127
  # @param PendingCount: Pending个数
4128
+ # 注意:此字段可能返回 null,表示取不到有效值。
4104
4129
  # @type PendingCount: Integer
4105
4130
  # @param RunnableCount: Runnable个数
4131
+ # 注意:此字段可能返回 null,表示取不到有效值。
4106
4132
  # @type RunnableCount: Integer
4107
4133
  # @param StartingCount: Starting个数
4134
+ # 注意:此字段可能返回 null,表示取不到有效值。
4108
4135
  # @type StartingCount: Integer
4109
4136
  # @param RunningCount: Running个数
4137
+ # 注意:此字段可能返回 null,表示取不到有效值。
4110
4138
  # @type RunningCount: Integer
4111
4139
  # @param SucceedCount: Succeed个数
4140
+ # 注意:此字段可能返回 null,表示取不到有效值。
4112
4141
  # @type SucceedCount: Integer
4113
4142
  # @param FailedInterruptedCount: FailedInterrupted个数
4143
+ # 注意:此字段可能返回 null,表示取不到有效值。
4114
4144
  # @type FailedInterruptedCount: Integer
4115
4145
  # @param FailedCount: Failed个数
4146
+ # 注意:此字段可能返回 null,表示取不到有效值。
4116
4147
  # @type FailedCount: Integer
4117
4148
 
4118
4149
  attr_accessor :SubmittedCount, :PendingCount, :RunnableCount, :StartingCount, :RunningCount, :SucceedCount, :FailedInterruptedCount, :FailedCount
@@ -4207,20 +4238,28 @@ module TencentCloud
4207
4238
  # 任务统计指标
4208
4239
  class TaskMetrics < TencentCloud::Common::AbstractModel
4209
4240
  # @param SubmittedCount: Submitted个数
4241
+ # 注意:此字段可能返回 null,表示取不到有效值。
4210
4242
  # @type SubmittedCount: Integer
4211
4243
  # @param PendingCount: Pending个数
4244
+ # 注意:此字段可能返回 null,表示取不到有效值。
4212
4245
  # @type PendingCount: Integer
4213
4246
  # @param RunnableCount: Runnable个数
4247
+ # 注意:此字段可能返回 null,表示取不到有效值。
4214
4248
  # @type RunnableCount: Integer
4215
4249
  # @param StartingCount: Starting个数
4250
+ # 注意:此字段可能返回 null,表示取不到有效值。
4216
4251
  # @type StartingCount: Integer
4217
4252
  # @param RunningCount: Running个数
4253
+ # 注意:此字段可能返回 null,表示取不到有效值。
4218
4254
  # @type RunningCount: Integer
4219
4255
  # @param SucceedCount: Succeed个数
4256
+ # 注意:此字段可能返回 null,表示取不到有效值。
4220
4257
  # @type SucceedCount: Integer
4221
4258
  # @param FailedInterruptedCount: FailedInterrupted个数
4259
+ # 注意:此字段可能返回 null,表示取不到有效值。
4222
4260
  # @type FailedInterruptedCount: Integer
4223
4261
  # @param FailedCount: Failed个数
4262
+ # 注意:此字段可能返回 null,表示取不到有效值。
4224
4263
  # @type FailedCount: Integer
4225
4264
 
4226
4265
  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.963
4
+ version: 3.0.965
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-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common