tencentcloud-sdk-dasb 3.0.938 → 3.0.940

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/v20191018/models.rb +2 -102
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 24ed995f806463955f13849e19a96d20266a4660
4
- data.tar.gz: c51ad30facc4735ef924e6d13c787706270d1f7b
3
+ metadata.gz: 189ea71878ad788b4715bbcb191470ef18407c07
4
+ data.tar.gz: 5b8dd4b61fd362516834636ba2cd9ec00d64d83c
5
5
  SHA512:
6
- metadata.gz: 10fd0be4a5368a1422ae065041f9bc0cad339caea28dbdb2e0cc11160c15e3ae7f2c7696d67f24d378a2c94df8e1da5170e21f00dd48d5ab03b5f2c5b7516ec4
7
- data.tar.gz: a84c98958bcb424f0be02f761bf9adbf997a71e999d22db09692c028e5b50deb948d1ca698bd253f7db0aebc8bb6fb5132a06ce4d3e4e1813d724909321e68de
6
+ metadata.gz: c9089e2100d69f4e0a334f342fed483b483a372ed6ea3fa28a5ed77e185d6f6582ca2bd8d630eda35754193dc1a50dcecdf9c8a99426a49bc90bbfead66db50f
7
+ data.tar.gz: 1848dec8e67747a8471b8d2ab6bdcf2d1c49401a9b076f14afa1e3c54d5ea20312b35f206b509aca53b2a6848d6e745767302802ae6ab87640b03f45c112cfc1
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.938
1
+ 3.0.940
@@ -20,13 +20,10 @@ module TencentCloud
20
20
  # 权限控制模板对象
21
21
  class ACTemplate < TencentCloud::Common::AbstractModel
22
22
  # @param TemplateId: 模板id
23
- # 注意:此字段可能返回 null,表示取不到有效值。
24
23
  # @type TemplateId: String
25
24
  # @param TemplateName: 模板名称
26
- # 注意:此字段可能返回 null,表示取不到有效值。
27
25
  # @type TemplateName: String
28
26
  # @param Description: 模板描述
29
- # 注意:此字段可能返回 null,表示取不到有效值。
30
27
  # @type Description: String
31
28
 
32
29
  attr_accessor :TemplateId, :TemplateName, :Description
@@ -101,19 +98,14 @@ module TencentCloud
101
98
  # @param Status: 访问权限状态,1 - 已生效,2 - 未生效,3 - 已过期
102
99
  # @type Status: Integer
103
100
  # @param Department: 所属部门的信息
104
- # 注意:此字段可能返回 null,表示取不到有效值。
105
101
  # @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
106
102
  # @param AllowAccessCredential: 是否允许使用访问串,默认允许
107
- # 注意:此字段可能返回 null,表示取不到有效值。
108
103
  # @type AllowAccessCredential: Boolean
109
104
  # @param ACTemplateSet: 关联的数据库高危命令列表
110
- # 注意:此字段可能返回 null,表示取不到有效值。
111
105
  # @type ACTemplateSet: Array
112
106
  # @param WhiteCmds: 关联的白命令命令
113
- # 注意:此字段可能返回 null,表示取不到有效值。
114
107
  # @type WhiteCmds: Array
115
108
  # @param AllowKeyboardLogger: 是否允许记录键盘
116
- # 注意:此字段可能返回 null,表示取不到有效值。
117
109
  # @type AllowKeyboardLogger: Boolean
118
110
 
119
111
  attr_accessor :Id, :Name, :AllowDiskRedirect, :AllowClipFileUp, :AllowClipFileDown, :AllowClipTextUp, :AllowClipTextDown, :AllowFileUp, :MaxFileUpSize, :AllowFileDown, :MaxFileDownSize, :AllowAnyAccount, :UserSet, :UserGroupSet, :DeviceSet, :DeviceGroupSet, :AccountSet, :CmdTemplateSet, :AllowDiskFileUp, :AllowDiskFileDown, :AllowShellFileUp, :AllowShellFileDown, :AllowFileDel, :ValidateFrom, :ValidateTo, :Status, :Department, :AllowAccessCredential, :ACTemplateSet, :WhiteCmds, :AllowKeyboardLogger
@@ -503,13 +495,10 @@ module TencentCloud
503
495
  # 查询改密计划详情
504
496
  class ChangePwdTaskDetail < TencentCloud::Common::AbstractModel
505
497
  # @param Device: 资产信息
506
- # 注意:此字段可能返回 null,表示取不到有效值。
507
498
  # @type Device: :class:`Tencentcloud::Dasb.v20191018.models.Device`
508
499
  # @param Account: 资产账号
509
- # 注意:此字段可能返回 null,表示取不到有效值。
510
500
  # @type Account: String
511
501
  # @param LastChangeStatus: 上次改密结果。0-未改密 1-改密成功 2-改密失败
512
- # 注意:此字段可能返回 null,表示取不到有效值。
513
502
  # @type LastChangeStatus: Integer
514
503
 
515
504
  attr_accessor :Device, :Account, :LastChangeStatus
@@ -533,66 +522,46 @@ module TencentCloud
533
522
  # 修改密码任务信息
534
523
  class ChangePwdTaskInfo < TencentCloud::Common::AbstractModel
535
524
  # @param Id: id
536
- # 注意:此字段可能返回 null,表示取不到有效值。
537
525
  # @type Id: Integer
538
526
  # @param OperationId: 任务id
539
527
  # @type OperationId: String
540
528
  # @param TaskName: 任务名
541
- # 注意:此字段可能返回 null,表示取不到有效值。
542
529
  # @type TaskName: String
543
530
  # @param Department: 所属部门信息
544
- # 注意:此字段可能返回 null,表示取不到有效值。
545
531
  # @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
546
532
  # @param ChangeMethod: 改密方式。1:使用执行账号。2:修改自身密码
547
- # 注意:此字段可能返回 null,表示取不到有效值。
548
533
  # @type ChangeMethod: Integer
549
534
  # @param RunAccount: 执行账号
550
- # 注意:此字段可能返回 null,表示取不到有效值。
551
535
  # @type RunAccount: String
552
536
  # @param AuthGenerationStrategy: 密码生成策略
553
- # 注意:此字段可能返回 null,表示取不到有效值。
554
537
  # @type AuthGenerationStrategy: Integer
555
538
  # @param PasswordLength: 密码长度
556
- # 注意:此字段可能返回 null,表示取不到有效值。
557
539
  # @type PasswordLength: Integer
558
540
  # @param SmallLetter: 包含小写字母
559
- # 注意:此字段可能返回 null,表示取不到有效值。
560
541
  # @type SmallLetter: Integer
561
542
  # @param BigLetter: 包含大写字母
562
- # 注意:此字段可能返回 null,表示取不到有效值。
563
543
  # @type BigLetter: Integer
564
544
  # @param Digit: 包含数字
565
- # 注意:此字段可能返回 null,表示取不到有效值。
566
545
  # @type Digit: Integer
567
546
  # @param Symbol: 包含的特殊字符,base64
568
- # 注意:此字段可能返回 null,表示取不到有效值。
569
547
  # @type Symbol: String
570
548
  # @param CompleteNotify: 改密完成通知。0-通知,1-不通知
571
- # 注意:此字段可能返回 null,表示取不到有效值。
572
549
  # @type CompleteNotify: Integer
573
550
  # @param NotifyEmails: 通知人邮箱
574
- # 注意:此字段可能返回 null,表示取不到有效值。
575
551
  # @type NotifyEmails: Array
576
552
  # @param FilePassword: 加密附件密码
577
- # 注意:此字段可能返回 null,表示取不到有效值。
578
553
  # @type FilePassword: String
579
554
  # @param AccountSet: 需要改密的账户
580
- # 注意:此字段可能返回 null,表示取不到有效值。
581
555
  # @type AccountSet: Array
582
556
  # @param DeviceSet: 需要改密的主机
583
- # 注意:此字段可能返回 null,表示取不到有效值。
584
557
  # @type DeviceSet: Array
585
558
  # @param Type: 任务类型:4手动,5自动
586
- # 注意:此字段可能返回 null,表示取不到有效值。
587
559
  # @type Type: Integer
588
560
  # @param Period: 周期
589
- # 注意:此字段可能返回 null,表示取不到有效值。
590
561
  # @type Period: Integer
591
562
  # @param FirstTime: 首次执行时间
592
- # 注意:此字段可能返回 null,表示取不到有效值。
593
563
  # @type FirstTime: String
594
564
  # @param NextTime: 下次执行时间
595
- # 注意:此字段可能返回 null,表示取不到有效值。
596
565
  # @type NextTime: String
597
566
 
598
567
  attr_accessor :Id, :OperationId, :TaskName, :Department, :ChangeMethod, :RunAccount, :AuthGenerationStrategy, :PasswordLength, :SmallLetter, :BigLetter, :Digit, :Symbol, :CompleteNotify, :NotifyEmails, :FilePassword, :AccountSet, :DeviceSet, :Type, :Period, :FirstTime, :NextTime
@@ -659,7 +628,6 @@ module TencentCloud
659
628
  # 负载均衡
660
629
  class Clb < TencentCloud::Common::AbstractModel
661
630
  # @param ClbIp: 负载均衡IP
662
- # 注意:此字段可能返回 null,表示取不到有效值。
663
631
  # @type ClbIp: String
664
632
 
665
633
  attr_accessor :ClbIp
@@ -682,7 +650,6 @@ module TencentCloud
682
650
  # @param CmdList: 命令列表,命令之间用换行符("\n")分隔
683
651
  # @type CmdList: String
684
652
  # @param Type: 命令模板类型 1-内置 2-自定义
685
- # 注意:此字段可能返回 null,表示取不到有效值。
686
653
  # @type Type: Integer
687
654
 
688
655
  attr_accessor :Id, :Name, :CmdList, :Type
@@ -713,43 +680,30 @@ module TencentCloud
713
680
  # @param Action: 命令执行情况,1--允许,2--拒绝,3--确认
714
681
  # @type Action: Integer
715
682
  # @param Sid: 会话id
716
- # 注意:此字段可能返回 null,表示取不到有效值。
717
683
  # @type Sid: String
718
684
  # @param UserName: 用户名
719
- # 注意:此字段可能返回 null,表示取不到有效值。
720
685
  # @type UserName: String
721
686
  # @param Account: 设备account
722
- # 注意:此字段可能返回 null,表示取不到有效值。
723
687
  # @type Account: String
724
688
  # @param InstanceId: 设备ip
725
- # 注意:此字段可能返回 null,表示取不到有效值。
726
689
  # @type InstanceId: String
727
690
  # @param FromIp: source ip
728
- # 注意:此字段可能返回 null,表示取不到有效值。
729
691
  # @type FromIp: String
730
692
  # @param SessionTime: 该命令所属会话的会话开始时间
731
- # 注意:此字段可能返回 null,表示取不到有效值。
732
693
  # @type SessionTime: String
733
694
  # @param SessTime: 该命令所属会话的会话开始时间
734
- # 注意:此字段可能返回 null,表示取不到有效值。
735
695
  # @type SessTime: String
736
696
  # @param ConfirmTime: 复核时间
737
- # 注意:此字段可能返回 null,表示取不到有效值。
738
697
  # @type ConfirmTime: String
739
698
  # @param UserDepartmentId: 用户部门id
740
- # 注意:此字段可能返回 null,表示取不到有效值。
741
699
  # @type UserDepartmentId: String
742
700
  # @param UserDepartmentName: 用户部门name
743
- # 注意:此字段可能返回 null,表示取不到有效值。
744
701
  # @type UserDepartmentName: String
745
702
  # @param DeviceDepartmentId: 设备部门id
746
- # 注意:此字段可能返回 null,表示取不到有效值。
747
703
  # @type DeviceDepartmentId: String
748
704
  # @param DeviceDepartmentName: 设备部门name
749
- # 注意:此字段可能返回 null,表示取不到有效值。
750
705
  # @type DeviceDepartmentName: String
751
706
  # @param Size: 会话大小
752
- # 注意:此字段可能返回 null,表示取不到有效值。
753
707
  # @type Size: Integer
754
708
 
755
709
  attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
@@ -1270,7 +1224,6 @@ module TencentCloud
1270
1224
  # CreateResource返回参数结构体
1271
1225
  class CreateResourceResponse < TencentCloud::Common::AbstractModel
1272
1226
  # @param ResourceId: 实例Id
1273
- # 注意:此字段可能返回 null,表示取不到有效值。
1274
1227
  # @type ResourceId: String
1275
1228
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1276
1229
  # @type RequestId: String
@@ -1737,10 +1690,8 @@ module TencentCloud
1737
1690
  # @param Name: 部门名称,1 - 256个字符
1738
1691
  # @type Name: String
1739
1692
  # @param Managers: 部门管理员账号ID
1740
- # 注意:此字段可能返回 null,表示取不到有效值。
1741
1693
  # @type Managers: Array
1742
1694
  # @param ManagerUsers: 管理员用户
1743
- # 注意:此字段可能返回 null,表示取不到有效值。
1744
1695
  # @type ManagerUsers: Array
1745
1696
 
1746
1697
  attr_accessor :Id, :Name, :Managers, :ManagerUsers
@@ -1770,10 +1721,8 @@ module TencentCloud
1770
1721
  # 部门管理员信息
1771
1722
  class DepartmentManagerUser < TencentCloud::Common::AbstractModel
1772
1723
  # @param ManagerId: 管理员Id
1773
- # 注意:此字段可能返回 null,表示取不到有效值。
1774
1724
  # @type ManagerId: String
1775
1725
  # @param ManagerName: 管理员姓名
1776
- # 注意:此字段可能返回 null,表示取不到有效值。
1777
1726
  # @type ManagerName: String
1778
1727
 
1779
1728
  attr_accessor :ManagerId, :ManagerName
@@ -2030,7 +1979,6 @@ module TencentCloud
2030
1979
  # @param TotalCount: 总数
2031
1980
  # @type TotalCount: Integer
2032
1981
  # @param Details: 任务详情
2033
- # 注意:此字段可能返回 null,表示取不到有效值。
2034
1982
  # @type Details: Array
2035
1983
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2036
1984
  # @type RequestId: String
@@ -2095,10 +2043,8 @@ module TencentCloud
2095
2043
  # DescribeChangePwdTask返回参数结构体
2096
2044
  class DescribeChangePwdTaskResponse < TencentCloud::Common::AbstractModel
2097
2045
  # @param Tasks: 任务详情
2098
- # 注意:此字段可能返回 null,表示取不到有效值。
2099
2046
  # @type Tasks: Array
2100
2047
  # @param TotalCount: 任务总数
2101
- # 注意:此字段可能返回 null,表示取不到有效值。
2102
2048
  # @type TotalCount: Integer
2103
2049
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2104
2050
  # @type RequestId: String
@@ -2445,7 +2391,7 @@ module TencentCloud
2445
2391
  # @type Ip: String
2446
2392
  # @param ApCodeSet: 地域码集合
2447
2393
  # @type ApCodeSet: Array
2448
- # @param Kind: 操作系统类型, 1 - Linux, 2 - Windows, 3 - MySQL, 4 - SQLServer
2394
+ # @param Kind: 操作系统类型, 1 - Linux, 2 - Windows, 3 - MySQL, 4 - SQLServer, 5 - TDSQL MySQL, 6 - TDSQL-C MySQL, 7 - MariaDB, 8 - PostgreSQL, 9 - MongoDB副本集群, 10 - MongoDB分片集群, 11 - Redis
2449
2395
  # @type Kind: Integer
2450
2396
  # @param Offset: 分页偏移位置,默认值为0
2451
2397
  # @type Offset: Integer
@@ -2455,7 +2401,7 @@ module TencentCloud
2455
2401
  # @type AuthorizedUserIdSet: Array
2456
2402
  # @param ResourceIdSet: 过滤条件,资产绑定的堡垒机服务ID集合
2457
2403
  # @type ResourceIdSet: Array
2458
- # @param KindSet: 可提供按照多种类型过滤, 1 - Linux, 2 - Windows, 3 - MySQL, 4 - SQLServer
2404
+ # @param KindSet: 可提供按照多种类型过滤, 取值范围与Kind一致
2459
2405
  # @type KindSet: Array
2460
2406
  # @param ManagedAccount: 资产是否包含托管账号。1,包含;0,不包含
2461
2407
  # @type ManagedAccount: String
@@ -2806,7 +2752,6 @@ module TencentCloud
2806
2752
  # @param ResourceSet: 堡垒机资源列表
2807
2753
  # @type ResourceSet: Array
2808
2754
  # @param TotalCount: 堡垒机资源数量
2809
- # 注意:此字段可能返回 null,表示取不到有效值。
2810
2755
  # @type TotalCount: Integer
2811
2756
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2812
2757
  # @type RequestId: String
@@ -3087,25 +3032,18 @@ module TencentCloud
3087
3032
  # @param SubnetId: 子网ID
3088
3033
  # @type SubnetId: String
3089
3034
  # @param Resource: 堡垒机服务信息,注意没有绑定服务时为null
3090
- # 注意:此字段可能返回 null,表示取不到有效值。
3091
3035
  # @type Resource: :class:`Tencentcloud::Dasb.v20191018.models.Resource`
3092
3036
  # @param Department: 资产所属部门
3093
- # 注意:此字段可能返回 null,表示取不到有效值。
3094
3037
  # @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
3095
3038
  # @param IpPortSet: 数据库资产的多节点
3096
- # 注意:此字段可能返回 null,表示取不到有效值。
3097
3039
  # @type IpPortSet: Array
3098
3040
  # @param DomainId: 网络域Id
3099
- # 注意:此字段可能返回 null,表示取不到有效值。
3100
3041
  # @type DomainId: String
3101
3042
  # @param DomainName: 网络域名称
3102
- # 注意:此字段可能返回 null,表示取不到有效值。
3103
3043
  # @type DomainName: String
3104
3044
  # @param EnableSSL: 是否启用SSL,仅支持Redis资产。0:禁用 1:启用
3105
- # 注意:此字段可能返回 null,表示取不到有效值。
3106
3045
  # @type EnableSSL: Integer
3107
3046
  # @param SSLCertName: 已上传的SSL证书名称
3108
- # 注意:此字段可能返回 null,表示取不到有效值。
3109
3047
  # @type SSLCertName: String
3110
3048
 
3111
3049
  attr_accessor :Id, :InstanceId, :Name, :PublicIp, :PrivateIp, :ApCode, :OsName, :Kind, :Port, :GroupSet, :AccountCount, :VpcId, :SubnetId, :Resource, :Department, :IpPortSet, :DomainId, :DomainName, :EnableSSL, :SSLCertName
@@ -3209,25 +3147,18 @@ module TencentCloud
3209
3147
  # @param DomainId: 网络域id
3210
3148
  # @type DomainId: String
3211
3149
  # @param DomainName: 网络域名称
3212
- # 注意:此字段可能返回 null,表示取不到有效值。
3213
3150
  # @type DomainName: String
3214
3151
  # @param ResourceId: 堡垒机id
3215
- # 注意:此字段可能返回 null,表示取不到有效值。
3216
3152
  # @type ResourceId: String
3217
3153
  # @param WhiteIpSet: ip,网段
3218
- # 注意:此字段可能返回 null,表示取不到有效值。
3219
3154
  # @type WhiteIpSet: Array
3220
3155
  # @param Enabled: 是否启用 默认 1启用 0禁用
3221
- # 注意:此字段可能返回 null,表示取不到有效值。
3222
3156
  # @type Enabled: Integer
3223
3157
  # @param Status: 状态 0-已断开 1-已连接
3224
- # 注意:此字段可能返回 null,表示取不到有效值。
3225
3158
  # @type Status: Integer
3226
3159
  # @param CreateTime: 网络域创建时间
3227
- # 注意:此字段可能返回 null,表示取不到有效值。
3228
3160
  # @type CreateTime: String
3229
3161
  # @param Default: 是否资源默认网络域 1-资源默认网络域 0-用户添加网络域
3230
- # 注意:此字段可能返回 null,表示取不到有效值。
3231
3162
  # @type Default: Integer
3232
3163
 
3233
3164
  attr_accessor :Id, :DomainId, :DomainName, :ResourceId, :WhiteIpSet, :Enabled, :Status, :CreateTime, :Default
@@ -3334,10 +3265,8 @@ module TencentCloud
3334
3265
  # @param Name: 组名称
3335
3266
  # @type Name: String
3336
3267
  # @param Department: 所属部门信息
3337
- # 注意:此字段可能返回 null,表示取不到有效值。
3338
3268
  # @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
3339
3269
  # @param Count: 个数
3340
- # 注意:此字段可能返回 null,表示取不到有效值。
3341
3270
  # @type Count: Integer
3342
3271
 
3343
3272
  attr_accessor :Id, :Name, :Department, :Count
@@ -3386,7 +3315,6 @@ module TencentCloud
3386
3315
  # ImportExternalDevice返回参数结构体
3387
3316
  class ImportExternalDeviceResponse < TencentCloud::Common::AbstractModel
3388
3317
  # @param DeviceIdSet: 资产ID列表
3389
- # 注意:此字段可能返回 null,表示取不到有效值。
3390
3318
  # @type DeviceIdSet: Array
3391
3319
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3392
3320
  # @type RequestId: String
@@ -4264,28 +4192,20 @@ module TencentCloud
4264
4192
  # @param PackageNode: 授权点数扩展包个数(50点)
4265
4193
  # @type PackageNode: Integer
4266
4194
  # @param LogDeliveryArgs: 日志投递规格信息
4267
- # 注意:此字段可能返回 null,表示取不到有效值。
4268
4195
  # @type LogDeliveryArgs: String
4269
4196
  # @param ClbSet: 堡垒机资源LB
4270
- # 注意:此字段可能返回 null,表示取不到有效值。
4271
4197
  # @type ClbSet: Array
4272
4198
  # @param DomainCount: 网络域个数
4273
- # 注意:此字段可能返回 null,表示取不到有效值。
4274
4199
  # @type DomainCount: Integer
4275
4200
  # @param UsedDomainCount: 已使用网络域个数
4276
- # 注意:此字段可能返回 null,表示取不到有效值。
4277
4201
  # @type UsedDomainCount: Integer
4278
4202
  # @param Trial: 0 非试用版,1 试用版
4279
- # 注意:此字段可能返回 null,表示取不到有效值。
4280
4203
  # @type Trial: Integer
4281
4204
  # @param CdcClusterId: cdc集群id
4282
- # 注意:此字段可能返回 null,表示取不到有效值。
4283
4205
  # @type CdcClusterId: String
4284
4206
  # @param LogDelivery: 日志投递规格信息
4285
- # 注意:此字段可能返回 null,表示取不到有效值。
4286
4207
  # @type LogDelivery: String
4287
4208
  # @param DeployModel: 部署模式
4288
- # 注意:此字段可能返回 null,表示取不到有效值。
4289
4209
  # @type DeployModel: Integer
4290
4210
 
4291
4211
  attr_accessor :ResourceId, :ApCode, :SvArgs, :VpcId, :Nodes, :RenewFlag, :ExpireTime, :Status, :ResourceName, :Pid, :CreateTime, :ProductCode, :SubProductCode, :Zone, :Expired, :Deployed, :VpcName, :VpcCidrBlock, :SubnetId, :SubnetName, :CidrBlock, :PublicIpSet, :PrivateIpSet, :ModuleSet, :UsedNodes, :ExtendPoints, :PackageBandwidth, :PackageNode, :LogDeliveryArgs, :ClbSet, :DomainCount, :UsedDomainCount, :Trial, :CdcClusterId, :LogDelivery, :DeployModel
@@ -4691,34 +4611,24 @@ module TencentCloud
4691
4611
  # @param TimeOffset: 命令执行时间相对于所属会话开始时间的偏移量,单位ms
4692
4612
  # @type TimeOffset: Integer
4693
4613
  # @param Account: 账号
4694
- # 注意:此字段可能返回 null,表示取不到有效值。
4695
4614
  # @type Account: String
4696
4615
  # @param FromIp: source ip
4697
- # 注意:此字段可能返回 null,表示取不到有效值。
4698
4616
  # @type FromIp: String
4699
4617
  # @param SessionTime: 该命令所属会话的会话开始时间
4700
- # 注意:此字段可能返回 null,表示取不到有效值。
4701
4618
  # @type SessionTime: String
4702
4619
  # @param SessTime: 该命令所属会话的会话开始时间(废弃,使用SessionTime)
4703
- # 注意:此字段可能返回 null,表示取不到有效值。
4704
4620
  # @type SessTime: String
4705
4621
  # @param ConfirmTime: 复核时间
4706
- # 注意:此字段可能返回 null,表示取不到有效值。
4707
4622
  # @type ConfirmTime: String
4708
4623
  # @param UserDepartmentId: 部门id
4709
- # 注意:此字段可能返回 null,表示取不到有效值。
4710
4624
  # @type UserDepartmentId: String
4711
4625
  # @param UserDepartmentName: 用户部门名称
4712
- # 注意:此字段可能返回 null,表示取不到有效值。
4713
4626
  # @type UserDepartmentName: String
4714
4627
  # @param DeviceDepartmentId: 设备部门id
4715
- # 注意:此字段可能返回 null,表示取不到有效值。
4716
4628
  # @type DeviceDepartmentId: String
4717
4629
  # @param DeviceDepartmentName: 设备部门名称
4718
- # 注意:此字段可能返回 null,表示取不到有效值。
4719
4630
  # @type DeviceDepartmentName: String
4720
4631
  # @param Size: 会话大小
4721
- # 注意:此字段可能返回 null,表示取不到有效值。
4722
4632
  # @type Size: Integer
4723
4633
 
4724
4634
  attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
@@ -4827,7 +4737,6 @@ module TencentCloud
4827
4737
  # @param TotalCount: 记录数
4828
4738
  # @type TotalCount: Integer
4829
4739
  # @param SearchFileBySidResult: 某会话的文件操作列表
4830
- # 注意:此字段可能返回 null,表示取不到有效值。
4831
4740
  # @type SearchFileBySidResult: Array
4832
4741
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4833
4742
  # @type RequestId: String
@@ -4865,10 +4774,8 @@ module TencentCloud
4865
4774
  # @param FileCurr: method为上传、下载、删除时文件在服务器上的位置, 或重命名、移动文件前文件的位置
4866
4775
  # @type FileCurr: String
4867
4776
  # @param FileNew: method为重命名、移动文件时代表移动后的新位置.其他情况为null
4868
- # 注意:此字段可能返回 null,表示取不到有效值。
4869
4777
  # @type FileNew: String
4870
4778
  # @param Size: method为上传文件、下载文件、删除文件时显示文件大小。其他情况为null
4871
- # 注意:此字段可能返回 null,表示取不到有效值。
4872
4779
  # @type Size: Integer
4873
4780
  # @param Action: 堡垒机拦截情况, 1-已执行, 2-被阻断
4874
4781
  # @type Action: Integer
@@ -4965,7 +4872,6 @@ module TencentCloud
4965
4872
  # @param TotalCount: 记录数
4966
4873
  # @type TotalCount: Integer
4967
4874
  # @param Files: 文件操作列表
4968
- # 注意:此字段可能返回 null,表示取不到有效值。
4969
4875
  # @type Files: Array
4970
4876
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4971
4877
  # @type RequestId: String
@@ -5431,22 +5337,16 @@ module TencentCloud
5431
5337
  # @param ValidateTime: 访问时间段限制, 由0、1组成的字符串,长度168(7 × 24),代表该用户在一周中允许访问的时间段。字符串中第N个字符代表在一周中的第N个小时, 0 - 代表不允许访问,1 - 代表允许访问
5432
5338
  # @type ValidateTime: String
5433
5339
  # @param Department: 用户所属部门(用于出参)
5434
- # 注意:此字段可能返回 null,表示取不到有效值。
5435
5340
  # @type Department: :class:`Tencentcloud::Dasb.v20191018.models.Department`
5436
5341
  # @param DepartmentId: 用户所属部门(用于入参)
5437
- # 注意:此字段可能返回 null,表示取不到有效值。
5438
5342
  # @type DepartmentId: String
5439
5343
  # @param ActiveStatus: 激活状态 0 - 未激活 1 - 激活
5440
- # 注意:此字段可能返回 null,表示取不到有效值。
5441
5344
  # @type ActiveStatus: Integer
5442
5345
  # @param LockStatus: 锁定状态 0 - 未锁定 1 - 锁定
5443
- # 注意:此字段可能返回 null,表示取不到有效值。
5444
5346
  # @type LockStatus: Integer
5445
5347
  # @param Status: 状态 与Filter中一致
5446
- # 注意:此字段可能返回 null,表示取不到有效值。
5447
5348
  # @type Status: String
5448
5349
  # @param AclVersion: 权限版本
5449
- # 注意:此字段可能返回 null,表示取不到有效值。
5450
5350
  # @type AclVersion: Integer
5451
5351
 
5452
5352
  attr_accessor :UserName, :RealName, :Id, :Phone, :Email, :ValidateFrom, :ValidateTo, :GroupSet, :AuthType, :ValidateTime, :Department, :DepartmentId, :ActiveStatus, :LockStatus, :Status, :AclVersion
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.938
4
+ version: 3.0.940
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-11-07 00:00:00.000000000 Z
11
+ date: 2024-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common