tencentcloud-sdk-cfw 3.0.582 → 3.0.583

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/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: 815ce673b98a921ac973716555073e1996b4ab79
4
+ data.tar.gz: 3a55819f0f6f782f6bd84036ff2fbb73426f6cde
5
5
  SHA512:
6
- metadata.gz: 09aed1148463e9aaa97f91259553cd08db7351f56b91d5382eae29343b79d81e784839b49728b3bc3a133e33d5f8b82e3ef406b6d93928ef6a01e3c6123216ba
7
- data.tar.gz: 94c61feee668b258a34843490e6ac9e6c250843145daf53bbac161b155cc2d0dafb1e0e4153c5e985ffbfa53dd69abe349cc6dd8ea13feea69cefc34c36ab992
6
+ metadata.gz: 16bd0a86e1357d5ea1a30a546d71e9e7767c03f7852e814f9b635f3a41bf10b171f6120ce223a71cf350fafc74c3828d0409eb56780050329be8cdcb796a50d4
7
+ data.tar.gz: 09b5b79142bada4e34968dcb13764181a296665c769d999ba18c22efdb50a4b21c6372683da5e432bad6d2b2baf5cc687b47fa893da3339183aa27b16d8c4180
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.582
1
+ 3.0.583
@@ -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.583
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-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common