调用 CreateIpv6Gateway 接口,创建一个IPv6网关实例。
参数名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateIpv6Gateway | 要执行的操作,取值为CreateIpv6Gateway。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为2020-04-01。 |
VpcId | String | 是 | vpc-bp1opxu1zkhn00gz**** | 需关联IPv6网关实例的VPC ID。 说明 每个VPC只能关联一个IPv6网关实例,需确保待关联的VPC未关联其他IPv6网关实例。 |
Name | String | 否 | ipv6GW-01 | IPv6网关实例的名称。
|
Description | String | 否 | ipv6gatewayforVPC1 | IPv6网关实例的描述信息。
|
ClientToken | String | 否 | 0c593ea1-3bea-11e9-b96b-88e9fe63**** | 客户端Token,用于保证请求的幂等性。
|
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 2021062415303301022514515207C4**** | 请求ID。 |
Ipv6GatewayId | String | ipv6gw-hp3y0l3ln89j8cdvf**** | 新创建的IPv6网关实例的ID。 |
GET /?Action=CreateIpv6Gateway&Version=2020-04-01&VpcId=vpc-bp1opxu1zkhn00gz****&Name=ipv6GW-01 HTTP/1.1 Host: open.volcengineapi.com Region: cn-guangzhou Service: vpc
{ "ResponseMetadata": { "RequestId": "2021062415303301022514515207C4****", "Action": "CreateIpv6Gateway", "Version": "2020-04-01", "Service": "vpc", "Region": "cn-guangzhou" }, "Result": { "RequestId": "2021062415303301022514515207C4****", "Ipv6GatewayId": "ipv6gw-hp3y0l3ln89j8cdvf****" } }
公共错误码,请参见 公共错误码 。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | IdempotentParameterMismatch | Arguments on this idempotent request are inconsistent with arguments used in previous request(s). | 此幂等请求的参数与前一个请求中使用的参数不一致。 |
400 | InvalidDescription.Malformed | The specified description is malformed. Ensure the maximum length of description is 255. | 指定的描述格式不合法。描述长度不能超过255个字符。 |
400 | InvalidDescription.Malformed | The specified description is malformed. | 指定的描述格式不合法。请修复描述格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. | 指定的名称格式不合法。请修复名称格式后重试。 |
400 | InvalidName.Malformed | The specified name is malformed. Ensure the maximum length of name is 128. | 指定的名称格式不合法。名称长度不能超过128个字符。 |
400 | InvalidParameter.ClientTokenMalformed | The specified parameter ClientToken is malformed. | 指定的参数ClientToken格式不合法,长度不能超过64个ASCII字符。 |
400 | InvalidVpc.InvalidStatus | The specified VPC is not in the correct status for the request. | 指定的VPC所处状态无法响应该请求。 |
400 | OperationFailed.VpcIpv6Disabled | Operation failed because vpc IPv6 is not enabled. | VPC未开启IPv6。 |
400 | OperationUnsupported.OnlyOneIpv6GatewayInVpc | Create more than one IPv6 gateway in vpc is unsupported. | 一个VPC中只能创建一个IPv6网关。 |
403 | Forbidden | You are not authorized to perform operations on create IPv6 gateway. | 无权限创建IPv6网关。 |
404 | InvalidVpc.NotFound | The specified VPC does not exist. | 指定的VPC不存在。 |
412 | IdempotentProcessing | The request uses the same client token as a previous one that is still in process. | 幂等请求处理中。 |