public class InquiryPriceAllocateAddressesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
InquiryPriceAllocateAddressesRequest()  | 
InquiryPriceAllocateAddressesRequest(InquiryPriceAllocateAddressesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AddressChargePrepaid | 
getAddressChargePrepaid()
Get A required billing parameter for an EIP billed by "BANDWIDTH_PREPAID_BY_MONTH". 
 | 
String | 
getAddressType()
Get EIP type. 
 | 
String | 
getInternetChargeType()
Get EIP billing method. 
 | 
Long | 
getInternetMaxBandwidthOut()
Get The EIP outbound bandwidth cap, in Mbps. 
 | 
void | 
setAddressChargePrepaid(AddressChargePrepaid AddressChargePrepaid)
Set A required billing parameter for an EIP billed by "BANDWIDTH_PREPAID_BY_MONTH". 
 | 
void | 
setAddressType(String AddressType)
Set EIP type. 
 | 
void | 
setInternetChargeType(String InternetChargeType)
Set EIP billing method. 
 | 
void | 
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set The EIP outbound bandwidth cap, in Mbps. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic InquiryPriceAllocateAddressesRequest()
public InquiryPriceAllocateAddressesRequest(InquiryPriceAllocateAddressesRequest source)
public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType - EIP billing method.
public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut - The EIP outbound bandwidth cap, in Mbps.
public AddressChargePrepaid getAddressChargePrepaid()
public void setAddressChargePrepaid(AddressChargePrepaid AddressChargePrepaid)
AddressChargePrepaid - A required billing parameter for an EIP billed by "BANDWIDTH_PREPAID_BY_MONTH". When the EIP is billed by "BANDWIDTH_PREPAID_BY_MONTH" this parameter is required. For other scenarios, it can be ignored.public String getAddressType()
public void setAddressType(String AddressType)
AddressType - EIP type. Default value: EIP.
Copyright © 2025. All rights reserved.