tencent cloud

文档反馈

ModifyAddressInternetChargeType

最后更新时间:2023-08-23 14:11:34

1. API Description

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.

  • The network billing mode can be switched between BANDWIDTH_PREPAID_BY_MONTH and TRAFFIC_POSTPAID_BY_HOUR.
  • The network billing mode for each EIP be changed for up to twice.

A maximum of 10 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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 No String Common Params. This parameter is not required for this API.
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.

3. Output Parameters

Parameter Name Type Description
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Modifying the billing mode of an EIP

This example shows you how to modify the billing mode of an EIP.

Input Example

https://vpc.tencentcloudapi.com/?Action=ModifyAddressInternetChargeType
&AddressId=eip-fo00aojo
&InternetChargeType=TRAFFIC_POSTPAID_BY_HOUR
&InternetMaxBandwidthOut=5
&<Common request parameters>

Output Example

{
    "Response": {
        "RequestId": "a3524d83-9f3b-40ee-beb8-3a8144e7d125"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
FailedOperation.BalanceInsufficient Insufficient account balance.
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.
OperationDenied.AddressInArrears The specified public IP is isolated.
OperationDenied.MutexTaskRunning Mutually exclusive tasks are executing.
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.
UnsupportedOperation.UnpaidOrderAlreadyExists Overdue payments are found under this account. Please complete the payment first.