tencentcloud-sdk-dasb 3.0.561 → 3.0.564

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/v20191018/models.rb +128 -12
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: badc761e75cfab5302fbb5b0fdca68f159f3cc6b
4
- data.tar.gz: f61eacc65894507e95879bd81659c3d409e3b0f4
3
+ metadata.gz: 7474649c6c0a786b71c0c310009221da7ecbe2bd
4
+ data.tar.gz: e29c982c46d79ec5036e9e12228b542617c53479
5
5
  SHA512:
6
- metadata.gz: bef5c3c6240d7c513c19e9ccf490509aa156bc3ec3a852dc6e596033184ce3dbdef9d6491be7d36785d616d1616cbe117f942e077bd46fe3a103c4d4bfd8091d
7
- data.tar.gz: e783ce528d885a74f15b1b145ac3b36a2ed206f7759143752c91d93532e6afd59337ccc7fdd3978d07a10d22b37c866ad15d19bd1516ae8c695b86462b1b1192
6
+ metadata.gz: f28e8313971e0a206338bc68fbc1e86aefdf1543a0a5e6a24bf547ba04c254c04fecba5739048857dfc6da4e9a13950f5fadc5a68c1d1eb689fdb7465f06f993
7
+ data.tar.gz: 6139c91671ef4a2f9cc9029533ee652774957cf95db221cf55ef5939ea459a207e29f8373fb59be3ade015c629a4f9466eb5516e8cf57d83087c7df316938533
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.561
1
+ 3.0.564
@@ -476,14 +476,58 @@ module TencentCloud
476
476
  # @type TimeOffset: Integer
477
477
  # @param Action: 命令执行情况,1--允许,2--拒绝,3--确认
478
478
  # @type Action: Integer
479
+ # @param Sid: 会话id
480
+ # 注意:此字段可能返回 null,表示取不到有效值。
481
+ # @type Sid: String
482
+ # @param UserName: 用户名
483
+ # 注意:此字段可能返回 null,表示取不到有效值。
484
+ # @type UserName: String
485
+ # @param Account: 设备account
486
+ # 注意:此字段可能返回 null,表示取不到有效值。
487
+ # @type Account: String
488
+ # @param InstanceId: 设备ip
489
+ # 注意:此字段可能返回 null,表示取不到有效值。
490
+ # @type InstanceId: String
491
+ # @param FromIp: source ip
492
+ # 注意:此字段可能返回 null,表示取不到有效值。
493
+ # @type FromIp: String
494
+ # @param SessTime: 该命令所属会话的会话开始时间
495
+ # 注意:此字段可能返回 null,表示取不到有效值。
496
+ # @type SessTime: String
497
+ # @param ConfirmTime: 复核时间
498
+ # 注意:此字段可能返回 null,表示取不到有效值。
499
+ # @type ConfirmTime: String
500
+ # @param UserDepartmentId: 用户部门id
501
+ # 注意:此字段可能返回 null,表示取不到有效值。
502
+ # @type UserDepartmentId: String
503
+ # @param UserDepartmentName: 用户部门name
504
+ # 注意:此字段可能返回 null,表示取不到有效值。
505
+ # @type UserDepartmentName: String
506
+ # @param DeviceDepartmentId: 设备部门id
507
+ # 注意:此字段可能返回 null,表示取不到有效值。
508
+ # @type DeviceDepartmentId: String
509
+ # @param DeviceDepartmentName: 设备部门name
510
+ # 注意:此字段可能返回 null,表示取不到有效值。
511
+ # @type DeviceDepartmentName: String
479
512
 
480
- attr_accessor :Cmd, :Time, :TimeOffset, :Action
513
+ attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName
481
514
 
482
- def initialize(cmd=nil, time=nil, timeoffset=nil, action=nil)
515
+ def initialize(cmd=nil, time=nil, timeoffset=nil, action=nil, sid=nil, username=nil, account=nil, instanceid=nil, fromip=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil)
483
516
  @Cmd = cmd
484
517
  @Time = time
485
518
  @TimeOffset = timeoffset
486
519
  @Action = action
520
+ @Sid = sid
521
+ @UserName = username
522
+ @Account = account
523
+ @InstanceId = instanceid
524
+ @FromIp = fromip
525
+ @SessTime = sesstime
526
+ @ConfirmTime = confirmtime
527
+ @UserDepartmentId = userdepartmentid
528
+ @UserDepartmentName = userdepartmentname
529
+ @DeviceDepartmentId = devicedepartmentid
530
+ @DeviceDepartmentName = devicedepartmentname
487
531
  end
488
532
 
489
533
  def deserialize(params)
@@ -491,6 +535,17 @@ module TencentCloud
491
535
  @Time = params['Time']
492
536
  @TimeOffset = params['TimeOffset']
493
537
  @Action = params['Action']
538
+ @Sid = params['Sid']
539
+ @UserName = params['UserName']
540
+ @Account = params['Account']
541
+ @InstanceId = params['InstanceId']
542
+ @FromIp = params['FromIp']
543
+ @SessTime = params['SessTime']
544
+ @ConfirmTime = params['ConfirmTime']
545
+ @UserDepartmentId = params['UserDepartmentId']
546
+ @UserDepartmentName = params['UserDepartmentName']
547
+ @DeviceDepartmentId = params['DeviceDepartmentId']
548
+ @DeviceDepartmentName = params['DeviceDepartmentName']
494
549
  end
495
550
  end
496
551
 
@@ -666,17 +721,23 @@ module TencentCloud
666
721
  # @type Name: String
667
722
  # @param CmdList: 命令列表,\n分隔,最大长度32768字节
668
723
  # @type CmdList: String
724
+ # @param Encoding: 标识cmdlist字段前端是否为base64加密传值.
725
+ # 0:表示非base64加密
726
+ # 1:表示是base64加密
727
+ # @type Encoding: Integer
669
728
 
670
- attr_accessor :Name, :CmdList
729
+ attr_accessor :Name, :CmdList, :Encoding
671
730
 
672
- def initialize(name=nil, cmdlist=nil)
731
+ def initialize(name=nil, cmdlist=nil, encoding=nil)
673
732
  @Name = name
674
733
  @CmdList = cmdlist
734
+ @Encoding = encoding
675
735
  end
676
736
 
677
737
  def deserialize(params)
678
738
  @Name = params['Name']
679
739
  @CmdList = params['CmdList']
740
+ @Encoding = params['Encoding']
680
741
  end
681
742
  end
682
743
 
@@ -3127,6 +3188,9 @@ module TencentCloud
3127
3188
  # @type Sid: String
3128
3189
  # @param Cmd: 命令,可模糊搜索
3129
3190
  # @type Cmd: String
3191
+ # @param Encoding: Cmd字段是前端传值是否进行base64.
3192
+ # 0:否,1:是
3193
+ # @type Encoding: Integer
3130
3194
  # @param Offset: 偏移量
3131
3195
  # @type Offset: Integer
3132
3196
  # @param Limit: 每页容量,默认20,最大200
@@ -3134,11 +3198,12 @@ module TencentCloud
3134
3198
  # @param AuditAction: 根据拦截状态进行过滤
3135
3199
  # @type AuditAction: Array
3136
3200
 
3137
- attr_accessor :Sid, :Cmd, :Offset, :Limit, :AuditAction
3201
+ attr_accessor :Sid, :Cmd, :Encoding, :Offset, :Limit, :AuditAction
3138
3202
 
3139
- def initialize(sid=nil, cmd=nil, offset=nil, limit=nil, auditaction=nil)
3203
+ def initialize(sid=nil, cmd=nil, encoding=nil, offset=nil, limit=nil, auditaction=nil)
3140
3204
  @Sid = sid
3141
3205
  @Cmd = cmd
3206
+ @Encoding = encoding
3142
3207
  @Offset = offset
3143
3208
  @Limit = limit
3144
3209
  @AuditAction = auditaction
@@ -3147,6 +3212,7 @@ module TencentCloud
3147
3212
  def deserialize(params)
3148
3213
  @Sid = params['Sid']
3149
3214
  @Cmd = params['Cmd']
3215
+ @Encoding = params['Encoding']
3150
3216
  @Offset = params['Offset']
3151
3217
  @Limit = params['Limit']
3152
3218
  @AuditAction = params['AuditAction']
@@ -3204,6 +3270,9 @@ module TencentCloud
3204
3270
  # @type PrivateIp: String
3205
3271
  # @param Cmd: 执行的命令
3206
3272
  # @type Cmd: String
3273
+ # @param Encoding: Cmd字段是前端传值是否进行base64.
3274
+ # 0:否,1:是
3275
+ # @type Encoding: Integer
3207
3276
  # @param AuditAction: 根据拦截状态进行过滤:1 - 已执行,2 - 被阻断
3208
3277
  # @type AuditAction: Array
3209
3278
  # @param Limit: 每页容量,默认20,最大200
@@ -3211,9 +3280,9 @@ module TencentCloud
3211
3280
  # @param Offset: 分页偏移位置,默认值为0
3212
3281
  # @type Offset: Integer
3213
3282
 
3214
- attr_accessor :StartTime, :EndTime, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :AuditAction, :Limit, :Offset
3283
+ attr_accessor :StartTime, :EndTime, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Encoding, :AuditAction, :Limit, :Offset
3215
3284
 
3216
- def initialize(starttime=nil, endtime=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, cmd=nil, auditaction=nil, limit=nil, offset=nil)
3285
+ def initialize(starttime=nil, endtime=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, cmd=nil, encoding=nil, auditaction=nil, limit=nil, offset=nil)
3217
3286
  @StartTime = starttime
3218
3287
  @EndTime = endtime
3219
3288
  @UserName = username
@@ -3223,6 +3292,7 @@ module TencentCloud
3223
3292
  @PublicIp = publicip
3224
3293
  @PrivateIp = privateip
3225
3294
  @Cmd = cmd
3295
+ @Encoding = encoding
3226
3296
  @AuditAction = auditaction
3227
3297
  @Limit = limit
3228
3298
  @Offset = offset
@@ -3238,6 +3308,7 @@ module TencentCloud
3238
3308
  @PublicIp = params['PublicIp']
3239
3309
  @PrivateIp = params['PrivateIp']
3240
3310
  @Cmd = params['Cmd']
3311
+ @Encoding = params['Encoding']
3241
3312
  @AuditAction = params['AuditAction']
3242
3313
  @Limit = params['Limit']
3243
3314
  @Offset = params['Offset']
@@ -3299,10 +3370,34 @@ module TencentCloud
3299
3370
  # @type Sid: String
3300
3371
  # @param TimeOffset: 命令执行时间相对于所属会话开始时间的偏移量,单位ms
3301
3372
  # @type TimeOffset: Integer
3373
+ # @param Account: 账号
3374
+ # 注意:此字段可能返回 null,表示取不到有效值。
3375
+ # @type Account: String
3376
+ # @param FromIp: source ip
3377
+ # 注意:此字段可能返回 null,表示取不到有效值。
3378
+ # @type FromIp: String
3379
+ # @param SessTime: 该命令所属会话的会话开始时间
3380
+ # 注意:此字段可能返回 null,表示取不到有效值。
3381
+ # @type SessTime: String
3382
+ # @param ConfirmTime: 复核时间
3383
+ # 注意:此字段可能返回 null,表示取不到有效值。
3384
+ # @type ConfirmTime: String
3385
+ # @param UserDepartmentId: 部门id
3386
+ # 注意:此字段可能返回 null,表示取不到有效值。
3387
+ # @type UserDepartmentId: String
3388
+ # @param UserDepartmentName: 用户部门名称
3389
+ # 注意:此字段可能返回 null,表示取不到有效值。
3390
+ # @type UserDepartmentName: String
3391
+ # @param DeviceDepartmentId: 设备部门id
3392
+ # 注意:此字段可能返回 null,表示取不到有效值。
3393
+ # @type DeviceDepartmentId: String
3394
+ # @param DeviceDepartmentName: 设备部门名称
3395
+ # 注意:此字段可能返回 null,表示取不到有效值。
3396
+ # @type DeviceDepartmentName: String
3302
3397
 
3303
- attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset
3398
+ attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName
3304
3399
 
3305
- def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, cmd=nil, action=nil, sid=nil, timeoffset=nil)
3400
+ def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, cmd=nil, action=nil, sid=nil, timeoffset=nil, account=nil, fromip=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil)
3306
3401
  @Time = time
3307
3402
  @UserName = username
3308
3403
  @RealName = realname
@@ -3314,6 +3409,14 @@ module TencentCloud
3314
3409
  @Action = action
3315
3410
  @Sid = sid
3316
3411
  @TimeOffset = timeoffset
3412
+ @Account = account
3413
+ @FromIp = fromip
3414
+ @SessTime = sesstime
3415
+ @ConfirmTime = confirmtime
3416
+ @UserDepartmentId = userdepartmentid
3417
+ @UserDepartmentName = userdepartmentname
3418
+ @DeviceDepartmentId = devicedepartmentid
3419
+ @DeviceDepartmentName = devicedepartmentname
3317
3420
  end
3318
3421
 
3319
3422
  def deserialize(params)
@@ -3328,6 +3431,14 @@ module TencentCloud
3328
3431
  @Action = params['Action']
3329
3432
  @Sid = params['Sid']
3330
3433
  @TimeOffset = params['TimeOffset']
3434
+ @Account = params['Account']
3435
+ @FromIp = params['FromIp']
3436
+ @SessTime = params['SessTime']
3437
+ @ConfirmTime = params['ConfirmTime']
3438
+ @UserDepartmentId = params['UserDepartmentId']
3439
+ @UserDepartmentName = params['UserDepartmentName']
3440
+ @DeviceDepartmentId = params['DeviceDepartmentId']
3441
+ @DeviceDepartmentName = params['DeviceDepartmentName']
3331
3442
  end
3332
3443
  end
3333
3444
 
@@ -3634,16 +3745,20 @@ module TencentCloud
3634
3745
  # @type Offset: Integer
3635
3746
  # @param Limit: 默认值为20,最大200
3636
3747
  # @type Limit: Integer
3748
+ # @param Encoding: Cmd字段前端是否做base64加密
3749
+ # 0:否,1:是
3750
+ # @type Encoding: Integer
3637
3751
  # @param EndTime: 结束时间
3638
3752
  # @type EndTime: String
3639
3753
 
3640
- attr_accessor :Cmd, :StartTime, :Offset, :Limit, :EndTime
3754
+ attr_accessor :Cmd, :StartTime, :Offset, :Limit, :Encoding, :EndTime
3641
3755
 
3642
- def initialize(cmd=nil, starttime=nil, offset=nil, limit=nil, endtime=nil)
3756
+ def initialize(cmd=nil, starttime=nil, offset=nil, limit=nil, encoding=nil, endtime=nil)
3643
3757
  @Cmd = cmd
3644
3758
  @StartTime = starttime
3645
3759
  @Offset = offset
3646
3760
  @Limit = limit
3761
+ @Encoding = encoding
3647
3762
  @EndTime = endtime
3648
3763
  end
3649
3764
 
@@ -3652,6 +3767,7 @@ module TencentCloud
3652
3767
  @StartTime = params['StartTime']
3653
3768
  @Offset = params['Offset']
3654
3769
  @Limit = params['Limit']
3770
+ @Encoding = params['Encoding']
3655
3771
  @EndTime = params['EndTime']
3656
3772
  end
3657
3773
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-dasb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.561
4
+ version: 3.0.564
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-27 00:00:00.000000000 Z
11
+ date: 2023-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common