public class AllocateAddressesRequest extends AbstractModel
构造器和说明 |
---|
AllocateAddressesRequest() |
限定符和类型 | 方法和说明 |
---|---|
Integer |
getAddressCount()
获取EIP数量。
|
String |
getAddressType()
获取EIP类型。
|
String |
getAnycastZone()
获取Anycast发布域。
|
Boolean |
getApplicableForCLB()
获取AnycastEIP是否用于绑定负载均衡。
|
String |
getInternetChargeType()
获取EIP计费方式。
|
Integer |
getInternetMaxBandwidthOut()
获取EIP出带宽上限,单位:Mbps。
|
String |
getInternetServiceProvider()
获取EIP线路类型。
|
void |
setAddressCount(Integer AddressCount)
设置EIP数量。
|
void |
setAddressType(String AddressType)
设置EIP类型。
|
void |
setAnycastZone(String AnycastZone)
设置Anycast发布域。
|
void |
setApplicableForCLB(Boolean ApplicableForCLB)
设置AnycastEIP是否用于绑定负载均衡。
|
void |
setInternetChargeType(String InternetChargeType)
设置EIP计费方式。
|
void |
setInternetMaxBandwidthOut(Integer InternetMaxBandwidthOut)
设置EIP出带宽上限,单位:Mbps。
|
void |
setInternetServiceProvider(String InternetServiceProvider)
设置EIP线路类型。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getAddressCount()
public void setAddressCount(Integer AddressCount)
AddressCount
- EIP数量。默认值:1。public String getInternetServiceProvider()
public void setInternetServiceProvider(String InternetServiceProvider)
InternetServiceProvider
- EIP线路类型。默认值:BGP。
public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType
- EIP计费方式。
public Integer getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Integer InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- EIP出带宽上限,单位:Mbps。
public String getAddressType()
public void setAddressType(String AddressType)
AddressType
- EIP类型。默认值:EIP。
public String getAnycastZone()
public void setAnycastZone(String AnycastZone)
AnycastZone
- Anycast发布域。
public Boolean getApplicableForCLB()
public void setApplicableForCLB(Boolean ApplicableForCLB)
ApplicableForCLB
- AnycastEIP是否用于绑定负载均衡。
Copyright © 2019. All rights reserved.