public class Flavor extends Object implements Serializable
| Constructor and Description |
|---|
Flavor() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDisabled() |
Integer |
getDisk() |
Integer |
getEphemeral() |
String |
getId() |
List<Link> |
getLinks() |
String |
getName() |
Integer |
getRam() |
Integer |
getRxtxCap() |
Float |
getRxtxFactor() |
Integer |
getRxtxQuota() |
String |
getSwap() |
Integer |
getVcpus() |
Boolean |
isPublic() |
void |
setDisabled(Boolean disabled) |
void |
setDisk(Integer 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(Integer 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 Integer getVcpus()
public void setVcpus(Integer vcpus)
vcpus - the vcpus to setpublic Integer getRam()
public void setRam(Integer ram)
ram - the ram to setpublic Integer getDisk()
public void setDisk(Integer 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–2025. All rights reserved.