UpdateVpcEndpointConnectionAttribute_私网连接_API文档

插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

接口说明

UpdateVpcEndpointConnectionAttribute 接口不支持在同一个阿里云账号(主账号)下并发修改终端节点连接带宽。

流控信息

请求速率为200/60(s)。

授权信息

如下是此API对应的授权信息,用于RAM权限策略语句的Action元素中,为RAM用户或RAM角色授予调用此API的权限。请通过 RAM 访问控制设置,使用方法可参考访问控制帮助文档

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
privatelink:UpdateVpcEndpointConnectionAttribute
Update
VpcEndpointService
acs:privatelink:{#regionId}:{#accountId}:vpcendpointservice/{#ServiceId}

请求参数

字段名称字段详情
RegionIdstring

要修改的终端节点连接带宽的地域 ID。展开详情

示例值:eu-west-1参考取值来源:
    DescribeRegions
ClientTokenstring

客户端 Token,用于保证请求的幂等性。展开详情

示例值:0c593ea1-3bea-11e9-b96b-88e9fe637760
DryRunboolean

是否只预检此次请求。取值:展开详情

示例值:false
ServiceIdstring

终端节点服务 ID。

示例值:epsrv-hp3vpx8yqxblby3i****参考取值来源:
    ListVpcEndpointServices
    CreateVpcEndpointService
    AddUserToVpcEndpointService
EndpointIdstring

终端节点 ID。

示例值:ep-hp33b2e43fays7s8****参考取值来源:
    ListVpcEndpoints
    AddZoneToVpcEndpoint
    CreateVpcEndpoint
Bandwidthinteger<int32>

要修改的终端节点的连接带宽。单位 Mbps。取值范围:3072~10240展开详情

示例值:3072取值 <= 2147483647

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:0ED8D006-F706-4D23-88ED-E11ED28DCAC0

返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
EndpointServiceNotFound
The specified Service does not exist.诊断
400
EndpointConnectionNotFound
The specified endpoint connection does not exist.诊断
400
EndpointConnectionOperationDenied
The endpoint is being connected.诊断
400
EndpointNotFound
The specified Endpoint does not exist.诊断
400
OperationDenied.VpcNatServiceResourceTypeNotSupportBandwidth
The operation is not allowed because of VpcNatServiceResourceTypeNotSupportBandwidth.诊断
400
UpdateBandWidthUnSupported
Bandwidth updates are not supported for this service.诊断

变更历史

变更时间变更内容概要操作
2023-05-09
变更错误码400

相关示例

终端节点服务侧示例
2022-12-29