tencentcloud-sdk-vpc 3.0.510 → 3.0.512
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 +2 -2
- data/lib/v20170312/models.rb +40 -21
- 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: 0ab255667a056fbc291e8f5fd7f55c3ce02fca18
|
4
|
+
data.tar.gz: 9a8851e307409e0b760765d93c878fbead50bbaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: abc6cc76141b85063d73783d68cc280dd54512a1915454153ab120d6fd6c5511829dd1d1147260a06e3258b14a485024c28fbeff2c11f5f985ab3f0ccf0861fd
|
7
|
+
data.tar.gz: f642f6a9777ae823baaf84d5ac112b434f19e209694b4fc11a2ffcc16ac845824c9fa91ce05262fff2fbd90a0398e4fdfaf899aa589250bc45af4420f50bf81e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.512
|
data/lib/v20170312/client.rb
CHANGED
@@ -3323,7 +3323,7 @@ module TencentCloud
|
|
3323
3323
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3324
3324
|
end
|
3325
3325
|
|
3326
|
-
# 本接口(DescribeFlowLogs
|
3326
|
+
# 本接口(DescribeFlowLogs)用于查询获取流日志集合。
|
3327
3327
|
|
3328
3328
|
# @param request: Request instance for DescribeFlowLogs.
|
3329
3329
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DescribeFlowLogsRequest`
|
@@ -4289,7 +4289,7 @@ module TencentCloud
|
|
4289
4289
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4290
4290
|
end
|
4291
4291
|
|
4292
|
-
#
|
4292
|
+
# 本接口(DescribeVpcEndPoint)用于查询终端节点列表。
|
4293
4293
|
|
4294
4294
|
# @param request: Request instance for DescribeVpcEndPoint.
|
4295
4295
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DescribeVpcEndPointRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -7921,35 +7921,35 @@ module TencentCloud
|
|
7921
7921
|
|
7922
7922
|
# DescribeFlowLogs请求参数结构体
|
7923
7923
|
class DescribeFlowLogsRequest < TencentCloud::Common::AbstractModel
|
7924
|
-
# @param VpcId: 私用网络ID或者统一ID,建议使用统一ID
|
7924
|
+
# @param VpcId: 私用网络ID或者统一ID,建议使用统一ID。
|
7925
7925
|
# @type VpcId: String
|
7926
|
-
# @param FlowLogId: 流日志唯一ID
|
7926
|
+
# @param FlowLogId: 流日志唯一ID。
|
7927
7927
|
# @type FlowLogId: String
|
7928
|
-
# @param FlowLogName:
|
7928
|
+
# @param FlowLogName: 流日志实例名字。
|
7929
7929
|
# @type FlowLogName: String
|
7930
|
-
# @param ResourceType: 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE
|
7930
|
+
# @param ResourceType: 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE。
|
7931
7931
|
# @type ResourceType: String
|
7932
|
-
# @param ResourceId: 资源唯一ID
|
7932
|
+
# @param ResourceId: 资源唯一ID。
|
7933
7933
|
# @type ResourceId: String
|
7934
|
-
# @param TrafficType: 流日志采集类型,ACCEPT|REJECT|ALL
|
7934
|
+
# @param TrafficType: 流日志采集类型,ACCEPT|REJECT|ALL。
|
7935
7935
|
# @type TrafficType: String
|
7936
|
-
# @param CloudLogId: 流日志存储ID
|
7936
|
+
# @param CloudLogId: 流日志存储ID。
|
7937
7937
|
# @type CloudLogId: String
|
7938
|
-
# @param CloudLogState: 流日志存储ID
|
7938
|
+
# @param CloudLogState: 流日志存储ID状态。
|
7939
7939
|
# @type CloudLogState: String
|
7940
|
-
# @param OrderField: 按某个字段排序,支持字段:flowLogName,createTime,默认按createTime
|
7940
|
+
# @param OrderField: 按某个字段排序,支持字段:flowLogName,createTime,默认按createTime。
|
7941
7941
|
# @type OrderField: String
|
7942
|
-
# @param OrderDirection: 升序(asc)还是降序(desc),默认:desc
|
7942
|
+
# @param OrderDirection: 升序(asc)还是降序(desc),默认:desc。
|
7943
7943
|
# @type OrderDirection: String
|
7944
7944
|
# @param Offset: 偏移量,默认为0。
|
7945
7945
|
# @type Offset: Integer
|
7946
|
-
# @param Limit: 每页行数,默认为10
|
7946
|
+
# @param Limit: 每页行数,默认为10。
|
7947
7947
|
# @type Limit: Integer
|
7948
7948
|
# @param Filters: 过滤条件,参数不支持同时指定FlowLogIds和Filters。
|
7949
7949
|
# <li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。</li>
|
7950
7950
|
# <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。</li>
|
7951
7951
|
# @type Filters: :class:`Tencentcloud::Vpc.v20170312.models.Filter`
|
7952
|
-
# @param CloudLogRegion: 流日志存储ID
|
7952
|
+
# @param CloudLogRegion: 流日志存储ID对应的地域信息。
|
7953
7953
|
# @type CloudLogRegion: String
|
7954
7954
|
|
7955
7955
|
attr_accessor :VpcId, :FlowLogId, :FlowLogName, :ResourceType, :ResourceId, :TrafficType, :CloudLogId, :CloudLogState, :OrderField, :OrderDirection, :Offset, :Limit, :Filters, :CloudLogRegion
|
@@ -7994,9 +7994,9 @@ module TencentCloud
|
|
7994
7994
|
|
7995
7995
|
# DescribeFlowLogs返回参数结构体
|
7996
7996
|
class DescribeFlowLogsResponse < TencentCloud::Common::AbstractModel
|
7997
|
-
# @param FlowLog:
|
7997
|
+
# @param FlowLog: 流日志实例集合。
|
7998
7998
|
# @type FlowLog: Array
|
7999
|
-
# @param TotalNum:
|
7999
|
+
# @param TotalNum: 流日志总数目。
|
8000
8000
|
# @type TotalNum: Integer
|
8001
8001
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
8002
8002
|
# @type RequestId: String
|
@@ -9239,8 +9239,8 @@ module TencentCloud
|
|
9239
9239
|
# <li>tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。使用请参考示例2</li>
|
9240
9240
|
# <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>
|
9241
9241
|
# <li>is-primary - Boolean - 是否必填:否 - (过滤条件)按照是否主网卡进行过滤。值为true时,仅过滤主网卡;值为false时,仅过滤辅助网卡;此过滤参数未提供时,同时过滤主网卡和辅助网卡。</li>
|
9242
|
-
# <li>eni-type - String -是否必填:否- (过滤条件)按照网卡类型进行过滤。“0”-辅助网卡,“1”-主网卡,“2
|
9243
|
-
# <li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。“AG
|
9242
|
+
# <li>eni-type - String -是否必填:否- (过滤条件)按照网卡类型进行过滤。“0”-辅助网卡,“1”-主网卡,“2”:中继网卡。</li>
|
9243
|
+
# <li>eni-qos - String -是否必填:否- (过滤条件)按照网卡服务质量进行过滤。“AG”-服务质量为云铜,“AU”-服务质量为云银。</li>
|
9244
9244
|
# <li>address-ipv6 - String - 是否必填:否 -(过滤条件)内网IPv6地址过滤,支持多ipv6地址查询,如果和address-ip一起使用取交集。</li>
|
9245
9245
|
# @type Filters: Array
|
9246
9246
|
# @param Offset: 偏移量,默认为0。
|
@@ -9404,8 +9404,22 @@ module TencentCloud
|
|
9404
9404
|
# <li>route-table-name - String - (过滤条件)路由表名称。</li>
|
9405
9405
|
# <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
|
9406
9406
|
# <li>association.main - String - (过滤条件)是否主路由表。</li>
|
9407
|
-
# <li>tag-key - String
|
9407
|
+
# <li>tag-key - String -是否必填:否 - (过滤条件)按照标签键进行过滤。</li>
|
9408
9408
|
# <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>
|
9409
|
+
# <li>next-hop-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。使用next-hop-type进行过滤时,必须同时携带route-table-id与vpc-id。
|
9410
|
+
# 目前我们支持的类型有:
|
9411
|
+
# LOCAL: 本地路由
|
9412
|
+
# CVM:公网网关类型的云服务器;
|
9413
|
+
# VPN:VPN网关;
|
9414
|
+
# DIRECTCONNECT:专线网关;
|
9415
|
+
# PEERCONNECTION:对等连接;
|
9416
|
+
# HAVIP:高可用虚拟IP;
|
9417
|
+
# NAT:NAT网关;
|
9418
|
+
# NORMAL_CVM:普通云服务器;
|
9419
|
+
# EIP:云服务器的公网IP;
|
9420
|
+
# CCN:云联网;
|
9421
|
+
# LOCAL_GATEWAY:本地网关。
|
9422
|
+
# </li>
|
9409
9423
|
# @type Filters: Array
|
9410
9424
|
# @param RouteTableIds: 路由表实例ID,例如:rtb-azd4dt1c。
|
9411
9425
|
# @type RouteTableIds: Array
|
@@ -10151,6 +10165,8 @@ module TencentCloud
|
|
10151
10165
|
# <li>tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。使用请参考示例2。</li>
|
10152
10166
|
# <li>cdc-id - String - 是否必填:否 - (过滤条件)按照cdc信息进行过滤。过滤出来制定cdc下的子网。</li>
|
10153
10167
|
# <li>is-cdc-subnet - String - 是否必填:否 - (过滤条件)按照是否是cdc子网进行过滤。取值:“0”-非cdc子网,“1”--cdc子网</li>
|
10168
|
+
# <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
|
10169
|
+
# <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 。</li>
|
10154
10170
|
# @type Filters: Array
|
10155
10171
|
# @param Offset: 偏移量,默认为0。
|
10156
10172
|
# @type Offset: String
|
@@ -10497,9 +10513,10 @@ module TencentCloud
|
|
10497
10513
|
# DescribeVpcEndPointService请求参数结构体
|
10498
10514
|
class DescribeVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
|
10499
10515
|
# @param Filters: 过滤条件。
|
10500
|
-
# <li> service-id- String - (过滤条件)终端节点服务唯一ID。</li>
|
10516
|
+
# <li> service-id - String - (过滤条件)终端节点服务唯一ID。</li>
|
10501
10517
|
# <li>service-name - String - (过滤条件)终端节点实例名称。</li>
|
10502
10518
|
# <li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。</li>
|
10519
|
+
# <li>service-type - String - (过滤条件)后端PAAS服务类型,CLB,CDB,CRS,不填默认查询类型为CLB。</li>
|
10503
10520
|
# @type Filters: Array
|
10504
10521
|
# @param Offset: 偏移量,默认为0。
|
10505
10522
|
# @type Offset: Integer
|
@@ -10953,6 +10970,8 @@ module TencentCloud
|
|
10953
10970
|
# <li>tag-key :按照标签键进行过滤,非必填参数。</li>
|
10954
10971
|
# <li>tag:tag-key:按照标签键值对进行过滤,非必填参数。 其中 tag-key 请使用具体的标签键进行替换,可参考示例2。</li>
|
10955
10972
|
# **说明:**若同一个过滤条件(Filter)存在多个Values,则同一Filter下Values间的关系为逻辑或(OR)关系;若存在多个过滤条件(Filter),Filter之间的关系为逻辑与(AND)关系。
|
10973
|
+
# <li>ipv6-cidr-block - String - (过滤条件)IPv6子网网段,形如: 2402:4e00:1717:8700::/64 。</li>
|
10974
|
+
# <li>isp-type - String - (过滤条件)运营商类型,形如: BGP 取值范围:'BGP'-默认, 'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调。</li>
|
10956
10975
|
# @type Filters: Array
|
10957
10976
|
# @param Offset: 偏移量,默认为0。
|
10958
10977
|
# @type Offset: String
|
@@ -12878,10 +12897,10 @@ module TencentCloud
|
|
12878
12897
|
# @param StorageType: 消费端类型:cls、ckafka。
|
12879
12898
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12880
12899
|
# @type StorageType: String
|
12881
|
-
# @param FlowLogStorage: 消费端信息,当消费端类型为ckafka
|
12900
|
+
# @param FlowLogStorage: 消费端信息,当消费端类型为ckafka时返回。
|
12882
12901
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12883
12902
|
# @type FlowLogStorage: :class:`Tencentcloud::Vpc.v20170312.models.FlowLogStorage`
|
12884
|
-
# @param CloudLogRegion: 流日志存储ID
|
12903
|
+
# @param CloudLogRegion: 流日志存储ID对应的地域信息。
|
12885
12904
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12886
12905
|
# @type CloudLogRegion: String
|
12887
12906
|
|
@@ -18452,7 +18471,7 @@ module TencentCloud
|
|
18452
18471
|
# @type Ipv6CidrBlock: String
|
18453
18472
|
# @param SecurityGroupId: 安全组实例ID,例如:sg-ohuuioma。
|
18454
18473
|
# @type SecurityGroupId: String
|
18455
|
-
# @param AddressTemplate: IP地址ID或者
|
18474
|
+
# @param AddressTemplate: IP地址ID或者IP地址组ID。
|
18456
18475
|
# @type AddressTemplate: :class:`Tencentcloud::Vpc.v20170312.models.AddressTemplateSpecification`
|
18457
18476
|
# @param Action: ACCEPT 或 DROP。
|
18458
18477
|
# @type Action: String
|
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.512
|
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-02-
|
11
|
+
date: 2023-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|