Package com.woorea.openstack.nova.model
Class Flavor
java.lang.Object
com.woorea.openstack.nova.model.Flavor
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDisk()
getId()
getLinks()
getName()
getRam()
getSwap()
getVcpus()
isPublic()
void
setDisabled
(Boolean disabled) void
void
setEphemeral
(Integer ephemeral) void
void
void
void
void
void
setRxtxCap
(Integer rxtxCap) void
setRxtxFactor
(Float rxtxFactor) void
setRxtxQuota
(Integer rxtxQuota) void
void
toString()
-
Field Details
-
id
-
name
-
vcpus
-
ram
-
disk
-
ephemeral
-
swap
-
rxtxFactor
-
disabled
-
rxtxQuota
-
rxtxCap
-
links
-
isPublic
-
-
Constructor Details
-
Flavor
public Flavor()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getName
- Returns:
- the name
-
setName
- Parameters:
name
- the name to set
-
getVcpus
- Returns:
- the vcpus
-
setVcpus
- Parameters:
vcpus
- the vcpus to set
-
getRam
- Returns:
- the ram
-
setRam
- Parameters:
ram
- the ram to set
-
getDisk
- Returns:
- the disk
-
setDisk
- Parameters:
disk
- the disk to set
-
getEphemeral
- Returns:
- the ephemeral
-
setEphemeral
- Parameters:
ephemeral
- the ephemeral to set
-
getSwap
- Returns:
- the swap
-
setSwap
- Parameters:
swap
- the swap to set
-
getRxtxFactor
- Returns:
- the rxtxFactor
-
setRxtxFactor
- Parameters:
rxtxFactor
- the rxtxFactor to set
-
getRxtxQuota
- Returns:
- the rxtxQuota
-
setRxtxQuota
- Parameters:
rxtxQuota
- the rxtxQuota to set
-
getRxtxCap
- Returns:
- the rxtxCap
-
setRxtxCap
- Parameters:
rxtxCap
- the rxtxCap to set
-
getDisabled
- Returns:
- the disabled
-
setDisabled
- Parameters:
disabled
- the disabled to set
-
isPublic
- Returns:
- the isPublic
-
setPublic
- Parameters:
isPublic
- the isPublic to set
-
getLinks
- Returns:
- the links
-
setLinks
- Parameters:
links
- the links to set
-
toString
-