public class GetUHostUpgradePriceParam extends BaseRequestParam
action, projectId, publicKey, signature| 构造器和说明 |
|---|
GetUHostUpgradePriceParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="uhostId can not be empty") String uhostId) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getBootDiskSpace() |
Integer |
getCpu() |
Integer |
getDiskSpace() |
String |
getHostType() |
Integer |
getMemory() |
Integer |
getNetCapAbility() |
String |
getRegion() |
String |
getTimeMachineFeature() |
String |
getUhostId() |
String |
getZone() |
void |
setBootDiskSpace(Integer bootDiskSpace) |
void |
setCpu(Integer cpu) |
void |
setDiskSpace(Integer diskSpace) |
void |
setHostType(String hostType) |
void |
setMemory(Integer memory) |
void |
setNetCapAbility(Integer netCapAbility) |
void |
setRegion(String region) |
void |
setTimeMachineFeature(String timeMachineFeature) |
void |
setUhostId(String uhostId) |
void |
setZone(String zone) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getUhostId()
public void setUhostId(String uhostId)
public Integer getCpu()
public void setCpu(Integer cpu)
public Integer getMemory()
public void setMemory(Integer memory)
public Integer getDiskSpace()
public void setDiskSpace(Integer diskSpace)
public Integer getBootDiskSpace()
public void setBootDiskSpace(Integer bootDiskSpace)
public String getTimeMachineFeature()
public void setTimeMachineFeature(String timeMachineFeature)
public Integer getNetCapAbility()
public void setNetCapAbility(Integer netCapAbility)
public String getHostType()
public void setHostType(String hostType)
Copyright © 2019. All rights reserved.