tencentcloud-sdk-dasb 3.0.941 → 3.0.943
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20191018/models.rb +56 -16
- 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: 8670c8614381a7a67a253eed3dd7474e9cba1461
|
4
|
+
data.tar.gz: 0df7d79ed6b6fb681abcdb5117cb9429cf8a27c5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d36061173c4e1a6b055f49d83a3e7c5fec2ef68a3250e3f68b9e4761a8612c9140fa3ccfd2d9c70e6ec66d7e4a12726025df37fd5a23a7271802764930ee9c38
|
7
|
+
data.tar.gz: f14ef879e1ac34881767e01760d8430eab657e6f01237417db202cdd7c64cd38ff11a3d4511791e502d6b0e4e36610ccf6749e62fc5ea96c6010b699f1065ac1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.943
|
data/lib/v20191018/models.rb
CHANGED
@@ -705,13 +705,15 @@ module TencentCloud
|
|
705
705
|
# @type DeviceDepartmentName: String
|
706
706
|
# @param Size: 会话大小
|
707
707
|
# @type Size: Integer
|
708
|
+
# @param SignValue: 签名值
|
709
|
+
# @type SignValue: String
|
708
710
|
|
709
|
-
attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
711
|
+
attr_accessor :Cmd, :Time, :TimeOffset, :Action, :Sid, :UserName, :Account, :InstanceId, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size, :SignValue
|
710
712
|
extend Gem::Deprecate
|
711
713
|
deprecate :SessTime, :none, 2024, 11
|
712
714
|
deprecate :SessTime=, :none, 2024, 11
|
713
715
|
|
714
|
-
def initialize(cmd=nil, time=nil, timeoffset=nil, action=nil, sid=nil, username=nil, account=nil, instanceid=nil, fromip=nil, sessiontime=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil, size=nil)
|
716
|
+
def initialize(cmd=nil, time=nil, timeoffset=nil, action=nil, sid=nil, username=nil, account=nil, instanceid=nil, fromip=nil, sessiontime=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil, size=nil, signvalue=nil)
|
715
717
|
@Cmd = cmd
|
716
718
|
@Time = time
|
717
719
|
@TimeOffset = timeoffset
|
@@ -729,6 +731,7 @@ module TencentCloud
|
|
729
731
|
@DeviceDepartmentId = devicedepartmentid
|
730
732
|
@DeviceDepartmentName = devicedepartmentname
|
731
733
|
@Size = size
|
734
|
+
@SignValue = signvalue
|
732
735
|
end
|
733
736
|
|
734
737
|
def deserialize(params)
|
@@ -749,6 +752,7 @@ module TencentCloud
|
|
749
752
|
@DeviceDepartmentId = params['DeviceDepartmentId']
|
750
753
|
@DeviceDepartmentName = params['DeviceDepartmentName']
|
751
754
|
@Size = params['Size']
|
755
|
+
@SignValue = params['SignValue']
|
752
756
|
end
|
753
757
|
end
|
754
758
|
|
@@ -4013,10 +4017,12 @@ module TencentCloud
|
|
4013
4017
|
# @type Operation: String
|
4014
4018
|
# @param Result: 操作结果,1-成功,2-失败
|
4015
4019
|
# @type Result: Integer
|
4020
|
+
# @param SignValue: 签名值
|
4021
|
+
# @type SignValue: String
|
4016
4022
|
|
4017
|
-
attr_accessor :UserName, :RealName, :Time, :SourceIp, :Kind, :Operation, :Result
|
4023
|
+
attr_accessor :UserName, :RealName, :Time, :SourceIp, :Kind, :Operation, :Result, :SignValue
|
4018
4024
|
|
4019
|
-
def initialize(username=nil, realname=nil, time=nil, sourceip=nil, kind=nil, operation=nil, result=nil)
|
4025
|
+
def initialize(username=nil, realname=nil, time=nil, sourceip=nil, kind=nil, operation=nil, result=nil, signvalue=nil)
|
4020
4026
|
@UserName = username
|
4021
4027
|
@RealName = realname
|
4022
4028
|
@Time = time
|
@@ -4024,6 +4030,7 @@ module TencentCloud
|
|
4024
4030
|
@Kind = kind
|
4025
4031
|
@Operation = operation
|
4026
4032
|
@Result = result
|
4033
|
+
@SignValue = signvalue
|
4027
4034
|
end
|
4028
4035
|
|
4029
4036
|
def deserialize(params)
|
@@ -4034,6 +4041,7 @@ module TencentCloud
|
|
4034
4041
|
@Kind = params['Kind']
|
4035
4042
|
@Operation = params['Operation']
|
4036
4043
|
@Result = params['Result']
|
4044
|
+
@SignValue = params['SignValue']
|
4037
4045
|
end
|
4038
4046
|
end
|
4039
4047
|
|
@@ -4207,10 +4215,18 @@ module TencentCloud
|
|
4207
4215
|
# @type LogDelivery: String
|
4208
4216
|
# @param DeployModel: 部署模式
|
4209
4217
|
# @type DeployModel: Integer
|
4210
|
-
|
4211
|
-
|
4212
|
-
|
4213
|
-
|
4218
|
+
# @param IntranetAccess: 0 默认值,非内网访问,1 内网访问,2 内网访问开通中,3 内网访问关闭中
|
4219
|
+
# @type IntranetAccess: Integer
|
4220
|
+
# @param IntranetPrivateIpSet: 内网访问的ip
|
4221
|
+
# @type IntranetPrivateIpSet: Array
|
4222
|
+
# @param IntranetVpcId: 开通内网访问的vpc
|
4223
|
+
# @type IntranetVpcId: String
|
4224
|
+
# @param IntranetVpcCidr: 开通内网访问vpc的网段
|
4225
|
+
# @type IntranetVpcCidr: String
|
4226
|
+
|
4227
|
+
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, :IntranetAccess, :IntranetPrivateIpSet, :IntranetVpcId, :IntranetVpcCidr
|
4228
|
+
|
4229
|
+
def initialize(resourceid=nil, apcode=nil, svargs=nil, vpcid=nil, nodes=nil, renewflag=nil, expiretime=nil, status=nil, resourcename=nil, pid=nil, createtime=nil, productcode=nil, subproductcode=nil, zone=nil, expired=nil, deployed=nil, vpcname=nil, vpccidrblock=nil, subnetid=nil, subnetname=nil, cidrblock=nil, publicipset=nil, privateipset=nil, moduleset=nil, usednodes=nil, extendpoints=nil, packagebandwidth=nil, packagenode=nil, logdeliveryargs=nil, clbset=nil, domaincount=nil, useddomaincount=nil, trial=nil, cdcclusterid=nil, logdelivery=nil, deploymodel=nil, intranetaccess=nil, intranetprivateipset=nil, intranetvpcid=nil, intranetvpccidr=nil)
|
4214
4230
|
@ResourceId = resourceid
|
4215
4231
|
@ApCode = apcode
|
4216
4232
|
@SvArgs = svargs
|
@@ -4247,6 +4263,10 @@ module TencentCloud
|
|
4247
4263
|
@CdcClusterId = cdcclusterid
|
4248
4264
|
@LogDelivery = logdelivery
|
4249
4265
|
@DeployModel = deploymodel
|
4266
|
+
@IntranetAccess = intranetaccess
|
4267
|
+
@IntranetPrivateIpSet = intranetprivateipset
|
4268
|
+
@IntranetVpcId = intranetvpcid
|
4269
|
+
@IntranetVpcCidr = intranetvpccidr
|
4250
4270
|
end
|
4251
4271
|
|
4252
4272
|
def deserialize(params)
|
@@ -4293,6 +4313,10 @@ module TencentCloud
|
|
4293
4313
|
@CdcClusterId = params['CdcClusterId']
|
4294
4314
|
@LogDelivery = params['LogDelivery']
|
4295
4315
|
@DeployModel = params['DeployModel']
|
4316
|
+
@IntranetAccess = params['IntranetAccess']
|
4317
|
+
@IntranetPrivateIpSet = params['IntranetPrivateIpSet']
|
4318
|
+
@IntranetVpcId = params['IntranetVpcId']
|
4319
|
+
@IntranetVpcCidr = params['IntranetVpcCidr']
|
4296
4320
|
end
|
4297
4321
|
end
|
4298
4322
|
|
@@ -4630,13 +4654,15 @@ module TencentCloud
|
|
4630
4654
|
# @type DeviceDepartmentName: String
|
4631
4655
|
# @param Size: 会话大小
|
4632
4656
|
# @type Size: Integer
|
4657
|
+
# @param SignValue: 签名值
|
4658
|
+
# @type SignValue: String
|
4633
4659
|
|
4634
|
-
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size
|
4660
|
+
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Cmd, :Action, :Sid, :TimeOffset, :Account, :FromIp, :SessionTime, :SessTime, :ConfirmTime, :UserDepartmentId, :UserDepartmentName, :DeviceDepartmentId, :DeviceDepartmentName, :Size, :SignValue
|
4635
4661
|
extend Gem::Deprecate
|
4636
4662
|
deprecate :SessTime, :none, 2024, 11
|
4637
4663
|
deprecate :SessTime=, :none, 2024, 11
|
4638
4664
|
|
4639
|
-
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, sessiontime=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil, size=nil)
|
4665
|
+
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, sessiontime=nil, sesstime=nil, confirmtime=nil, userdepartmentid=nil, userdepartmentname=nil, devicedepartmentid=nil, devicedepartmentname=nil, size=nil, signvalue=nil)
|
4640
4666
|
@Time = time
|
4641
4667
|
@UserName = username
|
4642
4668
|
@RealName = realname
|
@@ -4658,6 +4684,7 @@ module TencentCloud
|
|
4658
4684
|
@DeviceDepartmentId = devicedepartmentid
|
4659
4685
|
@DeviceDepartmentName = devicedepartmentname
|
4660
4686
|
@Size = size
|
4687
|
+
@SignValue = signvalue
|
4661
4688
|
end
|
4662
4689
|
|
4663
4690
|
def deserialize(params)
|
@@ -4682,6 +4709,7 @@ module TencentCloud
|
|
4682
4709
|
@DeviceDepartmentId = params['DeviceDepartmentId']
|
4683
4710
|
@DeviceDepartmentName = params['DeviceDepartmentName']
|
4684
4711
|
@Size = params['Size']
|
4712
|
+
@SignValue = params['SignValue']
|
4685
4713
|
end
|
4686
4714
|
end
|
4687
4715
|
|
@@ -4779,10 +4807,12 @@ module TencentCloud
|
|
4779
4807
|
# @type Size: Integer
|
4780
4808
|
# @param Action: 堡垒机拦截情况, 1-已执行, 2-被阻断
|
4781
4809
|
# @type Action: Integer
|
4810
|
+
# @param SignValue: 签名值
|
4811
|
+
# @type SignValue: String
|
4782
4812
|
|
4783
|
-
attr_accessor :Time, :Method, :Protocol, :FileCurr, :FileNew, :Size, :Action
|
4813
|
+
attr_accessor :Time, :Method, :Protocol, :FileCurr, :FileNew, :Size, :Action, :SignValue
|
4784
4814
|
|
4785
|
-
def initialize(time=nil, method=nil, protocol=nil, filecurr=nil, filenew=nil, size=nil, action=nil)
|
4815
|
+
def initialize(time=nil, method=nil, protocol=nil, filecurr=nil, filenew=nil, size=nil, action=nil, signvalue=nil)
|
4786
4816
|
@Time = time
|
4787
4817
|
@Method = method
|
4788
4818
|
@Protocol = protocol
|
@@ -4790,6 +4820,7 @@ module TencentCloud
|
|
4790
4820
|
@FileNew = filenew
|
4791
4821
|
@Size = size
|
4792
4822
|
@Action = action
|
4823
|
+
@SignValue = signvalue
|
4793
4824
|
end
|
4794
4825
|
|
4795
4826
|
def deserialize(params)
|
@@ -4800,6 +4831,7 @@ module TencentCloud
|
|
4800
4831
|
@FileNew = params['FileNew']
|
4801
4832
|
@Size = params['Size']
|
4802
4833
|
@Action = params['Action']
|
4834
|
+
@SignValue = params['SignValue']
|
4803
4835
|
end
|
4804
4836
|
end
|
4805
4837
|
|
@@ -4922,10 +4954,12 @@ module TencentCloud
|
|
4922
4954
|
# @type FileCurr: String
|
4923
4955
|
# @param FileNew: 上传或新建文件(夹)路径及名称
|
4924
4956
|
# @type FileNew: String
|
4957
|
+
# @param SignValue: 签名值
|
4958
|
+
# @type SignValue: String
|
4925
4959
|
|
4926
|
-
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Action, :Method, :FileCurr, :FileNew
|
4960
|
+
attr_accessor :Time, :UserName, :RealName, :InstanceId, :DeviceName, :PublicIp, :PrivateIp, :Action, :Method, :FileCurr, :FileNew, :SignValue
|
4927
4961
|
|
4928
|
-
def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, action=nil, method=nil, filecurr=nil, filenew=nil)
|
4962
|
+
def initialize(time=nil, username=nil, realname=nil, instanceid=nil, devicename=nil, publicip=nil, privateip=nil, action=nil, method=nil, filecurr=nil, filenew=nil, signvalue=nil)
|
4929
4963
|
@Time = time
|
4930
4964
|
@UserName = username
|
4931
4965
|
@RealName = realname
|
@@ -4937,6 +4971,7 @@ module TencentCloud
|
|
4937
4971
|
@Method = method
|
4938
4972
|
@FileCurr = filecurr
|
4939
4973
|
@FileNew = filenew
|
4974
|
+
@SignValue = signvalue
|
4940
4975
|
end
|
4941
4976
|
|
4942
4977
|
def deserialize(params)
|
@@ -4951,6 +4986,7 @@ module TencentCloud
|
|
4951
4986
|
@Method = params['Method']
|
4952
4987
|
@FileCurr = params['FileCurr']
|
4953
4988
|
@FileNew = params['FileNew']
|
4989
|
+
@SignValue = params['SignValue']
|
4954
4990
|
end
|
4955
4991
|
end
|
4956
4992
|
|
@@ -5344,14 +5380,16 @@ module TencentCloud
|
|
5344
5380
|
# @type ActiveStatus: Integer
|
5345
5381
|
# @param LockStatus: 锁定状态 0 - 未锁定 1 - 锁定
|
5346
5382
|
# @type LockStatus: Integer
|
5383
|
+
# @param UKeyStatus: ukey绑定状态 0 - 未绑定 1 - 已绑定
|
5384
|
+
# @type UKeyStatus: Integer
|
5347
5385
|
# @param Status: 状态 与Filter中一致
|
5348
5386
|
# @type Status: String
|
5349
5387
|
# @param AclVersion: 权限版本
|
5350
5388
|
# @type AclVersion: Integer
|
5351
5389
|
|
5352
|
-
attr_accessor :UserName, :RealName, :Id, :Phone, :Email, :ValidateFrom, :ValidateTo, :GroupSet, :AuthType, :ValidateTime, :Department, :DepartmentId, :ActiveStatus, :LockStatus, :Status, :AclVersion
|
5390
|
+
attr_accessor :UserName, :RealName, :Id, :Phone, :Email, :ValidateFrom, :ValidateTo, :GroupSet, :AuthType, :ValidateTime, :Department, :DepartmentId, :ActiveStatus, :LockStatus, :UKeyStatus, :Status, :AclVersion
|
5353
5391
|
|
5354
|
-
def initialize(username=nil, realname=nil, id=nil, phone=nil, email=nil, validatefrom=nil, validateto=nil, groupset=nil, authtype=nil, validatetime=nil, department=nil, departmentid=nil, activestatus=nil, lockstatus=nil, status=nil, aclversion=nil)
|
5392
|
+
def initialize(username=nil, realname=nil, id=nil, phone=nil, email=nil, validatefrom=nil, validateto=nil, groupset=nil, authtype=nil, validatetime=nil, department=nil, departmentid=nil, activestatus=nil, lockstatus=nil, ukeystatus=nil, status=nil, aclversion=nil)
|
5355
5393
|
@UserName = username
|
5356
5394
|
@RealName = realname
|
5357
5395
|
@Id = id
|
@@ -5366,6 +5404,7 @@ module TencentCloud
|
|
5366
5404
|
@DepartmentId = departmentid
|
5367
5405
|
@ActiveStatus = activestatus
|
5368
5406
|
@LockStatus = lockstatus
|
5407
|
+
@UKeyStatus = ukeystatus
|
5369
5408
|
@Status = status
|
5370
5409
|
@AclVersion = aclversion
|
5371
5410
|
end
|
@@ -5395,6 +5434,7 @@ module TencentCloud
|
|
5395
5434
|
@DepartmentId = params['DepartmentId']
|
5396
5435
|
@ActiveStatus = params['ActiveStatus']
|
5397
5436
|
@LockStatus = params['LockStatus']
|
5437
|
+
@UKeyStatus = params['UKeyStatus']
|
5398
5438
|
@Status = params['Status']
|
5399
5439
|
@AclVersion = params['AclVersion']
|
5400
5440
|
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.
|
4
|
+
version: 3.0.943
|
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-
|
11
|
+
date: 2024-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|