All Products
Search
Document Center

Virtual Private Cloud:CreateIpv4Gateway

Last Updated:Mar 22, 2024

Creates an IPv4 gateway.

Operation description

  • CreateIpv4Gateway is an asynchronous operation. After you send a request, the system returns a request ID and runs the task in the background. You can call the GetIpv4GatewayAttribute operation to query the status of an IPv4 gateway:

    • If the IPv4 gateway is in the Creating state, the IPv4 gateway is being created.
    • If the IPv4 gateway is in the Created state, the IPv4 gateway is created.
  • You cannot repeatedly call the CreateIpv4Gateway operation to create IPv4 gateways in a virtual private cloud (VPC) within the specified period of time.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
vpc:CreateIpv4GatewayWrite
  • Ipv4Gateway
    acs:vpc:{#regionId}:{#accountId}:ipv4gateway/*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
Ipv4GatewayNamestringNo

The name of the IPv4 gateway.

The name must be 1 to 128 characters in length, and cannot start with http:// or https://.

ipv4
Ipv4GatewayDescriptionstringNo

The description of the IPv4 gateway.

The description must be 1 to 256 characters in length and cannot start with http:// or https://.

test
VpcIdstringYes

The ID of the VPC where you want to create the IPv4 gateway.

You can create only one IPv4 gateway in a VPC.

vpc-5tss06uvoyps5xoya****
DryRunbooleanNo

Specifies whether to perform a dry run. Valid values:

  • true: performs a dry run. The system checks the required parameters, request syntax, and limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
  • false (default): performs a dry run and sends the request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
false
ClientTokenstringNo

The client token that is used to ensure the idempotence of the request.

You can use the client to generate the value, but you must make sure that it is unique among different requests. ClientToken can contain only ASCII characters.

Note If you do not set this parameter, the system sets ClientToken to the value of RequestId. The value of RequestId for each API request is different.
123e4567-e89b-12d3-a456-426655440000
RegionIdstringYes

The ID of the region where you want to create the IPv4 gateway.

You can call the DescribeRegions operation to query the most recent region list.

ap-southeast-6
ResourceGroupIdstringNo

The ID of the resource group.

rg-acfmxazb4ph6aiy****
Tagobject []No

The tags of the resource.

KeystringNo

The key of tag N to add to the resource. You can specify up to 20 tag keys. The tag key cannot be an empty string.

The tag key can be up to 128 characters in length. It cannot start with aliyun or acs:, and cannot contain http:// or https://.

FinanceDept
ValuestringNo

The value of tag N to add to the resource. You can specify at most 20 tag values. The tag value can be an empty string.

The tag value can be up to 128 characters in length and cannot contain http:// or https://. The tag value cannot start with aliyun or acs:.

FinanceJoshua

Response parameters

ParameterTypeDescriptionExample
object
Ipv4GatewayIdstring

The ID of the IPv4 gateway.

ipv4gw-5tsnc6s4ogsedtp3k****
ResourceGroupIdstring

The ID of the resource group.

rg-acfmxazb4ph6aiy****
RequestIdstring

The ID of the request.

F282742B-1BBB-5F63-A3AF-E92EC575A1A6

Examples

Sample success responses

JSONformat

{
  "Ipv4GatewayId": "ipv4gw-5tsnc6s4ogsedtp3k****",
  "ResourceGroupId": "rg-acfmxazb4ph6aiy****",
  "RequestId": "F282742B-1BBB-5F63-A3AF-E92EC575A1A6"
}

Error codes

HTTP status codeError codeError messageDescription
400OperationDenied.ExistDirectEipThe operation is not allowed because of existing direct eip.You are not allowed to create an IPv4 gateway because an EIP in cut-through mode exists.
400UnsupportedRegionThe feature of ipv4Gateway is not supported in the region.IPv4 gateways are not supported in this region.
400Forbidden.OperateShareResourceYou cannot operate shared resources.Shared resources do not support this operation.
400OperationDenied.SubnetRouteV1ExistThe operation is not allowed because of existing subnetRouteV1.The subnet routes in the VPC do not meet the requirements.
400OperationDenied.NormalNatExistThe operation is not allowed because of existing normalNat.Standard NAT gateways are deployed in the specified VPC.
400OperationDenied.VpcExistIpv4GatewayAn IPv4 gateway already exists in the VPC.You are not allowed to create an IPv4 gateway in the VPC because an IPv4 gateway already exists in the VPC.
400UnsupportedFeature.Ipv4GatewayThe feature of ipv4Gateway is not supported for [%s].The system failed to create the IPv4 gateway because IPv4 gateways are not supported.
400OperationDenied.VpnExistThe operation is not allowed because of existing vpn.You are not allowed to create an IPv4 gateway because a VPN gateway already exists in the VPC.
400OperationDenied.DirectEipExistThe operation is not allowed because of existing directEip.EIPs are associated with the VPC in cut-through mode or enhanced NAT gateways are deployed in the VPC.
400OperationFailed.GetNfvServiceListThe operation is failed because of get nfv serviceList failed.Failed to obtain the nfc service list.
400IncorrectStatus.VpcThe status of %s [%s] is incorrect.The instance is in an invalid state.
400OperationFailed.VpcNotExistThe operation is failed because of vpc is not found.The operation failed because the VPC is not found.
400IllegalParam.ResourceGroupIdInvalid ResourceGroupld value.The specified resource group is invalid or does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-07-18The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
2023-07-05The Error code has changed. The request parameters of the API has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    delete Error Codes: 400
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: Tag