Package cn.ucloud.uhost.models
Class CreateUHostInstanceRequest.NetworkInterfaceEIP
- java.lang.Object
-
- cn.ucloud.common.request.Request
-
- cn.ucloud.uhost.models.CreateUHostInstanceRequest.NetworkInterfaceEIP
-
- Enclosing class:
- CreateUHostInstanceRequest
public static class CreateUHostInstanceRequest.NetworkInterfaceEIP extends Request
-
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceEIP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBandwidth()StringgetCouponId()StringgetOperatorName()StringgetPayMode()StringgetShareBandwidthId()IntegerloadMaxRetries()IntegerloadTimeout()voidsetBandwidth(Integer bandwidth)voidsetCouponId(String couponId)voidsetOperatorName(String operatorName)voidsetPayMode(String payMode)voidsetShareBandwidthId(String shareBandwidthId)voidwithMaxRetries(Integer arg0)voidwithTimeout(Integer arg0)-
Methods inherited from class cn.ucloud.common.request.Request
encode, getAction, getProjectId, getPublicKey, getRegion, getSignature, setAction, setProjectId, setPublicKey, setRegion, setSignature
-
-
-
-
Method Detail
-
getBandwidth
public Integer getBandwidth()
-
setBandwidth
public void setBandwidth(Integer bandwidth)
-
getPayMode
public String getPayMode()
-
setPayMode
public void setPayMode(String payMode)
-
getShareBandwidthId
public String getShareBandwidthId()
-
setShareBandwidthId
public void setShareBandwidthId(String shareBandwidthId)
-
getOperatorName
public String getOperatorName()
-
setOperatorName
public void setOperatorName(String operatorName)
-
getCouponId
public String getCouponId()
-
setCouponId
public void setCouponId(String couponId)
-
loadMaxRetries
public Integer loadMaxRetries()
-
withMaxRetries
public void withMaxRetries(Integer arg0)
-
loadTimeout
public Integer loadTimeout()
-
withTimeout
public void withTimeout(Integer arg0)
-
-