public class CreateEipRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateEipRequest() | 
| CreateEipRequest(CreateEipRequest 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 | 
|---|---|
| Long | getBandwidth()Get 带宽设定值(只在带宽计费时生效) | 
| Long | getExclusive()Get 是否使用独占集群,0:不使用,1:使用。默认为0 | 
| Long | getGoodsNum()Get 申请数量,默认为1, 最大 20 | 
| String[] | getIpList()Get 指定申请的IP列表 | 
| String | getPayMode()Get EIP计费方式,flow-流量计费;bandwidth-带宽计费 | 
| String | getSetType()Get EIP模式,目前支持tunnel和fullnat | 
| String | getVpcId()Get EIP归属私有网络ID,例如vpc-k7j1t2x1 | 
| void | setBandwidth(Long Bandwidth)Set 带宽设定值(只在带宽计费时生效) | 
| void | setExclusive(Long Exclusive)Set 是否使用独占集群,0:不使用,1:使用。默认为0 | 
| void | setGoodsNum(Long GoodsNum)Set 申请数量,默认为1, 最大 20 | 
| void | setIpList(String[] IpList)Set 指定申请的IP列表 | 
| void | setPayMode(String PayMode)Set EIP计费方式,flow-流量计费;bandwidth-带宽计费 | 
| void | setSetType(String SetType)Set EIP模式,目前支持tunnel和fullnat | 
| void | setVpcId(String VpcId)Set EIP归属私有网络ID,例如vpc-k7j1t2x1 | 
| 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 CreateEipRequest()
public CreateEipRequest(CreateEipRequest source)
public Long getGoodsNum()
public void setGoodsNum(Long GoodsNum)
GoodsNum - 申请数量,默认为1, 最大 20public String getPayMode()
public void setPayMode(String PayMode)
PayMode - EIP计费方式,flow-流量计费;bandwidth-带宽计费public Long getBandwidth()
public void setBandwidth(Long Bandwidth)
Bandwidth - 带宽设定值(只在带宽计费时生效)public String getSetType()
public void setSetType(String SetType)
SetType - EIP模式,目前支持tunnel和fullnatpublic Long getExclusive()
public void setExclusive(Long Exclusive)
Exclusive - 是否使用独占集群,0:不使用,1:使用。默认为0public String getVpcId()
public void setVpcId(String VpcId)
VpcId - EIP归属私有网络ID,例如vpc-k7j1t2x1public String[] getIpList()
public void setIpList(String[] IpList)
IpList - 指定申请的IP列表Copyright © 2025. All rights reserved.