public class NovaFlavor extends Object implements Flavor
Modifier and Type | Class and Description |
---|---|
static class |
NovaFlavor.FlavorConcreteBuilder |
static class |
NovaFlavor.Flavors |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Constructor and Description |
---|
NovaFlavor() |
Modifier and Type | Method and Description |
---|---|
static FlavorBuilder |
builder() |
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.
|
FlavorBuilder |
toBuilder() |
String |
toString() |
public static FlavorBuilder builder()
public FlavorBuilder toBuilder()
toBuilder
in interface Buildable<FlavorBuilder>
public String getName()
public int getRam()
public int getVcpus()
public int getDisk()
public int getSwap()
public float getRxtxFactor()
getRxtxFactor
in interface Flavor
public int getEphemeral()
getEphemeral
in interface Flavor
public int getRxtxQuota()
getRxtxQuota
in interface Flavor
public int getRxtxCap()
getRxtxCap
in interface Flavor
public Boolean isPublic()
public Boolean isDisabled()
isDisabled
in interface Flavor
Copyright © 2017. All rights reserved.