目前該API介面已標記為棄用,推薦使用替代API:Vpc(2016-04-28) - ModifyVirtualBorderRouterAttribute。
調試
您可以在OpenAPI Explorer中直接運行該介面,免去您計算簽名的困擾。運行成功後,OpenAPI Explorer可以自動產生SDK程式碼範例。
調試
授權資訊
|
操作 |
存取層級 |
資源類型 |
條件關鍵字 |
關聯操作 |
|
vpc:ModifyVirtualBorderRouterAttribute |
update |
*VirtualBorderRouter
|
無 | 無 |
請求參數
|
名稱 |
類型 |
必填 |
描述 |
樣本值 |
| RegionId |
string |
是 |
||
| VbrId |
string |
是 |
||
| VlanId |
integer |
否 |
||
| CircuitCode |
string |
否 |
||
| LocalGatewayIp |
string |
否 |
||
| PeerGatewayIp |
string |
否 |
||
| PeeringSubnetMask |
string |
否 |
||
| Description |
string |
否 |
||
| Name |
string |
否 |
||
| ClientToken |
string |
否 |
||
| UserCidr |
string |
否 |
返回參數
|
名稱 |
類型 |
描述 |
樣本值 |
|
object |
|||
| RequestId |
string |
樣本
正常返回樣本
JSON格式
{
"RequestId": ""
}
錯誤碼
|
HTTP status code |
錯誤碼 |
錯誤資訊 |
描述 |
|---|---|---|---|
| 400 | InvalidVbrId.NotFound | The specified VirutalBorderRouter is not found. | 未找到指定的虛擬邊界路由器。 |
| 400 | InvalidVlanId.Used | The specified VlanId has been used. | 指定的 VlanId 已被使用。 |
| 400 | InvalidCircuitCode.Malformed | The specified CircuitCode is not valid. | 指定的 CircuitCode 不合法。 |
| 400 | InvalidVlanId.Malformed | The specified VlanId is not valid. | 指定的 VlanId 不合法。 |
| 400 | InvalidIp.Malformed | The specified ip address is not valid. | 指定的私網 IP 不合法,請您檢查該私網 IP 是否正確。 |
| 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 | MissingParameter | LocalGatewayIp, peerGatewayIp and peeringSubnetMask must not be null. | |
| 400 | InvalidIp.NotSameSubnet | Local gateway ip and peer gateway ip are not in the same subnet. | 本地網關 IP 位址與對端網關 IP 位址不在同一個子網內。 |
| 400 | InvalidParameter | %s | 無效的參數。 |
| 400 | OperationFailed.VlanIdInUse | Operation failed because vlanId is in use. | |
| 403 | Forbidden.CircuitCodeNotAllowedByCaller | The caller is not allowed to modify. | |
| 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.VlanIdNotAllowedByCaller | The caller is not allowed to specify the VlanId. | |
| 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 不存在,請您檢查此產品在該地區是否可用。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
更多資訊,參考變更詳情。