public class GetUHostInstancePriceParam extends BaseRequestParam
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetUHostInstancePriceParam.UhostDisk |
action, projectId, publicKey, signature| 构造器和说明 |
|---|
GetUHostInstancePriceParam(@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="imageId can not be empty") String imageId,
@NotEmpty(message="cpu can not be empty") Integer cpu,
@NotEmpty(message="memory can not be empty") Integer memory,
@NotEmpty(message="count can not be empty") Integer count) |
getAction, getProjectId, getPublicKey, getSignature, setAction, setProjectId, setPublicKey, setSignaturepublic GetUHostInstancePriceParam(@NotEmpty(message="region can not be empty")
@NotEmpty(message="region can not be empty") String region,
@NotEmpty(message="imageId can not be empty")
@NotEmpty(message="imageId can not be empty") String imageId,
@NotEmpty(message="cpu can not be empty")
@NotEmpty(message="cpu can not be empty") Integer cpu,
@NotEmpty(message="memory can not be empty")
@NotEmpty(message="memory can not be empty") Integer memory,
@NotEmpty(message="count can not be empty")
@NotEmpty(message="count can not be empty") Integer count)
public List<Param> checkUhostDisk() throws ValidatorException
public String getRegion()
public void setRegion(String region)
public String getZone()
public void setZone(String zone)
public String getImageId()
public void setImageId(String imageId)
public Integer getCpu()
public void setCpu(Integer cpu)
public Integer getMemory()
public void setMemory(Integer memory)
public Integer getCount()
public void setCount(Integer count)
public List<GetUHostInstancePriceParam.UhostDisk> getDisks()
public void setDisks(List<GetUHostInstancePriceParam.UhostDisk> disks)
public Integer getGpu()
public void setGpu(Integer gpu)
public String getChargeType()
public void setChargeType(String chargeType)
public String getStorageType()
public void setStorageType(String storageType)
public Integer getDiskSpace()
public void setDiskSpace(Integer diskSpace)
public String getNetCapAbility()
public void setNetCapAbility(String netCapAbility)
public String getTimeMachineFeature()
public void setTimeMachineFeature(String timeMachineFeature)
public String getUhostType()
public void setUhostType(String uhostType)
public Integer getLifeCycle()
public void setLifeCycle(Integer lifeCycle)
public Integer getQuantity()
public void setQuantity(Integer quantity)
Copyright © 2018. All rights reserved.