ModifyInstanceVpcAttribute_云服务器 ECS_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.

接口说明

调用接口时,ECS 实例的状态必须是已停止Stopped)。

  • 修改实例的私网 IP 地址或交换机时,请注意:

    • 新建的 ECS 实例必须经过重启才能调用该接口。
    • 成功修改一次后,ECS 实例必须经过重启才能继续调用该接口进行修改。
  • 修改实例的专有网络 VPC 时,请注意:

    • 实例:
      • 实例状态:不能为已锁定、等待释放、已过期、过期回收中、欠费回收中。更多信息,请参见实例生命周期介绍
      • 不支持已关联负载均衡实例的 ECS 实例。
      • 实例不能在其它云服务中被使用。例如,实例不能在迁移中、不能已在更换 VPC 或实例内部署的数据库不能被 DTS 服务管理等。
    • 网络:
      • 不支持配置了 EIP 网卡可见模式或多 EIP 网卡可见模式的实例。
      • 不支持绑定了高可用虚拟 IP(HaVip)的实例。
      • 不支持交换机绑定了自定义路由表的实例。
      • 不支持开通了全球加速(GA)的实例。
      • 不支持绑定辅助弹性网卡的实例。
      • 不支持已分配 IPv6 地址的实例。
      • 不支持主网卡有多 IP 的实例。
      • 传入的交换机必须属于目标 VPC。
      • 修改前后交换机可用区必须一致。
      • 如果指定主网卡私网 IP,则 IP 必须在交换机地址段内且可用。如果不指定则随机分配,且目标交换机的可用 IP 数充足。
      • 如果您使用的是其他账号共享给您的 VPC,那么您需要确保目标安全组是由您的账号在该共享 VPC 中创建的,而不是由 VPC 所有者的账号创建的安全组。

流控信息

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

授权信息

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

具体说明如下:展开详情

操作访问级别资源类型条件关键字关联操作
ecs:ModifyInstanceVpcAttribute
Update
Instance
acs:ecs:{#regionId}:{#accountId}:instance/{#instanceId}
VSwitch
acs:vpc:{#regionId}:{#accountId}:vswitch/{#vswitchId}
vpc:tag
vpc:VPC

请求参数

字段名称字段详情
InstanceIdstring

实例 ID。展开详情

示例值:i-bp1iudwa5b1tqag1****参考取值来源:
    RunInstances
    StopInstances
    CreateInstance
    StartInstances
    RebootInstances
    DescribeInstances
    ModifyManagedInstance
    RenewReservedInstances
    AttachInstanceRamRole
    DetachInstanceRamRole
    DeregisterManagedInstance
    PurchaseReservedInstancesOffering
VSwitchIdstring

交换机 ID。展开详情

示例值:vsw-bp1s5fnvk4gn3tw12****
PrivateIpAddressstring

新的私网 IP 地址。展开详情

示例值:172.17.**.**参考取值来源:
    AssignPrivateIpAddresses
VpcIdstring

目标 VPC ID。

示例值:vpc-bp1vwnn14rqpyiczj****
SecurityGroupIdarray<string>

实例修改 VPC 后加入的安全组 ID 列表。当且仅当传入VpcId参数时,需要同时传入该参数。展开详情

示例值:sg-o6w9l8bc8dgmkw87****子级条数 <= 51

返回参数

字段名称字段详情
RequestIdstring

请求 ID。

示例值:473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

返回示例

错误返回示例

错误码

全局错误码
HTTP 状态码错误码错误信息操作
400
InvalidTarget.TrafficMirrorSession
Instance is target of traffic mirror session.诊断
400
InvalidSource.TrafficMirrorSession
Instance is source of traffic mirror session.诊断
400
InvalidPrivateIpAddress.Malformed
Specified private IP address is malformed.诊断
400
InvalidPrivateIpAddress.Duplicated
Specified private IP address is duplicated.诊断
400
IncorrectVSwitchStatus
The current status of virtual switch does not support this operation.诊断
400
IncorrectInstanceStatus
The current status of instance does not support this operation.诊断
400
OperationDenied
Specified operation is denied as your instance is not in VPC.诊断
400
InvalidVSwitchId.Mismatch
Specified instance and virtual switch are not in the same zone.诊断
400
InvalidPrivateIpAddress.Mismatch
Specified private IP address is not in the CIDR block of virtual switch.诊断
400
InvalidPrivateIp.Changing
Previous action is not finished yet.诊断
400
PrimaryEniHasSubIp
Primary network interface of the specified instance has more than one private ip.诊断
400
VSwitchIdNotMatch
The subnet of private ip is different to the instance, please unbind ha vip.诊断
400
InvalidOperation.EniCountExceeded
The number of ENIs in an enterprise security group has reached the maximum limit.诊断
400
InvalidParameter.SecurityGroupId
Security group ids are invalid.诊断
401
InvalidOperation.SecurityGroupNotAuthorized
The specified security group is not authorized to operate.诊断
403
OperationDenied
The Specified operation is denied as your instance is locked for security reasons.诊断
403
InvalidIp.Ipv6Assigned
The specified instance has been assigned IPv6 address.诊断
403
SecurityGroupInstanceLimitExceed
%s诊断
403
InvalidInstance.HasTransitionRecord
The operation is denied because the specified instance has a migration plan.诊断
403
InvalidInstanceStatus.NotNormal
The Specified operation is denied due to instance status.诊断
403
InvalidVpcId.SharedVpc
The Specified operation is denied as your targe vpc is SharedVpc.诊断
403
InvalidOperation.NotAllowed
The operation is denied because the specified VPC has advanced features enabled.诊断
403
InvalidParameter.ToSecurityGroupId
%s诊断
403
InvalidOperation.ResourceManagedByCloudProduct
%s诊断
403
InvalidOperation.VswAndEcsAvailabilityZoneMismatch
Specified instance and virtual switch are not in the same zone.诊断
403
InvalidOperation.CloudBoxEcsNotSupport
Cloud box ecs instance does not support modifying VPC.诊断
403
AclLimitExceed
%s诊断
404
InvalidInstanceId.NotFound
The specified InstanceId does not exist.诊断
404
InvalidVSwitchId.NotFound
Specified virtual switch does not exist.诊断
404
NoSuchResource
The specified resource is not found.诊断
404
InvalidParameter.InvalidInstanceId
The specified InstanceId does not exist.诊断
404
InvalidParameter.VSwitchId
The specified virtual vswitch does not exist.诊断
404
InvalidRegion.ValueNotSupported
The specified Region does not exist.诊断
404
InvalidInstance.AttachedEni
The Specified operation is denied due to elastic network interface.诊断
404
InvalidIp.MultiPrimaryIp
The Specified operation is denied due to multi private ip.诊断
404
InvalidIp.Ipv6
The Specified operation is denied due to ipv6.诊断
404
InvalidVSwitch.NotBelongToVpc
%s诊断
404
InvalidParameter.EniNo
%s诊断
404
InvalidSecurityGroupId.NotFound
%s诊断
404
InvalidParameter.SecurityGroupIdRepeated
%s诊断
404
InvalidSecurityGroupType.NotSupportClassic
The specified SecurityGroupIds have classic group type.诊断
404
InvalidSecurityGroupVpc.NotBelongToOneVpc
The specified SecurityGroupIds are belong to different vpc.诊断
404
EnterpriseGroupLimited.MutliGroupType
The specified instance can not join multi SecurityGroup types.诊断
404
InvalidParameter.AlreadyInTargetVpc
The specified instance is already in the destination VPC.诊断
404
InvalidParameter.SecurityGroupId
The specified SecurityGroupId.N is invalid or does not exist.诊断
404
JoinedGroupLimitExceed
The specified instance has exceed quota of SecurityGroup.诊断
404
InvalidParameter.MustBeEmpty
The specified parameter SecurityGroupId.N and VpcId need be empty.诊断
404
InvalidParameter.NotEnoughIpInVSwitch
The specified virtual switch has not enough available ip.诊断
404
InvalidDependence.MutliDirectlyEip
The Specified operation is denied due to multi directly Eips.诊断
404
InvalidDependence.HaVip
The Specified operation is denied due to HaVip.诊断
404
InvalidDependence.NextHopOfCustomRouter
The Specified operation is denied due to next hop of Custom Router.诊断
404
InvalidDependence.BeenUsedAsAppServer
The Specified operation is denied due to AppServer.诊断
404
InvalidDependence.GrantAccess
The Specified operation is denied due to grant access.诊断
404
InvalidDependence.BindGA
The Specified operation is denied due to GA.诊断
404
InvalidDependence.SLB
The Specified operation is denied as your instance with alb or clb.诊断
500
InternalError
The request processing has failed due to some unknown error.诊断

变更历史

变更时间变更内容概要操作
2024-07-03
变更错误码403
变更请求参数SecurityGroupId
2024-01-23
变更错误码400
新增错误码401
2023-12-19
变更错误码403
2023-12-15
变更错误码403
  • 1
  • 2
  • 10 条/页

相关示例