调用CreateNatGateway创建NAT网关。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
ens:CreateNatGateway | create | *全部资源 * |
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Name | string | 否 | NAT 网关名称。长度为 1~128 个字符,但不能以 | name |
EnsRegionId | string | 是 | ENS 节点 ID。 | cn-suzhou-telecom |
NetworkId | string | 是 | 网络 ID。 | n-5qj7ykuxmjn7k96l090sp**** |
VSwitchId | string | 是 | 交换机 ID。 | vsw-5savh5ngxh8sbj14bu7n**** |
InstanceType | string | 否 | NAT 规格。取值:enat.default。 | enat.default |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"NatGatewayId": "nat-5t7nh1cfm6kxiszlttr38****"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ens.interface.error | An error occurred while call the API. | - |
400 | Invalid%s | The specified parameter %s is invalid. | 参数不正确 |
400 | Missing%s | You must specify the parameter %s. | 参数为必填 |
400 | InvalidParameter.RegionNotSupported | The specified EnsRegion does not support this operation. | - |
400 | InvalidParameter.VSwitchNotFound | The specified VSwitch is not found. | - |
400 | InvalidParameter.VSwitchNotBelongToNetwork | The specified VSwitch is not bound to the Network | - |
400 | InvalidParameter.NetworkNotFound | The specified Network is not found. | - |
400 | InvalidParameter.NetworkNotSupported | The specified Network does not support this operation. | - |
400 | QuotaExceed.NatGateway | The maximum number of natGateway is reached. | - |
400 | SaleControl.VerificationFailed | You did not pass the salecontrol verification.Please contact the product. | 创建资源的时候没有通过资源的售卖约束校验 |
400 | NoPermission | Permission denied. | 没有足够的权限,请联系云账号管理员授予您相应权限。 |
400 | InvalidParameter.%s | The specified field %s invalid. Please check it again. | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-09-12 | OpenAPI 错误码发生变更、OpenAPI 入参发生变更 | 查看变更详情 |