public interface Flavor extends ModelEntity, Buildable<FlavorBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
int |
getDisk() |
int |
getEphemeral()
Gets the ephemeral.
|
String |
getId() |
List<? extends Link> |
getLinks()
Gets the links.
|
String |
getName() |
int |
getRam() |
int |
getRxtxCap()
Gets the rxtx cap.
|
float |
getRxtxFactor() |
int |
getRxtxQuota()
Gets the rxtx quota.
|
int |
getSwap() |
int |
getVcpus() |
Boolean |
isDisabled()
Checks if is disabled.
|
Boolean |
isPublic()
Checks if is public.
|
String getId()
String getName()
int getRam()
int getVcpus()
int getDisk()
int getSwap()
float getRxtxFactor()
int getEphemeral()
int getRxtxQuota()
int getRxtxCap()
Boolean isPublic()
Boolean isDisabled()
Copyright © 2017. All rights reserved.