tencentcloud-sdk-vpc 1.0.329 → 1.0.330

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/v20170312/models.rb +19 -6
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c87b849989e286fe375662a3cb991ea6a29218c
4
- data.tar.gz: b13f9ca2f6c37a737ace8073dfa4bbe07dc2bb9e
3
+ metadata.gz: ca9bc887d16f95dce3ed1a1f8b223cccc5101cbb
4
+ data.tar.gz: 6acf669265af48d142b8ca7ba867092448986968
5
5
  SHA512:
6
- metadata.gz: bdc0bb891f488fe75655f5fb8d5da078c727687ec41adac918813d7a9b8b4c5d47bb22a1f5aef3c58dde534195b84c0f16e7dba17e56d480f56c3e3939458b06
7
- data.tar.gz: b338e05b32d042ff2acdaab042450018d4a7e352362379a2b9f3efa9b190e223c1c231a91317c0fdc3b97352078ca2a8bcdfee5b31e6cfe6940356a46e0e1ffc
6
+ metadata.gz: c154d05ab0691573462dda09773f9217e3cd46f0c7ee995f2d9ac44430200c38e504638244675a0acdd8fca29666f30c1461a26ecb013bdd882f3c12735ebadb
7
+ data.tar.gz: b65f02bd635caec7c4188cacd559f14589d57372bf18ca10af9c2fa785bf462bc03f4c7d0fbcb8c5e1a385b80fccaf9695b9a934c7b9166356cea89e84e5fd14
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.329
1
+ 1.0.330
@@ -2755,10 +2755,12 @@ module TencentCloud
2755
2755
  # @type StorageType: String
2756
2756
  # @param FlowLogStorage: 流日志消费端信息,当消费端类型为ckafka时,必填。
2757
2757
  # @type FlowLogStorage: :class:`Tencentcloud::Vpc.v20170312.models.FlowLogStorage`
2758
+ # @param CloudLogRegion: 流日志存储ID对应的地域,不传递默认为本地域。
2759
+ # @type CloudLogRegion: String
2758
2760
 
2759
- attr_accessor :FlowLogName, :ResourceType, :ResourceId, :TrafficType, :VpcId, :FlowLogDescription, :CloudLogId, :Tags, :StorageType, :FlowLogStorage
2761
+ attr_accessor :FlowLogName, :ResourceType, :ResourceId, :TrafficType, :VpcId, :FlowLogDescription, :CloudLogId, :Tags, :StorageType, :FlowLogStorage, :CloudLogRegion
2760
2762
 
2761
- def initialize(flowlogname=nil, resourcetype=nil, resourceid=nil, traffictype=nil, vpcid=nil, flowlogdescription=nil, cloudlogid=nil, tags=nil, storagetype=nil, flowlogstorage=nil)
2763
+ def initialize(flowlogname=nil, resourcetype=nil, resourceid=nil, traffictype=nil, vpcid=nil, flowlogdescription=nil, cloudlogid=nil, tags=nil, storagetype=nil, flowlogstorage=nil, cloudlogregion=nil)
2762
2764
  @FlowLogName = flowlogname
2763
2765
  @ResourceType = resourcetype
2764
2766
  @ResourceId = resourceid
@@ -2769,6 +2771,7 @@ module TencentCloud
2769
2771
  @Tags = tags
2770
2772
  @StorageType = storagetype
2771
2773
  @FlowLogStorage = flowlogstorage
2774
+ @CloudLogRegion = cloudlogregion
2772
2775
  end
2773
2776
 
2774
2777
  def deserialize(params)
@@ -2792,6 +2795,7 @@ module TencentCloud
2792
2795
  @FlowLogStorage = FlowLogStorage.new
2793
2796
  @FlowLogStorage.deserialize(params['FlowLogStorage'])
2794
2797
  end
2798
+ @CloudLogRegion = params['CloudLogRegion']
2795
2799
  end
2796
2800
  end
2797
2801
 
@@ -7374,10 +7378,12 @@ module TencentCloud
7374
7378
  # <li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。</li>
7375
7379
  # <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。</li>
7376
7380
  # @type Filters: :class:`Tencentcloud::Vpc.v20170312.models.Filter`
7381
+ # @param CloudLogRegion: 流日志存储ID对应的地域信息
7382
+ # @type CloudLogRegion: String
7377
7383
 
7378
- attr_accessor :VpcId, :FlowLogId, :FlowLogName, :ResourceType, :ResourceId, :TrafficType, :CloudLogId, :CloudLogState, :OrderField, :OrderDirection, :Offset, :Limit, :Filters
7384
+ attr_accessor :VpcId, :FlowLogId, :FlowLogName, :ResourceType, :ResourceId, :TrafficType, :CloudLogId, :CloudLogState, :OrderField, :OrderDirection, :Offset, :Limit, :Filters, :CloudLogRegion
7379
7385
 
7380
- def initialize(vpcid=nil, flowlogid=nil, flowlogname=nil, resourcetype=nil, resourceid=nil, traffictype=nil, cloudlogid=nil, cloudlogstate=nil, orderfield=nil, orderdirection=nil, offset=nil, limit=nil, filters=nil)
7386
+ def initialize(vpcid=nil, flowlogid=nil, flowlogname=nil, resourcetype=nil, resourceid=nil, traffictype=nil, cloudlogid=nil, cloudlogstate=nil, orderfield=nil, orderdirection=nil, offset=nil, limit=nil, filters=nil, cloudlogregion=nil)
7381
7387
  @VpcId = vpcid
7382
7388
  @FlowLogId = flowlogid
7383
7389
  @FlowLogName = flowlogname
@@ -7391,6 +7397,7 @@ module TencentCloud
7391
7397
  @Offset = offset
7392
7398
  @Limit = limit
7393
7399
  @Filters = filters
7400
+ @CloudLogRegion = cloudlogregion
7394
7401
  end
7395
7402
 
7396
7403
  def deserialize(params)
@@ -7410,6 +7417,7 @@ module TencentCloud
7410
7417
  @Filters = Filter.new
7411
7418
  @Filters.deserialize(params['Filters'])
7412
7419
  end
7420
+ @CloudLogRegion = params['CloudLogRegion']
7413
7421
  end
7414
7422
  end
7415
7423
 
@@ -11645,10 +11653,13 @@ module TencentCloud
11645
11653
  # @param FlowLogStorage: 消费端信息,当消费端类型为ckafka时返回
11646
11654
  # 注意:此字段可能返回 null,表示取不到有效值。
11647
11655
  # @type FlowLogStorage: :class:`Tencentcloud::Vpc.v20170312.models.FlowLogStorage`
11656
+ # @param CloudLogRegion: 流日志存储ID对应的地域信息
11657
+ # 注意:此字段可能返回 null,表示取不到有效值。
11658
+ # @type CloudLogRegion: String
11648
11659
 
11649
- attr_accessor :VpcId, :FlowLogId, :FlowLogName, :ResourceType, :ResourceId, :TrafficType, :CloudLogId, :CloudLogState, :FlowLogDescription, :CreatedTime, :TagSet, :Enable, :StorageType, :FlowLogStorage
11660
+ attr_accessor :VpcId, :FlowLogId, :FlowLogName, :ResourceType, :ResourceId, :TrafficType, :CloudLogId, :CloudLogState, :FlowLogDescription, :CreatedTime, :TagSet, :Enable, :StorageType, :FlowLogStorage, :CloudLogRegion
11650
11661
 
11651
- def initialize(vpcid=nil, flowlogid=nil, flowlogname=nil, resourcetype=nil, resourceid=nil, traffictype=nil, cloudlogid=nil, cloudlogstate=nil, flowlogdescription=nil, createdtime=nil, tagset=nil, enable=nil, storagetype=nil, flowlogstorage=nil)
11662
+ def initialize(vpcid=nil, flowlogid=nil, flowlogname=nil, resourcetype=nil, resourceid=nil, traffictype=nil, cloudlogid=nil, cloudlogstate=nil, flowlogdescription=nil, createdtime=nil, tagset=nil, enable=nil, storagetype=nil, flowlogstorage=nil, cloudlogregion=nil)
11652
11663
  @VpcId = vpcid
11653
11664
  @FlowLogId = flowlogid
11654
11665
  @FlowLogName = flowlogname
@@ -11663,6 +11674,7 @@ module TencentCloud
11663
11674
  @Enable = enable
11664
11675
  @StorageType = storagetype
11665
11676
  @FlowLogStorage = flowlogstorage
11677
+ @CloudLogRegion = cloudlogregion
11666
11678
  end
11667
11679
 
11668
11680
  def deserialize(params)
@@ -11690,6 +11702,7 @@ module TencentCloud
11690
11702
  @FlowLogStorage = FlowLogStorage.new
11691
11703
  @FlowLogStorage.deserialize(params['FlowLogStorage'])
11692
11704
  end
11705
+ @CloudLogRegion = params['CloudLogRegion']
11693
11706
  end
11694
11707
  end
11695
11708
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vpc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.329
4
+ version: 1.0.330
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud