tencentcloud-sdk-vpc 3.0.537 → 3.0.538
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/client.rb +1 -1
- data/lib/v20170312/models.rb +14 -13
- 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: 3a0e541efe78c0317fd3546738742990a5b368e2
|
|
4
|
+
data.tar.gz: 6311abae59df103f743074c3834b501a9c6d60e5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d6910bc24a87bcccf730814f8b31aebe29001094313f5ff1b93ceaf246aab64eabd971915973aa4dd88baaca766f6a9cecca65a3d2fb2d603316d2c4174740a
|
|
7
|
+
data.tar.gz: eb8ea9b707d6713d84e1e7adbaac97c17d55d6a9250aa30c4ef227eaba21b4160af4096becac2b35ebb85e0679b61c5e79fd42752f075782eea840e9a795b622
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.538
|
data/lib/v20170312/client.rb
CHANGED
|
@@ -1006,7 +1006,7 @@ module TencentCloud
|
|
|
1006
1006
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
|
1007
1007
|
end
|
|
1008
1008
|
|
|
1009
|
-
# 本接口(CreateFlowLog
|
|
1009
|
+
# 本接口(CreateFlowLog)用于创建网络流日志。
|
|
1010
1010
|
|
|
1011
1011
|
# @param request: Request instance for CreateFlowLog.
|
|
1012
1012
|
# @type request: :class:`Tencentcloud::vpc::V20170312::CreateFlowLogRequest`
|
data/lib/v20170312/models.rb
CHANGED
|
@@ -2970,23 +2970,23 @@ module TencentCloud
|
|
|
2970
2970
|
|
|
2971
2971
|
# CreateFlowLog请求参数结构体
|
|
2972
2972
|
class CreateFlowLogRequest < TencentCloud::Common::AbstractModel
|
|
2973
|
-
# @param FlowLogName:
|
|
2973
|
+
# @param FlowLogName: 流日志实例名字。
|
|
2974
2974
|
# @type FlowLogName: String
|
|
2975
|
-
# @param ResourceType: 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN|NAT|DCG
|
|
2975
|
+
# @param ResourceType: 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE|CCN|NAT|DCG。
|
|
2976
2976
|
# @type ResourceType: String
|
|
2977
|
-
# @param ResourceId: 资源唯一ID
|
|
2977
|
+
# @param ResourceId: 资源唯一ID。
|
|
2978
2978
|
# @type ResourceId: String
|
|
2979
|
-
# @param TrafficType: 流日志采集类型,ACCEPT|REJECT|ALL
|
|
2979
|
+
# @param TrafficType: 流日志采集类型,ACCEPT|REJECT|ALL。
|
|
2980
2980
|
# @type TrafficType: String
|
|
2981
2981
|
# @param VpcId: 私用网络ID或者统一ID,建议使用统一ID,当ResourceType为CCN时不填,其他类型必填。
|
|
2982
2982
|
# @type VpcId: String
|
|
2983
|
-
# @param FlowLogDescription:
|
|
2983
|
+
# @param FlowLogDescription: 流日志实例描述。
|
|
2984
2984
|
# @type FlowLogDescription: String
|
|
2985
|
-
# @param CloudLogId: 流日志存储ID
|
|
2985
|
+
# @param CloudLogId: 流日志存储ID。
|
|
2986
2986
|
# @type CloudLogId: String
|
|
2987
|
-
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
|
|
2987
|
+
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
|
2988
2988
|
# @type Tags: Array
|
|
2989
|
-
# @param StorageType: 消费端类型:cls、ckafka
|
|
2989
|
+
# @param StorageType: 消费端类型:cls、ckafka。默认值cls。
|
|
2990
2990
|
# @type StorageType: String
|
|
2991
2991
|
# @param FlowLogStorage: 流日志消费端信息,当消费端类型为ckafka时,必填。
|
|
2992
2992
|
# @type FlowLogStorage: :class:`Tencentcloud::Vpc.v20170312.models.FlowLogStorage`
|
|
@@ -3036,7 +3036,7 @@ module TencentCloud
|
|
|
3036
3036
|
|
|
3037
3037
|
# CreateFlowLog返回参数结构体
|
|
3038
3038
|
class CreateFlowLogResponse < TencentCloud::Common::AbstractModel
|
|
3039
|
-
# @param FlowLog:
|
|
3039
|
+
# @param FlowLog: 创建的流日志信息。
|
|
3040
3040
|
# @type FlowLog: Array
|
|
3041
3041
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3042
3042
|
# @type RequestId: String
|
|
@@ -3509,11 +3509,11 @@ module TencentCloud
|
|
|
3509
3509
|
|
|
3510
3510
|
# CreateNetworkAcl请求参数结构体
|
|
3511
3511
|
class CreateNetworkAclRequest < TencentCloud::Common::AbstractModel
|
|
3512
|
-
# @param VpcId: VPC实例ID
|
|
3512
|
+
# @param VpcId: VPC实例ID。可通过<a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a>接口返回值中的VpcId获取。
|
|
3513
3513
|
# @type VpcId: String
|
|
3514
3514
|
# @param NetworkAclName: 网络ACL名称,最大长度不能超过60个字节。
|
|
3515
3515
|
# @type NetworkAclName: String
|
|
3516
|
-
# @param NetworkAclType: 网络ACL类型,三元组(TRIPLE)或五元组(QUINTUPLE)。
|
|
3516
|
+
# @param NetworkAclType: 网络ACL类型,三元组(TRIPLE)或五元组(QUINTUPLE)。默认值三元组(TRIPLE)。
|
|
3517
3517
|
# @type NetworkAclType: String
|
|
3518
3518
|
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
|
3519
3519
|
# @type Tags: Array
|
|
@@ -8062,9 +8062,9 @@ module TencentCloud
|
|
|
8062
8062
|
# @type Offset: Integer
|
|
8063
8063
|
# @param Limit: 返回数量,默认为20,最大值为100。
|
|
8064
8064
|
# @type Limit: Integer
|
|
8065
|
-
# @param OrderField: 排序字段。支持 `InPkg` `OutPkg` `InTraffic` `OutTraffic`。
|
|
8065
|
+
# @param OrderField: 排序字段。支持 `InPkg` `OutPkg` `InTraffic` `OutTraffic`。默认值`OutTraffic`。
|
|
8066
8066
|
# @type OrderField: String
|
|
8067
|
-
# @param OrderDirection: 排序方法。顺序:`ASC`,倒序:`DESC`。
|
|
8067
|
+
# @param OrderDirection: 排序方法。顺序:`ASC`,倒序:`DESC`。默认值`DESC`。
|
|
8068
8068
|
# @type OrderDirection: String
|
|
8069
8069
|
|
|
8070
8070
|
attr_accessor :TimePoint, :VpnId, :DirectConnectGatewayId, :PeeringConnectionId, :NatId, :Offset, :Limit, :OrderField, :OrderDirection
|
|
@@ -12652,6 +12652,7 @@ module TencentCloud
|
|
|
12652
12652
|
# @param EndPointId: 终端节点ID。
|
|
12653
12653
|
# @type EndPointId: Array
|
|
12654
12654
|
# @param AcceptFlag: 是否接受终端节点连接请求。
|
|
12655
|
+
# <li> true:自动接受。</li> <li> false:不自动接受。</li>
|
|
12655
12656
|
# @type AcceptFlag: Boolean
|
|
12656
12657
|
|
|
12657
12658
|
attr_accessor :EndPointServiceId, :EndPointId, :AcceptFlag
|
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.538
|
|
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-03-
|
|
11
|
+
date: 2023-03-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|