tencentcloud-sdk-vpc 3.0.1058 → 3.0.1060
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 +76 -59
- 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: a2b096573e124b7f2b842164e32be37af48f3981
|
4
|
+
data.tar.gz: 32f1155c4f896c18daacac3cb3d7f67b76b2c138
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43a7377fc660df5886ae6200ca940c11c9ee7b14ab2c2cebac5b2775073428edb0fd36b5f231ff3659c97bf42e98d14523c6cdf8c754ad866ddd47349d43c24e
|
7
|
+
data.tar.gz: ebe9192f3a4c5f052dc8298c96367037e0830d23671d0b8dbb2386f2855534fac199a1009db75ee26942a67a5947057a80cbd13b18e7a356947111191016ba7f
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1060
|
data/lib/v20170312/client.rb
CHANGED
@@ -3438,7 +3438,7 @@ module TencentCloud
|
|
3438
3438
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3439
3439
|
end
|
3440
3440
|
|
3441
|
-
# 本接口(DeleteVpcEndPointService
|
3441
|
+
# 本接口(DeleteVpcEndPointService)用于删除终端节点服务。限制:当有终端节点关联到终端节点服务时,无法删除终端节点服务。
|
3442
3442
|
|
3443
3443
|
# @param request: Request instance for DeleteVpcEndPointService.
|
3444
3444
|
# @type request: :class:`Tencentcloud::vpc::V20170312::DeleteVpcEndPointServiceRequest`
|
data/lib/v20170312/models.rb
CHANGED
@@ -983,13 +983,15 @@ module TencentCloud
|
|
983
983
|
|
984
984
|
# AllocateIp6AddressesBandwidth请求参数结构体
|
985
985
|
class AllocateIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
|
986
|
-
# @param Ip6Addresses: 需要开通公网访问能力的IPv6
|
986
|
+
# @param Ip6Addresses: 需要开通公网访问能力的IPv6地址,可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。
|
987
987
|
# @type Ip6Addresses: Array
|
988
|
-
# @param InternetMaxBandwidthOut:
|
988
|
+
# @param InternetMaxBandwidthOut: 带宽上限,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
989
|
+
# 默认值:1Mbps
|
989
990
|
# @type InternetMaxBandwidthOut: Integer
|
990
|
-
# @param InternetChargeType: 网络计费模式。IPv6
|
991
|
+
# @param InternetChargeType: 网络计费模式。IPv6当前支持:<li>TRAFFIC_POSTPAID_BY_HOUR:流量按小时后付费</li><li>BANDWIDTH_PACKAGE:共享带宽包付费</li>
|
992
|
+
# 默认值:TRAFFIC_POSTPAID_BY_HOUR
|
991
993
|
# @type InternetChargeType: String
|
992
|
-
# @param BandwidthPackageId: 带宽包id
|
994
|
+
# @param BandwidthPackageId: 带宽包id,设定该参数且InternetChargeType为BANDWIDTH_PACKAGE,则表示创建的IPv6加入该带宽包并采用带宽包计费。可以使用[DescribeBandwidthPackages](https://cloud.tencent.com/document/product/215/19209)接口查询BandwidthPackageId。
|
993
995
|
# @type BandwidthPackageId: String
|
994
996
|
# @param Tags: 需要关联的标签列表。
|
995
997
|
# @type Tags: Array
|
@@ -3515,7 +3517,7 @@ module TencentCloud
|
|
3515
3517
|
|
3516
3518
|
# CreateAndAttachNetworkInterface请求参数结构体
|
3517
3519
|
class CreateAndAttachNetworkInterfaceRequest < TencentCloud::Common::AbstractModel
|
3518
|
-
# @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
3520
|
+
# @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
3519
3521
|
# @type VpcId: String
|
3520
3522
|
# @param NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字符。
|
3521
3523
|
# @type NetworkInterfaceName: String
|
@@ -5115,7 +5117,7 @@ module TencentCloud
|
|
5115
5117
|
|
5116
5118
|
# CreateNetworkInterface请求参数结构体
|
5117
5119
|
class CreateNetworkInterfaceRequest < TencentCloud::Common::AbstractModel
|
5118
|
-
# @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
5120
|
+
# @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
5119
5121
|
# @type VpcId: String
|
5120
5122
|
# @param NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字节。
|
5121
5123
|
# @type NetworkInterfaceName: String
|
@@ -6261,17 +6263,17 @@ module TencentCloud
|
|
6261
6263
|
|
6262
6264
|
# CreateVpcEndPoint请求参数结构体
|
6263
6265
|
class CreateVpcEndPointRequest < TencentCloud::Common::AbstractModel
|
6264
|
-
# @param VpcId: VPC实例ID
|
6266
|
+
# @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
6265
6267
|
# @type VpcId: String
|
6266
|
-
# @param SubnetId: 子网实例ID
|
6268
|
+
# @param SubnetId: 子网实例ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
6267
6269
|
# @type SubnetId: String
|
6268
|
-
# @param EndPointName:
|
6270
|
+
# @param EndPointName: 终端节点名称。限制为60个字符。
|
6269
6271
|
# @type EndPointName: String
|
6270
|
-
# @param EndPointServiceId: 终端节点服务ID
|
6272
|
+
# @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
6271
6273
|
# @type EndPointServiceId: String
|
6272
6274
|
# @param EndPointVip: 终端节点VIP,可以指定IP申请。
|
6273
6275
|
# @type EndPointVip: String
|
6274
|
-
# @param SecurityGroupId: 安全组ID
|
6276
|
+
# @param SecurityGroupId: 安全组ID。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
6275
6277
|
# @type SecurityGroupId: String
|
6276
6278
|
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
6277
6279
|
# @type Tags: Array
|
@@ -6335,17 +6337,17 @@ module TencentCloud
|
|
6335
6337
|
|
6336
6338
|
# CreateVpcEndPointService请求参数结构体
|
6337
6339
|
class CreateVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
|
6338
|
-
# @param VpcId: VPC实例ID
|
6340
|
+
# @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
6339
6341
|
# @type VpcId: String
|
6340
6342
|
# @param EndPointServiceName: 终端节点服务名称。
|
6341
6343
|
# @type EndPointServiceName: String
|
6342
6344
|
# @param AutoAcceptFlag: 是否自动接受。
|
6343
6345
|
# @type AutoAcceptFlag: Boolean
|
6344
|
-
# @param ServiceInstanceId: 后端服务ID,比如lb-
|
6346
|
+
# @param ServiceInstanceId: 后端服务ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;CDB可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
|
6345
6347
|
# @type ServiceInstanceId: String
|
6346
6348
|
# @param IsPassService: ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~
|
6347
6349
|
# @type IsPassService: Boolean
|
6348
|
-
# @param ServiceType: 挂载的PAAS服务类型,CLB
|
6350
|
+
# @param ServiceType: 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。不填默认挂载为CLB。
|
6349
6351
|
# @type ServiceType: String
|
6350
6352
|
# @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
|
6351
6353
|
# @type Tags: Array
|
@@ -6409,11 +6411,11 @@ module TencentCloud
|
|
6409
6411
|
|
6410
6412
|
# CreateVpcEndPointServiceWhiteList请求参数结构体
|
6411
6413
|
class CreateVpcEndPointServiceWhiteListRequest < TencentCloud::Common::AbstractModel
|
6412
|
-
# @param UserUin: UIN
|
6414
|
+
# @param UserUin: UIN。腾讯云账号中心控制台获取。
|
6413
6415
|
# @type UserUin: String
|
6414
|
-
# @param EndPointServiceId: 终端节点服务ID
|
6416
|
+
# @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
6415
6417
|
# @type EndPointServiceId: String
|
6416
|
-
# @param Description:
|
6418
|
+
# @param Description: 白名单描述。长度不超过60个字符。
|
6417
6419
|
# @type Description: String
|
6418
6420
|
|
6419
6421
|
attr_accessor :UserUin, :EndPointServiceId, :Description
|
@@ -7728,7 +7730,7 @@ module TencentCloud
|
|
7728
7730
|
class DeleteFlowLogRequest < TencentCloud::Common::AbstractModel
|
7729
7731
|
# @param FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。
|
7730
7732
|
# @type FlowLogId: String
|
7731
|
-
# @param VpcId: 私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
7733
|
+
# @param VpcId: 私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取当前账户的私有网络唯一ID。
|
7732
7734
|
# @type VpcId: String
|
7733
7735
|
|
7734
7736
|
attr_accessor :FlowLogId, :VpcId
|
@@ -8872,7 +8874,7 @@ module TencentCloud
|
|
8872
8874
|
|
8873
8875
|
# DeleteVpcEndPoint请求参数结构体
|
8874
8876
|
class DeleteVpcEndPointRequest < TencentCloud::Common::AbstractModel
|
8875
|
-
# @param EndPointId: 终端节点ID
|
8877
|
+
# @param EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
8876
8878
|
# @type EndPointId: String
|
8877
8879
|
# @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
8878
8880
|
# @type IpAddressType: String
|
@@ -8908,7 +8910,7 @@ module TencentCloud
|
|
8908
8910
|
|
8909
8911
|
# DeleteVpcEndPointService请求参数结构体
|
8910
8912
|
class DeleteVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
|
8911
|
-
# @param EndPointServiceId: 终端节点ID
|
8913
|
+
# @param EndPointServiceId: 终端节点ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
8912
8914
|
# @type EndPointServiceId: String
|
8913
8915
|
# @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
8914
8916
|
# @type IpAddressType: String
|
@@ -8944,9 +8946,9 @@ module TencentCloud
|
|
8944
8946
|
|
8945
8947
|
# DeleteVpcEndPointServiceWhiteList请求参数结构体
|
8946
8948
|
class DeleteVpcEndPointServiceWhiteListRequest < TencentCloud::Common::AbstractModel
|
8947
|
-
# @param UserUin: 用户UIN
|
8949
|
+
# @param UserUin: 用户UIN数组。登录 腾讯云账号中心控制台
|
8948
8950
|
# @type UserUin: Array
|
8949
|
-
# @param EndPointServiceId: 终端节点服务ID
|
8951
|
+
# @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
8950
8952
|
# @type EndPointServiceId: String
|
8951
8953
|
|
8952
8954
|
attr_accessor :UserUin, :EndPointServiceId
|
@@ -9595,7 +9597,9 @@ module TencentCloud
|
|
9595
9597
|
# @param VpcIds: `VPC`实例`ID`数组。形如:[`vpc-6v2ht8q5`]
|
9596
9598
|
# @type VpcIds: Array
|
9597
9599
|
# @param Filters: 过滤条件,参数不支持同时指定VpcIds和Filters。
|
9598
|
-
|
9600
|
+
|
9601
|
+
# 当前支持的过滤条件如下:
|
9602
|
+
# <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。(当前仅支持该过滤条件)</li>
|
9599
9603
|
# @type Filters: Array
|
9600
9604
|
# @param Offset: 偏移量,默认为0。
|
9601
9605
|
# @type Offset: Integer
|
@@ -11090,7 +11094,7 @@ module TencentCloud
|
|
11090
11094
|
|
11091
11095
|
# DescribeFlowLog请求参数结构体
|
11092
11096
|
class DescribeFlowLogRequest < TencentCloud::Common::AbstractModel
|
11093
|
-
# @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
11097
|
+
# @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。该接口不支持拉取CCN类型的流日志,所以该字段为必选。
|
11094
11098
|
# @type VpcId: String
|
11095
11099
|
# @param FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取;
|
11096
11100
|
# @type FlowLogId: String
|
@@ -11137,7 +11141,7 @@ module TencentCloud
|
|
11137
11141
|
|
11138
11142
|
# DescribeFlowLogs请求参数结构体
|
11139
11143
|
class DescribeFlowLogsRequest < TencentCloud::Common::AbstractModel
|
11140
|
-
# @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
11144
|
+
# @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
11141
11145
|
# @type VpcId: String
|
11142
11146
|
# @param FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建。
|
11143
11147
|
# @type FlowLogId: String
|
@@ -11819,11 +11823,11 @@ module TencentCloud
|
|
11819
11823
|
|
11820
11824
|
# DescribeIp6Addresses请求参数结构体
|
11821
11825
|
class DescribeIp6AddressesRequest < TencentCloud::Common::AbstractModel
|
11822
|
-
# @param Ip6AddressIds: 标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters
|
11826
|
+
# @param Ip6AddressIds: 标识 IPv6 的唯一 ID 列表。IPv6 唯一 ID 形如:`eip-11112222`。参数不支持同时指定`Ip6AddressIds`和`Filters`。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6AddressIds。
|
11823
11827
|
# @type Ip6AddressIds: Array
|
11824
11828
|
# @param Filters: 每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。参数不支持同时指定`AddressIds`和`Filters`。详细的过滤条件如下:
|
11825
|
-
# <li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP
|
11826
|
-
# <li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID
|
11829
|
+
# <li> address-ip - String - 是否必填:否 - (过滤条件)按照 IPv6 的 IP 地址过滤。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询address-ip。</li>
|
11830
|
+
# <li> network-interface-id - String - 是否必填:否 - (过滤条件)按照弹性网卡的唯一ID过滤。可以使用[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口查询network-interface-id。</li>
|
11827
11831
|
# @type Filters: Array
|
11828
11832
|
# @param Offset: 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/11646)中的相关小节。
|
11829
11833
|
# @type Offset: Integer
|
@@ -12873,7 +12877,7 @@ module TencentCloud
|
|
12873
12877
|
# @param NetworkInterfaceIds: 弹性网卡实例ID查询。形如:eni-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定NetworkInterfaceIds和Filters。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
|
12874
12878
|
# @type NetworkInterfaceIds: Array
|
12875
12879
|
# @param Filters: 过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。
|
12876
|
-
# <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z
|
12880
|
+
# <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
12877
12881
|
# </li>
|
12878
12882
|
# <li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
|
12879
12883
|
# </li>
|
@@ -14735,7 +14739,7 @@ module TencentCloud
|
|
14735
14739
|
|
14736
14740
|
# DescribeSubnets请求参数结构体
|
14737
14741
|
class DescribeSubnetsRequest < TencentCloud::Common::AbstractModel
|
14738
|
-
# @param SubnetIds: 子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100
|
14742
|
+
# @param SubnetIds: 子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100(该参数指定的子网是否返回,需要结合分页拉取参数Limit和Offset)。参数不支持同时指定SubnetIds和Filters。
|
14739
14743
|
# @type SubnetIds: Array
|
14740
14744
|
# @param Filters: 过滤条件,参数不支持同时指定SubnetIds和Filters。
|
14741
14745
|
# <li>subnet-id - String - (过滤条件)Subnet实例名称。</li>
|
@@ -15210,17 +15214,21 @@ module TencentCloud
|
|
15210
15214
|
|
15211
15215
|
# DescribeVpcEndPoint请求参数结构体
|
15212
15216
|
class DescribeVpcEndPointRequest < TencentCloud::Common::AbstractModel
|
15213
|
-
# @param Filters:
|
15214
|
-
# <li> end-point-service-id- String - (过滤条件)终端节点服务ID
|
15217
|
+
# @param Filters: 过滤条件。当前支持如下过滤条件:
|
15218
|
+
# <li> end-point-service-id- String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
15219
|
+
# </li>
|
15215
15220
|
# <li>end-point-name - String - (过滤条件)终端节点实例名称。</li>
|
15216
|
-
# <li> end-point-id- String - (过滤条件)终端节点实例ID
|
15217
|
-
#
|
15221
|
+
# <li> end-point-id- String - (过滤条件)终端节点实例ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
|
15222
|
+
# 接口获取。</li>
|
15223
|
+
# <li> vpc-id- String - (过滤条件)VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
15224
|
+
# </li>
|
15218
15225
|
# @type Filters: Array
|
15219
15226
|
# @param Offset: 偏移量,默认为0。
|
15220
15227
|
# @type Offset: Integer
|
15221
15228
|
# @param Limit: 单页返回数量,默认为20,最大值为100。
|
15222
15229
|
# @type Limit: Integer
|
15223
|
-
# @param EndPointId: 终端节点ID
|
15230
|
+
# @param EndPointId: 终端节点ID列表。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
|
15231
|
+
# 获取。
|
15224
15232
|
# @type EndPointId: Array
|
15225
15233
|
# @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
15226
15234
|
# @type IpAddressType: String
|
@@ -15285,16 +15293,21 @@ module TencentCloud
|
|
15285
15293
|
# DescribeVpcEndPointService请求参数结构体
|
15286
15294
|
class DescribeVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
|
15287
15295
|
# @param Filters: 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
|
15288
|
-
# <li> service-id - String - (过滤条件)终端节点服务唯一ID
|
15296
|
+
# <li> service-id - String - (过滤条件)终端节点服务唯一ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
15297
|
+
# </li>
|
15289
15298
|
# <li>service-name - String - (过滤条件)终端节点实例名称。</li>
|
15290
|
-
# <li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-
|
15291
|
-
#
|
15299
|
+
# <li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-dehd3e33。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
|
15300
|
+
# MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
|
15301
|
+
# CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
|
15302
|
+
# GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取。
|
15303
|
+
# </li>
|
15304
|
+
# <li>service-type - String - (过滤条件)后端PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡),不填默认查询类型为CLB。</li>
|
15292
15305
|
# @type Filters: Array
|
15293
15306
|
# @param Offset: 偏移量,默认为0。
|
15294
15307
|
# @type Offset: Integer
|
15295
15308
|
# @param Limit: 单页返回数量,默认为20,最大值为100。
|
15296
15309
|
# @type Limit: Integer
|
15297
|
-
# @param EndPointServiceIds: 终端节点服务ID
|
15310
|
+
# @param EndPointServiceIds: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。不支持同时传入参数 EndPointServiceIds and Filters。
|
15298
15311
|
# @type EndPointServiceIds: Array
|
15299
15312
|
# @param IsListAuthorizedEndPointService: <li>不支持同时传入参数 Filters 。</li> <li>列出授权给当前账号的终端节点服务信息。可以配合EndPointServiceIds参数进行过滤,哪些终端节点服务授权了该账户。</li>
|
15300
15313
|
# @type IsListAuthorizedEndPointService: Boolean
|
@@ -15367,8 +15380,9 @@ module TencentCloud
|
|
15367
15380
|
# @param Limit: 单页返回数量,默认为20,最大值为100。
|
15368
15381
|
# @type Limit: Integer
|
15369
15382
|
# @param Filters: 过滤条件。
|
15370
|
-
# <li> user-uin String - (过滤条件)用户UIN
|
15371
|
-
# <li> end-point-service-id String - (过滤条件)终端节点服务ID
|
15383
|
+
# <li> user-uin String - (过滤条件)用户UIN。登录 腾讯云账号中心控制台 获取。</li>
|
15384
|
+
# <li> end-point-service-id String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
15385
|
+
# </li>
|
15372
15386
|
# @type Filters: Array
|
15373
15387
|
|
15374
15388
|
attr_accessor :Offset, :Limit, :Filters
|
@@ -17276,9 +17290,9 @@ module TencentCloud
|
|
17276
17290
|
|
17277
17291
|
# DisassociateVpcEndPointSecurityGroups请求参数结构体
|
17278
17292
|
class DisassociateVpcEndPointSecurityGroupsRequest < TencentCloud::Common::AbstractModel
|
17279
|
-
# @param SecurityGroupIds: 安全组ID
|
17293
|
+
# @param SecurityGroupIds: 安全组ID数组。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
17280
17294
|
# @type SecurityGroupIds: Array
|
17281
|
-
# @param EndPointId: 终端节点ID
|
17295
|
+
# @param EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
17282
17296
|
# @type EndPointId: String
|
17283
17297
|
|
17284
17298
|
attr_accessor :SecurityGroupIds, :EndPointId
|
@@ -17601,9 +17615,9 @@ module TencentCloud
|
|
17601
17615
|
|
17602
17616
|
# EnableVpcEndPointConnect请求参数结构体
|
17603
17617
|
class EnableVpcEndPointConnectRequest < TencentCloud::Common::AbstractModel
|
17604
|
-
# @param EndPointServiceId: 终端节点服务ID
|
17618
|
+
# @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
17605
17619
|
# @type EndPointServiceId: String
|
17606
|
-
# @param EndPointId: 终端节点ID
|
17620
|
+
# @param EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
17607
17621
|
# @type EndPointId: Array
|
17608
17622
|
# @param AcceptFlag: 是否接受终端节点连接请求。
|
17609
17623
|
# <li> true:自动接受。</li> <li> false:不自动接受。</li>
|
@@ -17688,7 +17702,7 @@ module TencentCloud
|
|
17688
17702
|
class EndPoint < TencentCloud::Common::AbstractModel
|
17689
17703
|
# @param EndPointId: 终端节点ID。
|
17690
17704
|
# @type EndPointId: String
|
17691
|
-
# @param VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
17705
|
+
# @param VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
17692
17706
|
# @type VpcId: String
|
17693
17707
|
# @param SubnetId: 子网ID。
|
17694
17708
|
# @type SubnetId: String
|
@@ -17891,7 +17905,7 @@ module TencentCloud
|
|
17891
17905
|
|
17892
17906
|
# 流日志
|
17893
17907
|
class FlowLog < TencentCloud::Common::AbstractModel
|
17894
|
-
# @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/
|
17908
|
+
# @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
|
17895
17909
|
# @type VpcId: String
|
17896
17910
|
# @param FlowLogId: 流日志唯一ID。
|
17897
17911
|
# @type FlowLogId: String
|
@@ -20933,7 +20947,7 @@ module TencentCloud
|
|
20933
20947
|
class ModifyIPv6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
|
20934
20948
|
# @param IPv6AddressIds: 弹性公网IPv6地址唯一ID,可以使用[DescribeIPv6Addresses](https://cloud.tencent.com/document/api/215/113677)接口获取IPv6AddressId。
|
20935
20949
|
# @type IPv6AddressIds: Array
|
20936
|
-
# @param InternetMaxBandwidthOut: 弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://
|
20950
|
+
# @param InternetMaxBandwidthOut: 弹性公网IPv6地址网络带宽,可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
20937
20951
|
# @type InternetMaxBandwidthOut: Integer
|
20938
20952
|
|
20939
20953
|
attr_accessor :IPv6AddressIds, :InternetMaxBandwidthOut
|
@@ -20967,7 +20981,7 @@ module TencentCloud
|
|
20967
20981
|
|
20968
20982
|
# ModifyIp6AddressesBandwidth请求参数结构体
|
20969
20983
|
class ModifyIp6AddressesBandwidthRequest < TencentCloud::Common::AbstractModel
|
20970
|
-
# @param InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://
|
20984
|
+
# @param InternetMaxBandwidthOut: 修改的目标带宽,单位Mbps。可调整的带宽上限值参考产品文档中[IPv6 计费限制说明](https://cloud.tencent.com/document/product/1142/38369#IPv6)。
|
20971
20985
|
# @type InternetMaxBandwidthOut: Integer
|
20972
20986
|
# @param Ip6Addresses: IPv6地址。可以使用[DescribeIp6Addresses](https://cloud.tencent.com/document/product/215/40089)接口查询Ip6Addresses。Ip6Addresses和Ip6AddressIds必须且只能传一个。
|
20973
20987
|
# @type Ip6Addresses: Array
|
@@ -22368,11 +22382,11 @@ module TencentCloud
|
|
22368
22382
|
|
22369
22383
|
# ModifyVpcEndPointAttribute请求参数结构体
|
22370
22384
|
class ModifyVpcEndPointAttributeRequest < TencentCloud::Common::AbstractModel
|
22371
|
-
# @param EndPointId: 终端节点ID
|
22385
|
+
# @param EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
22372
22386
|
# @type EndPointId: String
|
22373
|
-
# @param EndPointName:
|
22387
|
+
# @param EndPointName: 终端节点名称。长度限制为60个字符。
|
22374
22388
|
# @type EndPointName: String
|
22375
|
-
# @param SecurityGroupIds: 安全组ID
|
22389
|
+
# @param SecurityGroupIds: 安全组ID列表。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
|
22376
22390
|
# @type SecurityGroupIds: Array
|
22377
22391
|
# @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
22378
22392
|
# @type IpAddressType: String
|
@@ -22412,15 +22426,18 @@ module TencentCloud
|
|
22412
22426
|
|
22413
22427
|
# ModifyVpcEndPointServiceAttribute请求参数结构体
|
22414
22428
|
class ModifyVpcEndPointServiceAttributeRequest < TencentCloud::Common::AbstractModel
|
22415
|
-
# @param EndPointServiceId: 终端节点服务ID
|
22429
|
+
# @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
22416
22430
|
# @type EndPointServiceId: String
|
22417
|
-
# @param VpcId:
|
22431
|
+
# @param VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
|
22418
22432
|
# @type VpcId: String
|
22419
|
-
# @param EndPointServiceName:
|
22433
|
+
# @param EndPointServiceName: 终端节点服务名称。长度不超过60个字符。
|
22420
22434
|
# @type EndPointServiceName: String
|
22421
22435
|
# @param AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
|
22422
22436
|
# @type AutoAcceptFlag: Boolean
|
22423
|
-
# @param ServiceInstanceId: 后端服务的ID,比如lb-
|
22437
|
+
# @param ServiceInstanceId: 后端服务的ID,比如lb-p1hiksdg。CLB可通过[DescribeLoadBalancers](https://cloud.tencent.com/document/product/1108/48459)接口获取;
|
22438
|
+
# MYSQL可通过[DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)接口获取;
|
22439
|
+
# CRS可通过[DescribeInstances](https://cloud.tencent.com/document/product/239/20018)接口获取;
|
22440
|
+
# GWLB可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)接口获取
|
22424
22441
|
# @type ServiceInstanceId: String
|
22425
22442
|
# @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
22426
22443
|
# @type IpAddressType: String
|
@@ -22464,11 +22481,11 @@ module TencentCloud
|
|
22464
22481
|
|
22465
22482
|
# ModifyVpcEndPointServiceWhiteList请求参数结构体
|
22466
22483
|
class ModifyVpcEndPointServiceWhiteListRequest < TencentCloud::Common::AbstractModel
|
22467
|
-
# @param UserUin: 用户UIN
|
22484
|
+
# @param UserUin: 用户UIN。可以通过终端节点所在的用户通过登录 腾讯云账号中心控制台获取。
|
22468
22485
|
# @type UserUin: String
|
22469
|
-
# @param EndPointServiceId: 终端节点服务ID
|
22486
|
+
# @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
|
22470
22487
|
# @type EndPointServiceId: String
|
22471
|
-
# @param Description:
|
22488
|
+
# @param Description: 白名单描述信息。长度不超过60个字符。
|
22472
22489
|
# @type Description: String
|
22473
22490
|
|
22474
22491
|
attr_accessor :UserUin, :EndPointServiceId, :Description
|
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.1060
|
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-05-
|
11
|
+
date: 2025-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|