DescribeVpcLimits

Last Updated At: 2026-08-02 00:06:21

1. Interface Description

Interface request domain name: vpc.api3.convergecloud.com.

Obtain VPC quota. Some VPC quotas have region attributes.
Value range of LimitTypes:

  • appid-max-vpcs (number of VPCs each developer can create per region)
  • vpc-max-subnets (number of subnets each VPC can have)
  • vpc-max-route-tables (number of routing tables each VPC can have)
  • route-table-max-policies (number of policies each routing table can have)
  • vpc-max-vpn-gateways (number of VPN gateways each VPC can have)
  • appid-max-custom-gateways (number of customer gateways each developer can create)
  • appid-max-vpn-connections (number of VPN tunnels each developer can create)
  • custom-gateway-max-vpn-connections (number of VPN tunnels each customer gateway can have)
  • vpn-gateway-max-custom-gateways (number of tunnels each VPNGW can have)
  • vpc-max-network-acls (number of network ACLs each VPC can have)
  • network-acl-max-inbound-policies (number of inbound rules each network ACL can have)
  • network-acl-max-outbound-policies (number of outbound rules each network ACL can have)
  • vpc-max-vpcpeers (number of PCs each VPC can have)
  • vpc-max-available-vpcpeers (number of effective PCs each VPC can have)
  • vpc-max-basic-network-interconnections (number of interconnections between the basic network CVM and VPC that each VPC can have)
  • direct-connection-max-snats (number of SNATs each Direct Connect gateway can have)
  • direct-connection-max-dnats (number of DNATs each Direct Connect gateway can have)
  • direct-connection-max-snapts (number of SNAPTs each Direct Connect gateway can have)
  • direct-connection-max-dnapts (number of DNAPTs each Direct Connect gateway can have)
  • vpc-max-nat-gateways (number of NAT gateways each VPC can have)
  • nat-gateway-max-eips (number of public IPs each NAT can purchase)
  • vpc-max-enis (number of ENIs each VPC can have)
  • vpc-max-havips (number of HAVIPs each VPC can have)
  • eni-max-private-ips (number of private IPs each ENI can bind (ENI not bound to a child machine))
  • nat-gateway-max-dnapts (number of DNAPTs each NAT gateway can have)
  • vpc-max-ipv6s (number of IPv6 addresses that can be allocated to each VPC)
  • eni-max-ipv6s (number of IPv6 addresses that can be allocated to each ENI)
  • vpc-max-assistant_cidrs (number of auxiliary CIDR blocks that can be allocated to each VPC).

Default interface request rate limit: 20 times per second.

Interface update time: 2020-03-27 19:48:40.

The interface only verifies the signature but does not authenticate.

2. Input Parameters

The following list of request parameters only lists interface request parameters and some public parameters, For a complete list of public parameters see public request parameters.

Parameter name Required Allow NULL Type Description
Action Yes No String Public parameter, The value of this interface: DescribeVpcLimits
Version Yes No String Public parameter, The value of this interface: 2017-03-12
Region No No String Public parameter,Regional information A list of supported geographies is available through the DescribeRegions interface
LimitTypes Yes No Array of String Quota name. A maximum of 100 quota types can be queried at once.
Example: appid-max-vpcs

3. Output Parameters

Parameter name Type Description
VpcLimitSet Array of VpcLimit VPC quota
Example:View
RequestId String Unique request id, Each request will return. The RequestId of the request needs to be provided when locating the problem.

4. Error Code

The following lists only the error codes related to the interface business logic, For other error codes, see public ErrorCode.

Error Code Description
InvalidParameterValue The parameter value is invalid.