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.
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 Params. The value used for this API: ModifyAddressInternetChargeType. |
Version | Yes | String | Common Params. The value used for this API: 2017-03-12. |
Region | Yes | String | Common Params. 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.AddressIdMalformed | This IP address ID is invalid. |
InvalidParameterValue.AddressNotCalcIP | This IP address is not a CalcIP (device IP). |
InvalidParameterValue.AddressNotFound | Unable to find the address. |
InvalidParameterValue.InternetChargeTypeNotChanged | The network billing mode has not been changed. |
InvalidParameterValue.Range | The parameter value is not in the specified range. |
LimitExceeded | Quota limit is reached. |
LimitExceeded.ModifyAddressInternetChargeTypeQuota | Ran out of the quota of chances to change the IP billing mode. |
UnsupportedOperation.AddressStatusNotPermit | This operation is not supported by the IP address status. |
UnsupportedOperation.InvalidAction | Unsupported operation. |
UnsupportedOperation.InvalidAddressInternetChargeType | This operation is not allowed under the network billing mode of the IP address. |
UnsupportedOperation.NatNotSupported | The NAT instance does not support this operation. |
Was this page helpful?