# CreateZecInstances

## 1. API Description

This API (CreateZecInstances) is used to create one or more elastic compute instances with specified configurations.

#### Prerequisites

* Query instance models: call [`DescribeZoneInstanceConfigInfos`](https://docs.console.zenlayer.com/api-reference/compute/zec/instance/describezoneinstanceconfiginfos) to check specifications.
* Query images: call [`DescribeImages`](https://docs.console.zenlayer.com/api-reference/compute/zec/image/describeimages) to check information on image.
* Query key pairs: call [`DescribeKeyPairs`](https://github.com/zenlayer/zenlayercloud-api-doc-en/blob/main/security/key-service/key-pair/describekeypairs.md) to check information on key pair ID.

{% hint style="info" %} <mark style="color:blue;">**Note**</mark>

* <mark style="color:blue;">After an instance is created successfully, it will start up automatically, and the instance status will become "</mark><mark style="color:blue;">`RUNNING`</mark><mark style="color:blue;">".</mark>
* <mark style="color:blue;">Please ensure your account balance is sufficient before calling this API.</mark>
* <mark style="color:blue;">Vouchers can be used for fee deduction in instance creation. See</mark> [<mark style="color:purple;">Vouchers</mark>](https://docs.console.zenlayer.com/welcome/platform/billing-center/vouchers) <mark style="color:blue;">for more details.</mark>
* <mark style="color:blue;">This API is an async API. An instance ID list is returned after the creation request is sent. However, it does not mean the creation has been completed. The status of the instance will be</mark> <mark style="color:blue;">`DEPLOYING`</mark> <mark style="color:blue;">during the creation. You can use</mark> [<mark style="color:purple;">`DescribeInstances`</mark>](https://docs.console.zenlayer.com/api-reference/compute/zec/instance/describeinstances) <mark style="color:blue;">to query the status of the instance. If the status changes from</mark> <mark style="color:blue;">`DEPLOYING`</mark> <mark style="color:blue;">to</mark> <mark style="color:blue;">`Running`</mark><mark style="color:blue;">, it means that the instance has been created successfully;</mark> <mark style="color:blue;">`CREATE_FAILED`</mark> <mark style="color:blue;">means creation failed. Any operations on the instances are not allowed while creating.</mark>
* <mark style="color:blue;">A maximum of 100 instances can be created in one request.</mark>
  {% endhint %}

## 2. Input Parameters

The following request parameter list only provides API request parameters.

| Parameter Name          | Required | Type                                                                                                           | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ----------------------- | -------- | -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| zoneId                  | Yes      | String                                                                                                         | Availability zone ID.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| imageId                 | Yes      | String                                                                                                         | <p>Valid image ID.</p><p>To obtain valid image ID, you can call DescribeImages , and find imageId in the response.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| instanceType            | Yes      | String                                                                                                         | <p>Instance size.</p><p>To view specific values, you can call DescribeZoneInstanceConfigInfos .</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| instanceCount           | Yes      | Integer                                                                                                        | <p>The number of instances to be purchased.</p><p>Value range: \[1,100].</p><p>Default value: 1.</p><p>Value range: \[1, 100]</p><p>Default value: 1</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| subnetId                | Yes      | String                                                                                                         | <p>Subnet ID.</p><p>If you need to configure public IP, please ensure your subnet is public network accessible. Subnets only with IPv6 private network access type are not supported.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| timeZone                | No       | String                                                                                                         | <p>Time zone of instance.</p><p>Default value: America/Los\_Angeles .</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| instanceName            | No       | String                                                                                                         | <p>Instance name to be displayed.</p><p>Default value: instance.</p><p>This parameter must start with a number or a letter, containing 2 to 63 characters. Only letters, numbers, - and periods (.) are supported.</p><p>If you purchase multiple instances at the same time, you can specify a pattern string \[begin\_number,bits] .</p><p>begin\_number : the starting value of an ordered number, value range: \[0,99999], default value: 0.</p><p>bits : the number of digits occupied by an ordered value, value range: \[1,6], default value: 6.</p><p>For example, if you purchase 1 instance and the instance name body is server\_\[3,3] , the instance name will be server003 ; if you purchase 2 instances, the instance names will be server003 , server004 .</p><p>Note:</p><p>Spaces are not supported in the pattern string. Multiple pattern strings are supported, such as server\_\[3,3]\_\[1,1] .</p> |
| password                | No       | String                                                                                                         | <p>Instance password.</p><p>The parameter must be 8-16 characters, including:</p><p>lowercase letters: \[a-z] uppercase letters: \[A-Z] digits: 0-9 special characters: \`\~!@$^\*-\_=+</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| keyId                   | No       | String                                                                                                         | <p>SSH key pair ID. For example: key-YWD2QFOl .</p><p>Your SSH key pair contains several public keys that can be placed on your server. You can access your instance with the private key. Call DescribeKeyPairs to obtain key pair information.</p><p>You can set either a password or a keyId , but not both; Windows and Generic images support neither option.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| nicNetworkType          | No       | [NicNetworkType](https://docs.console.zenlayer.com/api-reference/compute/datastructure#nicnetworktype)         | <p>Network interface mode.</p><p>Default value: Auto .</p><p>Default value: Auto</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| systemDisk              | No       | [SystemDisk](https://docs.console.zenlayer.com/api-reference/compute/datastructure#systemdisk)                 | <p>Boot disk configuration.</p><p>If the value is empty, the boot disk size is the minimum default value to store the operating system.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| dataDisks               | No       | Array of [DataDisk](https://docs.console.zenlayer.com/api-reference/compute/datastructure#datadisk)            | <p>Disk configuration.</p><p>If the value is empty, no disk is attached by default.</p><p>Only 1 disk can be attached along with the instance for now.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| securityGroupId         | No       | String                                                                                                         | <p>ID of the security group deployed on the primary vNIC.</p><p>Currently only one security group can be deployed.</p><p>If not specified, the security group associated with global VPC will be used by default.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| lanIp                   | No       | String                                                                                                         | Private IP. If the specified IP is occupied, a default private IP will be allocated.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| enableAgent             | No       | Boolean                                                                                                        | <p>Whether to enable QEMU Guest Agent (QGA). QGA is enabled by default.</p><p>Default value: true</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| enableIpForward         | No       | Boolean                                                                                                        | <p>Whether to enable IP forwarding. IP forwarding is disabled by default.</p><p>Default value: false</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| internetChargeType      | No       | [InternetChargeType](https://docs.console.zenlayer.com/api-reference/compute/datastructure#internetchargetype) | Public network pricing model.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| trafficPackageSize      | No       | Float                                                                                                          | <p>The size of the data transfer package to order.</p><p>Unit: TB.</p><p>This value only takes effect when <code>internetChargeType = ByTrafficPackage</code>.</p><p>When <code>IpStackType</code> = <code>IPv4\_IPv6</code>, the data transfer package size applies to IPv4.</p><p>Value range: \[0.0, +)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| bandwidth               | No       | Integer                                                                                                        | <p>Public outbound bandwidth cap.</p><p>Unit: Mbps .</p><p>Bandwidth cap varies by instance size.</p><p>Value range: \[1, +)</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| eipBindType             | No       | [BindType](https://docs.console.zenlayer.com/api-reference/compute/datastructure#bindtype)                     | <p>Elastic IP mode. If not specified, the default is Full NAT mode.</p><p>Default value: FullNat .</p><p>Default value: FullNat</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| eipV4Type \[Deprecated] | No       | [EipNetworkType](https://docs.console.zenlayer.com/api-reference/compute/datastructure#eipnetworktype)         | <p>Network type of public IPv4.</p><p>If you need to specify the value, please ensure that your subnet supports IPv4 stack type.</p><p>If the subnet IP stack type is IPv4, the value is required.</p><p>ThreeLine are not supported for now.</p><p>Deprecated. Please use networkLineType instead.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| ipStackType             | No       | [SubnetStackType](https://docs.console.zenlayer.com/api-reference/compute/datastructure#subnetstacktype)       | <p>Set the IP stack type.</p><p>If not specified, IPv4 is used by default when the subnet stack type is IPv4 or IPv4\_IPv6.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| networkLineType         | No       | [NetworkLineType](https://docs.console.zenlayer.com/api-reference/compute/datastructure#networklinetype)       | <p>Network type of public IPv4.</p><p>If you need to specify the value, please ensure that your subnet supports IPv4 stack type.</p><p>If the subnet IP stack type is IPv4, the value is required.</p><p>ThreeLine are not supported for now.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| clusterId               | No       | String                                                                                                         | <p>Bandwidth cluster ID.</p><p>This parameter is required when the network billing model is <code>BandwidthCluster</code>.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ipv6ClusterId           | No       | String                                                                                                         | <p>Bandwidth cluster ID of the public IPv6 address.</p><p>Required when the network billing model is <code>BandwidthCluster</code> and <code>ipStackType</code> is IPv4\_IPv6.</p><p>If not specified, <code>clusterId</code> is used by default.</p><p>This field is typically used when IPv4 and IPv6 belong to different bandwidth clusters.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| resourceGroupId         | No       | String                                                                                                         | <p>Resource group ID where the instances reside.</p><p>If the value is empty, the instance will be added into the default resource group.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| marketingOptions        | No       | [MarketingInfo](https://docs.console.zenlayer.com/api-reference/compute/datastructure#marketinginfo)           | Information on marketing campaigns.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| tags                    | No       | [TagAssociation](https://docs.console.zenlayer.com/api-reference/compute/datastructure#tagassociation)         | <p>Bound tags when creating resources.</p><p>Tag keys must be unique.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| userData                | No       | String                                                                                                         | Initialization command.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| instanceOptions         | No       | [InstanceOptions](https://docs.console.zenlayer.com/api-reference/compute/datastructure#instanceoptions)       | Instance options configuration.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |

## 3. Output Parameters

| Parameter Name | Type                                                                                                                | Description                                                                                                                                                                                                                                                                                                                                                       |
| -------------- | ------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| requestId      | String                                                                                                              | <p>The unique request ID, which is returned for each request.</p><p>RequestId is required for locating a problem.</p>                                                                                                                                                                                                                                             |
| orderNumber    | String                                                                                                              | Number of order.                                                                                                                                                                                                                                                                                                                                                  |
| instanceIdSet  | Array of String                                                                                                     | <p>List of instance IDs.</p><p>The returned instance ID list does not mean the creation has been completed.uery the status of the instance according to dataSet . If the status changes from DEPLOYING to RUNNING , it means that the instance has been created successfully; CREATE\_FAILED or no instance found means the instance has been created failed.</p> |
| instances      | Array of [DiskWithInstance](https://docs.console.zenlayer.com/api-reference/compute/datastructure#diskwithinstance) | Set of disk IDs created along with the instances. If no disk is specified, the value is empty.                                                                                                                                                                                                                                                                    |

## 4. Code Example

{% tabs %} {% tab title="Example" %}

1. **Create an instance with the simplest parameters with no public IPv4 assigned.**

```json
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: CreateZecInstances
<Common Request Params>

Request：
{
  "zoneId": "asia-east-1a",
  "instanceType": "z2a.cpu.1",
  "imageId": "ubuntu2404_20240712",
  "instanceName": "Test-InstanceName",
  "keyId": "key-rcfljdP5",
  "subnetId": "1272168087751233112",
  "nicNetworkType": "Auto",
  "tags":
    {
      "tags": [
        {
          "key": "key1",
          "value": "value1"
        },
        {
          "key": "key2",
          "value": "value2"
        }
      ]
    }
}

Response:
{
  "requestId": "TA471524B-84E1-467B-AB77-75387BBD190B",
  "response": {
    "requestId": "TA471524B-84E1-467B-AB77-75387BBD190B",
    "instanceIdSet": [
      "<instanceId>"
    ],
    "instances": [
    ],
    "orderNumber": "<orderNumber>"
  }
}
```

2. **Create 2 instances with public IPs, using BGP lines and bandwidth cluster billing, limited to `10` Mbps.**

```json
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: CreateZecInstances
<Common Request Params>

Request：
{
  "zoneId": "asia-east-1a",
  "instanceType": "z2a.cpu.1",
  "imageId": "ubuntu2404_20240712",
  "instanceName": "Test-InstanceName",
  "keyId": "key-rcfljdP5",
  "subnetId": "1272168087751233112",
  "internetChargeType": "BandwidthCluster",
  "bandwidth": 10,
  "clusterId": "<clusterId>",
  "eipV4Type": "BGPLine"
}

Response:
{
  "requestId": "TA471524B-84E1-467B-AB77-75387BBD190B",
  "response": {
    "requestId": "TA471524B-84E1-467B-AB77-75387BBD190B",
    "instanceIdSet": [
      "<instanceId>"
    ],
    "instances": [
    ],
    "orderNumber": "<orderNumber>"
  }
}
```

## 5. Developer Resources

Zenlayer Cloud API 2.0 integrates [SDKs](https://docs.console.zenlayer.com/api-reference/api-introduction/toolkit/api-sdk)，to make it easier for you to call APIs. More programming languages will be supported.

## 6. Error Codes

The following only lists the error codes related to the API business logic. For other error codes, see [Common Error Codes](https://docs.console.zenlayer.com/api-reference/api-introduction/instruction/commonerrorcode).

| HTTP Status Code | Error Code                                                      | Description                                                                      |
| ---------------- | --------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| 400              | INVALID\_DATA\_DISK\_COUNT\_LIMITATION                          | The number of disks exceeds the limit.                                           |
| 400              | INVALID\_DISK\_CATEGORY\_TYPE                                   | Disk type error.                                                                 |
| 400              | INVALID\_DISK\_ILLEGAL\_AMOUNT                                  | Size of the disk created along with the instance exceeds the maximum limit.      |
| 404              | INVALID\_EIP\_NOT\_FOUND                                        | Elastic IP does not exist.                                                       |
| 404              | INVALID\_GPU\_INSTANCE\_TYPE\_NOT\_FOUND                        | GPU instance type does not exist.                                                |
| 400              | INVALID\_IMAGE\_AGENT\_NOT\_SUPPORT                             | QGA is not supported for the selected image.                                     |
| 400              | INVALID\_IMAGE\_IPV6\_NOT\_SUPPORT                              | IPv6 stack type is not supported for the selected image.                         |
| 400              | INVALID\_IMAGE\_KEY\_PAIR\_NOT\_SUPPORT                         | The image does not support SSH key pairs.                                        |
| 404              | INVALID\_IMAGE\_NOT\_FOUND                                      | Image not found.                                                                 |
| 400              | INVALID\_IMAGE\_PASSWORD\_NOT\_SUPPORT                          | The operating system does not support the specified password.                    |
| 400              | INVALID\_IMAGE\_SIZE\_EXCEED                                    | Boot disk size should be larger than the image size.                             |
| 400              | INVALID\_INSTANCE\_COUNT\_LIMITATION                            | You are trying to create more instances than your remaining quota allows.        |
| 404              | INVALID\_INSTANCE\_TYPE\_NOT\_FOUND                             | Instance type not found.                                                         |
| 400              | INVALID\_IP\_BROADCAST\_ADDRESS                                 | The IP address cannot be a broadcast address.                                    |
| 400              | INVALID\_IP\_FIRST\_ADDRESS                                     | The IP address cannot be a gateway address.                                      |
| 400              | INVALID\_IP\_NETWORK\_ADDRESS                                   | The IP address cannot be a network address.                                      |
| 400              | INVALID\_IP\_OUT\_OF\_RANGE                                     | Invalid IP address. It does not belong to the CIDR block.                        |
| 404              | INVALID\_KEY\_PAIR\_NOT\_FOUND                                  | SSH key pair does not exist.                                                     |
| 400              | INVALID\_LOGIN\_SETTING\_CONFLICT                               | You must and can only pass the value of either password or keyId .               |
| 409              | INVALID\_NIC\_INSTANCE\_REGION\_MISMATCH                        | Instance and vNIC are not in the same zone.                                      |
| 400              | INVALID\_PARAMETER\_INSTANCE\_NAME\_EXCEED                      | Instance name exceeds the maximum limit.                                         |
| 400              | INVALID\_PARAMETER\_INSTANCE\_NAME\_EXCEED\_MINIMUM\_LENGTH     | Instance name should be larger than the minimum limit.                           |
| 400              | INVALID\_PARAMETER\_INSTANCE\_NAME\_MALFORMED                   | Invalid instance name format.                                                    |
| 400              | INVALID\_PARAMETER\_USER\_DATA\_EXCEED                          | Initialization command exceeds length limit.                                     |
| 404              | INVALID\_PASSWORD\_KEY\_PAIR\_MISSING                           | Neither password nor SSH key pair is specified.                                  |
| 400              | INVALID\_PASSWORD\_MALFORMED                                    | Password format error.                                                           |
| 404              | INVALID\_REGION\_NOT\_FOUND                                     | Specified availability zone does not exist.                                      |
| 400              | INVALID\_REGION\_ZONE\_MISMATCH                                 | The specified availability zone is not under the specified region.               |
| 404              | INVALID\_SECURITY\_GROUP\_NOT\_FOUND                            | The specified security group does not exist.                                     |
| 409              | INVALID\_SUBNET\_IPV4\_INSUFFICIENT                             | Insufficient available IPv4 addresses in the subnet.                             |
| 409              | INVALID\_SUBNET\_IPV6\_INSUFFICIENT                             | Insufficient available IPv6 addresses in the subnet.                             |
| 404              | INVALID\_SUBNET\_NOT\_FOUND                                     | Subnet does not exist.                                                           |
| 400              | INVALID\_SYSTEM\_DISK\_EXCEED\_LIMIT                            | Boot disk size exceeds the limit.                                                |
| 404              | INVALID\_ZONE\_NOT\_FOUND                                       | Region does not exist.                                                           |
| 400              | OPERATION\_DENIED\_CPU\_ILLEGAL                                 | The number of CPUs in the specification is invalid.                              |
| 400              | OPERATION\_DENIED\_DISK\_IO\_BURST                              | The disk bursting function is not enabled.                                       |
| 400              | OPERATION\_DENIED\_EIP\_INSTANCE\_NOT\_ADAPTER                  | Specified instance count does not match the number of elastic IPs to be created. |
| 400              | OPERATION\_DENIED\_EIP\_INSUFFICIENT                            | Insufficient elastic IP stock.                                                   |
| 400              | OPERATION\_DENIED\_EIP\_IS\_DEFAULT                             | Default public IP cannot be unbound.                                             |
| 400              | OPERATION\_DENIED\_EIP\_IS\_NOT\_UN\_ASSIGN                     | Elastic IP is not in unassigned state.                                           |
| 400              | OPERATION\_DENIED\_EIP\_NOT\_ASSIGNED                           | Elastic IP is not bound.                                                         |
| 400              | OPERATION\_DENIED\_EIP\_NOT\_SUPPORT\_PASS\_THROUGH\_BIND\_TYPE | Elastic IP does not support the Bypass mode.                                     |
| 400              | OPERATION\_DENIED\_EIP\_QUOTA\_LIMIT\_EXCEEDED                  | The number of elastic IPs exceeds the quota limit.                               |
| 400              | OPERATION\_DENIED\_EIP\_UNSUPPORT\_NETWORK\_TYPE                | Elastic IP network billing model is not supported.                               |
| 400              | OPERATION\_DENIED\_INSTANCE\_TYPE\_FOR\_WINDOWS                 | The instance type is not compatible with machines using Windows image types.     |
| 400              | OPERATION\_DENIED\_MEMORY\_AMOUNT\_ILLEGAL                      | The memory size in the specification is invalid.                                 |
| 400              | OPERATION\_DENIED\_NIC\_NETWORK\_TYPE\_NOT\_SUPPORT             | Network interface mode not supported.                                            |
| 400              | OPERATION\_DENIED\_STACK\_TYPE\_NOT\_SUPPORT                    | Stack type is not supported.                                                     |
| 400              | OPERATION\_DENIED\_SUBNET\_TYPE\_NOT\_SUPPORT                   | Operations on subnets with such IP stack type is not supported.                  |
| 400              | OPERATION\_DENIED\_SUBNET\_TYPE\_NOT\_SUPPORT\_IPV4             | Subnet type does not support IPv4.                                               |
| 400              | OPERATION\_DENIED\_SUBNET\_ZONE\_MISMATCH                       | Subnet the instance added in is not in the current zone.                         |
| 400              | STOCK\_INSUFFICIENT                                             | Insufficient instance stock.                                                     |
| 400              | UNSUPPORT\_SUBNET\_TYPE\_FOR\_INTERNET\_CHARGE\_TYPE            | Subnets only with IPv6 private network access type are not supported.            |
| 400              | INVALID\_IP\_STACK\_TYPE\_NOT\_SUPPORT                          | IP stack type is not supported.                                                  |
| 400              | INVALID\_NESTED\_VIRTUALIZATION\_NOT\_ALLOWED                   | Nested virtualization is not allowed.                                            |
