public static class CreateUHostInstanceParam.UhostDisk extends Object
| 构造器和说明 |
|---|
UhostDisk(@NotEmpty(message="uhost.disk.size can not be empty") Integer size,
@NotEmpty(message="uhost.disk.type can not be empty") String type,
@NotEmpty(message="uhost.disk.isboot can not be null") Boolean isBoot) |
public UhostDisk(@NotEmpty(message="uhost.disk.size can not be empty")
@NotEmpty(message="uhost.disk.size can not be empty") Integer size,
@NotEmpty(message="uhost.disk.type can not be empty")
@NotEmpty(message="uhost.disk.type can not be empty") String type,
@NotEmpty(message="uhost.disk.isboot can not be null")
@NotEmpty(message="uhost.disk.isboot can not be null") Boolean isBoot)
public Integer getSize()
public void setSize(Integer size)
public String getType()
public void setType(String type)
public Boolean getBoot()
public void setBoot(Boolean boot)
public String getBackupType()
public void setBackupType(String backupType)
Copyright © 2018. All rights reserved.