Package com.woorea.openstack.nova.model
Class FlavorForCreate
java.lang.Object
com.woorea.openstack.nova.model.FlavorForCreate
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDisk()getId()getName()getRam()getSwap()getVcpus()voidvoidsetEphemeral(Integer ephemeral) voidvoidvoidvoidsetRxtxFactor(Float rxtxFactor) voidvoid
-
Field Details
-
id
-
name
-
vcpus
-
ram
-
disk
-
ephemeral
-
swap
-
rxtxFactor
-
-
Constructor Details
-
FlavorForCreate
public FlavorForCreate()
-
-
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
-