tencentcloud-sdk-vpc 3.0.565 → 3.0.567
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 +3 -3
- data/lib/v20170312/models.rb +9 -8
- 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: ebb130ecfcd4fbac6b373ef61f47e3d90b2622fd
|
4
|
+
data.tar.gz: 0b9a61a3f05928aad1d78a0722b9116d08e6c1ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 01b13770c729ea1e9b85beac325373e0e415c97869e580f59d7dad9a3334b848a7b685918f948b4c3483d8864b12c471ffb4d260fcb3e05df98131dc332b3350
|
7
|
+
data.tar.gz: 657f4c52f40f6d1375b3415aeadf31613af8410e384b8c12042f9be3e714767f258170543c29685c07bb513fc4758094136df0b2ee07683013fe0b01c9520b64
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.567
|
data/lib/v20170312/client.rb
CHANGED
@@ -2033,7 +2033,7 @@ module TencentCloud
|
|
2033
2033
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2034
2034
|
end
|
2035
2035
|
|
2036
|
-
# 本接口(DeleteFlowLog
|
2036
|
+
# 本接口(DeleteFlowLog)用于删除流日志。
|
2037
2037
|
|
2038
2038
|
# @param request: Request instance for DeleteFlowLog.
|
2039
2039
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DeleteFlowLogRequest`
|
@@ -3299,7 +3299,7 @@ module TencentCloud
|
|
3299
3299
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3300
3300
|
end
|
3301
3301
|
|
3302
|
-
# 本接口(DescribeFlowLog
|
3302
|
+
# 本接口(DescribeFlowLog)用于查询流日志实例信息。
|
3303
3303
|
|
3304
3304
|
# @param request: Request instance for DescribeFlowLog.
|
3305
3305
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DescribeFlowLogRequest`
|
@@ -5959,7 +5959,7 @@ module TencentCloud
|
|
5959
5959
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
5960
5960
|
end
|
5961
5961
|
|
5962
|
-
# 本接口(ModifyFlowLogAttribute
|
5962
|
+
# 本接口(ModifyFlowLogAttribute)用于修改流日志属性。
|
5963
5963
|
|
5964
5964
|
# @param request: Request instance for ModifyFlowLogAttribute.
|
5965
5965
|
# @type request: :class:`Tencentcloud::vpc::V20170312::ModifyFlowLogAttributeRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -5569,7 +5569,7 @@ module TencentCloud
|
|
5569
5569
|
|
5570
5570
|
# DeleteFlowLog请求参数结构体
|
5571
5571
|
class DeleteFlowLogRequest < TencentCloud::Common::AbstractModel
|
5572
|
-
# @param FlowLogId: 流日志唯一ID
|
5572
|
+
# @param FlowLogId: 流日志唯一ID。
|
5573
5573
|
# @type FlowLogId: String
|
5574
5574
|
# @param VpcId: 私用网络ID或者统一ID,建议使用统一ID,删除云联网流日志时,可不填,其他流日志类型必填。
|
5575
5575
|
# @type VpcId: String
|
@@ -8068,9 +8068,9 @@ module TencentCloud
|
|
8068
8068
|
|
8069
8069
|
# DescribeFlowLog请求参数结构体
|
8070
8070
|
class DescribeFlowLogRequest < TencentCloud::Common::AbstractModel
|
8071
|
-
# @param VpcId: 私用网络ID或者统一ID,建议使用统一ID
|
8071
|
+
# @param VpcId: 私用网络ID或者统一ID,建议使用统一ID。
|
8072
8072
|
# @type VpcId: String
|
8073
|
-
# @param FlowLogId: 流日志唯一ID
|
8073
|
+
# @param FlowLogId: 流日志唯一ID。
|
8074
8074
|
# @type FlowLogId: String
|
8075
8075
|
|
8076
8076
|
attr_accessor :VpcId, :FlowLogId
|
@@ -8088,7 +8088,7 @@ module TencentCloud
|
|
8088
8088
|
|
8089
8089
|
# DescribeFlowLog返回参数结构体
|
8090
8090
|
class DescribeFlowLogResponse < TencentCloud::Common::AbstractModel
|
8091
|
-
# @param FlowLog:
|
8091
|
+
# @param FlowLog: 流日志信息。
|
8092
8092
|
# @type FlowLog: Array
|
8093
8093
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
8094
8094
|
# @type RequestId: String
|
@@ -13032,7 +13032,7 @@ module TencentCloud
|
|
13032
13032
|
class Filter < TencentCloud::Common::AbstractModel
|
13033
13033
|
# @param Name: 属性名称, 若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
|
13034
13034
|
# @type Name: String
|
13035
|
-
# @param Values: 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR
|
13035
|
+
# @param Values: 属性值, 若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。当值类型为布尔类型时,可直接取值为字符串"TRUE"或 "FALSE"。
|
13036
13036
|
# @type Values: Array
|
13037
13037
|
|
13038
13038
|
attr_accessor :Name, :Values
|
@@ -14872,13 +14872,13 @@ module TencentCloud
|
|
14872
14872
|
|
14873
14873
|
# ModifyFlowLogAttribute请求参数结构体
|
14874
14874
|
class ModifyFlowLogAttributeRequest < TencentCloud::Common::AbstractModel
|
14875
|
-
# @param FlowLogId: 流日志唯一ID
|
14875
|
+
# @param FlowLogId: 流日志唯一ID。
|
14876
14876
|
# @type FlowLogId: String
|
14877
14877
|
# @param VpcId: 私用网络ID或者统一ID,建议使用统一ID,修改云联网流日志属性时可不填,其他流日志类型必填。
|
14878
14878
|
# @type VpcId: String
|
14879
|
-
# @param FlowLogName:
|
14879
|
+
# @param FlowLogName: 流日志实例名字。
|
14880
14880
|
# @type FlowLogName: String
|
14881
|
-
# @param FlowLogDescription:
|
14881
|
+
# @param FlowLogDescription: 流日志实例描述。
|
14882
14882
|
# @type FlowLogDescription: String
|
14883
14883
|
|
14884
14884
|
attr_accessor :FlowLogId, :VpcId, :FlowLogName, :FlowLogDescription
|
@@ -18430,6 +18430,7 @@ module TencentCloud
|
|
18430
18430
|
# LOCAL_GATEWAY:本地网关。
|
18431
18431
|
# @type GatewayType: String
|
18432
18432
|
# @param GatewayId: 下一跳地址,这里只需要指定不同下一跳类型的网关ID,系统会自动匹配到下一跳地址。
|
18433
|
+
# 特殊说明:GatewayType为NORMAL_CVM时,GatewayId填写实例的内网IP。
|
18433
18434
|
# @type GatewayId: String
|
18434
18435
|
# @param RouteId: 路由策略ID。IPv4路由策略ID是有意义的值,IPv6路由策略是无意义的值0。后续建议完全使用字符串唯一ID `RouteItemId`操作路由策略。
|
18435
18436
|
# 该字段在删除时必填,其他字段无需填写。
|
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.567
|
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-05-
|
11
|
+
date: 2023-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|