| Modifier and Type | Method and Description |
|---|---|
Flavor |
OsSession.lookupFlavor(String flavorRef)
Checks if there is a flavor defined for the given string.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Flavor> |
OsSession.getFlavors() |
| Modifier and Type | Method and Description |
|---|---|
Flavor |
FlavorService.create(Flavor flavor)
Creates a new Flavor
|
Flavor |
FlavorService.create(String name,
int ram,
int vcpus,
int disk,
int ephemeral,
int swap,
float rxtxFactor,
boolean isPublic)
Creates a new Flavor
|
Flavor |
FlavorService.get(String flavorId)
Get a Flavor by it's identifier
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Flavor> |
FlavorService.list()
List all Flavors
|
| Modifier and Type | Method and Description |
|---|---|
Flavor |
FlavorService.create(Flavor flavor)
Creates a new Flavor
|
| Modifier and Type | Method and Description |
|---|---|
Flavor |
Server.getFlavor() |
| Modifier and Type | Method and Description |
|---|---|
ServerCreateBuilder |
ServerCreateBuilder.flavor(Flavor flavor) |
| Modifier and Type | Class and Description |
|---|---|
class |
NovaFlavor
An OpenStack Flavor which is a template used for configuration against running Instances
|
| Modifier and Type | Method and Description |
|---|---|
Flavor |
NovaFlavor.FlavorConcreteBuilder.build() |
Flavor |
NovaServer.getFlavor() |
| Modifier and Type | Method and Description |
|---|---|
NovaServerCreate.ServerCreateConcreteBuilder |
NovaServerCreate.ServerCreateConcreteBuilder.flavor(Flavor flavor) |
FlavorBuilder |
NovaFlavor.FlavorConcreteBuilder.from(Flavor in) |
| Modifier and Type | Method and Description |
|---|---|
Flavor |
FlavorServiceImpl.create(Flavor flavor)
Creates a new Flavor
|
Flavor |
FlavorServiceImpl.create(String name,
int ram,
int vcpus,
int disk,
int ephemeral,
int swap,
float rxtxFactor,
boolean isPublic)
Creates a new Flavor
|
Flavor |
FlavorServiceImpl.get(String flavorId)
Get a Flavor by it's identifier
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Flavor> |
FlavorServiceImpl.list()
List all Flavors
|
| Modifier and Type | Method and Description |
|---|---|
Flavor |
FlavorServiceImpl.create(Flavor flavor)
Creates a new Flavor
|