CreateNatGateway
目前该API接口已标记为弃用,推荐使用替代API:Vpc(2016-04-28) - CreateNatGateway。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
vpc:CreateNatGateway |
create |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
||
| VpcId |
string |
是 |
||
| Name |
string |
否 |
||
| Description |
string |
否 |
||
| ClientToken |
string |
否 |
||
| BandwidthPackage |
array<object> |
是 |
||
|
object |
否 |
|||
| Bandwidth |
integer |
否 |
||
| Zone |
string |
否 |
||
| IpCount |
integer |
否 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
|||
| NatGatewayId |
string |
||
| RequestId |
string |
||
| ForwardTableIds |
object |
||
| ForwardTableId |
array |
||
|
string |
|||
| BandwidthPackageIds |
object |
||
| BandwidthPackageId |
array |
||
|
string |
示例
正常返回示例
JSON格式
{
"NatGatewayId": "",
"RequestId": "",
"ForwardTableIds": {
"ForwardTableId": [
""
]
},
"BandwidthPackageIds": {
"BandwidthPackageId": [
""
]
}
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | InvalidVPCStatus | vpc incorrect status. | 指定的 VPC 状态不合法。 |
| 400 | InvalidNatGatewayName.MalFormed | NatGateway name is not valid. | 指定的 NatGatway 名称不合法。 |
| 400 | InvalidNatGatewayDescription.MalFormed | NatGateway description is not valid. | NatGateway 描述不合法。 |
| 400 | MissingParameter.BandwidthPackage | only support one BandwidthPackage be created with NatGateway. | |
| 400 | OperationDenied | The user cannot allow to create natgw, please call PD to authorize | |
| 400 | RouterEntryConflict.Duplicated | A route entry already exists, which CIDR is '0.0.0.0/0' | |
| 400 | MissingParameter | Miss mandatory parameter. | 参数不得为空。 |
| 400 | QuotaExceeded.BandwidthPackageIps | The specified ipCount exceeded quota. | 指定的 IP 数已达上限。 |
| 400 | AllocateIpFailed | Alloc bandwidthPackage ips failed, maybe no available ip. | |
| 400 | ParameterIllegal | ipCount,bandwidth parameter invalid | |
| 400 | ZONE_NO_AVAILABLE_IP | The Zone have no available ip. | 指定的可用区的 IP 不可用。 |
| 400 | InvalidNatGatewayId.NotFound | The NatGatewayId not exist. | |
| 400 | InvalidParameter.Spec.ValueNotSupported | The specified Spec is not valid. | |
| 400 | COMMODITY.INVALID_COMPONENT | The instance component is invalid. | |
| 400 | OperationUnsupported.MultiNatGateway | More than one natGateway per vpc is unsupported. | |
| 400 | VswitchStatusError | The VSwitch is creating . | |
| 400 | Forbidden.CheckEntryRuleQuota | Route entry quota rule check error. | 路由条目配额规则检查有误。 |
| 400 | OperationFailed.UnpaidBillsExist | The account has unpaid bills. Please pay your overdue bill first. | |
| 400 | IncorrectStatus.RouteEntry | Specified routeEntry status error. | |
| 400 | IncorrectStatus.RouteTableStatus | %s | |
| 400 | TaskConflict | The operation is too frequent, please wait a moment and try again. | 操作过于频繁,请稍等一会再重试 |
| 400 | OperationFailed.TokenVerfiy | Token verify failed. | |
| 400 | IllegalParam.Name | The specified Name is invalid, shorter than 2 characters. | |
| 500 | OrderError.NatGateway | The Account failed to create order. | |
| 404 | InvalidRegionId.NotFound | The specified RegionId does not exist in our records. | 指定的RegionId不存在,请您检查此产品在该地域是否可用。 |
| 404 | InvalidVpcId.NotFound | Specified value of VpcId is not found in our record. | 指定的 VpcId 不存在。 |
| 404 | InvalidZoneId.NotFound | Specified value of ZoneId is not exists. | 指定的可用区 ID 不存在。 |
| 404 | VPC_ONLY_CAN_CREATE_ONE_NAT_GATEWAY | NatGateway in one vpc support only one. | |
| 404 | OperationFailed.CrateEntryTimeOut | Operation failed because create custom routeEntry timeout. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。