tencentcloud-sdk-vpc 3.0.997 → 3.0.999
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 +10 -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: 518ace446fbfa59a6123dcb57905f116b3a55e7f
|
4
|
+
data.tar.gz: 030853fce670e3b2bfe41f4d6b93695a9b475950
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56f8b862743b0ecccb64e34985c08a7b45909072d1d0323906e28297e1b773686dade048e09f532127fc363d1b76d3aa3e88571a5b97c879a9785871c51f4df5
|
7
|
+
data.tar.gz: 2c3c4e8d29130a72831ba1ca66329aa61af29a88aaa3070266809d19e2db416919340e6bd3f3a2eaee017757b821e249862d3a92060c0870ace3ac177075d56b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.999
|
data/lib/v20170312/models.rb
CHANGED
@@ -5941,7 +5941,7 @@ module TencentCloud
|
|
5941
5941
|
# @type State: String
|
5942
5942
|
# @param Direction: 流量镜像采集方向,支持EGRESS/INGRESS/ALL(vpc),ALL(公网IP)。
|
5943
5943
|
# @type Direction: String
|
5944
|
-
# @param CollectorSrcs:
|
5944
|
+
# @param CollectorSrcs: 流量镜像的采集对象。
|
5945
5945
|
# @type CollectorSrcs: Array
|
5946
5946
|
# @param NatId: 流量镜像过滤的natgw实例。
|
5947
5947
|
# @type NatId: String
|
@@ -6789,9 +6789,9 @@ module TencentCloud
|
|
6789
6789
|
# @type SslVpnProtocol: String
|
6790
6790
|
# @param SslVpnPort: SSL VPN服务端监听协议端口,默认1194。
|
6791
6791
|
# @type SslVpnPort: Integer
|
6792
|
-
# @param IntegrityAlgorithm: 认证算法。可选 'SHA1'
|
6792
|
+
# @param IntegrityAlgorithm: 认证算法。可选 'SHA1',默认SHA1。
|
6793
6793
|
# @type IntegrityAlgorithm: String
|
6794
|
-
# @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC',
|
6794
|
+
# @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC', 默认AES-128-CBC。
|
6795
6795
|
# @type EncryptAlgorithm: String
|
6796
6796
|
# @param Compress: 是否支持压缩。当前不支持压缩,默认False。
|
6797
6797
|
# @type Compress: Boolean
|
@@ -14441,7 +14441,11 @@ module TencentCloud
|
|
14441
14441
|
class DescribeTrafficMirrorsRequest < TencentCloud::Common::AbstractModel
|
14442
14442
|
# @param TrafficMirrorIds: 流量镜像实例ID集合
|
14443
14443
|
# @type TrafficMirrorIds: Array
|
14444
|
-
# @param Filters:
|
14444
|
+
# @param Filters: 流量镜像查询过滤调节。
|
14445
|
+
# vpc-id :VPC实例ID,例如:vpc-f49l6u0z。
|
14446
|
+
# traffic-mirror-id:流量镜像实例ID。
|
14447
|
+
# traffic-mirror-name:流量镜像名称。
|
14448
|
+
# tag-key :按照标签键进行过滤。
|
14445
14449
|
# @type Filters: :class:`Tencentcloud::Vpc.v20170312.models.Filter`
|
14446
14450
|
# @param Offset: 偏移量,默认为0。
|
14447
14451
|
# @type Offset: Integer
|
@@ -22130,9 +22134,9 @@ module TencentCloud
|
|
22130
22134
|
# @type SslVpnProtocol: String
|
22131
22135
|
# @param SslVpnPort: SSL VPN服务端监听协议端口。
|
22132
22136
|
# @type SslVpnPort: Integer
|
22133
|
-
# @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC',
|
22137
|
+
# @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC', 默认AES-128-CBC。
|
22134
22138
|
# @type EncryptAlgorithm: String
|
22135
|
-
# @param IntegrityAlgorithm: 认证算法。可选 'SHA1'
|
22139
|
+
# @param IntegrityAlgorithm: 认证算法。可选 'SHA1',默认SHA1。
|
22136
22140
|
# @type IntegrityAlgorithm: String
|
22137
22141
|
# @param Compress: 是否支持压缩。当前不支持压缩。默认False。
|
22138
22142
|
# @type Compress: Boolean
|
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: 3.0.
|
4
|
+
version: 3.0.999
|
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-02-
|
11
|
+
date: 2025-02-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|