Domain name for API request: vpc.tencentcloudapi.com.
This API is used to adjust the network billing mode of an EIP. Please note that it's available to users whose network fees are billed on IPs but not CVMs.
BANDWIDTH_PREPAID_BY_MONTH
and TRAFFIC_POSTPAID_BY_HOUR
.A maximum of 10 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: vpc.ap-shanghai-fsi.tencentcloudapi.com
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: ModifyAddressInternetChargeType. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
AddressId | Yes | String | Unique EIP ID, such as "eip-xxxx" |
InternetChargeType | Yes | String | The target billing method. It can be BANDWIDTH_PREPAID_BY_MONTH or TRAFFIC_POSTPAID_BY_HOUR |
InternetMaxBandwidthOut | Yes | Integer | The target bandwidth value |
AddressChargePrepaid | No | AddressChargePrepaid | Billing details of monthly-subscribed network bandwidth. This parameter is required if the target billing method is BANDWIDTH_PREPAID_BY_MONTH . |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://vpc.tencentcloudapi.com/?Action=ModifyAddressInternetChargeType
&AddressId=eip-fo00aojo
&InternetChargeType=TRAFFIC_POSTPAID_BY_HOUR
&InternetMaxBandwidthOut=5
&<Common request parameters>
{
"Response": {
"RequestId": "a3524d83-9f3b-40ee-beb8-3a8144e7d125"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalServerError | Internal error. |
InvalidAccount.NotSupported | This account is not supported. |
InvalidAddressId.NotFound | The specified EIP does not exist. |
InvalidAddressIdState.InArrears | The specified EIP is in arrears. |
InvalidAddressState | The operation cannot be performed on the specified EIP in current status. |
InvalidParameter | A parameter error occurred. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
LimitExceeded | Quota limit is reached. |
Was this page helpful?