修改路由器接口属性
描述
修改路由器接口的Name/Description/连接对端信息。
只有当RouterInterface的状态为Idle时,才允许修改连接对端信息(OppositeInterfaceId/OppositeRouterId/OppositeRouterType/OppositeInterfaceOwnerId);
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action
string
是
系统规定参数,取值:ModifyRouterInterfaceAttribute
RegionId
string
是
RouterInterfaceId
string
是
路由器接口的ID
Name
string
否
自定义名称。[2, 128] 个英文或中文字符,必须以大小字母或中文开头,可包含数字,“.”,“_”或“-”。 实例名称会显示在控制台。 如果没有指定该参数,默认值为实例的 InstanceId 不能以 // 和 https:// 开头。
Description
string
否
自定义描述。[2, 256] 个字符,实例描述会显示在控制台。不能以 // 和 https:// 开头
OppositeInterfaceId
string
否
连接对端的InterfaceId。
OppositeRouterId
string
否
连接对端的Interface的拥有者账号Id
OppositeRouterType
string
否
要连接的对端路由器接口所属的路由器类型。目前仅支持VRouter这一种类型。
OppositeInterfaceOwnerId
string
否
连接对端路由器接口的持有者账号ID。您可以登录阿里云官网以后,在 控制台-用户中心-账号管理 中看到您的账号ID。
返回参数
全是公共返回参数,详见公共返回参数
错误码
错误代码 |
描述 |
Http 状态码 |
语义 |
InvalidRegionId.NotFound
he specified RegionId does not exist in our records.
404
指定的 RegionId 不存在
InvalidRouterInterfaceId.NotFound
The specified RouterInterfaceId does not exist in our records.
404
指定的 RouterInterfaceId 不存在
InvalidName.Malformd
The specified ‘Name’ is not valid.
400
指定的 Name 不合法
InvalidDescription.Malformed
The specifid ‘Description’ is not valid.
400
指定的 Description 不合法
InvalidOppositeRouterType.ValueNotSupported
The specified OppositeRouterType is not valid.
400
指定的 OppositeRouterType 不合法
IncorrectStatus
RouterInterface can be operated by this action only when the status is Active,idle or inactive.
400
当路由器接口状态为 “Active”, “idle” 或者 “inactive” 时支持该操作
Forbidden.FinancileLocked
This RouterInterface is financiel locked because of bills outstanding.
400
路由器接口被欠费锁定
Forbbiden
The Router instance owener error
400
路由器不属于当前调用方
LinkRole.NotSupport
This linkrole is not supported
400
连接角色不支持
Forbbiden.ModifyIdAndType
Opposite is VBR, cannot modify the ID and type
400
对端为边界路由器,不能编辑ID和类型
InvalidParam.ModifyRouterInterface
Modify routerinterface param invalide
400
编辑路由器接口参数不合法
所属专题: