tencentcloud-sdk-waf 3.0.1181 → 3.0.1189

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/v20180125/models.rb +62 -10
  4. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5668508ab258d9aae1832f7a1c34b2abe2aa73b9
4
- data.tar.gz: f02ebf5f47d50a7e156a49e1b597dd265dfe7005
3
+ metadata.gz: 6caa81fb0d6dc0a94354939ec6e528d808543b10
4
+ data.tar.gz: 8756ccb58fb989ad086408c7dfdd342068228b63
5
5
  SHA512:
6
- metadata.gz: cc0cf5af77b0a42b7aa9ec41019b3cb6d2d04c447440efe41f42b373cbe29408bc01de8d08c7d7f23a9a9bf8778be43583285c19c008292c48dd97e5a5d20d05
7
- data.tar.gz: d262ab0089c4df3e32e8d36a0ae9c6fdbf3bc661144446af31fce21a855abe8d6952ebf2d283e06f256a5ae1ce4597c5c6fe26536abc945a3e7bfd25690ed65f
6
+ metadata.gz: fbe19afee74083713e6a49220d335296f16849692bb27acfa6dbdd870d9735114648f63f0c4f8cc2bab65a45573c9577fe826e83b20f358224cab3d9a0068a6a
7
+ data.tar.gz: e86b686fcacde87897e451b1a32a7651496a09272a4f18de92a74f21ffaad4f490b5b8e586ac26b819b1368da1e916c6eb9976049aef1414d463dd5c604c74e6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1181
1
+ 3.0.1189
@@ -3205,10 +3205,16 @@ module TencentCloud
3205
3205
  # @type ModifyTime: String
3206
3206
  # @param AddTime: 创建时间
3207
3207
  # @type AddTime: String
3208
+ # @param MemberAppId: 跨账号时,表示成员账号的appid
3209
+ # @type MemberAppId: Integer
3210
+ # @param MemberUin: 跨账号时,表示成员账号的uin
3211
+ # @type MemberUin: String
3212
+ # @param MemberNickName: 跨账号时,表示成员账号的昵称
3213
+ # @type MemberNickName: String
3208
3214
 
3209
- attr_accessor :ObjectId, :InstanceId, :InstanceName, :PreciseDomains, :Status, :ClsStatus, :VirtualDomain, :ObjectName, :PublicIp, :PrivateIp, :VpcName, :Vpc, :InstanceLevel, :PostCLSStatus, :PostCKafkaStatus, :Type, :Region, :Proxy, :IpHeaders, :BotStatus, :ApiStatus, :ObjectFlowMode, :NumericalVpcId, :ModifyTime, :AddTime
3215
+ attr_accessor :ObjectId, :InstanceId, :InstanceName, :PreciseDomains, :Status, :ClsStatus, :VirtualDomain, :ObjectName, :PublicIp, :PrivateIp, :VpcName, :Vpc, :InstanceLevel, :PostCLSStatus, :PostCKafkaStatus, :Type, :Region, :Proxy, :IpHeaders, :BotStatus, :ApiStatus, :ObjectFlowMode, :NumericalVpcId, :ModifyTime, :AddTime, :MemberAppId, :MemberUin, :MemberNickName
3210
3216
 
3211
- def initialize(objectid=nil, instanceid=nil, instancename=nil, precisedomains=nil, status=nil, clsstatus=nil, virtualdomain=nil, objectname=nil, publicip=nil, privateip=nil, vpcname=nil, vpc=nil, instancelevel=nil, postclsstatus=nil, postckafkastatus=nil, type=nil, region=nil, proxy=nil, ipheaders=nil, botstatus=nil, apistatus=nil, objectflowmode=nil, numericalvpcid=nil, modifytime=nil, addtime=nil)
3217
+ def initialize(objectid=nil, instanceid=nil, instancename=nil, precisedomains=nil, status=nil, clsstatus=nil, virtualdomain=nil, objectname=nil, publicip=nil, privateip=nil, vpcname=nil, vpc=nil, instancelevel=nil, postclsstatus=nil, postckafkastatus=nil, type=nil, region=nil, proxy=nil, ipheaders=nil, botstatus=nil, apistatus=nil, objectflowmode=nil, numericalvpcid=nil, modifytime=nil, addtime=nil, memberappid=nil, memberuin=nil, membernickname=nil)
3212
3218
  @ObjectId = objectid
3213
3219
  @InstanceId = instanceid
3214
3220
  @InstanceName = instancename
@@ -3234,6 +3240,9 @@ module TencentCloud
3234
3240
  @NumericalVpcId = numericalvpcid
3235
3241
  @ModifyTime = modifytime
3236
3242
  @AddTime = addtime
3243
+ @MemberAppId = memberappid
3244
+ @MemberUin = memberuin
3245
+ @MemberNickName = membernickname
3237
3246
  end
3238
3247
 
3239
3248
  def deserialize(params)
@@ -3262,6 +3271,9 @@ module TencentCloud
3262
3271
  @NumericalVpcId = params['NumericalVpcId']
3263
3272
  @ModifyTime = params['ModifyTime']
3264
3273
  @AddTime = params['AddTime']
3274
+ @MemberAppId = params['MemberAppId']
3275
+ @MemberUin = params['MemberUin']
3276
+ @MemberNickName = params['MemberNickName']
3265
3277
  end
3266
3278
  end
3267
3279
 
@@ -8344,13 +8356,19 @@ module TencentCloud
8344
8356
  # @type Order: String
8345
8357
  # @param By: 根据哪个字段排序
8346
8358
  # @type By: String
8359
+ # @param MemberAppIdList: 集团成员列表
8360
+ # @type MemberAppIdList: Array
8361
+ # @param IsCrossAccount: 1代表跨账号情况,0代表单账号情况
8362
+ # @type IsCrossAccount: Integer
8347
8363
 
8348
- attr_accessor :Filters, :Order, :By
8364
+ attr_accessor :Filters, :Order, :By, :MemberAppIdList, :IsCrossAccount
8349
8365
 
8350
- def initialize(filters=nil, order=nil, by=nil)
8366
+ def initialize(filters=nil, order=nil, by=nil, memberappidlist=nil, iscrossaccount=nil)
8351
8367
  @Filters = filters
8352
8368
  @Order = order
8353
8369
  @By = by
8370
+ @MemberAppIdList = memberappidlist
8371
+ @IsCrossAccount = iscrossaccount
8354
8372
  end
8355
8373
 
8356
8374
  def deserialize(params)
@@ -8364,6 +8382,8 @@ module TencentCloud
8364
8382
  end
8365
8383
  @Order = params['Order']
8366
8384
  @By = params['By']
8385
+ @MemberAppIdList = params['MemberAppIdList']
8386
+ @IsCrossAccount = params['IsCrossAccount']
8367
8387
  end
8368
8388
  end
8369
8389
 
@@ -13346,10 +13366,14 @@ module TencentCloud
13346
13366
  # @type LoadBalancerType: String
13347
13367
  # @param LoadBalancerDomain: 负载均衡的域名
13348
13368
  # @type LoadBalancerDomain: String
13369
+ # @param MemberAppId: 监听器所属成员id
13370
+ # @type MemberAppId: Integer
13371
+ # @param MemberUin: 监听器所属成员的uin
13372
+ # @type MemberUin: String
13349
13373
 
13350
- attr_accessor :LoadBalancerId, :LoadBalancerName, :ListenerId, :ListenerName, :Vport, :Region, :Protocol, :Zone, :Vip, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain
13374
+ attr_accessor :LoadBalancerId, :LoadBalancerName, :ListenerId, :ListenerName, :Vport, :Region, :Protocol, :Zone, :Vip, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain, :MemberAppId, :MemberUin
13351
13375
 
13352
- def initialize(loadbalancerid=nil, loadbalancername=nil, listenerid=nil, listenername=nil, vport=nil, region=nil, protocol=nil, zone=nil, vip=nil, numericalvpcid=nil, loadbalancertype=nil, loadbalancerdomain=nil)
13376
+ def initialize(loadbalancerid=nil, loadbalancername=nil, listenerid=nil, listenername=nil, vport=nil, region=nil, protocol=nil, zone=nil, vip=nil, numericalvpcid=nil, loadbalancertype=nil, loadbalancerdomain=nil, memberappid=nil, memberuin=nil)
13353
13377
  @LoadBalancerId = loadbalancerid
13354
13378
  @LoadBalancerName = loadbalancername
13355
13379
  @ListenerId = listenerid
@@ -13362,6 +13386,8 @@ module TencentCloud
13362
13386
  @NumericalVpcId = numericalvpcid
13363
13387
  @LoadBalancerType = loadbalancertype
13364
13388
  @LoadBalancerDomain = loadbalancerdomain
13389
+ @MemberAppId = memberappid
13390
+ @MemberUin = memberuin
13365
13391
  end
13366
13392
 
13367
13393
  def deserialize(params)
@@ -13377,6 +13403,8 @@ module TencentCloud
13377
13403
  @NumericalVpcId = params['NumericalVpcId']
13378
13404
  @LoadBalancerType = params['LoadBalancerType']
13379
13405
  @LoadBalancerDomain = params['LoadBalancerDomain']
13406
+ @MemberAppId = params['MemberAppId']
13407
+ @MemberUin = params['MemberUin']
13380
13408
  end
13381
13409
  end
13382
13410
 
@@ -13435,10 +13463,18 @@ module TencentCloud
13435
13463
  # @type LoadBalancerType: String
13436
13464
  # @param LoadBalancerDomain: 负载均衡器的域名
13437
13465
  # @type LoadBalancerDomain: String
13466
+ # @param MemberAppId: 监听器所属appid
13467
+ # @type MemberAppId: Integer
13468
+ # @param MemberUin: 监听器自身所属uin
13469
+ # @type MemberUin: String
13470
+ # @param Appid: 监听器被接入的waf账号
13471
+ # @type Appid: Integer
13472
+ # @param MemberNickName: 集团账号昵称
13473
+ # @type MemberNickName: String
13438
13474
 
13439
- attr_accessor :ListenerId, :ListenerName, :LoadBalancerId, :LoadBalancerName, :Protocol, :Region, :Vip, :Vport, :Zone, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain
13475
+ attr_accessor :ListenerId, :ListenerName, :LoadBalancerId, :LoadBalancerName, :Protocol, :Region, :Vip, :Vport, :Zone, :NumericalVpcId, :LoadBalancerType, :LoadBalancerDomain, :MemberAppId, :MemberUin, :Appid, :MemberNickName
13440
13476
 
13441
- def initialize(listenerid=nil, listenername=nil, loadbalancerid=nil, loadbalancername=nil, protocol=nil, region=nil, vip=nil, vport=nil, zone=nil, numericalvpcid=nil, loadbalancertype=nil, loadbalancerdomain=nil)
13477
+ def initialize(listenerid=nil, listenername=nil, loadbalancerid=nil, loadbalancername=nil, protocol=nil, region=nil, vip=nil, vport=nil, zone=nil, numericalvpcid=nil, loadbalancertype=nil, loadbalancerdomain=nil, memberappid=nil, memberuin=nil, appid=nil, membernickname=nil)
13442
13478
  @ListenerId = listenerid
13443
13479
  @ListenerName = listenername
13444
13480
  @LoadBalancerId = loadbalancerid
@@ -13451,6 +13487,10 @@ module TencentCloud
13451
13487
  @NumericalVpcId = numericalvpcid
13452
13488
  @LoadBalancerType = loadbalancertype
13453
13489
  @LoadBalancerDomain = loadbalancerdomain
13490
+ @MemberAppId = memberappid
13491
+ @MemberUin = memberuin
13492
+ @Appid = appid
13493
+ @MemberNickName = membernickname
13454
13494
  end
13455
13495
 
13456
13496
  def deserialize(params)
@@ -13466,6 +13506,10 @@ module TencentCloud
13466
13506
  @NumericalVpcId = params['NumericalVpcId']
13467
13507
  @LoadBalancerType = params['LoadBalancerType']
13468
13508
  @LoadBalancerDomain = params['LoadBalancerDomain']
13509
+ @MemberAppId = params['MemberAppId']
13510
+ @MemberUin = params['MemberUin']
13511
+ @Appid = params['Appid']
13512
+ @MemberNickName = params['MemberNickName']
13469
13513
  end
13470
13514
  end
13471
13515
 
@@ -15840,16 +15884,22 @@ module TencentCloud
15840
15884
  # @type Proxy: Integer
15841
15885
  # @param IpHeaders: IsCdn=3时,需要填此参数,表示自定义header(OpType为Status或Proxy时,该值有效)
15842
15886
  # @type IpHeaders: Array
15887
+ # @param MemberAppId: 对象所属集团成员appid
15888
+ # @type MemberAppId: Integer
15889
+ # @param MemberUin: 对象所属集团成员uin
15890
+ # @type MemberUin: String
15843
15891
 
15844
- attr_accessor :ObjectId, :OpType, :Status, :InstanceId, :Proxy, :IpHeaders
15892
+ attr_accessor :ObjectId, :OpType, :Status, :InstanceId, :Proxy, :IpHeaders, :MemberAppId, :MemberUin
15845
15893
 
15846
- def initialize(objectid=nil, optype=nil, status=nil, instanceid=nil, proxy=nil, ipheaders=nil)
15894
+ def initialize(objectid=nil, optype=nil, status=nil, instanceid=nil, proxy=nil, ipheaders=nil, memberappid=nil, memberuin=nil)
15847
15895
  @ObjectId = objectid
15848
15896
  @OpType = optype
15849
15897
  @Status = status
15850
15898
  @InstanceId = instanceid
15851
15899
  @Proxy = proxy
15852
15900
  @IpHeaders = ipheaders
15901
+ @MemberAppId = memberappid
15902
+ @MemberUin = memberuin
15853
15903
  end
15854
15904
 
15855
15905
  def deserialize(params)
@@ -15859,6 +15909,8 @@ module TencentCloud
15859
15909
  @InstanceId = params['InstanceId']
15860
15910
  @Proxy = params['Proxy']
15861
15911
  @IpHeaders = params['IpHeaders']
15912
+ @MemberAppId = params['MemberAppId']
15913
+ @MemberUin = params['MemberUin']
15862
15914
  end
15863
15915
  end
15864
15916
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1181
4
+ version: 3.0.1189
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-12-10 00:00:00.000000000 Z
11
+ date: 2025-12-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,9 +33,9 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/tencentcloud-sdk-waf.rb
37
- - lib/v20180125/models.rb
38
36
  - lib/v20180125/client.rb
37
+ - lib/v20180125/models.rb
38
+ - lib/tencentcloud-sdk-waf.rb
39
39
  - lib/VERSION
40
40
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
41
41
  licenses: