InquiryPriceCreateLoadBalancer
1. API Description
This API is used to query the price for creating a load balancer.
2. Input Parameters
The following request parameter list only provides API request parameters.
regionId
Yes
String
Region ID.
vpcId
Yes
String
VPC ID to which the load balance backend server belongs.
bandwidthMbps
No
Integer
Maximum outbound bandwidth of the elastic IP.
Unit: Mbps.
The maximum limit is usually 10000
Mbps. If you have additional requirements, please contact Support.
Available range: [1, +).
trafficPackageSize
No
Float
Data transfer package size.
The parameter is only required when internetChargeType
is ByTrafficPackage
.
Available range: [0.0, 999999.0].
bandwidthClusterId
No
String
ID of bandwidth cluster.
The parameter is only required when internetChargeType
is BandwidthCluster
.
3. Output Parameters
requestId
String
The unique request ID, which is returned for each request. RequestId is required to locate a problem.
4. Code Example
Query the price for creating a public network load balance instance.
5. Developer Resources
Zenlayer Cloud API 2.0 SDKs to make it easier for you to call APIs. More programming languages will be supported.
6. Error Codes
No error codes related to the API business logic. For other error codes, see Common Error Codes.
Last updated