public class Flavor extends Object implements Serializable
Constructor and Description |
---|
Flavor() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDisabled() |
String |
getDisk() |
Integer |
getEphemeral() |
String |
getId() |
List<Link> |
getLinks() |
String |
getName() |
Integer |
getRam() |
Integer |
getRxtxCap() |
Float |
getRxtxFactor() |
Integer |
getRxtxQuota() |
String |
getSwap() |
String |
getVcpus() |
Boolean |
isPublic() |
void |
setDisabled(Boolean disabled) |
void |
setDisk(String disk) |
void |
setEphemeral(Integer ephemeral) |
void |
setId(String id) |
void |
setLinks(List<Link> links) |
void |
setName(String name) |
void |
setPublic(Boolean isPublic) |
void |
setRam(Integer ram) |
void |
setRxtxCap(Integer rxtxCap) |
void |
setRxtxFactor(Float rxtxFactor) |
void |
setRxtxQuota(Integer rxtxQuota) |
void |
setSwap(String swap) |
void |
setVcpus(String vcpus) |
String |
toString() |
public String getId()
public void setId(String id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getVcpus()
public void setVcpus(String vcpus)
vcpus
- the vcpus to setpublic Integer getRam()
public void setRam(Integer ram)
ram
- the ram to setpublic String getDisk()
public void setDisk(String disk)
disk
- the disk to setpublic Integer getEphemeral()
public void setEphemeral(Integer ephemeral)
ephemeral
- the ephemeral to setpublic String getSwap()
public void setSwap(String swap)
swap
- the swap to setpublic Float getRxtxFactor()
public void setRxtxFactor(Float rxtxFactor)
rxtxFactor
- the rxtxFactor to setpublic Integer getRxtxQuota()
public void setRxtxQuota(Integer rxtxQuota)
rxtxQuota
- the rxtxQuota to setpublic Integer getRxtxCap()
public void setRxtxCap(Integer rxtxCap)
rxtxCap
- the rxtxCap to setpublic Boolean getDisabled()
public void setDisabled(Boolean disabled)
disabled
- the disabled to setpublic Boolean isPublic()
public void setPublic(Boolean isPublic)
isPublic
- the isPublic to setCopyright © 2012–2014. All rights reserved.