tencentcloud-sdk-vpc 3.0.997 → 3.0.998

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/v20170312/models.rb +10 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed71b715cd04656e017495275507eed787a6e246
4
- data.tar.gz: 9bba3d7095efcb726ef160cafe13d0b60b07dc88
3
+ metadata.gz: 6b7ffa31f4379bf972b59fcb6798dbd893b92e1a
4
+ data.tar.gz: bdb5948e73922fa145140e906ef6524091282cf5
5
5
  SHA512:
6
- metadata.gz: 37c100d012c2bf2d247a7d54968e1c93cd95399e9607bed5c0191e528df9a1086de4b4b45c56d44bfc413ad077be21201a4f09f526243b7570ef0b529f10012f
7
- data.tar.gz: d3dab696f23b434bf1a344c538e33d59cbfeb18760ffa266421d68c311bcc6c395c3a95656c51cae0119886f3859c9c2b8722b38f502fd3c9bc5758dfbf5ab08
6
+ metadata.gz: 721f716a0c2dca0f54d5cf5013b4ec8b2e2cec5f79b1b0268ae3cfed51738903fc33cde2732d02b1b7c1dc7992e7ffa795cea71f34de6ffa0ba401c0071c5ddd
7
+ data.tar.gz: d359582e255d49bb3f6ba8c326752c529ba5c6586cf200b516c55792786161b5cbb6c3e69c1134e8ea90202a457f5f67c95603b7a84f68726a33fa24d07c1a64
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.997
1
+ 3.0.998
@@ -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: 流量镜像的采集对象,支持eni_xxxx。
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', 'MD5', 'NONE',默认NONE
6792
+ # @param IntegrityAlgorithm: 认证算法。可选 'SHA1',默认SHA1
6793
6793
  # @type IntegrityAlgorithm: String
6794
- # @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC', 'NONE',默认NONE
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', 'AES-192-CBC', 'AES-256-CBC', 'NONE'。默认NONE
22137
+ # @param EncryptAlgorithm: 加密算法。可选 'AES-128-CBC','AES-192-CBC', 'AES-256-CBC', 默认AES-128-CBC。
22134
22138
  # @type EncryptAlgorithm: String
22135
- # @param IntegrityAlgorithm: 认证算法。可选 'SHA1', 'MD5', 'NONE'。默认NONE
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.997
4
+ version: 3.0.998
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-12 00:00:00.000000000 Z
11
+ date: 2025-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common