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 with details
|
List<? extends Flavor> |
FlavorService.list(boolean detail)
list flavors with non filtering parameters
|
List<? extends Flavor> |
FlavorService.list(boolean detail,
Map<String,String> filteringParams)
list flavors
|
List<? extends Flavor> |
FlavorService.list(Map<String,String> filteringParams)
list flavors with detailed
|
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 with details
|
List<? extends Flavor> |
FlavorServiceImpl.list(boolean detail)
list flavors with non filtering parameters
|
List<? extends Flavor> |
FlavorServiceImpl.list(boolean detail,
Map<String,String> filteringParams)
list flavors
|
List<? extends Flavor> |
FlavorServiceImpl.list(Map<String,String> filteringParams)
list flavors with detailed
|
Modifier and Type | Method and Description |
---|---|
Flavor |
FlavorServiceImpl.create(Flavor flavor)
Creates a new Flavor
|
Copyright © 2017. All rights reserved.