查询虚拟边界路由器列表
描述
查询VBR owner是调用方自己的VBR列表
可通过各种Filter对结果进行过滤;目前支持的Filter包括:VbrId、PhysicalConnectionId、Status、Name
一个Filter的多个值之间是“or”关系(只要与其中一个值吻合则视为符合该Filter的过滤条件);各个Filter之间为“and”逻辑关系(符合所有Filter的过滤条件,才会进入最终查询结果中)。
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action
String
是
系统规定参数,取值:DescribeVirtualBorderRouters
RegionId
String
是
所在地域
Filter.n.Key
String
否
第n个过滤器的类型。N从1开始,不大于5。
Filter.n.Value.m
String
否
第n个过滤器的第m个值。M从1开始,不大于5。
PageNumber
Integer
否
查询结果的页码;不指定时,默认为1;取值范围:正整数;
若PageNumber大于实际结果的最大页码,则返回最后一页的内容。
PageSize
Integer
否
查询结果的分页大小。取值范围为[1,100],默认为10
返回参数
公共返回参数,详见公共返回参数
名称 |
类型 |
描述 |
VirtualBorderRouterSet
VirtualBorderRouterSetType
边界路由器VirtualBorderRouterType组成的集合
TotalCount
Integer
实例总个数
PageNumber
Integer
实例列表的页码
PageSize
Integer
输入时设置的每页行数
错误码
错误代码 |
描述 |
Http 状态码 |
语义 |
InvalidRegionId.NotFound
The RegionId provided does not exist in our records.
404
指定的RegionId不存在
InvalidFilterKey.ValueNotSupported
Specified filter key is not supported: Filter.X.key
404
指定的筛选字段不支持
修改虚拟边界路由器属性
描述
修改虚拟边界路由器属性
VlanId只允许物理专线owner指定/修改
同一物理专线下的同一VlanId不允许两个VBR同时再用。
进入Terminated状态的VBR会在7天内自动保留其VlanId,不允许其他VBR使用。7天后可以被其他VBR使用。
为其他用户创建的VBR,不能配置LocalGatewayIp、PeerGatewayIp和PeeringSubnetMask
LocalGatewayIp、PeerGatewayIp、PeeringSubnetMask要做校验:PeeringSubnetMask 支持[24-30]位,PeeringSubnetMask支持点分十进制表示法 [255.255.255.0-255.255.255.252],LocalGatewayIp和PeerGatewayIp必须在与 PeeringSubnetMask定义的同一子网内。例如:
LocalGatewayIp: 192.168.50.17
PeerGatewayIp: 192.168.50.18
PeeringSubnetMask: 255.255.255.248
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action
String
是
系统规定参数,取值:ModifyVirtualBorderRouterAttribute
RegionId
String
是
所在地域(管理实例的Region ID)
VBRId
String
是
虚拟边界路由器(VBR)Id
VlanId
String
否
虚拟边界路由器(VBR)专线侧接口的802.1Q VLAN号 范围(1-2999)。
CircuitCode
String
否
VBR专线侧接口对应运营商的电路编码。该属性只允许物理专线owner指定/修改。
LocalGatewayIp
String
否
VBR专线侧接口本端的IP地址。该属性只允许VBR owner指定/修改。不允许把Enabled状态的VBR的该属性改为空。
PeerGatewayIp
String
否
VBR专线侧接口对端的IP地址。该属性只允许VBR owner指定/修改。不允许把Enabled状态的VBR的该属性改为空。
PeeringSubnetMask
String
否
VBR专线侧接口本端与对端互联的子网掩码。该属性只允许VBR owner指定/修改。不允许把Enabled状态的VBR的该属性改为空。
VBRName
String
否
虚拟边界路由器(VBR)的名称
VBRDescription
String
否
虚拟边界路由器(VBR)的描述
返回参数
全是公共返回参数,详见公共返回参数
错误码
错误代码 |
描述 |
Http 状态码 |
语义 |
InvalidRegionId.NotFound
The specified RegionId is not found.
404
指定的RegionId不存在
InvalidVbrId.NotFound
The specified VirutalBorderRouter is not found.
400
指定的VbrId不存在
InvalidVlanId.Used
The specified VlanId has been used.
400
指定的VlanId已经被使用
InvalidCircuitCode.Malformed
The specified CircuitCode is not valid.
400
指定的CircuitCode不合法
InvalidVlanId.Malformed
The specified VlanId is not valid.
400
指定的VlanId不合法
InvalidIp.Malformed
The specified ip address is not valid.
400
指定的Ip地址不合法
InvalidPeeringSubnetMask.Malformed
The specified PeeringSubnetMask is not valid.
400
指定的PeeringSubnetMask不合法
Forbidden.CircuitCodeNotAllowedByCaller
The caller is not allowed to modify.
403
Forbidden.CircuitCodeNotAllowedByCaller
The caller is not allowed to specify the CircuitCode parameter.
403
调用方不允许指定CircuitCode参数
Forbidden.LocalGatewayIpNotAllowedByCaller
The caller is not allowed to specify the LocalGatewayIp parameter.
403
调用方不允许指定LocalGatewayIp参数
Forbidden.PeerGatewayIpNotAllowedByCaller
The caller is not allowed to specify the PeerGatewayIp parameter.
403
调用方不允许指定PeerGatewayIp参数
Forbidden.PeeringSubnetMaskNotAllowedByCaller
The caller is not allowed to specify the PeeringSubnetMask parameter.
403
调用方不允许指定PeeringSubnetMask参数
Forbidden.VlanIdNotAllowedByCaller
The caller is not allowed to specify the VlanId.
403
调用方不允许指定VlanId参数
Forbidden.NameNotAllowedByCaller
The caller is not allowed to specify the Name parameter.
403
调用方不允许指定Name参数
Forbidden.DescriptionNotAllowedByCaller
The caller is not allowed to specify the Description parameter.
403
调用方不允许指定Description参数
InvalidName.Malformed
The specified ‘Name’ is not valid.
400
指定的边界路由器名称不合法
InvalidDescription.Malformed
The specifid ‘Description’ is not valid.
400
指定的描述信息不合法
MissingParameter
LocalGatewayIp, peerGatewayIp and peeringSubnetMask must not be null.
400
缺少LocalGatewayIp,peerGatewayIp或peeringSubnetMask的值
InvalidIp.NotSameSubnet
Local gateway ip and peer gateway ip are not in the same subnet.
400
LocalGatewayIp和peerGatewayIp未在同一个子网中
查看物理专线下的边界路由器列表
描述
查看物理专线下的边界路由器列表
物理专线owner调用该接口查询基于自己的某根物理专线创建的VBR列表
查询结果可能包括VBR owner是调用方自己或VBR owner是他人的VBR
该接口不返回只有VBR owner可以看到的字段
请求参数
名称 |
类型 |
是否必须 |
描述 |
Action
String
是
系统规定参数,取值:DescribeVirtualBorderRoutersForPhysicalConnection
RegionId
String
是
所在地域
PhysicalConnectionId
String
是
物理专线ID
PageNumber
Integer
否
查询结果的页码;不指定时,默认为1;取值范围:正整数;若PageNumber大于实际结果的最大页码,则返回最后一页的内容。
PageSize
Integer
否
查询结果的分页大小。取值范围为[1,100],默认为10
返回参数
公共返回参数,详见公共返回参数
名称 |
类型 |
描述 |
VirtualBorderRouterForPhysicalConnectionSet
VirtualBorderRouterForPhysicalConnectionSetType
物理专线下的虚拟边界路由器 VirtualBorderRouterForPhysicalConnectionType 组成的集合
TotalCount
Integer
实例总个数
PageNumber
Integer
实例列表的页码
PageSize
Integer
输入时设置的每页行数
错误码
错误代码 |
描述 |
Http 状态码 |
语义 |
InvalidRegionId.NotFound
The RegionId provided does not exist in our records.
404
指定的RegionId不存在
所属专题: