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 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
|
String |
getAddressType()
Get EIP类型。默认值:EIP。
|
String |
getInternetChargeType()
Get EIP计费方式。
|
Long |
getInternetMaxBandwidthOut()
Get EIP出带宽上限,单位:Mbps。
|
void |
setAddressChargePrepaid(AddressChargePrepaid AddressChargePrepaid)
Set 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递
|
void |
setAddressType(String AddressType)
Set EIP类型。默认值:EIP。
|
void |
setInternetChargeType(String InternetChargeType)
Set EIP计费方式。
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set EIP出带宽上限,单位: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, toJsonString
public InquiryPriceAllocateAddressesRequest()
public InquiryPriceAllocateAddressesRequest(InquiryPriceAllocateAddressesRequest source)
public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType
- EIP计费方式。
public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- EIP出带宽上限,单位:Mbps。
public AddressChargePrepaid getAddressChargePrepaid()
public void setAddressChargePrepaid(AddressChargePrepaid AddressChargePrepaid)
AddressChargePrepaid
- 包月按带宽预付费EIP的计费参数。EIP为包月按带宽预付费时,该参数必传,其余场景不需传递public String getAddressType()
public void setAddressType(String AddressType)
AddressType
- EIP类型。默认值:EIP。
Copyright © 2025. All rights reserved.