tencentcloud-sdk-vpc 1.0.329 → 1.0.332
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20170312/models.rb +19 -6
- 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: 0f84d7b2513603e4dc6d3b812b9aa65d761623d0
|
|
4
|
+
data.tar.gz: 8455fcd9e9bb4820ef04ad94d8ed2b567d5ae1f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 662041e4ef678816a60a174e9c8e5f5e8aa8964d9886e7a1d466b06a34d89ff489667d687600b18a39b36663f01b81ba1272fb51afcdbc35cd02a3649e1ca1b2
|
|
7
|
+
data.tar.gz: 88ec691fbf5391431be2e9a07d1078603e765990b684f963fa98eb6a9a321913745c1c651632745acb97ae70da078703d7e31d9bc4e81c5a7a47514cac352e63
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.332
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -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,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-vpc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.332
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-06-
|
|
11
|
+
date: 2022-06-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|