tencentcloud-sdk-vpc 3.0.1059 → 3.0.1061

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d2cd8634e5c6bc189e21a3ffb6d281d6647c442c
4
- data.tar.gz: f38c8d469a0f0f5ae70ffc4bdbc85f455737e1b7
3
+ metadata.gz: 82b38035c3acbf7aed5595ed2155d0fd9bc96130
4
+ data.tar.gz: 5c9cd0b9b59f039271479fb153c74902a6751fac
5
5
  SHA512:
6
- metadata.gz: 732bdb0d632eae1b23929015775b269c42379126700a7910222b096d64aa69beea8f1f623642abe06a9dfbfa4539b7a0136aa1f176123d9f845bc27665b2c687
7
- data.tar.gz: 4b010059cf9b06a7494de171e9c8378291a1a387cb2626b5f4dac3171cde8e60b2cb2e37d009aac1ea2e54cab41f2b9dfe785f1290158fbdbd3e9eefce01fbf0
6
+ metadata.gz: 8a0595f72c2118f7517135b2e2fb052270f78afb4b3afe1e23b40c3b4804432886b285bef4f30d6acfc3282a5d551bad233a026992f33a5e0a1a1cd0aac17f19
7
+ data.tar.gz: fcfc7a9d320a630b425977064dbd8acc9dbd20b7c703807b0f7e7a70d9357fbc33a5830b183ebbd87415b92fd0a86f1b694260c816c06dc2a24d0d95f53c998f
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1059
1
+ 3.0.1061
@@ -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`
@@ -3517,7 +3517,7 @@ module TencentCloud
3517
3517
 
3518
3518
  # CreateAndAttachNetworkInterface请求参数结构体
3519
3519
  class CreateAndAttachNetworkInterfaceRequest < TencentCloud::Common::AbstractModel
3520
- # @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
3520
+ # @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
3521
3521
  # @type VpcId: String
3522
3522
  # @param NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字符。
3523
3523
  # @type NetworkInterfaceName: String
@@ -5117,7 +5117,7 @@ module TencentCloud
5117
5117
 
5118
5118
  # CreateNetworkInterface请求参数结构体
5119
5119
  class CreateNetworkInterfaceRequest < TencentCloud::Common::AbstractModel
5120
- # @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
5120
+ # @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
5121
5121
  # @type VpcId: String
5122
5122
  # @param NetworkInterfaceName: 弹性网卡名称,最大长度不能超过60个字节。
5123
5123
  # @type NetworkInterfaceName: String
@@ -6263,17 +6263,17 @@ module TencentCloud
6263
6263
 
6264
6264
  # CreateVpcEndPoint请求参数结构体
6265
6265
  class CreateVpcEndPointRequest < TencentCloud::Common::AbstractModel
6266
- # @param VpcId: VPC实例ID
6266
+ # @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
6267
6267
  # @type VpcId: String
6268
- # @param SubnetId: 子网实例ID
6268
+ # @param SubnetId: 子网实例ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
6269
6269
  # @type SubnetId: String
6270
- # @param EndPointName: 终端节点名称。
6270
+ # @param EndPointName: 终端节点名称。限制为60个字符。
6271
6271
  # @type EndPointName: String
6272
- # @param EndPointServiceId: 终端节点服务ID
6272
+ # @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
6273
6273
  # @type EndPointServiceId: String
6274
6274
  # @param EndPointVip: 终端节点VIP,可以指定IP申请。
6275
6275
  # @type EndPointVip: String
6276
- # @param SecurityGroupId: 安全组ID
6276
+ # @param SecurityGroupId: 安全组ID。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
6277
6277
  # @type SecurityGroupId: String
6278
6278
  # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
6279
6279
  # @type Tags: Array
@@ -6337,17 +6337,17 @@ module TencentCloud
6337
6337
 
6338
6338
  # CreateVpcEndPointService请求参数结构体
6339
6339
  class CreateVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
6340
- # @param VpcId: VPC实例ID
6340
+ # @param VpcId: VPC实例ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
6341
6341
  # @type VpcId: String
6342
6342
  # @param EndPointServiceName: 终端节点服务名称。
6343
6343
  # @type EndPointServiceName: String
6344
6344
  # @param AutoAcceptFlag: 是否自动接受。
6345
6345
  # @type AutoAcceptFlag: Boolean
6346
- # @param ServiceInstanceId: 后端服务ID,比如lb-xxx
6346
+ # @param ServiceInstanceId: 后端服务ID,比如lb-p1hiksdgCLB可通过[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)接口获取。
6347
6347
  # @type ServiceInstanceId: String
6348
6348
  # @param IsPassService: ~~是否是PassService类型。该字段已废弃,请不要使用该字段。~~
6349
6349
  # @type IsPassService: Boolean
6350
- # @param ServiceType: 挂载的PAAS服务类型,CLB,CDB,CRS,不填默认挂载为CLB。
6350
+ # @param ServiceType: 挂载的PAAS服务类型,CLB(负载均衡),CDB(云数据库 MySQL),CRS(云数据库 Redis),GWLB(网关负载均衡)。不填默认挂载为CLB。
6351
6351
  # @type ServiceType: String
6352
6352
  # @param Tags: 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]。
6353
6353
  # @type Tags: Array
@@ -6411,11 +6411,11 @@ module TencentCloud
6411
6411
 
6412
6412
  # CreateVpcEndPointServiceWhiteList请求参数结构体
6413
6413
  class CreateVpcEndPointServiceWhiteListRequest < TencentCloud::Common::AbstractModel
6414
- # @param UserUin: UIN
6414
+ # @param UserUin: UIN。腾讯云账号中心控制台获取。
6415
6415
  # @type UserUin: String
6416
- # @param EndPointServiceId: 终端节点服务ID
6416
+ # @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
6417
6417
  # @type EndPointServiceId: String
6418
- # @param Description: 白名单描述。
6418
+ # @param Description: 白名单描述。长度不超过60个字符。
6419
6419
  # @type Description: String
6420
6420
 
6421
6421
  attr_accessor :UserUin, :EndPointServiceId, :Description
@@ -7730,7 +7730,7 @@ module TencentCloud
7730
7730
  class DeleteFlowLogRequest < TencentCloud::Common::AbstractModel
7731
7731
  # @param FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取。
7732
7732
  # @type FlowLogId: String
7733
- # @param VpcId: 私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取当前账户的私有网络唯一ID。
7733
+ # @param VpcId: 私用网络唯一ID。删除云联网流日志时,可不填,其他流日志类型必填。可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取流日志对应的私有网络唯一ID。也可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取当前账户的私有网络唯一ID。
7734
7734
  # @type VpcId: String
7735
7735
 
7736
7736
  attr_accessor :FlowLogId, :VpcId
@@ -8874,7 +8874,7 @@ module TencentCloud
8874
8874
 
8875
8875
  # DeleteVpcEndPoint请求参数结构体
8876
8876
  class DeleteVpcEndPointRequest < TencentCloud::Common::AbstractModel
8877
- # @param EndPointId: 终端节点ID
8877
+ # @param EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
8878
8878
  # @type EndPointId: String
8879
8879
  # @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
8880
8880
  # @type IpAddressType: String
@@ -8910,7 +8910,7 @@ module TencentCloud
8910
8910
 
8911
8911
  # DeleteVpcEndPointService请求参数结构体
8912
8912
  class DeleteVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
8913
- # @param EndPointServiceId: 终端节点ID
8913
+ # @param EndPointServiceId: 终端节点ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
8914
8914
  # @type EndPointServiceId: String
8915
8915
  # @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
8916
8916
  # @type IpAddressType: String
@@ -8946,9 +8946,9 @@ module TencentCloud
8946
8946
 
8947
8947
  # DeleteVpcEndPointServiceWhiteList请求参数结构体
8948
8948
  class DeleteVpcEndPointServiceWhiteListRequest < TencentCloud::Common::AbstractModel
8949
- # @param UserUin: 用户UIN数组。
8949
+ # @param UserUin: 用户UIN数组。登录 腾讯云账号中心控制台
8950
8950
  # @type UserUin: Array
8951
- # @param EndPointServiceId: 终端节点服务ID
8951
+ # @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
8952
8952
  # @type EndPointServiceId: String
8953
8953
 
8954
8954
  attr_accessor :UserUin, :EndPointServiceId
@@ -9597,7 +9597,9 @@ module TencentCloud
9597
9597
  # @param VpcIds: `VPC`实例`ID`数组。形如:[`vpc-6v2ht8q5`]
9598
9598
  # @type VpcIds: Array
9599
9599
  # @param Filters: 过滤条件,参数不支持同时指定VpcIds和Filters。
9600
- # <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。</li>
9600
+
9601
+ # 当前支持的过滤条件如下:
9602
+ # <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。(当前仅支持该过滤条件)</li>
9601
9603
  # @type Filters: Array
9602
9604
  # @param Offset: 偏移量,默认为0。
9603
9605
  # @type Offset: Integer
@@ -11092,7 +11094,7 @@ module TencentCloud
11092
11094
 
11093
11095
  # DescribeFlowLog请求参数结构体
11094
11096
  class DescribeFlowLogRequest < TencentCloud::Common::AbstractModel
11095
- # @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。该接口不支持拉取CCN类型的流日志,所以该字段为必选。
11097
+ # @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。该接口不支持拉取CCN类型的流日志,所以该字段为必选。
11096
11098
  # @type VpcId: String
11097
11099
  # @param FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建;可通过[DescribeFlowLogs](https://cloud.tencent.com/document/product/215/35012)接口获取;
11098
11100
  # @type FlowLogId: String
@@ -11139,7 +11141,7 @@ module TencentCloud
11139
11141
 
11140
11142
  # DescribeFlowLogs请求参数结构体
11141
11143
  class DescribeFlowLogsRequest < TencentCloud::Common::AbstractModel
11142
- # @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
11144
+ # @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
11143
11145
  # @type VpcId: String
11144
11146
  # @param FlowLogId: 流日志唯一ID。可通过[CreateFlowLog](https://cloud.tencent.com/document/product/215/35015)接口创建。
11145
11147
  # @type FlowLogId: String
@@ -12875,7 +12877,7 @@ module TencentCloud
12875
12877
  # @param NetworkInterfaceIds: 弹性网卡实例ID查询。形如:eni-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定NetworkInterfaceIds和Filters。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
12876
12878
  # @type NetworkInterfaceIds: Array
12877
12879
  # @param Filters: 过滤条件,参数不支持同时指定NetworkInterfaceIds和Filters。
12878
- # <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
12880
+ # <li>vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。可通过可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
12879
12881
  # </li>
12880
12882
  # <li>subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。
12881
12883
  # </li>
@@ -14737,7 +14739,7 @@ module TencentCloud
14737
14739
 
14738
14740
  # DescribeSubnets请求参数结构体
14739
14741
  class DescribeSubnetsRequest < TencentCloud::Common::AbstractModel
14740
- # @param SubnetIds: 子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定SubnetIds和Filters。
14742
+ # @param SubnetIds: 子网实例ID查询。形如:subnet-pxir56ns。每次请求的实例的上限为100(该参数指定的子网是否返回,需要结合分页拉取参数Limit和Offset)。参数不支持同时指定SubnetIds和Filters。
14741
14743
  # @type SubnetIds: Array
14742
14744
  # @param Filters: 过滤条件,参数不支持同时指定SubnetIds和Filters。
14743
14745
  # <li>subnet-id - String - (过滤条件)Subnet实例名称。</li>
@@ -15212,17 +15214,21 @@ module TencentCloud
15212
15214
 
15213
15215
  # DescribeVpcEndPoint请求参数结构体
15214
15216
  class DescribeVpcEndPointRequest < TencentCloud::Common::AbstractModel
15215
- # @param Filters: 过滤条件。
15216
- # <li> end-point-service-id- String - (过滤条件)终端节点服务ID。</li>
15217
+ # @param Filters: 过滤条件。当前支持如下过滤条件:
15218
+ # <li> end-point-service-id- String - (过滤条件)终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
15219
+ # </li>
15217
15220
  # <li>end-point-name - String - (过滤条件)终端节点实例名称。</li>
15218
- # <li> end-point-id- String - (过滤条件)终端节点实例ID。</li>
15219
- # <li> vpc-id- String - (过滤条件)VPC实例ID。</li>
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>
15220
15225
  # @type Filters: Array
15221
15226
  # @param Offset: 偏移量,默认为0。
15222
15227
  # @type Offset: Integer
15223
15228
  # @param Limit: 单页返回数量,默认为20,最大值为100。
15224
15229
  # @type Limit: Integer
15225
- # @param EndPointId: 终端节点ID列表。
15230
+ # @param EndPointId: 终端节点ID列表。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679)
15231
+ # 获取。
15226
15232
  # @type EndPointId: Array
15227
15233
  # @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
15228
15234
  # @type IpAddressType: String
@@ -15287,16 +15293,21 @@ module TencentCloud
15287
15293
  # DescribeVpcEndPointService请求参数结构体
15288
15294
  class DescribeVpcEndPointServiceRequest < TencentCloud::Common::AbstractModel
15289
15295
  # @param Filters: 过滤条件。不支持同时传入参数 EndPointServiceIds and Filters。
15290
- # <li> service-id - String - (过滤条件)终端节点服务唯一ID。</li>
15296
+ # <li> service-id - String - (过滤条件)终端节点服务唯一ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
15297
+ # </li>
15291
15298
  # <li>service-name - String - (过滤条件)终端节点实例名称。</li>
15292
- # <li>service-instance-id - String - (过滤条件)后端服务的唯一ID,比如lb-xxx。</li>
15293
- # <li>service-type - String - (过滤条件)后端PAAS服务类型,CLB,CDB,CRS,不填默认查询类型为CLB。</li>
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>
15294
15305
  # @type Filters: Array
15295
15306
  # @param Offset: 偏移量,默认为0。
15296
15307
  # @type Offset: Integer
15297
15308
  # @param Limit: 单页返回数量,默认为20,最大值为100。
15298
15309
  # @type Limit: Integer
15299
- # @param EndPointServiceIds: 终端节点服务ID。不支持同时传入参数 EndPointServiceIds and Filters。
15310
+ # @param EndPointServiceIds: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。不支持同时传入参数 EndPointServiceIds and Filters。
15300
15311
  # @type EndPointServiceIds: Array
15301
15312
  # @param IsListAuthorizedEndPointService: <li>不支持同时传入参数 Filters 。</li> <li>列出授权给当前账号的终端节点服务信息。可以配合EndPointServiceIds参数进行过滤,哪些终端节点服务授权了该账户。</li>
15302
15313
  # @type IsListAuthorizedEndPointService: Boolean
@@ -15369,8 +15380,9 @@ module TencentCloud
15369
15380
  # @param Limit: 单页返回数量,默认为20,最大值为100。
15370
15381
  # @type Limit: Integer
15371
15382
  # @param Filters: 过滤条件。
15372
- # <li> user-uin String - (过滤条件)用户UIN。</li>
15373
- # <li> end-point-service-id String - (过滤条件)终端节点服务ID。</li>
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>
15374
15386
  # @type Filters: Array
15375
15387
 
15376
15388
  attr_accessor :Offset, :Limit, :Filters
@@ -17278,9 +17290,9 @@ module TencentCloud
17278
17290
 
17279
17291
  # DisassociateVpcEndPointSecurityGroups请求参数结构体
17280
17292
  class DisassociateVpcEndPointSecurityGroupsRequest < TencentCloud::Common::AbstractModel
17281
- # @param SecurityGroupIds: 安全组ID数组。
17293
+ # @param SecurityGroupIds: 安全组ID数组。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
17282
17294
  # @type SecurityGroupIds: Array
17283
- # @param EndPointId: 终端节点ID
17295
+ # @param EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
17284
17296
  # @type EndPointId: String
17285
17297
 
17286
17298
  attr_accessor :SecurityGroupIds, :EndPointId
@@ -17603,9 +17615,9 @@ module TencentCloud
17603
17615
 
17604
17616
  # EnableVpcEndPointConnect请求参数结构体
17605
17617
  class EnableVpcEndPointConnectRequest < TencentCloud::Common::AbstractModel
17606
- # @param EndPointServiceId: 终端节点服务ID
17618
+ # @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
17607
17619
  # @type EndPointServiceId: String
17608
- # @param EndPointId: 终端节点ID
17620
+ # @param EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
17609
17621
  # @type EndPointId: Array
17610
17622
  # @param AcceptFlag: 是否接受终端节点连接请求。
17611
17623
  # <li> true:自动接受。</li> <li> false:不自动接受。</li>
@@ -17690,7 +17702,7 @@ module TencentCloud
17690
17702
  class EndPoint < TencentCloud::Common::AbstractModel
17691
17703
  # @param EndPointId: 终端节点ID。
17692
17704
  # @type EndPointId: String
17693
- # @param VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
17705
+ # @param VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
17694
17706
  # @type VpcId: String
17695
17707
  # @param SubnetId: 子网ID。
17696
17708
  # @type SubnetId: String
@@ -17893,7 +17905,7 @@ module TencentCloud
17893
17905
 
17894
17906
  # 流日志
17895
17907
  class FlowLog < TencentCloud::Common::AbstractModel
17896
- # @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
17908
+ # @param VpcId: 私用网络唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)接口获取。
17897
17909
  # @type VpcId: String
17898
17910
  # @param FlowLogId: 流日志唯一ID。
17899
17911
  # @type FlowLogId: String
@@ -22370,11 +22382,11 @@ module TencentCloud
22370
22382
 
22371
22383
  # ModifyVpcEndPointAttribute请求参数结构体
22372
22384
  class ModifyVpcEndPointAttributeRequest < TencentCloud::Common::AbstractModel
22373
- # @param EndPointId: 终端节点ID
22385
+ # @param EndPointId: 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
22374
22386
  # @type EndPointId: String
22375
- # @param EndPointName: 终端节点名称。
22387
+ # @param EndPointName: 终端节点名称。长度限制为60个字符。
22376
22388
  # @type EndPointName: String
22377
- # @param SecurityGroupIds: 安全组ID列表。
22389
+ # @param SecurityGroupIds: 安全组ID列表。可通过[DescribeSecurityGroups](https://cloud.tencent.com/document/product/215/15808)接口获取。
22378
22390
  # @type SecurityGroupIds: Array
22379
22391
  # @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
22380
22392
  # @type IpAddressType: String
@@ -22414,15 +22426,18 @@ module TencentCloud
22414
22426
 
22415
22427
  # ModifyVpcEndPointServiceAttribute请求参数结构体
22416
22428
  class ModifyVpcEndPointServiceAttributeRequest < TencentCloud::Common::AbstractModel
22417
- # @param EndPointServiceId: 终端节点服务ID
22429
+ # @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
22418
22430
  # @type EndPointServiceId: String
22419
- # @param VpcId: VPCID。
22431
+ # @param VpcId: VPC唯一ID。可通过[DescribeVpcs](https://cloud.tencent.com/document/product/1108/43663)接口获取。
22420
22432
  # @type VpcId: String
22421
- # @param EndPointServiceName: 终端节点服务名称。
22433
+ # @param EndPointServiceName: 终端节点服务名称。长度不超过60个字符。
22422
22434
  # @type EndPointServiceName: String
22423
22435
  # @param AutoAcceptFlag: 是否自动接受终端节点的连接请求。<ul><li>true:自动接受</li><li>false:不自动接受</li></ul>
22424
22436
  # @type AutoAcceptFlag: Boolean
22425
- # @param ServiceInstanceId: 后端服务的ID,比如lb-xxx
22437
+ # @param ServiceInstanceId: 后端服务的ID,比如lb-p1hiksdgCLB可通过[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)接口获取
22426
22441
  # @type ServiceInstanceId: String
22427
22442
  # @param IpAddressType: 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
22428
22443
  # @type IpAddressType: String
@@ -22466,11 +22481,11 @@ module TencentCloud
22466
22481
 
22467
22482
  # ModifyVpcEndPointServiceWhiteList请求参数结构体
22468
22483
  class ModifyVpcEndPointServiceWhiteListRequest < TencentCloud::Common::AbstractModel
22469
- # @param UserUin: 用户UIN
22484
+ # @param UserUin: 用户UIN。可以通过终端节点所在的用户通过登录 腾讯云账号中心控制台获取。
22470
22485
  # @type UserUin: String
22471
- # @param EndPointServiceId: 终端节点服务ID
22486
+ # @param EndPointServiceId: 终端节点服务ID。可通过[DescribeVpcEndPointService](https://cloud.tencent.com/document/product/215/54678)接口获取。
22472
22487
  # @type EndPointServiceId: String
22473
- # @param Description: 白名单描述信息。
22488
+ # @param Description: 白名单描述信息。长度不超过60个字符。
22474
22489
  # @type Description: String
22475
22490
 
22476
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.1059
4
+ version: 3.0.1061
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-14 00:00:00.000000000 Z
11
+ date: 2025-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common