调用AttachClassicLinkVpc将一台经典网络类型实例连接到专有网络VPC中,使经典网络类型实例可以和VPC中的云资源私网互通。




接口说明




调用该接口时,您需要注意:





  • 连接经典网络类型实例前,实例必须处于运行中(Running)或者已停止(Stopped)状态。


  • 目标VPC必须已开启ClassicLink功能


  • 经典网络类型实例和VPC必须在同一个阿里云地域。







调试




您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。






请求参数

























































































名称 类型 是否必选 示例值 描述
Action String AttachClassicLinkVpc

系统规定参数。取值:AttachClassicLinkVpc



InstanceId String i-bp1gtjxuuvwj17zr

经典网络类型实例ID。您可以调用DescribeInstances查看您可用的实例。



RegionId String cn-hangzhou

实例所属的地域ID。您可以调用DescribeRegions查看最新的阿里云地域列表。



VpcId String vpc-bp1j4z1sr8zxu4l8u

开启ClassicLink的VPC ID。您可以调用DescribeVpcs查看您可用的VPC。








返回数据










































名称 类型 示例值 描述
RequestId String 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

请求ID。








示例




请求示例


https://ecs.aliyuncs.com/?Action=AttachClassicLinkVpc
&RegionId=cn-hangzhou
&InstanceId=i-bp1gtjxuuvwj17zr
&VpcId=vpc-bp1j4z1sr8zxu4l8u

&<公共请求参数>

正常返回示例



XML 格式


<AttachClassicLinkVpcResponse>
<RequestId>C0003E8B-B930-4F59-ADC0-0E209A9012A8</RequestId>
</AttachClassicLinkVpcResponse>

JSON 格式


{
"RequestId": "C0003E8B-B930-4F59-ADC0-0E209A9012A8"
}




错误码


















































































































































































































HttpCode 错误码 错误信息 描述
403 InvalidInstanceId.NotFound The InstanceId provided does not exist in our records. 指定的实例不存在,请您检查实例ID是否正确。
403 InvalidRegionId.Malformed The specified parameter ?RegionId? is not valid. 指定的 RegionId 不合法。
403 InvalidVpcId.Malformed The specified parameter ?VpcId? is not valid. 指定的 VpcId 不合法。
403 InvalidInstanceId.MalFormed The specified instance is not a classic network instance. 指定的实例不是经典网络实例。
403 OperationDenied The instance does not allow link to vpc. 该实例已链接到其他 VPC。
403 InvalidParameter.InvalidInstanceIdAndVpcId The parameter InstanceId and VpcId are not allowed to be empty at the same time. 至少指定一个 InstanceId 或 VpcId。
403 OperationDenied The specified vpc is disabled attach classic link. 指定的 VPC 网络禁止创建 classicLink 链接。
403 InvalidInstanceId.NotFound The specified instance does not exist. 指定的实例不存在,请您检查实例ID是否正确。
403 InvalidStatus.InstanceStatus The specified instance status is not support this operation ,expect status is running
or shutted.
指定的实例状态不支持此操作,期望的操作状态是“running”或者“shutted”。
403 InvalidStatus.InstanceStatus The specified instance status is not support this operation, expect status is running
or shutted.
指定的实例状态不支持此操作,期望的操作状态是“running”或者“shutted”。
403 InvalidInstanceId.NotBelong The specified instance is not belong to you. 指定的实例不在您账号下。
403 QuotaExceeded The link quota exceeded in this vpc. 已达到指定的 VPC 网络创建链接的配额。
403 InvalidStatus.InstanceLocked The specified instance is locked,please wait more. 指定的实例被锁定,请等待解锁后再操作。
403 InvalidInstanceId.LimitedRegion The specified instance does not support this operation due to the limitation of its
region.
指定的实例受区域的限制,不支持此操作。
403 Forbidden.SubUser User not authorized to operate on the specified resource. 您当前的子账号没有操作此资源的权限。


访问错误中心查看更多错误码。