public class CreateEipRequest extends AbstractModel
| 构造器和说明 |
|---|
CreateEipRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBandwidth()
Get 带宽设定值(只在带宽计费时生效)
|
Integer |
getExclusive()
Get 是否使用独占集群,0:不使用,1:使用。
|
Integer |
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(Integer Bandwidth)
Set 带宽设定值(只在带宽计费时生效)
|
void |
setExclusive(Integer Exclusive)
Set 是否使用独占集群,0:不使用,1:使用。
|
void |
setGoodsNum(Integer 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Integer getGoodsNum()
public void setGoodsNum(Integer GoodsNum)
GoodsNum - 申请数量,默认为1, 最大 20public String getPayMode()
public void setPayMode(String PayMode)
PayMode - EIP计费方式,flow-流量计费;bandwidth-带宽计费public Integer getBandwidth()
public void setBandwidth(Integer Bandwidth)
Bandwidth - 带宽设定值(只在带宽计费时生效)public String getSetType()
public void setSetType(String SetType)
SetType - EIP模式,目前支持tunnel和fullnatpublic Integer getExclusive()
public void setExclusive(Integer 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 © 2020. All rights reserved.