CreateVpc
CreateVpc
Last updated
CreateVpc
Last updated
This API is used to create a global VPC.
Note
The quantity of global VPCs you can create in one team is limited. If you need more, please contact Zenlayer Support.
The following request parameter list only provides API request parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Parameter Name | Type | Description |
---|---|---|
Create a global VPC.
Zenlayer Cloud API 2.0 integrates SDKs to make it easier for you to call APIs. More programming languages will be supported.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
HTTP Status Code | Error Code | Description |
---|---|---|
name
Yes
String
Global VPC name to be displayed.
This parameter must start and end with a number or a letter, containing 2 to 63 characters. Only letters, numbers, - and periods (.) are supported.
cidrBlock
Yes
String
CIDR block of the global VPC.
mtu
Yes
Integer
Maximum Transmission Unit (MTU).
The optional values are as follows: 1300
, 1500
, 9000
enablePriIpv6
No
Boolean
Enable private IPv6 or not.
resourceGroupId
No
String
Resource group ID where the global VPC resides. If the value is empty, the global VPC will belong to the Default Resource Group.
requestId
String
The unique request ID, which is returned for each request. RequestId is required for locating a problem.
vpcId
String
Global VPC ID.
400
UNSUPPORTED_OPERATION_TEAM_NETWORK_COUNT_LIMIT
Global VPC quantity is limited.