public class AllocateAddressesRequest extends AbstractModel
Constructor and Description |
---|
AllocateAddressesRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getAddressCount()
Get The number of EIPs.
|
String |
getAddressType()
Get The EIP type.
|
String |
getAnycastZone()
Get The Anycast publishing region.
|
Boolean |
getApplicableForCLB()
Get Whether the Anycast EIP can be bound to Cloud Load Balancer (CLB) instances.
|
String |
getInternetChargeType()
Get The EIP billing method.
|
Long |
getInternetMaxBandwidthOut()
Get The maximum EIP outbound bandwidth.
|
String |
getInternetServiceProvider()
Get The EIP line type.
|
void |
setAddressCount(Long AddressCount)
Set The number of EIPs.
|
void |
setAddressType(String AddressType)
Set The EIP type.
|
void |
setAnycastZone(String AnycastZone)
Set The Anycast publishing region.
|
void |
setApplicableForCLB(Boolean ApplicableForCLB)
Set Whether the Anycast EIP can be bound to Cloud Load Balancer (CLB) instances.
|
void |
setInternetChargeType(String InternetChargeType)
Set The EIP billing method.
|
void |
setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
Set The maximum EIP outbound bandwidth.
|
void |
setInternetServiceProvider(String InternetServiceProvider)
Set The EIP line type.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getAddressCount()
public void setAddressCount(Long AddressCount)
AddressCount
- The number of EIPs. Default: 1.public String getInternetServiceProvider()
public void setInternetServiceProvider(String InternetServiceProvider)
InternetServiceProvider
- The EIP line type. Default: BGP.
public String getInternetChargeType()
public void setInternetChargeType(String InternetChargeType)
InternetChargeType
- The EIP billing method.
public Long getInternetMaxBandwidthOut()
public void setInternetMaxBandwidthOut(Long InternetMaxBandwidthOut)
InternetMaxBandwidthOut
- The maximum EIP outbound bandwidth. Unit: Mbps.
public String getAddressType()
public void setAddressType(String AddressType)
AddressType
- The EIP type. Default: EIP.
public String getAnycastZone()
public void setAnycastZone(String AnycastZone)
AnycastZone
- The Anycast publishing region.
public Boolean getApplicableForCLB()
public void setApplicableForCLB(Boolean ApplicableForCLB)
ApplicableForCLB
- Whether the Anycast EIP can be bound to Cloud Load Balancer (CLB) instances.
Copyright © 2020. All rights reserved.