CreateVirtualBorderRouter
目前该API接口已标记为弃用,推荐使用替代API:Vpc(2016-04-28) - CreateVirtualBorderRouter。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
vpc:CreateVirtualBorderRouter |
create |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
||
| PhysicalConnectionId |
string |
是 |
||
| VbrOwnerId |
integer |
否 |
||
| VlanId |
integer |
是 |
||
| CircuitCode |
string |
否 |
||
| LocalGatewayIp |
string |
否 |
||
| PeerGatewayIp |
string |
否 |
||
| PeeringSubnetMask |
string |
否 |
||
| Description |
string |
否 |
||
| Name |
string |
否 |
||
| ClientToken |
string |
是 |
||
| ClientToken |
string |
否 |
||
| UserCidr |
string |
否 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| VbrId |
string |
||
| RequestId |
string |
示例
正常返回示例
JSON格式
{
"VbrId": "",
"RequestId": ""
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidPhysicalConnectionId.NotFound | The specified PhysicalConnectionId is not found. | |
| 400 | InvalidVlanId.Used | The specified VlanId has been used. | 指定的 VlanId 已被使用。 |
| 400 | MissingParameter | The input parameter 'PhysicalConnectionId' that is mandatory for processing this request is not supplied. | |
| 400 | InvalidPhysicalConnectionId.NotEnabled | The specified PhysicalConnectionId is not in Enabled state. | |
| 400 | InvalidVlanId.Malformed | The specified VlanId is not valid. | 指定的 VlanId 不合法。 |
| 400 | InvalidCircuitCode.Malformed | The specified CircuitCode is not valid. | 指定的 CircuitCode 不合法。 |
| 400 | InvalidLocalGatewayIp.Malformed | The specified LocalGatewayIp is not valid. | 指定的 LocalGatewayIp 不合法。 |
| 400 | InvalidPeeringSubnetMask.Malformed | The specified PeeringSubnetMask is not valid. | 指定的 PeeringSubnetMask 不合法,请您检查该参数是否正确。 |
| 400 | InvalidName.Malformed | The specified Name is not valid. | 指定的 Name 不合法。 |
| 400 | InvalidDescription.Malformed | The specifid Description is not valid. | 指定的资源描述格式不合法。长度为 2-256 个字符,不能以 http:// 和 https:// 开头。 |
| 400 | QuotaExceeded.vbrPerpConn | Virtual boarder router per PhysicalConnection quota exceed. | 每个物理连接的虚拟边界路由器已达上限。 |
| 400 | QuotaExceeded.freevbr | Free virtual boarder router quota exceed. | |
| 400 | InvalidIp.NotSameSubnet | Local gateway ip and peer gateway ip are not in the same subnet. | 本地网关 IP 地址与对端网关 IP 地址不在同一个子网内。 |
| 400 | TaskConflict | The operation is too frequent, please wait a moment and try again. | 操作过于频繁,请稍等一会再重试 |
| 400 | QuotaExceeded.CrossUserVBRPerUser | Cross virtual boarder router per user quota exceed. | |
| 400 | OperationFailed.VlanIdInUse | Operation failed because vlanId is in use. | |
| 403 | Forbidden.LocalGatewayIpNotAllowedByCaller | The caller is not allowed to specify the LocalGatewayIp parameter. | |
| 403 | Forbidden.PeerGatewayIpNotAllowedByCaller | The caller is not allowed to specify the PeerGatewayIp parameter. | 不允许调用者指定 PeerGatewayIp 参数。 |
| 403 | Forbidden.PeeringSubnetMaskNotAllowedByCaller | The caller is not allowed to specify the PeeringSubnetMask parameter. | 不允许调用者指定 PeeringSubnetMask 参数。 |
| 403 | Forbidden.NameNotAllowedByCaller | The caller is not allowed to specify the Name parameter. | 不允许调用者指定 Name 参数。 |
| 403 | Forbidden.DescriptionNotAllowedByCaller | The caller is not allowed to specify the Description parameter. | 不允许调用者不允许指定描述。 |
| 404 | InvalidRegionId.NotFound | The specified RegionId is not found. | 指定的 RegionId 不存在,请您检查此产品在该地域是否可用。 |
| 404 | InvalidVbrOwnerId.NotFound | The specified VbrOwnerId is not valid. | |
| 404 | OperationFailed.AccessDeviceDisabled | Access device is disabled and can not create vbr. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。