tencentcloud-sdk-cfw 3.0.582 → 3.0.584

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/v20190904/models.rb +19 -4
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36db9d155871dd00262a28aacb0035fbea0560e3
4
- data.tar.gz: 69ead973220a791118eca5c322d84ba705be664c
3
+ metadata.gz: c23f76bdca8aa883f48c11e86e5e628433749cf0
4
+ data.tar.gz: 3e3000f59f5f4f436e34fced85e2ec1380a4561c
5
5
  SHA512:
6
- metadata.gz: 09aed1148463e9aaa97f91259553cd08db7351f56b91d5382eae29343b79d81e784839b49728b3bc3a133e33d5f8b82e3ef406b6d93928ef6a01e3c6123216ba
7
- data.tar.gz: 94c61feee668b258a34843490e6ac9e6c250843145daf53bbac161b155cc2d0dafb1e0e4153c5e985ffbfa53dd69abe349cc6dd8ea13feea69cefc34c36ab992
6
+ metadata.gz: c1a0931703f91afba6cbeb1bb6e7946c4d00f4949e38c223b6e1a5b3bb86ef8129eb55471bbdea7e13563a1eed1816eb6129c729454a12ea61566587108babbe
7
+ data.tar.gz: 69b871e8dd81e0fadc26fe8ecffec32a5ea7964768eadc24e550e2d294cfb4da60a2a2f6a8b3d80b52aa0b4fb53d935904d2a3468a5934f9f52ee373532eca48
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.582
1
+ 3.0.584
@@ -374,10 +374,16 @@ module TencentCloud
374
374
  # @param SecurityGroupCount: 关联安全组数量
375
375
  # 注意:此字段可能返回 null,表示取不到有效值。
376
376
  # @type SecurityGroupCount: Integer
377
+ # @param SecurityGroupRuleCount: 关联安全组规则数量
378
+ # 注意:此字段可能返回 null,表示取不到有效值。
379
+ # @type SecurityGroupRuleCount: Integer
380
+ # @param CdbId: 关联数据库代理Id
381
+ # 注意:此字段可能返回 null,表示取不到有效值。
382
+ # @type CdbId: String
377
383
 
378
- attr_accessor :InstanceId, :InstanceName, :Type, :VpcId, :VpcName, :PublicIp, :Ip, :SecurityGroupCount
384
+ attr_accessor :InstanceId, :InstanceName, :Type, :VpcId, :VpcName, :PublicIp, :Ip, :SecurityGroupCount, :SecurityGroupRuleCount, :CdbId
379
385
 
380
- def initialize(instanceid=nil, instancename=nil, type=nil, vpcid=nil, vpcname=nil, publicip=nil, ip=nil, securitygroupcount=nil)
386
+ def initialize(instanceid=nil, instancename=nil, type=nil, vpcid=nil, vpcname=nil, publicip=nil, ip=nil, securitygroupcount=nil, securitygrouprulecount=nil, cdbid=nil)
381
387
  @InstanceId = instanceid
382
388
  @InstanceName = instancename
383
389
  @Type = type
@@ -386,6 +392,8 @@ module TencentCloud
386
392
  @PublicIp = publicip
387
393
  @Ip = ip
388
394
  @SecurityGroupCount = securitygroupcount
395
+ @SecurityGroupRuleCount = securitygrouprulecount
396
+ @CdbId = cdbid
389
397
  end
390
398
 
391
399
  def deserialize(params)
@@ -397,6 +405,8 @@ module TencentCloud
397
405
  @PublicIp = params['PublicIp']
398
406
  @Ip = params['Ip']
399
407
  @SecurityGroupCount = params['SecurityGroupCount']
408
+ @SecurityGroupRuleCount = params['SecurityGroupRuleCount']
409
+ @CdbId = params['CdbId']
400
410
  end
401
411
  end
402
412
 
@@ -3391,10 +3401,13 @@ module TencentCloud
3391
3401
  # @param ResourcePath: [a,b]
3392
3402
  # 注意:此字段可能返回 null,表示取不到有效值。
3393
3403
  # @type ResourcePath: Array
3404
+ # @param Server: 扫描结果
3405
+ # 注意:此字段可能返回 null,表示取不到有效值。
3406
+ # @type Server: Array
3394
3407
 
3395
- attr_accessor :AppId, :Region, :VpcId, :VPCName, :SubnetId, :InstanceId, :InstanceName, :InsType, :PublicIp, :PrivateIp, :PortNum, :LeakNum, :InsSource, :ResourcePath
3408
+ attr_accessor :AppId, :Region, :VpcId, :VPCName, :SubnetId, :InstanceId, :InstanceName, :InsType, :PublicIp, :PrivateIp, :PortNum, :LeakNum, :InsSource, :ResourcePath, :Server
3396
3409
 
3397
- def initialize(appid=nil, region=nil, vpcid=nil, vpcname=nil, subnetid=nil, instanceid=nil, instancename=nil, instype=nil, publicip=nil, privateip=nil, portnum=nil, leaknum=nil, inssource=nil, resourcepath=nil)
3410
+ def initialize(appid=nil, region=nil, vpcid=nil, vpcname=nil, subnetid=nil, instanceid=nil, instancename=nil, instype=nil, publicip=nil, privateip=nil, portnum=nil, leaknum=nil, inssource=nil, resourcepath=nil, server=nil)
3398
3411
  @AppId = appid
3399
3412
  @Region = region
3400
3413
  @VpcId = vpcid
@@ -3409,6 +3422,7 @@ module TencentCloud
3409
3422
  @LeakNum = leaknum
3410
3423
  @InsSource = inssource
3411
3424
  @ResourcePath = resourcepath
3425
+ @Server = server
3412
3426
  end
3413
3427
 
3414
3428
  def deserialize(params)
@@ -3426,6 +3440,7 @@ module TencentCloud
3426
3440
  @LeakNum = params['LeakNum']
3427
3441
  @InsSource = params['InsSource']
3428
3442
  @ResourcePath = params['ResourcePath']
3443
+ @Server = params['Server']
3429
3444
  end
3430
3445
  end
3431
3446
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cfw
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.582
4
+ version: 3.0.584
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-06-01 00:00:00.000000000 Z
11
+ date: 2023-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common