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) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBackupType() |
Boolean |
getBoot() |
String |
getCouponId() |
Boolean |
getEncrypted() |
String |
getKmsKeyId() |
Integer |
getSize() |
String |
getType() |
void |
setBackupType(String backupType) |
void |
setBoot(Boolean boot) |
void |
setCouponId(String couponId) |
void |
setEncrypted(Boolean encrypted) |
void |
setKmsKeyId(String kmsKeyId) |
void |
setSize(Integer size) |
void |
setType(String type) |
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 String getCouponId()
public void setCouponId(String couponId)
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)
public Boolean getEncrypted()
public void setEncrypted(Boolean encrypted)
public String getKmsKeyId()
public void setKmsKeyId(String kmsKeyId)
Copyright © 2019. All rights reserved.